Configuring RMON
Configuring RMON
Be aware that the Cisco NX-OS commands for this feature may differ from those commands used in Cisco
Note
IOS.
Configuring RMON Alarms
You can configure RMON alarms on any integer-based SNMP MIB object.
You can optionally specify the following parameters:
• The event number to trigger if the rising or falling threshold exceeds the specified limit.
• The owner of the alarm.
Ensure you have configured an SNMP user and enabled SNMP notifications.
Before You Begin
Make sure that you have configured an SNMP user and enabled SNMP notifications.
Procedure
Step 1
Step 2
Step 3
Cisco Nexus 9000 Series NX-OS System Management Configuration Guide, Release 6.x
144
Command or Action
configure terminal
Example:
switch# configure terminal
switch(config)#
rmon alarm index mib-object sample-interval
{absolute | delta} rising-threshold value [event-index]
falling-threshold value [event-index] [owner name]
Example:
switch(config)# rmon alarm 20
1.3.6.1.2.1.2.2.1.14.1 2900 delta
rising-threshold 1500 1 falling-threshold 0
owner test
rmon hcalarm index mib-object sample-interval
{absolute | delta} rising-threshold-high value
rising-threshold-low value [event-index]
falling-threshold-high value falling-threshold-low
value [event-index] [owner name] [storagetype type] The storage type range is from 1 to 5.
Example:
switch(config)# rmon alarm 20
1.3.6.1.2.1.2.2.1.14.16777216 2900 delta
rising-threshold-high 15 rising-threshold-low
Configuring RMON
Purpose
Enters global configuration mode.
Creates an RMON alarm. The value range
is from –2147483647 to 2147483647. The
owner name can be any alphanumeric
string.
Creates an RMON high-capacity alarm.
The value range is from –2147483647 to
2147483647. The owner name can be any
alphanumeric string.