Allied Telesis AT-8100 Series User Manual
Page 1361
AT-8100 Switch Command Line User’s Guide
1361
RMON statistics histories are only viewable from an SNMP application
program. There are no commands in the command line interface for
viewing histories.
Confirmation Command
“SHOW RMON HISTORY” on page 1372
Examples
This example creates a history group that takes a snapshot of the RMON
statistics on port 14 every fifteen minutes (900 seconds) for two hours. The
group requires eight buckets because there are eight fifteen-minute
intervals in two hours. The group is assigned the ID number 1:
awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.14
awplus(config-if)# rmon collection history 1 buckets 8
interval 900
This example creates a history group that takes a snapshot of the RMON
statistics on port 7 every hour (3600 seconds) for twelve hours. The group,
which is assigned the ID number 5, requires 12 buckets, one for each
hour:
awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.7
awplus(config-if)# rmon collection history 5 buckets 12
interval 3600