Specifications
show ip route
308
show ip route
Displays the IPv4 routing table.
Syntax
show ip route
Input mode
User mode and administrator mode
Parameters
None
Example
Figure 21-7 Execution result of displaying IP route information
> show ip route
Date 2008/11/14 17:32:39 UTC
Total: 5
Destination Nexthop Interface Protocol
192.168.0.0/24 192.168.0.100 VLAN0001 Connected
192.168.4.0/24 192.168.4.10 VLAN4094 Connected
192.168.5.0/24 192.168.5.10 VLAN3005 Connected
192.168.54.0/24 192.168.54.100 VLAN3254 Connected
192.168.55.0/24 192.168.55.100 VLAN3255 Connected
>
Display items
Table 21-6 Contents of the displayed IP route information
Item Meaning Displayed information
Total Number of registered routes --
Destination Destination network (IP
address/mask)
--
Next Hop Next Hop IP address --
Interface Interface name
VLANxxxx is displayed.
xxxx: VLAN ID
Protocol Protocol Static: Interface with static entries,
Connected: Directly connected interface
Impact on communication
None