T2700G-28TQ
JetStream 28-Port Gigabit Stackable L2+ Managed Switch CLI Guide
258
T2700G-28TQ(config)# snmp-server traps vlan
create
rmon history
Description
The
rmon history
command is used to configure the history sample entry. To
return to the default configuration, please use
no rmon history
command.
RMON (Remote Monitoring), basing on SNMP architecture, functions to monitor
the network. History Group is one of the commonly used RMON Groups. After a
history group is configured, the switch collects network statistics information
periodically, based on which the management station can monitor network
effectively.
Syntax
rmon history
index
interface
{
fastEthernet
port
|
gigabitEthernet
port
|
ten-gigabitEthernet
port
} [
interval
seconds
] [
owner
owner-name
]
no rmon history
index
Parameter
index
—— The index number of the entry, ranging from 1 to 12, in the format of
1-3,5.
port
—— The Fast/Gigabit/Ten-Gigabit Ethernet port number.
seconds
—— The interval to take samplings from the port, ranging from 10 to
3600 in seconds. By default, it is 1800.
owner-name
—— The owner of the history sample entry, ranging from 1 to 16
characters. By default, it is “monitor”.
Command Mode
Global Configuration Mode
Example
Configure the sample port as 1/0/2 and the sample interval as 100 seconds for
the entry 1-3:
T2700G-28TQ(config)#rmon history
1-3
interface gigabitEthernet
1/0/2
interval
100
owner
owner1