Switch 7700 Command reference Guide, v2.0

Table Of Contents
Routing Table Display Commands 105
View
All views
Parameter
None
Description
Using the display ip routing-table command, you can view a summary of
routing table information
Each line in the table represents one route. The displayed information includes
destination address/mask length, protocol, preference, cost, next hop and output
interface.
Only the currently used route, that is the best route, is displayed.
Example
To view a summary of routing table information, enter the following:
<SW7700>display ip routing-table
The information displays in the following format:
Routing Table: public net
Destination/Mask Proto Pre Cost Nexthop Interface
1.1.1.0/24 DIRECT 0 0 1.1.1.1
Vlan-interface1
1.1.1.1/32 DIRECT 0 0 127.0.0.1 InLoopBack0
2.2.2.0/24 DIRECT 0 0 2.2.2.1
Vlan-interface2
2.2.2.1/32 DIRECT 0 0 127.0.0.1 InLoopBack0
3.3.3.0/24 DIRECT 0 0 3.3.3.1
Vlan-interface3
3.3.3.1/32 DIRECT 0 0 127.0.0.1 InLoopBack0
4.4.4.0/24 DIRECT 0 0 4.4.4.1
Vlan-interface4
4.4.4.1/32 DIRECT 0 0 127.0.0.1 InLoopBack0
127.0.0.0/8 DIRECT 0 0 127.0.0.1 InLoopBack0
127.0.0.1/32 DIRECT 0 0 127.0.0.1 InLoopBack0
display ip routing-table
acl
Syntax
display ip routing-table acl { acl_number | acl_name } [ verbose ]
View
All views.
Parameter
acl_number Enter the number of the IP ACL, in the range 1 to 99.
acl_name Enter the name of the IP ACL. This can be up to 32 characters in length.
verbose Enter to display the verbose information of both the active and inactive
routes that passed filtering rules. If you do not enter this parameter, the command
only displays a summary of the active routes that passed filtering rules.