Cisco Cisco ASR 5000

Page of 9109
Exec Mode Commands (T-Z)   
▀  traceroute 
 
 
▄  Command Line Interface Reference, StarOS Release 18 
4260 
   
traceroute 
Collects information on the route data will take to a specified IPv4 host. 
Product
 
All 
Privilege
 
Security Administrator, Administrator, Operator, Inspector 
Mode
 
Exec 
The following prompt is displayed in the Exec mode: 
[local]host_name
Important:
  Inspector privileges are granted for all variables except count and port. To initiate a traceroute count 
or to target a specific port for a traceroute, you must have a minimum privilege level of Operator. 
Syntax
 
traceroute { host_name | host_ip_address } [ count packets ] [ df ] [ maxttl max_ttl ] [ 
minttl 
min_ttl ] [ port port_num ] [ size octet_count ] [ src { src_host_name | 
src_host_ip_address } ] [ timeout seconds ] [ vrf vrf_name ] [ | { grep grep_options | 
more } ]
 
host_name | host_ip_address
 
Identifies the remote node to trace the route to. 
host_name
: specifies the remote node using its logical host name which must be resolved via DNS lookup. 
host_ip_address
: specifies the remote node using its assigned IP address entered using the IPv4 dotted-
decimal notation. 
count
 
packets
 
Specifies the number of UDP probe packets to send. Default: 3 
df
 
Indicates the packets for the tracing of the route should not be fragmented. If a packet requires fragmenting, it 
is dropped and the result is the ICMP response “Unreachable, Needs Fragmentation” is received. 
maxttl
 
max_ttl
 
Specifies the maximum time to live for the route tracing packets as an integer from 1 through 255. 
max_ttl
 
must be greater than 
min_ttl
 whether 
min_ttl
 is specified or defaulted. Default: 30 
The time to live (TTL) is the number of hops through the network; it is not a measure of time. 
minttl
 
min_ttl
 
Specifies the minimum time to live for the route tracing packets as an integer from 1 through 255. 
min_ttl
 
must be less than 
max_ttl
 whether 
max_ttl
 is specified or defaulted. Default: 1 
The time to live (TTL) is the number of hops through the network; it is not a measure of time.