Owner's Manual

IP Routing Protocol-Independent Commands 193
The following example displays the routing table for IP address 192.168.1.0 with the address mask
255.255.255.0 and matching the prefix created from the IP address and address mask.
The following table describes the significant fields shown in the display:
show ip protocols
The
show ip protocols
privileged EXEC command displays the parameters and current state of the
active routing protocols.
Syntax
show ip protocols
Default Configuration
This command has no default configuration.
Command Mode
Privileged EXEC mode
User Guidelines
There are no user guidelines for this command.
Console> show ip route address 192.168.1.0 255.255.255.0 longer-
prefixes
Codes: C - connected, S - static, R - RIP, O - OSPF,
E - OSPF external
S 192.168.1.0/24 [5/3] via 10.0.2.1, 17:12:19, Ethernet g1
S 192.168.1.1/32 [5/3] via 10.0.3.1, 19:51:18, Ethernet g1
Field Description
O Indicates protocol that derived the route.
10.8.1.0/24 Indicates the remote network address.
[30/2000] The first number in the brackets is the administrative distance of the information
source; the second number is the metric for the route.
via 10.0.1.2 Specifies the address of the next router to the remote network.
00:39:08 Specifies the last time the route was updated, in hours:minutes:seconds.
Ethernet 1 Specifies the interface through which the specified network can be reached.