Specifications

12-7
System Management Software Configuration Guide for Cisco IE 2000U and Connected Grid Switches
Chapter 12 Configuring RMON
Verifying Configuration
To disable the collection of group Ethernet statistics, use the no rmon collection stats index interface
configuration command.
EXAMPLE
This example shows how to collect RMON statistics for the owner root:
Switch(config)# interface fastethernet0/1
Switch(config)# no shutdown
Switch(config-if)# rmon collection stats 2 owner root
Verifying Configuration
Configuration Example
The following example creates RMON event number 1 by using the rmon event command. The event is
defined as High ifOutErrors and generates a log entry when the event is triggered by the alarm. The user
jjones owns the row that is created in the event table by this command. This example also generates an
SNMP trap when the event is triggered.
Switch(config)# rmon event 1 log trap eventtrap description "High ifOutErrors" owner
jjones
The following example shows how to enable an RMON MIB collection history group of statistics with
an ID number of 20 and an owner as john:
Switch(config-if)# rmon collection history controlEntry 20 owner john
Step 4
rmon collection stats index [owner
ownername]
Enable RMON statistic collection on the interface.
For index, specify the RMON group of statistics. The
range is from 1 to 65535.
(Optional) For owner ownername, enter the name of
the owner of the RMON group of statistics.
Step 5
end Return to privileged EXEC mode.
Step 6
show running-config Verify your entries.
Step 7
show rmon statistics Display the contents of the switch statistics table.
Step 8
copy running-config startup-config (Optional) Save your entries in the configuration file.
Command Purpose
Command Purpose
show rmon Displays general RMON statistics.
show rmon alarms Displays the RMON alarm table.
show rmon events Displays the RMON event table.
show rmon history Displays the RMON history table.
show rmon statistics Displays the RMON statistics table.