RMON configuration and management

14

2. Configure the RMON event.

switch(config)#rmon event 27 description Rising_Threshold log owner john_smith trap syslog

3. Enter the copy command to save the running-config file to the startup-config file.

switch(config)#do copy running-config startup-config

Configuring RMON history collection

The RMON collection history command collects the periodic statistical samples of RMON group statistics on an interface for later retrieval. By default, the collection of RMON history is not enabled. The periodic statistical samples include, but are not limited to the following items:

Sample period

Number of samples

Items sampled

To enable collection history, perform the following steps from privileged EXEC mode. 1. Enter the configure terminal command to access global configuration mode.

switch#configure terminal

2. Enter the interface command to specify the CEE interface type and slot/port number.

switch(config)#interface tengigabitethernet 0/1

3. Enable the CEE interface.

switch(conf-if-te-0/1)#no shutdown

4. Activate RMON history collection for the interface.

switch(conf-if-te-0/1)#rmon collection history 1 buckets 20 interval 10 owner john_smith

5. Return to privileged EXEC mode.

switch(conf-if-te-0/1)#exitswitch(config)#end

6. Display the RMON history.

switch#show rmon history RMON history control entry 1

interface: ifIndex.1745682445 TengigabitEthernet 0/13

buckets requested: 20

buckets granted: 20

sampling interval: 10

Owner: jsmith

7.Enter the copy command to save the running-config file to the startup-config file.

switch#copy running-config startup-config

Converged Enhanced Ethernet Administrator’s Guide

133

53-1002163-02

 

Page 155
Image 155
Brocade Communications Systems 53-1002163-02 manual Configuring Rmon history collection, Display the Rmon history