243
name event-name: Specifies the name of an event, a case-sensitive string of 1 to 32 characters.
value integer-value: Specifies a falling threshold. The value must be smaller than or equal to the rising
threshold.
Usage guidelines
If the value of the monitored object crosses the falling threshold multiple times in succession, the event is
triggered only for the first crossing.
Examples
# Set the falling threshold to 20.
<Sysname> system-view
[Sysname] snmp mib event trigger owner owner1 name triggerA
[Sysname-trigger-owner1-triggerA] test threshold
[Sysname-trigger-owner1-triggerA-threshold] falling value 20
Related commands
• sample
• snmp mib event trigger
• test
frequency
Use frequency to set a sampling interval.
Use undo event to restore the default.
Syntax
frequency interval
undo frequency
Default
The sampling interval is 600 seconds.
Views
Trigger view
Predefined user roles
network-admin
Parameters
interval: Specifies a sampling interval in the range of 1 to 4294967295, in seconds.
Usage guidelines
The sampling interval for a trigger must be greater than or equal to the minimum sampling interval
supported by the system.
Examples
# Set the sampling interval for a trigger to 360 seconds.
<Sysname> system-view
[Sysname] snmp mib event trigger owner owner1 name triggerA
[Sysname-trigger-owner1-triggerA] frequency 360