Basic System Configuration Guide System Management
Edition: 01 3HE 11010 AAAC TQZZA 347
rising-threshold threshold — specifies a threshold for the sampled statistic. When the
current sampled value is greater than or equal to this threshold, and the value at the
last sampling interval was less than this threshold, a single threshold crossing event
will be generated. A single threshold crossing event will also be generated if the first
sample taken is greater than or equal to this threshold and the associated startup-
alarm is equal to rising or either.
After a rising threshold crossing event is generated, another such event will not be
generated until the sampled value falls below this threshold and reaches less than or
equal to the falling-threshold value.
Values -2147483648 to 2147483647
Default 0
falling-event rmon-event-id — the identifier of the rmon>event that specifies the action
to be taken when a falling threshold crossing event occurs
If there is no corresponding event configured for the specified rmon-event-id, then no
association exists and no action is taken.
If the rmon-event-id has a value of zero (0), no associated event exists.
If an rmon-event-id is configured, the CLI requires a falling-threshold to also be
configured.
Values -2147483648 to 2147483647
Default 0
falling-threshold threshold — specifies a threshold for the sampled statistic. When the
current sampled value is less than or equal to this threshold, and the value at the last
sampling interval was greater than this threshold, a single threshold crossing event
will be generated. A single threshold crossing event will also be generated if the first
sample taken is less than or equal to this threshold and the associated startup-alarm
is equal to falling or either.
After a falling threshold crossing event is generated, another such event will not be
generated until the sampled value rises above this threshold and reaches greater
than or equal to the rising-threshold value.
Values -2147483648 to 2147483647
Default 0
owner-string — the creator of this alarm, a string up to 80 characters in length. It defaults
to “TiMOS CLI”. This parameter is defined primarily to allow entries that have been
created in the RMON-MIB alarm table by remote SNMP managers to be saved and
reloaded in a CLI configuration file. The owner will not normally be configured by CLI
users.
Default TiMOS CLI
Configuration example:
alarm 3 variable-oid ifInOctets.184582144 interval 20 sample-type delta start-alarm
either rising-event 5 rising-threshold 10000 falling-event 5 falling-threshold 9000
owner "TiMOS CLI"