set protocols snmp rmon alarm rising-threshold


The set protocols snmp rmon alarm rising-threshold command configures the rising 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> rising-threshold <alarmRisingThreshold>

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.

rising-threshold <alarmRisingThreshold>

Specifies the rising 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 rising threshold of the RMON alarm to 600.
admin@PICOS# set protocols snmp rmon alarm 1 rising-threshold 600
admin@PICOS# commit

Copyright © 2024 Pica8 Inc. All Rights Reserved.