HP VPN Firewall Appliances High Availability Command Reference

87
reaction checked-element mos
Use reaction checked-element mos to configure a reaction entry for monitoring the MOS value in the
NQA operation. You cannot edit a reaction entry. To change the attributes in a reaction entry, use undo
reaction to delete the entry first and then configure a new one.
Use undo reaction to delete the specified reaction entry.
Syntax
reaction item-number checked-element mos threshold-value upper-threshold lower-threshold
[ action-type { none | trap-only } ]
undo reaction item-number
Default
No reaction entry for monitoring the MOS value is configured.
Views
Voice operation view
Default command level
2: System level
Parameters
item-number: Specifies a reaction entry ID in the range of 1 to 10.
threshold-value: Specifies threshold values.
upper-threshold: Specifies the upper threshold in the range of 1 to 500.
lower-threshold: Specifies the lower threshold in the range of 1 to 500. It must not be greater than the
upper threshold.
action-type: Specifies what action to be triggered. The default action is none.
none: Specifies the action of only displaying results on the terminal display.
trap-only: Specifies the action of displaying results on the terminal display and meanwhile sending
SNMP trap messages to the NMS.
Usage guidelines
For the MOS threshold, the number is expressed in three digits representing ones, tenths, and hundredths.
For example, to express a MOS threshold of 1, enter 100.
Examples
# Create reaction entry 1 for monitoring the MOS value of the voice operation. Set the upper threshold
to 2, and lower threshold to 1. Before the NQA operation starts, the initial state of the reaction entry is
invalid. After the operation, the MOS value is checked. If it exceeds the upper threshold, the state of the
reaction entry is set to over-threshold. If it is below the lower threshold, the state is set to below-threshold.
Once the state of the reaction entry changes, a trap message is generated and sent to the NMS.
<Sysname> system-view
[Sysname] nqa entry admin test
[Sysname-nqa-admin-test] type voice
[Sysname-nqa-admin-test-voice] reaction 1 checked-element mos threshold-value 200 100
action-type trap-only