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
rmon collection stats index [owner ownername] Enable RMON statistic collection on the interface.
Step 4
end
Step 5
show running-config
Step 6
show rmon statistics
Step 7
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 gigabitethernet0/1
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 24-1 Commands for Displaying RMON Status
Command
show rmon
show rmon alarms
show rmon events
show rmon history
show rmon statistics
For information about the fields in these displays, refer to the Cisco IOS Configuration Fundamentals
Command Reference for Release 12.1.
Catalyst 3560 Switch Software Configuration Guide
24-6
Purpose
Enter global configuration mode.
Specify the interface on which to collect statistics, and enter
interface configuration mode.
•
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.
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 24
Configuring RMON
Table
24-1:
78-16156-01