Cisco Cisco ASR 5700

Page of 8994
  Exec Mode Commands (T-Z) 
traceroute  ▀   
 
Command Line Interface Reference, StarOS Release 17  ▄  
 
   
4217 
port
 
port_num
 
Specifies a specific port for connection as an integer from 1 through 65535. Default: 33434 
size
 
octet_count
 
Specifies the number of bytes for each packet as an integer from 40 through 32768. Default: 40 
src
 { 
src_host_name
 | 
src_host_ip_address
 } 
Specifies an IP address to use in the packets as the source node. Default: originating system’s IP address 
src_host_name
: specifies the remote node using its logical host name which must be resolved via a DNS 
lookup. 
src_host_ip_address
: specifies the remote node using its assigned IP address specified entered using 
IPv4 dotted-decimal 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. Associates a Virtual Routing and Forwarding (VRF) 
context with this static ARP entry. 
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 IPv4 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. 
traceroute remoteABC | more 
The following command traces the route to remote host 
10.2.3.4
’s port 
2047
 waiting a maximum of 
2
 
seconds for responses. 
traceroute 10.2.3.4 port 2047 timeout 2