R3721-F3210-F3171-HP High-End Firewalls High Availability Configuration Guide-6PW101

122
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 FTP tests.
[Firewall] display nqa history admin test
NQA entry (admin admin, tag test) history record(s):
Index Response Status Time
1 173 Succeeded 2007-11-22 10:07:28.6
HTTP test configuration example
Network requirements
As shown in Figure 53, configure NQA HTTP tests to test the connection with a specified HTTP server and
the time required to obtain data from the HTTP server.
Figure 53 Network diagram
Configuration procedure
NOTE:
Before you make the configuration, make sure the devices can reach each other.
# Create an HTTP test group.
<Firewall> system-view
[Firewall] nqa entry admin test
[Firewall-nqa-admin-test] type http
# Specify the IP address of the HTTP server 10.2.2.2 as the destination IP address for HTTP tests.
[Firewall-nqa-admin-test-http] destination ip 10.2.2.2
# Configure the device to get data from the HTTP server for each HTTP probe operation. (get is the default
HTTP operation type, and this step can be omitted.)
[Firewall-nqa-admin-test-http] operation get
# Configure HTTP tests to visit website /index.htm.
[Firewall-nqa-admin-test-http] url /index.htm
# Configure the HTTP version 1.0 to be used in HTTP tests. (Version 1.0 is the default version, and this step
can be omitted.)
[Firewall-nqa-admin-test-http] http-version v1.0
# Enable the saving of history records.
[Firewall-nqa-admin-test-http] history-record enable
[Firewall-nqa-admin-test-http] quit