Displaying RMON Status
Collecting Group Ethernet Statistics on an Interface
Beginning in privileged EXEC mode, follow these steps to collect group Ethernet statistics on an
interface. This procedure is optional.
Command
Step 1
configure terminal
Step 2
interface interface-id
Step 3
no shutdown
Step 4
rmon collection stats index [owner ownername] Enable RMON statistic collection on the interface.
Step 5
end
Step 6
show running-config
Step 7
show rmon statistics
Step 8
copy running-config startup-config
To disable the collection of group Ethernet statistics, use the no rmon collection stats index interface
configuration command.
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
Displaying RMON Status
To display the RMON status, use one or more of the privileged EXEC commands in
Table 25-1
Command
show rmon
show rmon alarms
show rmon events
show rmon history
show rmon statistics
For information about the fields in these displays, see the "System Management Commands" section in
the Cisco IOS Configuration Fundamentals Command Reference, Release 12.2.
Cisco ME 3400 Ethernet Access Switch Software Configuration Guide
25-6
Purpose
Enter global configuration mode.
Specify the interface on which to collect statistics, and enter
interface configuration mode.
Enable the port, if necessary. By default, UNIs are disabled, and
NNIs are enabled.
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.
Return to privileged EXEC mode.
Verify your entries.
Display the contents of the switch statistics table.
(Optional) Save your entries in the configuration file.
Commands for Displaying RMON Status
Purpose
Displays general RMON statistics.
Displays the RMON alarm table.
Displays the RMON event table.
Displays the RMON history table.
Displays the RMON statistics table.
Chapter 25
Configuring RMON
Table
25-1:
78-17058-01