SMC Networks SMC8724ML3 Switch User Manual


 
IP R
OUTING
3-303
CLI - The information displayed by the RIP Statistics screen via the web
interface can be accessed from the CLI using the following commands.
Configuring the Open Shortest Path First Protocol
Open Shortest Path First (OSPF) is more suited for large area networks
which experience frequent changes in the links. It also handles subnets
much better than RIP. OSPF protocol actively tests the status of each link
to its neighbors to generate a shortest path tree, and builds a routing table
based on this information. OSPF then utilizes IP multicast to propagate
routing information. A separate routing area scheme is also used to further
reduce the amount of routing traffic.
Note: The OSPF protocol implemented in this device is based on
Version 2 (RFC 2328). It also supports Version 1 (RFC 1583)
compatibility mode to ensure that the same method is used to
calculate summary route costs throughout the network when older
OSPF routers exist; as well as the not-so-stubby area option
(RFC 1587).
Console#show rip globals 4-335
RIP Process: Enabled
Update Time in Seconds: 30
Number of Route Change: 4
Number of Queries: 0
Console#show ip rip configuration 4-336
Interface SendMode ReceiveMode Poison Authentication
--------------- --------------- ------------- -------------- ------------------
10.1.0.253 rip1Compatible RIPv1Orv2 SplitHorizon noAuthentication
10.1.1.253 rip1Compatible RIPv1Orv2 SplitHorizon noAuthentication
Console#show ip rip status 4-336
Interface RcvBadPackets RcvBadRoutes SendUpdates
--------------- --------------- -------------- ---------------
10.1.0.253 0 0 60
10.1.1.253 0 0 63
Console#show ip rip peer 4-336
Peer UpdateTime Version RcvBadPackets RcvBadRoutes
--------------- ------------ --------- --------------- --------------
10.1.0.254 4610 2 0 0
10.1.1.254 4610 2 0 0
Console#