wondersites.com
Site Home :> About Us :> Add Url :> Privacy :> Terms of Service :> Submit Article
Search:   
Get Multiple Links
 

Research & Science

Travel & Vacation

Art & Culture

Investment & Finance

Computers & Networking

Education & Reference

Society & Communities

Politics & Government

Healthcare & Treatment

Shopping & Auction

Teens & Kids

Drink & Food

Indoor Games

Fashion & Relationships

Employment & Careers

Property & Agents

Business & Services

News & Events

Sports & Adventure

Hygiene & Health

Automotive

Self Healing

Garden & Home

Music & Entertainment


 

Site Home –› Computers & Networking –› Computer Professional Certification
 

Cisco CCNP / BSCI Exam Tutorial: RIP Update Packet Authentication

 
Author: Chris Bryant

When you earned your CCNA, you thought you learned everything there is to know about RIP. Close, but not quite! There are some additional details you need to know to pass the BSCI exam and get one step closer to the CCNP exam, and one of those involves RIP update packet authentication.

You're familiar with some advantages of using RIPv2 over RIPv1, support for VLSM chief among them. But one advantage that you're not introduced to in your CCNA studies is the ability to configure routing update packet authentication.

You have two options, clear text and MD5. Clear text is just that - a clear text password that is visible by anyone who can pick a packet off the wire. If you're going to go to the trouble of configuring update authentication, you should use MD5. The MD stands for "Message Digest", and this is the algorithm that produces the hash value for the password that will be contained in the update packets.

Not only must the routers agree on the password, they must agree on the authentication method. If one router sends an MD5-hashed password to another router that is configured for clear-text authentication, the update will not be accepted. debug ip rip is a great command for troubleshooting authenticated updates.

R1, R2, and R3 are running RIP over a frame relay cloud. Here is how RIP authentication would be configured on these three routers.

R1#conf t

R1(config)#key chain RIP

< The key chain can have any name. >

R1(config-keychain)#key 1

< Key chains can have multiple keys. Number them carefully when using multiples. >

R1(config-keychain-key)#key-string CISCO

< This is the text string the key will use for authentication. >

R1(config)#int s0

R1(config-if)#ip rip authentication mode text

< The interface will use clear-text mode. >

R1(config-if)#ip rip authentication key-chain RIP

< The interface is using key chain RIP, configured earlier. >

R2#conf t

R2(config)#key chain RIP

R2(config-keychain)#key 1

R2(config-keychain-key)#key-string CISCO

R2(config)#int s0.123

R2(config-subif)#ip rip authentication mode text

R2(config-subif)#ip rip authentication key-chain RIP

R3#conf t

R3(config)#key chain RIP

R3(config-keychain)#key 1

R3(config-keychain-key)#key-string CISCO

R3(config)#int s0.31

R3(config-subif)#ip rip authentication mode text

R3(config-subif)#ip rip authentication key-chain RIP

To use MD5 authentication rather than clear-text, simply replace the word "text" in the ip rip authentication mode command with md5.

Here's what a successfully authentication RIPv2 packet looks like, courtesy of debug ip rip. Clear-text authentication is in effect and the password is "cisco".

3d04h: RIP: received packet with text authentication cisco

3d04h: RIP: received v2 update from 150.1.1.3 on Ethernet0

3d04h: 100.0.0.0/8 via 0.0.0.0 in 1 hops

3d04h: 150.1.2.0/24 via 0.0.0.0 in 1 hops

Here's what it looks like when the remote device is set for MD5 authentication and the local router is set for clear-text. You'll also see this message if the password itself is incorrect.

3d04h: RIP: ignored v2 packet from 150.1.1.3 (invalid authentication)

"Debug ip rip" may be a simple command as compared to the debugs for other protocols. but it's also a very powerful debug. Start using debugs as early as possible in your Cisco studies to learn how router commands really work!

Author Bio:

Chris Bryant, CCIE #12933, is the owner of The Bryant Advantage , home of free CCNA and CCNP tutorials! Pass the CCNA exam with Chris Bryant!

You can search for this article using: search engine optimization certification, microsoft certification, computer security certification
 
 
 

Related Articles

 
Computer Aided Drafting
 
Human And Search Engine Friendly Web Design In A Nutshell
 
How To Convert Movie To PSP - 3 Simple Steps
 
Nokia N80: 3G multimedia device
 
Understanding the Vicious Circle of Complexity
 
Will RSS Replace Email?
 
Spam - How To Keep Spam Out Of Your Inbox
 
Passing The CCNA And CCNP: Cisco Home Lab FAQ
 
How to Pick the Perfect Product for Mail Order
 
Fraud - Click Fraud
 
 
 
 

Features Of The Modern Business Phone Systems

The most unique feature of today??s phone systems is that they link phone, computer and fax into one ... - Joe Goertz
 

Top 7 Ways to Make Sure Google Adwords is Making You Money

Don't get caught in the Google Adwords trap. Learn the top strategies for lowering your click cost w ... - Ron Isaiah
 

Using Keyword Phrases in Linking Text

Often simple things really matter. And the use of keywords in linking text is one of those simple th ... - Ken McGaffin
 
 

Low cost web hosting

cardio system is a key point. Increased Aerobic activity is what it takes. - I Henman
 

5 Quick Steps to Ecommerce

Start selling on the web in 5 easy steps. Covering design, shopping carts, merchant accounts, SSL, a ... - Eric Lester
 

Wireless Encryption and Security Threats

If you don't want your network to fall victim to snooping or people "borrowing" your bandwidth, then ... - Troy Davies
 

Eight Arguments for Online Shopping

There's a reason that online shopping continues to increase in popularity. In fact, there are eight ... - Chris Robertson
 

Choosing The mp3 Player That Suits You

Scratching your head, wondering what all the numbers mean? Picking the best mp3 player for your own ... - Fabio Marcell
 
 
Site Home :> Privacy :> Terms of Service
Copyright © 2006-2008 www.wonder-sites.com - All Rights Reserved.