Reference Guide

RMON Commands 267
rmon collection history
The rmon collection history Interface Configuration (Ethernet, port-channel) mode command
enables a Remote Monitoring (RMON) MIB history statistics group on an interface. To remove
a specified RMON history statistics group, use the no form of this command.
Syntax
rmon
collection history
index
[
owner
ownername
] [
buckets
bucket-number
] [
interval
seconds
]
no rmon collection history
index
index
— Specifies the statistics group index. (Range: 1-65535)
ownername
— Specifies the RMON statistics group owner name.
bucket-number
— Number of buckets specified for the RMON collection history group of
statistics. If unspecified, defaults to 50. (Range:1-65535)
seconds
— Number of seconds in each polling cycle. (Range: 1-3600)
Default Configuration
RMON statistics group owner name is an empty string.
Number of buckets specified for the RMON collection history statistics group is 50.
Number of seconds in each polling cycle is 1800.
Command Mode
Interface Configuration (Ethernet, port-channel) mode
User Guidelines
Cannot be configured for a range of interfaces (range context).
Example
The following example enables a Remote Monitoring (RMON) MIB history statistics group on
Ethernet port 1/e1 with index number 1 and a polling interval period of 2400 seconds.
512 to 1023 Octets The total number of packets (including bad packets) received that are
between 512 and 1023 octets in length inclusive (excluding framing bits but
including FCS octets).
1024 to 1518 Octets The total number of packets (including bad packets) received that are
between 1024 and 1518 octets in length inclusive (excluding framing bits but
including FCS octets).
Console(config)# interface ethernet 1/e1
Console(config-if)# rmon collection history 1 interval 2400