R0106-HP MSR Router Series Network Management and Monitoring Command Reference(V7)
241
event snmp oid
Use event snmp oid to configure an SNMP event for a CLI-defined monitor policy.
Use undo event to delete the event in a CLI-defined monitor policy.
Syntax
event snmp oid oid monitor-obj { get | next } start-op start-op start-val start-val restart-op restart-op
restart-val restart-val [ interval interval ]
undo event
Default
No SNMP events are configured.
Views
CLI-defined policy view
Predefined user roles
network-admin
Parameters
oid oid: Specifies the OID of the monitored MIB variable, a string of 1 to 256 characters.
monitor-obj { get | next }: Specifies the SNMP operation used for sampling variable values. The get
keyword represents the SNMP get operation, and the next keyword represents the SNMP getNext
operation.
start-op start-op: Specifies the operator for comparing the sampled value with the start threshold. The
policy is triggered if the comparison result meets the condition. For keywords available for the start-op
argument, see Table 57.
star
t-val start-val: Specifies the start threshold to be compared with the sampled value. The start-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 (" ").
restart-op op: Specifies the operator for comparing the sampled value with the restart threshold. The
policy is executed if the comparison result meets the condition. For keywords available for the start-op
argument, see Table 57.
re
start-op restart-val: Specifies the restart threshold to be compared with the sampled value. The
restart-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 (" ").
interval interval: Specifies the sampling interval in the range of 1 to 4294967295 seconds. The default
is 300 seconds.
Usage guidelines
Use SNMP event monitor policy to monitor value changes of MIB variables.
EAA uses the following process to monitor the value changes of a variable:
1. Compares the variable sample with the start threshold at sampling intervals by using the start
operator until the comparison result meets the condition.
2. Executes the policy.