14 RMON configuration and management

Broadcast packets

Multicast packets

CRC errors

To collect RMON group statistics on an interface and 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. Configure RMON group statistics on the interface.

switch(conf-if-te-0/1)#rmon collection stats 200 owner john_smith

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

switch(conf-if-te-0/1)#do copy running-config startup-config

Configuring RMON settings

To configure RMON alarms and events, perform the following steps from privileged EXEC mode. 1. Enter the configure terminal command to access global configuration mode.

switch#configure terminal

2. Configure the RMON alarms.

Example of an alarm that tests every sample for a rising threshold

switch(config)#rmon alarm 1 1.3.6.1.2.1.16.1.1.1.5.65535 interval 10 absolute rising-threshold 10 event 1 falling-threshold 10 event 20 owner john_smith

Example of an alarm that tests the delta between samples for a falling threshold

switch(config)#rmon alarm 5 1.3.6.1.2.1.16.1.1.1.5.65535 interval 10 delta falling-threshold 65 event 42 owner john_smith

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 events

You can add or remove an event in the RMON event table that is associated with a RMON alarm number.

To configure RMON events, perform the following steps from privileged EXEC mode.

1. Enter the configure terminal command to access global configuration mode.

switch#configure terminal

132

Converged Enhanced Ethernet Administrator’s Guide

 

53-1002163-02

Page 154
Image 154
Brocade Communications Systems 53-1002163-02 Configuring Rmon settings, Configuring Rmon events, Enable the CEE interface