Specifications

2-697
Cisco SCE 8000 CLI Command Reference
Chapter 2 CLI Command Reference
tracert
tracert
Determines the route that packets take to reach a specified host.
tracert {hostname | ip-address}
Syntax Description
Command Default None
Command Modes Interface Linecard 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
The following example shows output from this command:
SCE8000>enable 10
Password:<cisco>
SCE8000#config
SCE8000(config)#interface linecard 0
SCE8000(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.
SCE8000(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 Displays the entire routing table and the destination of last resort (default
gateway).