Configuring Rmon Events - Cisco AP775A - Nexus Converged Network Switch 5010 Configuration Manual

Cli software configuration guide
Hide thumbs Also See for AP775A - Nexus Converged Network Switch 5010:
Table of Contents

Advertisement

Configuring RMON
• The owner of the alarm.
Ensure you have configured an SNMP user and enabled SNMP notifications.
Procedure
Step 1
Step 2
Step 3
Step 4
Step 5
The following example shows how to configure RMON alarms:
switch# configure terminal
switch(config)# rmon alarm 1 1.3.6.1.2.1.2.2.1.17.83886080 5 delta rising-threshold 5 1
falling-threshold 0 owner test
switch(config)# exit
switch# show rmon alarms
Alarm 1 is active, owned by test
Monitors 1.3.6.1.2.1.2.2.1.17.83886080 every 5 second(s)
Taking delta samples, last value was 0
Rising threshold is 5, assigned to event 1
Falling threshold is 0, assigned to event 0
On startup enable rising or falling alarm

Configuring RMON Events

You can configure RMON events to associate with RMON alarms. You can reuse the same event with multiple
RMON alarms.
Ensure you have configured an SNMP user and enabled SNMP notifications.
Procedure
Step 1
OL-16597-01
Command or Action
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]
switch(config)# 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]
switch# show rmon {alarms | hcalarms}
switch# copy running-config startup-config
Command or Action
switch# configure terminal
Purpose
Enters 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.
The storage type range is from 1 to 5.
(Optional)
Displays information about RMON alarms or
high-capacity alarms.
(Optional)
Saves this configuration change.
Purpose
Enters configuration mode.
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
Configuring RMON Events
389

Advertisement

Table of Contents
loading

Table of Contents