cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4144
Views
1
Helpful
17
Replies

3650 RIP Issues

Translator
Administrator
Administrator

I'm using the rip protocol now, is there a better alternative to OSPF? How do I write it without OSPF? router rip version 2 network 3.0.0.0 network 4.0.0.0 network 10.2.2.0 0.0.0.255 network 10.2.3.0 0.0.0.255 network 10.10.40.0 0.0.0.255 network 10.28.0.0 0.0.0.255 network 10.28.1.0 0.0.0.255 network 10.28.2.0 0.0.0.255 network 10.28.3.0 0.0.0.255 network 10.28.4.0 0.0.0.255 network 10.28.10.0 0.0.0.255 network 10.28.250.0 0.0.0.255 network 10.212.134.0 0.0.0.255 network 10.212.135.0 0.0.0.255 network 192.168.1.0 network 192.192.20.0 no auto-summary graceful-restart

17 Replies 17

Re:EIGRP faster convergence.

I believe what's being described is a "Feasible Successor", which, I recall (?) requires it meet certain conditions.  I.e. I believe an alternative route has to sometimes be calculated.

That said, having an alternate route to install would decrease network interruption time.

On modern platforms, OSPF can often pretty quickly calculate an alternative.

BTW, with OSPF, if I'm really concerned about the time it takes to calculate another route, I might design the network's alternate path as ECMP, then OSPF needs not to calculate the alternator path.  Of course, ECMP will use both paths, so they should be similar in performance.

Or determine if "OSPF Loop-Free Alternate (LFA) Fast Reroute (FRR)" is supported.

Re:  IS-IS

Indeed often used in carrier networks, but perhaps that's has more to do with it being "extensible" because of it using TLVs.  Carrier equipment often will support it.

Also BTW, besides being like OSPF link-state, it also can use a two layer area design.

Personally, having used both OSPF and IS-IS in a national Enterprise network supporting 100,000 users, didn't find IS-IS superior for typical Enterprise usage.

Re: RIP

OP notes actually RIPv2 is being used, so not just classful routing like original RIP.  However comments about RIPv2 network statements are correct! (Personally, first time tried using RIPv2, and found these "features", I passed on using it.)

Re:   It is strongly recommended that you plan to migrate to OSPF or EIGRP

Totally agree.

Normally, businesses I've worked at used OSPF over EIGRP as it provided more vendors to choose from and, in large networks, even sometimes helped in equipment pricing, even with Cisco, as they knew your routing protocol allow usage of brand X.

If I want to change RIP to OSPF, how do I write this?

yes