set protocols snmp rmon alarm falling-threshold
The set protocols snmp rmon alarm falling-threshold command configures the falling threshold of the RMON alarm.
The delete protocols snmp rmon alarm command deletes the configuration. Users need to delete the RMON alarm entry to remove this configuration.
Command Syntax
set protocols snmp rmon alarm <entry-index> falling-threshold <alarmFallingThreshold>
delete protocols snmp rmon alarm <entry-index>
Parameters
Parameter | Description |
alarm <entry-index> | Specifies the RMON alarm table index. The value is an integer that ranges from 1 to 65535. |
falling-threshold <alarmFallingThreshold> | Specifies the falling threshold. The value is an integer that ranges from 0 to 2147483647. |
Usage Guidelines
Rising threshold and falling threshold are a pair of values for a monitoring object, both values need to be configured for the same alarm entry.
In the following configuration example, the alarm event is triggered when the rising threshold 600 is exceeded, and the alarm event is triggered again when the monitoring value falls back to the falling threshold 400.
admin@Switch# set protocols snmp rmon alarm 1 rising-threshold 600 admin@Switch# set protocols snmp rmon alarm 1 rising-event-index 1 admin@Switch# set protocols snmp rmon alarm 1 falling-threshold 400 admin@Switch# set protocols snmp rmon alarm 1 falling-event-index 1
Example
- Configure the falling threshold of the RMON alarm to 600.
admin@PICOS# set protocols snmp rmon alarm 1 falling-threshold 600 admin@PICOS# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.