IP R
OUTING
3-291
• IP Address – IP address of the destination network, subnetwork, or
host. Note that the address 0.0.0.0 indicates the default gateway for this
router.
• Netmask – Network mask for the associated IP subnet. This mask
identifies the host address bits used for routing to specific subnets.
• Next Hop – The IP address of the next hop (or gateway) in this route.
• Protocol – The protocol which generated this route information.
(Options: local, static, RIP, OSPF)
• Metric – Cost for this interface.
• Entry Count – The number of table entries.
Web - Click IP, Routing, Routing Table.
Figure 3-128 IP Routing Table
CLI - This example shows routes obtained from various methods.
Console#show ip route 4-320
Ip Address Netmask Next Hop Protocol Metric Interface
--------------- --------------- --------------- -------- ------ ---------
0.0.0.0 0.0.0.0 10.1.0.254 static 1 1
10.1.0.0 255.255.255.0 10.1.0.253 local 1 1
10.1.1.0 255.255.255.0 10.1.0.254 RIP 2 1
Total entries: 3
Console#