Wednesday, August 20, 2008

RIP

Continuing on IPExpert CCIE R&S BLS Video-on-Demand, by the way, very cool videos, tons of tips! So, today I choose to check RIP. For two particular reasons... First it´s pretty easy to understand, and we´re all facing it since CCNA days,  and even with new features and tricks in the video, we´re probably able to get it fast, and second, I´m with a terrible headache, so I need something simple today! :D In fact, after finishing the video, my headache was over, maybe I was too stressed or something and that relieved me! Cool! Another good useful use to the BLS, everytime you´re stressed, just jump in, watch a couple videos, and you´ll feel more relaxed! lol! ;)

In fact, the lab exam only cares about have RIP version 2, so, keep in mind that, everytime they ask you to configure it, use the version 2, like this:

router rip
version 2
no auto-summary

RIP is the simplest Routing Protocol we´re going to face in the exam (ODR doesn´t count!), and probably, just in the exam... Have anybody checked any RIP networks?! I haven´t so far!

There aren´t much things to play around, but, one of them are timers. If we ever need to change it, the "timers basic" command comes to the rescue! Also, there´s no rule saying that everybody needs to have the same timers, unlike OSPF, there are no "peering" in RIP, it´s only sending routes out, so timers will not have the same effect as it does in other Routing Protocols!

Of course, it´s a good idea to set everybody the same timers (or at least close to it) to avoid routes going occasionally inaccessible for no particular reason!

The default RIP Timers are:

  • Update - 30 seconds;
  • Invalid - 180 seconds;
  • Hold - 180 seconds;
  • Flush - 240 seconds.

That means you can get up to 4 minutes to make a route go away! That´s a lot of time! :)

Oh yeah... everytime you change the timers at RIP, you can check it with the "show ip protocol" command! For example:

router rip
timers basic 5  15  15  30

That set´s the Update to 5 seconds, Invalid to 15, Hold to 15 and Flush to 30! Keep in mind that the HOLD Timer is "Cisco Proprietary" so if they ever ask you to get rid of it, set it´s timer to 0 and you´re good!

Another good one is the "neighbor" command, it changes the routing updates from broadcast to unicast packets. As we don´t have peering with RIP, we do not need to do it on both sides! It´s useful for non-broadcast links such as Frame-relay. Example:

router rip
neighbor 172.17.155.15

Also, we can use the "passive-interface"  command with it, otherwise, the router at the other end of the link will receive the "Unicast" information plus the "Broadcast" information, and that´s kind of odd thing! Just do it, otherwise, if you feel in doubt, just go ahead and ask the proctor for clarification, asking questions to the proctor is always a good thing to do, and keeps you in the safe side!

Offset list, which is an aditive to an metric, like if you receive routes with values 1, 2, 3, and you want that to show up in your rounting table as 4, 5, 6, you simple do an offset list of 3! So it´s going to add it to the routes as it comes in! Unfortunatelly there are no negative values! It´s used with access-list that will actually tells which routes to be affected!

router rip
offset-list 21 out 10

That will take the routes in access-list 21, and add a metric of 10 to the outgoing metric. (to incoming metrics use "offset-list 21 in 10" for example).

The "ip rip triggered" command only works on point-to-point links. It´ll make RIP "behave" more like Link State Protocols. It´ll only send updates something when it actually changes! Enabling it or disabling is pretty straight-forward, and I would actually use it if I was asked in the LAB, no where else!

To enable RIP authentication we use the command "ip rip authentication key-chain <name-of-chain>" it´s done on per interface basis, BUT... for that happen, you need to configure the key-chain first, and maybe some of you have never done that before (I haven´t), not difficult, but, we need to keep somethings in mind, check this example configuration:

interface Fastethernet 0/0
ip rip authentication key-chain trees
ip rip authentication mode md5
exit
!
router rip
network 172.19.0.0
version 2
exit
!
key chain trees
key 1
  key-string chestnut
  accept-lifetime 00:00:00 Aug 20 2008 23:59:59 Aug 20 2009
  send-lifetime 06:00:00 Aug 20 2008 18:00:00 Aug 20 2009
  
  exit

After you can issue a "show key chain" command to check if everything is ok, and apply it to RIP.

Keep in mind to use the accept-lifetime and send-lifetime command under IOS 12.4, otherwise, it´ll not work!

Follows two useful documents regarding RIP Authentication at Cisco´s Website:

http://www.cisco.com/en/US/docs/ios/iproute/configuration/guide/irp_ip_prot_indep.html#wp1056961

http://www.cisco.com/en/US/docs/ios/iproute/configuration/guide/irp_ip_prot_indep.html#wp1057700

The "ip summary-address rip <summary-address>" command is also used on a per interface basis. And guess what it does?! :)

So, to finish, RIP works only on metrics, values of 1 to 15 and if there´s a tie between to routes, the first route advertised wins. There are no external or internal routes, everything is pretty much the same!

Oh yeah! If you issue a "network 0.0.0.0" it´ll add every active IP interface in the RIP Routing proccess!

You can find more on IPExpert CCIE R&S BLS Video-on-Demand and also, follows a good document for RIP at Cisco´s Website:

http://www.cisco.com/en/US/docs/ios/iproute/command/reference/irp_rip.html

6 comments:

Anonymous said...

Very interesting blog Caue, I included you on my link. Looking forward to see more post from you.

- Carl
CarlProject.com

Caue said...

Hello Carl! How are you man?!

Thanks for the kind words! Really!

I´m adding a link to your blog on mine also!

Right now I´m working in another post Security, but it needs to be worked out a little more before posting, to have it done the right way! :)

How about your studies?! Everything going well?! Just checked, you have a nice blog (in fact two nice blogs) yourself buddy! Congratullations!

Best of lucky!

Caue Wailemann

Anonymous said...

Hi there,

Just came across your blog this morning and thought I'd say hi, and tell you what a great job you've done with this blog. As someone studying for my CCIE written its really helpful to read about what others have been doing and read their notes on a protocol such as RIP.

Good luck with the rest of your studies!

ZAnetworking
http://zanetworking.wordpress.com

Caue said...

Hello friend!

Glad you liked! I´m trying to blog as much of my studies I can!

Last couple weeks I´ve been so busy at work, so that´s why I had just a few posts, but I´ll be back to my routine as soon as I can, and blog everything!

RIP is nice, good to start things out, and it has also some nice tricks!

You have a nice blog yourself! Congratullations! I´ll set a link to yours in my blog! Really, keep the good work, you´ll see how things will be cool! :)

Let me know if I can help you in any way!

Cheers,
Caue Wailemann

Lejoe said...

Great piece of work. I'd like to say this reinforces routing concepts (especially those minute details).

Caue said...

Hello Styran, how are you?!

Yeah! RIP is a good start for the wonderful routing world... :)

Of course, my personal prefference goes to OSPF, but, RIP MUST come first in the studies!

Thanks for your comments! :) Let me know if I can do anything for you!

Cheers,
Caue Wailemann