Configuring the ECN330-switch
4291553-KDU 137 365 Uen D 2006-06-16
CLI - This example includes network interface 10.1.0.0 in the RIP routing
process.
6.20.9.3 Configuring Network Interfaces for RIP
For each interface that participates in the RIP routing process, be sure to specify
the protocol message type accepted (that is, RIP version) and the message type
sent (that is, RIP version or compatibility mode), the method for preventing
loopback of protocol messages, and whether or not authentication is used
(authentication only applies if RIPv2 messages are being sent or received).
Command Usage
Specifying Receive and Send Protocol Types
• Setting the RIP Receive Version or Send Version for an interface
overrides the global setting specified by the RIP / General Settings,
Global RIP Version field.
• The Receive Version can be specified based on these options:
• Use “RIPv1” or “RIPv2” if all routers in the local network are based
on RIPv1 or RIPv2, respectively.
• Use “RIPv1 or RIPv2” if some routers in the local network are using
RIPv2, but there are still some older routers using RIPv1.
• Use “Do Not Receive” if dynamic entries are not required to be
added to the routing table for an interface. (For example, when only
static routes are to be allowed for a specific interface.)
Console(config)#router-rip
Console(config-router)#network 10.1.0.0
Console(config-router)#end
Console#show ip rip status
Peer UpdateTime Version RcvBadPackets RcvBadRoutes
--------------- ------------ --------- --------------- -------------
-
10.1.0.253 0 0 73
10.1.1.253 0 0 66
Console#