R3303-HP HSR6800 Routers Network Management and Monitoring Configuration Guide

31
NQA configuration examples
ICMP echo operation configuration example
Network requirements
As shown in Figure 7, configure and schedule an ICMP echo operation from the NQA client Router A to
Router B through Router C to test the round-trip time.
Figure 7 Network diagram
Configuration procedure
# Assign each interface an IP address. (Details not shown.)
# Configure static routes or a routing protocol to make sure the devices can reach each other. (Details not
shown.)
# Create an ICMP echo operation and specify 10.2.2.2 as the destination IP address.
<RouterA> system-view
[RouterA] nqa entry admin test1
[RouterA-nqa-admin-test1] type icmp-echo
[RouterA-nqa-admin-test1-icmp-echo] destination ip 10.2.2.2
# Configure 10.1.1.2 as the next hop. The ICMP echo requests are sent through Router C to Router B.
[RouterA-nqa-admin-test1-icmp-echo] next-hop 10.1.1.2
# Configure the ICMP echo operation to perform 10 probes, specify the probe timeout time as 500
milliseconds, and configure the operation to repeat at an interval of 5000 milliseconds.
[RouterA-nqa-admin-test1-icmp-echo] probe count 10
[RouterA-nqa-admin-test1-icmp-echo] probe timeout 500
[RouterA-nqa-admin-test1-icmp-echo] frequency 5000