NSX CLI Guide
traceroute6 <ip6-address> [vrfid <vrf-id>] [maxttl <number>]
Trace the route to the specified IPv6 address. The maxttl
specifies the maximum time-to-live, or maximum number of routers the traceroute packet will traverse. The vrfid
argument specifies which VRF to send the traceroute packets from. You can get a list of available VRFs with the get logical-routers
command.
Parameters:
Option | Description |
---|---|
<ip-address> | Network IPv6 address argument |
<vrf-id> | VRF ID argument Allowed pattern: ^[0-9]+$ |
<number> | Number argument Allowed pattern: ^[0-9]+$ |