IP Commands
page 29-84 OmniSwitch 6250 CLI Reference Guide November 2009
show ip route
Displays the IP Forwarding table.
show ip route [summary]
Syntax Definitions
summary Displays a summary of routing protocols that appear in the IP Forward-
ing table.
Defaults
By default, all routes are displayed.
Platforms Supported
OmniSwitch 6250
Usage Guidelines
• The IP Forwarding table includes static routes as well as all routes learned through routing protocols
(e.g., RIP).
• Use the optional summary keyword to display a list of routing protocols and the number of routes for
each protocol that appear in the IP Forwarding table.
Examples
-> show ip route
+ = Equal cost multipath routes
Total 4 routes
Dest Address Subnet Mask Gateway Addr Age Protocol
------------------+-----------------+-----------------+---------+-----------
0.0.0.0 0.0.0.0 10.255.11.254 01:50:33 NETMGMT
10.255.11.0 255.255.255.0 10.255.11.225 01:50:33 LOCAL
127.0.0.1 255.255.255.255 127.0.0.1 01:51:47 LOCAL
212.109.138.0 255.255.255.0 212.109.138.138 00:33:07 LOCAL
-> show ip route summary
Protocol Route Count
----------------+--------------
All 4
Local 3
Netmgmt 1
RIP 0
Other 0