DXS-1210 Series Smart Managed Switch CLI Reference Guide
277
buckets NUM
Specifies the number of buckets specified for the RMON collection
history group of statistics. If not specified, the default is 50. The range
is from 1 to 65535.
interval SECONDS
Specifies the number of seconds in each polling cycle. The range is
from 1 to 3600.
Default
By default, this option is disabled.
Command Mode
Interface Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
The RMON history group entry number is dynamic. Only the interface that is enabled for RMON
history statistics gathering will have a corresponding entry in the table. The configured interface
becomes the data source for the created entry.
Example
This example shows how to enable the RMON MIB history statistics group on Ethernet interface 1/0/8.
Switch# configure terminal
Switch(config)#interface eth 1/0/8
Switch(config-if)# rmon collection history 101 owner [email protected] interval 2000
Switch(config-if)#
35-3
rmon alarm
This command is used to configure an alarm entry to monitor an interface. Use the no form of this
commandto remove an alarm entry.
rmon alarm INDEX VARIABLE INTERVAL {delta | absolute} rising-threshold VALUE [RISING-
EVENT-NUMBER] falling-threshold VALUE [FALLING-EVENT-NUMBER] [owner STRING]
no rmon alarm INDEX
Parameters
INDEX
Specifies the alarm index. The range is from 1 to 65535.
VARIABLE
Specifies the object identifier of the variable to be sampled.
INTERVAL
Specifies the interval in seconds for the sampling of the variable and
checking against the threshold. The valid range is from 1 to
2147483647.
delta
Specifies that the delta of two consecutive sampled values is
monitored.
absolute
Specifies that the absolute sampled value is monitored.
rising-threshold VALUE
Specifies the rising threshold. The valid range is from 0 to
2147483647.
RISING-EVENT-NUMBER
(Optional)Specifies the index of the event entry that is used to notify
the rising threshold crossing event. The valid range is from 1 to 65535.
If not specified, no action is taken while crossing the ringing threshold.
falling-threshold VALUE
Specifies the falling threshold. The valid range is from 0 to
2147483647.