C
HAPTER
23
| Remote Monitoring Commands
– 593 –
EXAMPLE
Console(config)#interface ethernet 1/1
Console(config-if)#rmon collection history 21 buckets 24 interval 60 owner
mike
Console(config-if)#
rmon collection
rmon1
This command enables the collection of statistics on a physical interface.
Use the no form to disable statistics collection.
SYNTAX
rmon collection rmon1 controlEntry index [owner name]
no rmon collection rmon1 controlEntry index
index – Index to this entry. (Range: 1-65535)
name – Name of the person who created this entry.
(Range: 1-127 characters)
DEFAULT SETTING
Enabled
COMMAND MODE
Interface Configuration (Ethernet)
COMMAND USAGE
â—† By default, each index number equates to a port on the switch, but can
be changed to any number not currently in use.
â—† If statistics collection is already enabled on an interface, the entry must
be deleted before any changes can be made with this command.
â—† The information collected for each entry includes:
input octets, packets, broadcast packets, multicast packets, undersize
packets, oversize packets, fragments, jabbers, CRC alignment errors,
collisions, drop events, and packets of specified lengths
EXAMPLE
Console(config)#interface ethernet 1/1
Console(config-if)#rmon collection rmon1 controlEntry 1 owner mike
Console(config-if)#