Cisco Cisco ASR 5000

Page of 9109
  Exec Mode Commands (T-Z) 
traceroute6  ▀   
 
Command Line Interface Reference, StarOS Release 18  ▄  
 
   
4263 
src_host_name
: specifies the remote node using its logical host name which must be resolved via a DNS 
lookup. 
src_host_ipv6_address
: specifies the remote node using its assigned IP address specified entered using 
IIPv6 colon-separated-hexadecimal notation. 
timeout
 
seconds
 
Specifies the maximum time (in seconds) to wait for a response from each route tracing packet as an integer 
from 2 through 100. Default: 5 
vrf
 
vrf_name
 
Specifies the name of an existing virtual routing and forwarding (VRF) context associated with this route as 
an alphanumeric string of 1 through 63 characters. 
grep
 
grep_options
 | 
more
 
Pipes (sends) the output of this command to the specified command. You must specify a command to which 
the output of this command will be sent. 
For details on the usage of 
grep
 and 
more
, refer to the Regulating a Command’s Output section of the 
Command Line Interface Overview chapter in this guide. 
Usage 
Trace an IPv6 route when troubleshooting network problems where certain nodes are having significant 
packet delays or packet loss. This can also be used to identify bottlenecks in the routing of data within the 
network. 
Example
 
The following command traces the route to remote host 
remoteABC
 and sends the output to the more 
command. 
traceroute6 remoteABC | more 
The following command traces the route to remote host 
2000:4A2B::1f3F
’s port 
2047
 waiting a maximum 
of 
2
 seconds for responses. 
traceroute6 2000:4A2B::1f3F port 2047 timeout 2