IPv6 tools
Uit EDPnet Wiki
IPv6 has specific tools to test it, because it works different (each sent/received package has a different structure).
This a list of the main IPv6 commands and the corresponding for IPv6:
Inhoud |
Linux/Mac OSX
- Ping for IPv4:
ping
- Ping for IPv6:
ping6
- Traceroute for IPv4:
traceroute
- Traceroute for IPv6:
traceroute6
- IPv4 Route table:
route -A inet
- IPv6 Route table:
route -A inet6
- IPv4 arp table:
arp
Windows
- Ping for IPv4:
ping
- Ping for IPv6:
ping -6
- Traceroute for IPv4:
traceroute -4
- Traceroute for IPv6:
traceroute -6
- IPv4 Route table:
route print -4
- IPv6 Route table:
route print -6
- IPv4 arp table:
arp -a