Specifications

Table Of Contents
2-401
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
show ip route
show ip route
Shows the entire routing table and the destination of last resort (default-gateway). When using the prefix
and mask parameters, it shows the routing entries from the subnet specified by the prefix and mask pair.
show ip route [prefix mask ]
Syntax Description
Command Default This command has no default settings.
Command Modes User EXEC
Command History This table includes the following release-specific history entries:
Usage Guidelines Authorization: viewer
Examples The following examples illustrate the use of this command.
EXAMPLE 1:
The following example shows the default gateway.
SCE>enable 5
Password:<cisco>
SCE>show ip route gateway of last resort is 10.1.1.1
SCE>
EXAMPLE 2:
The following example shows retrieval of the ip route.
SCE>enable 5
Password:<cisco>
SCE>show ip route 10.1.60.0 255.255.255.0
| prefix | mask | next hop |
|--------------|--------------|--------------|
| 10.1.60.0 | 255.255.255.0 | 10.1.1.5 |
SCE>
prefix The prefix of the routing entries to be included.
mask Used to limit the search of routing entries.
Release Modification
2.5.7 This command was introduced.