...
...
borderColor | green |
---|
bgColor | transparent |
---|
borderWidth | 2 |
---|
...
Back to Table of Contents
Back to CLI Configure Mode
Back to Operations and Maintenance - CLI
...
In this section:
...
The Traps object provides:
- A list of the traps supported by the . These traps are created at system initialization time, without CLI control.
- A means of enabling and disabling specific traps at the .
You may use this mechanism to disable specific traps while reconfiguring the
, and then re-enabling them once you are finished. For example, you may cause a number of traps to get reported as a result of a maintenance activity such as temporarily detaching cables.Use this object to prevent these traps from appearing on the SNMP network management stations.For a list of all possible traps, use the show oam traps
command.
...
...
Guide for alarm/trap descriptions. |
Admin
Use this object to enable or disable specific traps.
Command Syntax
Code Block |
---|
|
% set oam traps |
...
...
priorityLevel <critical | default | info | major | minor>
|
...
state <disabled | enabled> |
...
...
...
| Admin Parameters |
---|
3 | Admin Parameters |
---|
|
|
...
...
admin
...
N/A
...
...
...
...
Guide for a complete list of traps and their descriptions.) | priorityLevel |
|
...
| The current priority level of the event/trap/alarm. |
|
...
...
- Critical priority level to this event/trap/alarm.
default – Use the manufacturer default priority level for this particular event/trap/alarm. info – Assign the
|
|
...
- Info priority level to this event/trap/alarm.
major – Assign the
|
|
...
- Major priority level to this event/trap/alarm.
minor – Assign the
|
|
...
- Minor priority level to this event/trap/alarm.
| state
|
|
...
| Enable this flag to send messages to all properly registered and authenticated management clients. |
|
...
...
dspAdmin
DSP Admin
DSP resource usage trap configuration.
...
Command Syntax
Code Block |
---|
|
% set oam traps dspAdmin
callFailureTrap lackdsp
interval <60-21600 seconds>
threshold <1-65535>
dspAvailabilityTrap
allThreshold <0-100>
g711PacketThreshold <0-100>
g726Threshold <0-100>
g729Threshold <0-100>
|
Command Parameters
Caption |
---|
0 | Table |
---|
1 | DSP Admin Parameters |
---|
3 | DSP Admin Parameters |
---|
|
Parameter | Description |
---|
callFailureTrap lackdsp | Trap configuration for Call Failure due to no DSP. Options are: interval – The time interval, in seconds, for the threshold of call failure due to lack of DSP pad. (range: 60-21600 / default = 300).threshold – Number of call failure due to lack of DSP pad threshold. (range: 1-65535 / default = 100).
| dspAvailabilityTrap
|
|
...
| DSP Availability trap threshold configuration. Specify the following parameters: allThreshold – Percentage DSP Availability threshold for all types. (range: 0-100).g711PacketThreshold – Percentage of G.711 Packet type DSP Availability threshold. (range: 0-100).g726Threshold – Percentage of G.726 type DSP Availability threshold. (range: 0-100).g729Threshold – Percentage of G.729 type DSP Availability threshold. (range: 0-100)
|
|
...
displaylevel
...
1-64
...
Command Example
To display the trap information:
Code Block |
---|
|
% show oam traps admin sonusCpNtpDownNotification
state enabled;
priorityLevel default; |
...