Home > Networking Tips > > RIP security
Networking Tips:
EMAIL THIS
 TIPS & NEWSLETTERS TOPICS 


RIP security


Tom Lancaster
09.13.2005
Rating: -4.22- (out of 5)


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


Many small networks still use the Routing Information Protocol (RIP), despite the fact that almost every alternative is better at loop prevention, fast convergence and security. Even so, if you're stuck with RIP, it doesn't mean you can't improve your system's security. Assuming you have a Cisco router and version of IOS released this century, this tip will explain the few easy commands required to prevent people from sending you bogus routes or corrupting your tables.

First, you need to create a key chain if you don't have one already. To create a key chain named "my-key-chain" from the config prompt, type:

key chain my-key-chain

Next, type the number of the key you want to create on the chain. The first key should be key 1. You can set up multiple keys if you have multiple adjacent routers and you want different keys for each, but that's just a management hassle. You can use the same key for all the routers. Type:

key 1

Now, you need the key string, which is the password. Type:

key-string mYpAsSw0rD

You should now have a key chain created. Now to enable the chain for


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary


RIP, you need to type the following command from the config interface prompt:

ip rip authentication key-chain my-key-chain

This will prevent accidental problems (like a server administrator starting the RIP service and advertising a default route to see what happens) because your router will only accept updates from routers that have the right key configured. However, this is in plain text and won't prevent anyone with malicious intentions from snooping the password and then sending you bad routes with the right password. To stop that sort of deviant behavior, you'll need to type the following:

ip rip authentication mode md5

Instead of sending your password in clear text over the wire, now you'll send an md5 hash of the password. Note that earlier this year, a flaw was found in the md5 algorithm so it's no longer considered "secure," but it's enough to deter most people.

Obviously, you need to type these same commands on each pair of router interfaces in your network. However, the key numbers do not have to be the same. For more information, you can search for key chains on Cisco's Website.

Rate this Tip
To rate tips, you must be a member of SearchNetworking.com.
Register now to start rating these tips. Log in if you are already a member.




DISCLAIMER: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.



Networking Solutions for Business

Alcatel-Lucent Network Business Communications Solutions

About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Site Map




All Rights Reserved, Copyright 2000 - 2009, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts