对每一个ping报文的响应情况,如果发送端超时后仍没有收到响应报文,则输出“Request time out”,表示Eth-Trunk某一个成员口出现故障,否则显示响应报文中数据字节数、报文序号、响应时间等,表示Eth-Trunk成员口未出现故障。
最后的统计信息,包括发送报文数、接收报文数、未响应报文百分比和响应时间的最小、最大和平均值。
<HUAWEI> ping -a 192.168.1.1 -i 10ge 1/0/1 10.1.1.2
PING 10.1.1.2: 56 data bytes, press CTRL_C to break
Reply from 10.1.1.2: bytes=56 Sequence=1 ttl=254 time=2 ms
Reply from 10.1.1.2: bytes=56 Sequence=2 ttl=254 time=1 ms
Reply from 10.1.1.2: bytes=56 Sequence=3 ttl=254 time=2 ms
Reply from 10.1.1.2: bytes=56 Sequence=4 ttl=254 time=1 ms
Reply from 10.1.1.2: bytes=56 Sequence=5 ttl=254 time=2 ms
--- 10.1.1.2 ping statistics ---
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 1/1/2 ms