Configuring Rmon Events - Cisco Nexus 7000 Series Configuration Manual

Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Configuring RMON
Step 2
Step 3
Step 4
Step 5

Configuring RMON Events

You can configure RMON events to associate with RMON alarms. You can reuse the same event with multiple
RMON alarms.
Before You Begin
Make sure you have configured an SNMP user and enabled SNMP notifications.
Command or Action
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
151 falling-threshold-high 0
falling-threshold-low 0 owner test
show rmon {alarms | hcalarms}
Example:
switch(config)# show rmon alarms
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
Cisco Nexus 7000 Series NX-OS System Management Configuration Guide
Configuring RMON Events
Purpose
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.
(Optional)
Displays information about RMON alarms
or high-capacity alarms.
(Optional)
Copies the running configuration to the
startup configuration.
217

Advertisement

Table of Contents
loading

Table of Contents