Configuring Rip - Cisco WS-CBS3032-DEL Software Configuration Manual

Software guide
Table of Contents

Advertisement

Configuring RIP

This example shows how to enable IP routing by using RIP as the routing protocol:
Switch# configure terminal
Enter configuration commands, one per line.
Switch(config)# ip routing
Switch(config)# router rip
Switch(config-router)# network 10.0.0.0
Switch(config-router)# end
You can now set parameters for the selected routing protocols as described in these sections:
Configuring RIP
The Routing Information Protocol (RIP) is an interior gateway protocol (IGP) for use in small,
homogeneous networks. It is a distance-vector routing protocol that uses broadcast User Datagram
Protocol (UDP) data packets to exchange routing information. You can find detailed information about
RIP in IP Routing Fundamentals, published by Cisco Press.
RIP is the only routing protocol supported by the IP base feature set; other routing protocols require the
Note
switch or the stack master to be running the IP services feature set.
Using RIP, the switch sends routing information updates (advertisements) every 30 seconds. If a router
does not receive an update from another router for 180 seconds or more, it marks the routes served by
that router as unusable. If there is still no update after 240 seconds, the router removes all routing table
entries for that router.
RIP uses hop counts to rate the value of different routes. The hop count is the number of routers that can
be traversed in a route. The hop count range is 0 to 15. A directly connected network has a hop count of
zero; a network with a hop count of 16 is unreachable. The small range makes RIP unsuitable for large
networks.
If the router has a default network path, RIP advertises a route that links the router to the pseudonetwork
0.0.0.0. The 0.0.0.0 network does not exist: It is treated by RIP as a network to implement the default
routing feature. The switch advertises the default network if a default was learned by RIP or if the router
has a gateway of last resort and RIP is configured with a default metric. RIP sends updates to the
interfaces in specified networks. If an interface's network is not specified, it is not advertised in any
RIP update.
Cisco Catalyst Blade Switch 3130 and 3032 for Dell Software Configuration Guide
39-20
Configuring RIP, page 39-20
Configuring OSPF, page 39-25
Configuring EIGRP, page 39-38
Configuring BGP, page 39-47
Configuring Unicast Reverse Path Forwarding, page 39-95
Configuring Protocol-Independent Features, page 39-95
Chapter 39
Configuring IP Unicast Routing
End with CNTL/Z.
(optional)
OL-13270-06

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Catalyst blade 3130Catalyst blade 3032

Table of Contents