210
undo rmon prialarm entry-number
Default
No RMON private alarm entries exist.
Views
System view
Predefined user roles
network-admin
Parameters
entry-number: Specifies a private alarm entry index in the range of 1 to 65535.
prialarm-formula: Configures a private alarm variable formula, a string of 1 to 255 characters. The
variables in the formula must be represented in OID format that starts with a dot (.), for example,
(.1.3.6.1.2.1.2.1.10.1)*8. You can configure a formula to perform the basic math operations of
addition, subtraction, multiplication, and division on these variables. To get a correct calculation
result, make sure the following conditions are met:
• The values of the variables in the formula are positive integers.
• The result of each calculating step is in the value range for long integers.
prialarm-des: Configures an entry description, a case-sensitive string of 1 to 127 characters.
sampling-interval: Sets the sampling interval in the range of 10 to 65535 seconds.
absolute: Specifies absolute sampling. RMON compares the value of the variable with the rising and
falling thresholds.
delta: Specifies delta sampling. RMON subtracts the value of the variable at the previous sample
from the current sampled value, and then compares the difference with the rising and falling
thresholds.
startup-alarm: Specifies alarms that can be generated at the first sampling when a rising or falling
threshold is reached or exceeded. By default, a rising-falling alarm is generated.
rising: Generates a rising alarm.
falling: Generates a falling alarm.
rising-falling: Generates a rising or falling alarm.
rising-threshold threshold-value1 event-entry1: Sets the rising threshold. The threshold-value1
argument represents the rising threshold in the range of –2147483648 to 2147483647. The
event-entry1 argument represents the index of the event that is triggered when the rising threshold is
crossed. The value range for the event-entry1 argument is 0 to 65535. If 0 is specified, the alarm
does not trigger any event.
falling-threshold threshold-value2 event-entry2: Sets the falling threshold. The threshold-value2
argument represents the falling threshold in the range of –2147483648 to 2147483647. The
event-entry2 argument represents the index of the event that is triggered when the falling threshold
is crossed. The value range for the event-entry2 argument is 0 to 65535. If 0 is specified, the alarm
does not trigger any event.
forever: Configures the entry as a permanent entry. RMON retains a permanent private alarm entry
until it is manually deleted.
cycle cycle-pe
riod: Sets the lifetime of the entry, in the range of 0 to 4294967 seconds. RMON
deletes the entry when its lifetime expires.
owner text: Specifies the entry owner, a case-sensitive string of 1 to 127 characters.
Usage guidelines
You can create a maximum of 50 private alarm entries.