165
CHAPTER 3
CLI CONFIGURATION
{ absolute | delta }: Test for absolute or relative change in the specified variable.
Absolute:
The variable is compared to the thresholds at the end of the sampling period.
Delta:
The last sample is subtracted from the current value and the difference is compared to the thresholds.
rising-threshold <rising_threshold>: If the current value is greater than the rising threshold and the last sample
value is less than this threshold, then an alarm will be triggered. After a rising event has been generated, another
such event will not be generated until the sampled value has fallen below the rising threshold, reaches the falling
threshold, and again moves back up to the rising threshold. The threshold range is -2147483647 to 2147483647.
[ <rising_event_id> ]: Indicates the rising index of an event. The range is 1 - 65535.
falling-threshold <falling_threshold>: If the current value is less than the falling threshold, and the last sample
value was greater than this threshold, then an alarm will be generated. After a falling event has been generated,
another such event will not be generated until the sampled value has risen above the falling threshold, reaches
the rising threshold, and again moves back down to the failing threshold. (Range: -2147483647 to 2147483647)
[ <falling_event_id> ]: Indicates the falling index of an event. The range is 0 - 65535.
{ [ rising | falling | both ] }: Specify a method that is used to sample the selected variable and calculate the value
to be compared against the thresholds.
rising:
Trigger alarm when the first value is larger than the rising threshold.
falling:
Trigger alarm when the first value is less than the falling threshold.
both:
Trigger alarm when the first value is larger than the rising threshold or less than the falling
threshold.
Negation:
(config)# no rmon alarm <id>
Show:
# show rmon alarm [ <id_list> ]
# show rmon history [ <id_list> ]
# show rmon statistics [ <id_list> ]
3.9.40.2(config)# rmon event
Syntax:
(config)# rmon event <id> [ log ] [ trap <community> ] { [ description <description> ] }
Explanation:
Configure RMON Event settings.
Parameters:
<id>: Specify an ID index. The range is 1 - 65535.
[ log ]: When the event is triggered, a RMON log entry will be generated.
[ trap <community> ]: A password-like community string sent with the trap. Although the community string can
be set on this configuration page, it is recommended that it be defined on the SNMP trap configuration page
prior to configuring it here. The allowed characters are 0 - 127.
{ [ description <description> ] }: Enter a descriptive comment for this entry.
Negation:
(config)# no rmon event <id>
Summary of Contents for IFS-1604GSM Series
Page 385: ......