R3721-F3210-F3171-HP High-End Firewalls High Availability Command Reference-6PW101
73
Use the undo reaction command to delete a specified reaction entry.
By default, no reaction entry for monitoring one-way delay jitter is configured.
Only successful probe packets are monitored. The data of a failed probe packet is not counted.
Examples
# Create reaction entry 1 for monitoring the average destination-to-source delay jitter of UDP jitter probe
packets. Set the upper threshold to 50 milliseconds, and the lower threshold to 5 milliseconds. Before the
NQA test group starts, the initial state of the reaction entry is invalid. After each test, the average
destination-to-source delay jitter is checked. If it is out of the threshold range, the state of the reaction
entry is set to over-threshold; otherwise, the state is set to below-threshold. Once state of the reaction
entry changes, a trap message is generated and sent to the network management server.
<Sysname> system-view
[Sysname] nqa entry admin test
[Sysname-nqa-admin-test] type udp-jitter
[Sysname-nqa-admin-test-udp-jitter] reaction 1 checked-element jitter-ds threshold-type
average threshold-value 50 5 action-type trap-only
# Create reaction entry 2 for monitoring the destination-to-source delay jitter of UDP jitter probe packets.
Set the upper threshold to 50 milliseconds, and the lower threshold to 5 milliseconds. Before the NQA
test group starts, the initial state of the reaction entry is invalid. After each test, the destination-to-source
delay jitter is checked against the threshold range. If the total number of threshold violations exceeds 100
(included), the state of the entry is set to over-threshold; otherwise, the state of the entry is set to
below-threshold. Once the state of the reaction entry changes, a trap message is generated and sent to
the network management server.
<Sysname> system-view
[Sysname] nqa entry admin test
[Sysname-nqa-admin-test] type udp-jitter
[Sysname-nqa-admin-test-udp-jitter] reaction 2 checked-element jitter-ds threshold-type
accumulate 100 threshold-value 50 5 action-type trap-only
reaction checked-element { owd-ds | owd-sd }
Syntax
reaction item-number checked-element { owd-ds | owd-sd } threshold-value upper-threshold
lower-threshold
undo reaction item-number
View
UDP jitter test type view
Default level
2: System level
Parameters
item-number: ID for a reaction entry, which ranges from 1 to 10.
owd-ds: Specifies the destination-to-source delay of each probe packet as the monitored element.
owd-sd: Specifies the source-to-destination delay of each probe packet as the monitored element.
threshold-value: Specifies threshold values in milliseconds.
upper-threshold: Upper threshold, which ranges from 0 to 3600000.