249
Views
Trigger-threshold view
Predefined user roles
network-admin
Parameters
event owner
event-owner
name
event-name
: Specifies an event by its owner and its name. Use the
trigger owner as the event owner. The
event-name
argument is a case-sensitive string of 1 to 32
characters.
value
integer-value
: Specifies a delta rising threshold in the range of –2147483648 to 2147483647.
The value must be greater than or equal to the delta falling threshold.
Usage guidelines
A rising event is triggered if the delta value is greater than or equal to the delta rising threshold.
If the delta value of the monitored object crosses the delta rising threshold multiple times in
succession, a rising event is triggered only for the first crossing.
Examples
# Set the delta rising threshold to 50, and specify the event with the owner
owner1
and the name
event1
as the rising event.
<Sysname> system-view
[Sysname] snmp mib event trigger owner owner1 name triggerA
[Sysname-trigger-owner1-triggerA] test threshold
[Sysname-trigger-owner1-triggerA-threshold] delta rising value 50
[Sysname-trigger-owner1-triggerA-threshold] delta rising event owner owner1 name event1
Related commands
sample
snmp mib event trigger
test
description (event view)
Use
description
to configure a description for an event.
Use
undo description
to restore the default.
Syntax
description
text
undo description
Default
An event does not have a description.