HP 5500 Ei 5500 Si Switch Series Configuration Guide
Have a look at the manual HP 5500 Ei 5500 Si Switch Series Configuration Guide online for free. It’s possible to download the document as PDF or print. UserManuals.tech offer 1114 HP manuals and user’s guides for free. Share the user manual or guide on Facebook, Twitter or Google+.
130 Packet(s) arrived late: 0 # Display the history of DNS tests. [DeviceA] display nqa history admin test NQA entry (admin admin, tag test) history record(s): Index Response Status Time 1 62 Succeeded 2011-01-10 10:49:37.3 FTP test configuration example Network requirements As shown in Figure 43, configure NQA FTP tests to test the connection with a specific FTP server and the time required for Device A to upload a file to the FTP server. The login username is admin, the login password is systemtest, and the file to be transferred to the FTP server is config.txt. Figure 43 Network diagram Configuration procedure Before you make the configuration, make sure the devices can reach each other. # Create an FTP test group. system-view [DeviceA] nqa entry admin test [DeviceA-nqa-admin-test] type ftp # Specify the IP address of the FTP server 10.2.2.2 as the destination IP address for FTP tests. [DeviceA-nqa-admin-test-ftp] destination ip 10.2.2.2 # Specify 10.1.1.1 as the source IP address for probe packets. [DeviceA-nqa-admin-test-ftp] source ip 10.1.1.1 # Set the FTP username to admin, and password to systemtest. [DeviceA-nqa-admin-test-ftp] username admin [DeviceA-nqa-admin-test-ftp] password systemtest # Configure the device to upload file config.txt to the FTP server for each probe operation. [DeviceA-nqa-admin-test-ftp] operation put [DeviceA-nqa-admin-test-ftp] filename config.txt # Enable the saving of history records. [DeviceA-nqa-admin-test-ftp] history-record enable [DeviceA-nqa-admin-test-ftp] quit # Start FTP tests. [DeviceA] nqa schedule admin test start-time now lifetime forever # Stop the FTP tests after a period of time. [DeviceA] undo nqa schedule admin test # Display the results of the last FTP test.
131 [DeviceA] 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: 173/173/173 Square-Sum of round trip time: 29929 Last succeeded probe time: 2011-01-22 10:07:28.6 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 FTP tests. [DeviceA] display nqa history admin test NQA entry (admin admin, tag test) history record(s): Index Response Status Time 1 173 Succeeded 2011-01-22 10:07:28.6 HTTP test configuration example Network requirements As shown in Figure 44 , configure NQA HTTP tests to test the connection with a specific HTTP server and the time required to obtain data from the HTTP server. Figure 44 Network diagram Configuration procedure Before you make the configuration, make sure the devices can reach each other. # Create an HTTP test group. system-view [DeviceA] nqa entry admin test [DeviceA-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. [DeviceA-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 is optional.) [DeviceA-nqa-admin-test-http] operation get # Configure HTTP tests to visit website /index.htm.
132 [DeviceA-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 is optional.) [DeviceA-nqa-admin-test-http] http-version v1.0 # Enable the saving of history records. [DeviceA-nqa-admin-test-http] history-record enable [DeviceA-nqa-admin-test-http] quit # Start HTTP tests. [DeviceA] nqa schedule admin test start-time now lifetime forever # Stop HTTP tests after a period of time. [DeviceA] undo nqa schedule admin test # Display results of the last HTTP test. [DeviceA] 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: 64/64/64 Square-Sum of round trip time: 4096 Last succeeded probe time: 2011-01-22 10:12:47.9 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: Packet(s) arrived late: 0 # Display the history of HTTP tests. [DeviceA] display nqa history admin test NQA entry (admin admin, tag test) history record(s): Index Response Status Time 1 64 Succeeded 2011-01-22 10:12:47.9 UDP jitter test configuration example Network requirements As shown in Figure 45, c onfigure NQA UDP jitter tests to test the delay jitter of packet transmission between Device A and Device B. Figure 45 Network diagram
133 Configuration procedure Before you make the configuration, make sure the devices can reach each other. 1. Configure Device B: # Enable the NQA server, and configure a listenin g service to listen to IP address 10.2.2.2 and UDP port 9000. system-view [DeviceB] nqa server enable [DeviceB] nqa server udp-echo 10.2.2.2 9000 2. Configure Device A: # Create a UDP jitter test group. system-view [DeviceA] nqa entry admin test [DeviceA-nqa-admin-test] type udp-jitter # Configure UDP jitter packets to use 10.2.2.2 as the destination IP address and port 9000 as the destination port. [DeviceA-nqa-admin-test-udp-jitter] destination ip 10.2.2.2 [DeviceA-nqa-admin-test-udp-jitter] destination port 9000 # Configure the device to perform UDP jitter tests at an interval of 1000 milliseconds. [DeviceA-nqa-admin-test-udp-jitter] frequency 1000 [DeviceA-nqa-admin-test-udp-jitter] quit # Start UDP jitter tests. [DeviceA] nqa schedule admin test start-time now lifetime forever # Stop UDP jitter tests after a period of time. [DeviceA] undo nqa schedule admin test # Display the result of the last UDP jitter test. [DeviceA] display nqa result admin test NQA entry (admin admin, tag test) test results: Destination IP address: 10.2.2.2 Send operation times: 10 Receive response times: 10 Min/Max/Average round trip time: 15/32/17 Square-Sum of round trip time: 3235 Last succeeded probe time: 2011-01-29 13:56:17.6 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 UDP-jitter results: RTT number: 10 Min positive SD: 4 Min positive DS: 1 Max positive SD: 21 Max positive DS: 28 Positive SD number: 5 Positive DS number: 4
134 Positive SD sum: 52 Positive DS sum: 38 Positive SD average: 10 Positive DS average: 10 Positive SD square sum: 754 Positive DS square sum: 460\ Min negative SD: 1 Min negative DS: 6 Max negative SD: 13 Max negative DS: 22 Negative SD number: 4 Negative DS number: 5 Negative SD sum: 38 Negative DS sum: 52 Negative SD average: 10 Negative DS average: 10 Negative SD square sum: 460 Negative DS square sum: 754\ One way results: Max SD delay: 15 Max DS delay: 16 Min SD delay: 7 Min DS delay: 7 Number of SD delay: 10 Number of DS delay: 10 Sum of SD delay: 78 Sum of DS delay: 85 Square sum of SD delay: 666 Square sum of DS delay: 787\ SD lost packet(s): 0 DS lost packet(s): 0 Lost packet(s) for unknown reason: 0 # Display the statistics of UDP jitter tests. [DeviceA] display nqa statistics admin test NQA entry (admin admin, tag test) test statistics: NO. : 1 Destination IP address: 10.2.2.2 Start time: 2011-01-29 13:56:14.0 Life time: 47 seconds Send operation times: 410 Receive response times: 410 Min/Max/Average round trip time: 1/93/19 Square-Sum of round trip time: 206176 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 UDP-jitter results: RTT number: 410 Min positive SD: 3 Min positive DS: 1 Max positive SD: 30 Max positive DS: 79 Positive SD number: 186 Positive DS number: 158 Positive SD sum: 2602 Positive DS sum: 1928 Positive SD average: 13 Positive DS average: 12 Positive SD square sum: 45304 Positive DS square sum: 316\ 82 Min negative SD: 1 Min negative DS: 1 Max negative SD: 30 Max negative DS: 78 Negative SD number: 181 Negative DS number: 209 Negative SD sum: 181 Negative DS sum: 209
135 Negative SD average: 13 Negative DS average: 14 Negative SD square sum: 46994 Negative DS square sum: 303\ 0 One way results: Max SD delay: 46 Max DS delay: 46 Min SD delay: 7 Min DS delay: 7 Number of SD delay: 410 Number of DS delay: 410 Sum of SD delay: 3705 Sum of DS delay: 3891 Square sum of SD delay: 45987 Square sum of DS delay: 493\ 93 SD lost packet(s): 0 DS lost packet(s): 0 Lost packet(s) for unknown reason: 0 NOTE: The display nqa history command does not show the results of UDP jitter tests. To know the result of a UDP jitter test, use the display nqa result command to view the probe results of the latest NQA test, or use the display nqa statistics command to view the statistics of NQA tests. SNMP test configuration example Network requirements As shown in Figure 46 , configure NQA SNMP tests to test the time it takes for Device A to send an SNMP query packet to the SNMP agent and receive a response packet. Figure 46 Network diagram Configuration procedure Before you make the configuration, make sure the devices can reach each other. 1. Configure the SNMP agent (Device B): # Enable the SNMP agent service and set the SNMP version to all, the read community to public, and the write community to private. system-view [DeviceB] snmp-agent sys-info version all [DeviceB] snmp-agent community read public [DeviceB] snmp-agent community write private 2. Configure Device A: # Create an SNMP test group, and configure SN MP packets to use 10.2.2.2 as their destination IP address. system-view [DeviceA] nqa entry admin test [DeviceA-nqa-admin-test] type snmp [DeviceA-nqa-admin-test-snmp] destination ip 10.2.2.2 # Enable the saving of history records. [DeviceA-nqa-admin-test-snmp] history-record enable
136 [DeviceA-nqa-admin-test-snmp] quit # Start SNMP tests. [DeviceA] nqa schedule admin test start-time now lifetime forever # Stop the SNMP tests after a period of time. [DeviceA] undo nqa schedule admin test # Display the results of the last SNMP test. [DeviceA] 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: 50/50/50 Square-Sum of round trip time: 2500 Last succeeded probe time: 2011-01-22 10:24:41.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 SNMP tests. [DeviceA] display nqa history admin test NQA entry (admin admin, tag test) history record(s): Index Response Status Time 1 50 Timeout 2011-01-22 10:24:41.1 TCP test configuration example Network requirements As shown in Figure 47 , configure NQA TCP tests to test the time for establishing a TCP connection between Device A and Device B. Figure 47 Network diagram Configuration procedure Before you make the configuration, make sure the devices can reach each other. 1. Configure Device B: # Enable the NQA server, and configure a listenin g service to listen to IP address 10.2.2.2 and TCP port 9000. system-view [DeviceB] nqa server enable
137 [DeviceB] nqa server tcp-connect 10.2.2.2 9000 2. Configure Device A: # Create a TCP test group. system-view [DeviceA] nqa entry admin test [DeviceA-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. [DeviceA-nqa-admin-test-tcp] destination ip 10.2.2.2 [DeviceA-nqa-admin-test-tcp] destination port 9000 # Enable the saving of history records. [DeviceA-nqa-admin-test-tcp] history-record enable [DeviceA-nqa-admin-test-tcp] quit # Start TCP tests. [DeviceA] nqa schedule admin test start-time now lifetime forever # Stop the TCP tests after a period of time. [DeviceA] undo nqa schedule admin test # Display the results of the last TCP test. [DeviceA] 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: 2011-01-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. [DeviceA] display nqa history admin test NQA entry (admin admin, tag test) history record(s): Index Response Status Time 1 13 Succeeded 2011-01-22 10:27:25.1 UDP echo test configuration example Network requirements As shown in Figure 48, co nfigure NQA UDP echo tests to test the round-trip time between Device A and Device B. The destination port number is 8000.
138 Figure 48 Network diagram Configuration procedure Before you make the configuration, make sure the devices can reach each other. 1. Configure Device B: # Enable the NQA server, and configure a listenin g service to listen to IP address 10.2.2.2 and UDP port 8000. system-view [DeviceB] nqa server enable [DeviceB] nqa server udp-echo 10.2.2.2 8000 2. Configure Device A: # Create a UDP echo test group. system-view [DeviceA] nqa entry admin test [DeviceA-nqa-admin-test] type udp-echo # Configure UDP packets to use 10.2.2.2 as th e destination IP address and port 8000 as the destination port. [DeviceA-nqa-admin-test-udp-echo] destination ip 10.2.2.2 [DeviceA-nqa-admin-test-udp-echo] destination port 8000 # Enable the saving of history records. [DeviceA-nqa-admin-test-udp-echo] history-record enable [DeviceA-nqa-admin-test-udp-echo] quit # Start UDP echo tests. [DeviceA] nqa schedule admin test start-time now lifetime forever # Stop UDP echo tests after a period of time. [DeviceA] undo nqa schedule admin test # Display the results of the last UDP echo test. [DeviceA] 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: 25/25/25 Square-Sum of round trip time: 625 Last succeeded probe time: 2011-01-22 10:36:17.9 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
139 Failures due to other errors: 0 Packet(s) arrived late: 0 # Display the history of UDP echo tests. [DeviceA] display nqa history admin test NQA entry (admin admin, tag test) history record(s): Index Response Status Time 1 25 Succeeded 2011-01-22 10:36:17.9 Voice test configuration example Network requirements As shown in Figure 49, configure NQA voice tests to test the delay jitter of voice packet transmission and voice quality between Device A and Device B. Figure 49 Network diagram Configuration procedure Before you make the configuration, make sure the devices can reach each other. 1. Configure Device B: # Enable the NQA server, and configure a listenin g service to listen to IP address 10.2.2.2 and UDP port 9000. system-view [DeviceB] nqa server enable [DeviceB] nqa server udp-echo 10.2.2.2 9000 2. Configure Device A: # Create a voice test group. system-view [DeviceA] nqa entry admin test [DeviceA-nqa-admin-test] type voice # Configure voice probe packets to use 10.2.2.2 as the destination IP address and port 9000 as the destination port. [DeviceA-nqa-admin-test-voice] destination ip 10.2.2.2 [DeviceA-nqa-admin-test-voice] destination port 9000 [DeviceA-nqa-admin-test-voice] quit # Start voice tests. [DeviceA] nqa schedule admin test start-time now lifetime forever # Stop the voice tests after a period of time. [DeviceA] undo nqa schedule admin test # Display the result of the last voice test. [DeviceA] display nqa result admin test NQA entry (admin admin, tag test) test results: Destination IP address: 10.2.2.2