ping6
IPv6 Ping 命令。
格式
ping6 <ip(v6)/hostname> [-l datalen] [-n times] [-w timeout] [-I interface]
说明
[root@sylixos:/root]# help ping6
ipv6 ping tool
ping6 ip(v6)/hostname [-l datalen] [-n times] [-w timeout] [-I interface]
[root@sylixos:/root]#
向指定的 ip(ipv6)发送数据,测试网络的通断。
- 使用-l选项指明发送数据包的大小。
- 使用-n选项指明发送数据包的次数。
- 使用-I选项设置网络接口名。
- 使用-w选项指定超时时间。
其中,默认的数据包大小为 32byte,发送次数为 4,超时时间为 3000。
样例
[root@sylixos:/root]# ping6 FE80::A08:3EFF:FE26:A5A
Pinging FE80::A08:3EFF:FE26:A5A
Reply from FE80::A08:3EFF:FE26:A5A: bytes=32 time=0ms hoplim=255
Reply from FE80::A08:3EFF:FE26:A5A: bytes=32 time=0ms hoplim=255
Reply from FE80::A08:3EFF:FE26:A5A: bytes=32 time=0ms hoplim=255
Reply from FE80::A08:3EFF:FE26:A5A: bytes=32 time=0ms hoplim=255
Ping statistics for FE80::A08:3EFF:FE26:A5A:
Packets: Send = 4, Received = 4, Lost = 0(0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
[root@sylixos:/root]#