Ping and tracert example, Network requirements, Configuration procedure – H3C Technologies H3C WX3000E Series Wireless Switches User Manual
Page 16
7
Ping and tracert example
Network requirements
As shown in
, the AP failed to Telnet Device B. Determine whether the AP and Device B can reach
each other. If they cannot reach each other, locate the failed nodes in the network.
Figure 4 Network diagram
Configuration procedure
1.
Use the ping command to test connectivity between the AP and Device B.
PING 1.1.2.2: 56 data bytes, press CTRL_C to break
Request time out
Request time out
Request time out
Request time out
Request time out
--- 1.1.2.2 ping statistics ---
5 packet(s) transmitted
0 packet(s) received
100.00% packet loss
The output shows that the AP and Device B cannot reach each other.
2.
Use the tracert command to indentify failed nodes.
# Enable sending of ICMP timeout packets on Device A.
[DeviceA] ip ttl-expires enable
# Enable sending of ICMP destination unreachable packets on Device B.
[DeviceB] ip unreachables enable
# Execute the tracert command on AP.
traceroute to 1.1.2.2(1.1.2.2) 30 hops max,40 bytes packet, press CTRL_C to break
1 1.1.1.2 14 ms 10 ms 20 ms
2 * * *
3 * * *
4 * * *
5
The output shows that the AP and Device B cannot reach other, the AP and Device A can reach each
other, and an error occurred on the connection between Device A and Device B.