snmp alarm-customization
This command configures the Alarms Customization table, which customizes the severity level of SNMP trap alarms.
Syntax
(config-system)# snmp alarm-customization <Index> (alarm-customization-<Index>)#
Command |
Description |
---|---|
Index |
Defines the table row index. |
alarm-customized-severity {critical|indeterminate|major|minor|suppressed|warning} |
Defines the new (customized) severity of the alarm. |
alarm-original-severity {critical|default|indeterminate|major|minor|warning} |
Defines the original severity of the alarm according to the MIB. |
name <0-199> |
Defines the SNMP alarm that you want to customize. The alarm is configured using the last digits of the alarm's SNMP OID. For example, configure the parameter to "12" for the acActiveAlarmTableOverflow alarm (OID is 1.3.6.1.4.15003.9.10.1.21.2.0.12). |
Command Mode
Privileged User
Example
This example customizes the acActiveAlarmTableOverflow alarm severity from major to warning level:
(config-system)# snmp alarm-customization 0 (alarm-customization-0)# name 1 (alarm-customization-0)# alarm-original-severity major
(alarm-customization-0)# alarm-customized-severity warning