Dell 53-1002116-01 Network Card User Manual


 
Dell Converged Enhanced Ethernet Administrator’s Guide 125
53-1002116-01
RMON configuration and management
14
switch(config)#interface intengigabitethernet 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)#exit
switch(config)#end
switch#copy running-config startup-config
Configuring RMON history collection
The RMON history collection 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. This option records periodic statistical samples from a network and stores them for later
retrieval. These samples include, but aren’t limited to:
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 intengigabitethernet 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)#exit
switch(config)#end
6. Display the RMON history.
switch#show rmon history
RMON history control entry 1
interface: ifIndex.1745682445 InTengigabitEthernet 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