Configuring the ECN330-switch
436 1553-KDU 137 365 Uen D 2006-06-16
CLI - The information displayed by the RIP Statistics screen through the web
interface can be accessed from the CLI using the following commands.
6.20.10 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
RIP Process: Enabled
Update Time in Seconds: 30
Number of Route Change: 4
Number of Queries: 0
Console#show ip rip configuration
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
Interface RcvBadPackets RcvBadRoutes SendUpdates
--------------- --------------- -------------- ---------------
10.1.0.253 0 0 60
10.1.1.253 0 0 63
Console#show ip rip peer
Peer UpdateTime Version RcvBadPackets RcvBadRoutes
--------------- ------------ --------- --------------- --------------
10.1.0.254 4610 2 0 0
10.1.1.254 4610 2 0 0
Console#