R3721-F3210-F3171-HP High-End Firewalls High Availability Configuration Guide-6PW101
128
[FirewallB] nqa server tcp-connect 10.2.2.2 9000
2. Configure Firewall A:
# Create a TCP test group.
<FirewallA> system-view
[FirewallA] nqa entry admin test
[FirewallA-nqa-admin-test] type tcp
# Configure TCP probe packets to use 10.2.2.2 as the destination IP address and port 9000 as
the destination port.
[FirewallA-nqa-admin-test-tcp] destination ip 10.2.2.2
[FirewallA-nqa-admin-test-tcp] destination port 9000
# Enable the saving of history records.
[FirewallA-nqa-admin-test-tcp] history-record enable
[FirewallA-nqa-admin-test-tcp] quit
# Start TCP tests.
[FirewallA] nqa schedule admin test start-time now lifetime forever
# Stop the TCP tests after a period of time.
[FirewallA] undo nqa schedule admin test
# Display the results of the last TCP test.
[FirewallA] display nqa result admin test
NQA entry (admin admin, tag test) test results:
Destination IP address: 10.2.2.2
Send operation times: 1 Receive response times: 1
Min/Max/Average round trip time: 13/13/13
Square-Sum of round trip time: 169
Last succeeded probe time: 2007-11-22 10:27:25.1
Extended results:
Packet loss in test: 0%
Failures due to timeout: 0
Failures due to disconnect: 0
Failures due to no connection: 0
Failures due to sequence error: 0
Failures due to internal error: 0
Failures due to other errors: 0
Packet(s) arrived late: 0
# Display the history of TCP tests.
[FirewallA] display nqa history admin test
NQA entry (admin admin, tag test) history record(s):
Index Response Status Time
1 13 Succeeded 2007-11-22 10:27:25.1
UDP echo test configuration example
Network requirements
As shown in Figure 57, configure NQA UDP echo tests to test the round-trip time between Firewall A and
Firewall B. The destination port number is 8000.