243
Examples
# Configure a CLI-defined policy
to get the value of the MIB variable
1.3.6.4.9.9.42.1.2.1.6.4
every
five seconds. Set the start threshold to 1 and the restart threshold to 2. Enable EAA to execute the
policy when the value changes to 1 for the first time. Enable EAA to re-execute the policy if the value
changes to 1 each time after the value has changed to 2.
<Sysname> system-view
[Sysname] rtm cli-policy snmp
[Sysname-rtm-snmp] event snmp oid 1.3.6.4.9.9.42.1.2.1.6.4 monitor-obj get start-op eq
start-val 1 restart-op eq restart-val 2 interval 5
event snmp-notification
Use
event snmp-notification
to configure an SNMP-Notification event for a CLI-defined policy.
Use
undo event
to remove the event in a CLI-defined policy.
Syntax
event snmp-notification oid
oid
oid-val
oid-val
op
op
[
drop
]
undo event
Default
No SNMP-Notification events are configured.
Views
CLI-defined policy view
Predefined user roles
network-admin
mdc-admin
Parameters
oid
oid
: Specifies the OID of the monitored MIB variable, a string of 1 to 256 characters.
oid-val
oid-val
: Specifies the threshold to be compared with the sampled value. The
oid-val
argument can be any data type supported by SNMP, including numerals and character strings. The
CLI online help system displays the value range as character strings of 1 to 512 characters. If the
threshold value contains spaces, you must enclose the value in quotation marks (" ").
op
op
: Specifies the operator for comparing the sampled value with the threshold. The policy is
executed if the comparison result meets the condition. For keywords available for the
start-op
argument, see
drop
: Drops the notification if the comparison result meets the condition. If this keyword is not
specified, the system sends the notification.
Usage guidelines
Use SNMP-Notification event monitor policies to monitor variables in SNMP notifications.
EAA executes an SNMP-Notification event monitor policy when the value of the monitored variable in
an SNMP notification meets the specified condition.
You can configure only one event for a monitor policy. If the monitor policy already contains an event,
the new event replaces the old event.
Examples
# Configure a CLI-defined policy to monitor SNMP notifications that contain the variable OID
1.3.6.1.4.1.318.2.8.3
. Enable the system to drop an SNMP notification and execute the policy if the
variable in the notification contains the
"UPS:Returned from battery backup power"
string.