42
Parameters
ip-address
&
<
1-8
>
: Specifies a space-separated list of up to eight IP addresses. Each IP address
represents a hop on the path.
Usage guidelines
The path jitter operation first uses tracert to detect each hop to the destination. It then sends ICMP
echo requests to measure the delay and jitters from the source to each node. If multiple routes exist
between the source and destination, the operation uses the path specified by using
lsr-path
command.
Examples
# Specify 10.1.1.20 and 10.1.2.10 as the hops on the LSR path for the path jitter operation.
<Sysname> system-view
[Sysname] nqa entry admin test
[Sysname-nqa-admin-test] type path-jitter
[Sysname-nqa-admin-test- path-jitter] lsr-path 10.1.1.20 10.1.2.10
max-failure
Use
max-failure
to set the maximum number of consecutive probe failures in a UDP tracert
operation.
Use
undo max-failure
to restore the default.
Syntax
max-failure
value
undo max-failure
Default
A UDP tracert operation stops and fails when it detects five consecutive probe failures.
Views
UDP tracert operation view
Predefined user roles
network-admin
mdc-admin
Parameters
value
: Specifies the maximum number in the range of 0 to 255. If you set this argument to 0 or 255,
the UDP tracert operation does not stop upon consecutive probe failures.
Usage guidelines
When a UDP tracert operation detects the maximum number of consecutive probe failures, the
operation fails and stops probing the path.
Examples
# Set the maximum number of consecutive probe failures to 20 in a UDP tracert operation.
<Sysname> system-view
[Sysname] nqa entry admin test
[Sysname-nqa-admin-test] type udp-tracert
[Sysname-nqa-admin-test-udp-tracert] max-failure 20