Specifications

Table Of Contents
2-526
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
tracert
tracert
Determines the route packets take to reach a specified host.
tracert [hostname|IP-address ]
Syntax Description
Command Default This command has no default settings.
Command Modes Linecard Interface Configuration
Command History This table includes the following release-specific history entries:
Usage Guidelines The destination of the traceroute function can be specified as either a known hostname or an IP address.
Authorization: admin
Examples Following is a tracert command with sample output.
SCE>enable 10
Password:<cisco>
SCE#config
SCE(config)#interface linecard 0
SCE(config if)#tracert 64.103.125.118
traceroute to 10.56.217.103, 30 hops max, 40 byte packets
1 10.56.217.1 ( 10.56.217.1) 0 ms 1 ms 0 ms
2 10.56.223.9 ( 10.56.223.9) 1 ms 0 ms 1 ms
3 64.103.115.209 ( 64.103.115.209) 0 ms 1 ms 0 ms
4 64.103.125.118 ( 64.103.125.118) 0 ms 0 ms 0 ms
Trace complete.
SCE(config if)#
Related Commands
hostname Destination hostname
IP-address Destination IP address
Release Modification
3.0.0 This command was introduced.
Command Description
show ip route Shows the entire routing table and the destination of last resort
(default-gateway).