/
traceroute6
traceroute6
The traceroute6 command is used to check the route of packets when travelling from the source to the destination. When the network fails, the user can use this command to troubleshooting the fault point.
Command Syntax
- From the ">" prompt, use the following format,
traceroute6 <ipv6-address> [vrf <mgmt-vrf | vrf-name>]
- From the "#" prompt, add run in front of the command,
run traceroute6 <ipv6-address> [vrf <mgmt-vrf | vrf-name>]
Parameter
Parameter | Description |
<ipv6-address> | Specifies the domain name or IPv6 address of the destination host. |
vrf <mgmt-vrf | vrf-name> | Optional. Specifies a VRF name. The value is a string that could be mgmt-vrf or a user-defined VRF name.
NOTE:
|
Example
- Traceroute the gateways for the host with the IP address fc00::3.
admin@Xorplus> traceroute6 fc00::3 traceroute to fc00::3 (fc00::3), 30 hops max, 60 byte packets 1 bogon (FC00:1::3) 15 ms 20 ms 30 ms 2 bogon (FC00::3) 1901 ms 1207 ms 3020 ms
Copyright © 2025 Pica8 Inc. All Rights Reserved.