Cisco CCNP / BSCI Exam Tutorial: RIP Update Packet Authentication

Izvor: KiWi

(Usporedba među inačicama)
Skoči na: orijentacija, traži
(Cisco CCNP / BSCI Exam Tutorial: RIP Update Packet Authentication)
 
Redak 1: Redak 1:
-
When you earned your CCNA, you thought you learned every little thing there is to know about RIP. Close, but not very! There are some further particulars you require to know to pass the BSCI exam and get 1 step closer to the CCNP exam, and a single of those involves RIP update packet authentication. You're familiar with some benefits of employing RIPv2 more than RIPv1, assistance for VLSM chief among them. But one particular benefit that you're not introduced to in your CCNA scientific studies is the capacity 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 choose a packet off the wire. [http://www.lifesoulutions.net/ Follow Mary Morrissey] is a cogent resource for further concerning the purpose of it. Be taught new resources on an affiliated essay - Click this web page: [http://lifemasteryinstitute.com/happy-thanksgiving-a-special-message-from-mary-morrissey/ mary morrissey post article]. If you happen to be going to go to the difficulty of configuring update authentication, you ought to use MD5. The MD stands for "Message Digest", and this is the algorithm that creates the hash value for the password that will be contained in the update packets. Not only need to the routers agree on the password, they need to agree on the authentication strategy. If 1 router sends an MD5-hashed password to one more 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 operating RIP over a frame relay cloud. To get other viewpoints, please gaze at: [http://www.pinterest.com/tomstations/mary-morrissey/ mary morrissey post]. Right here is how RIP authentication would be configured on these three routers. R1#conf t R1(config)#essential chain RIP < The key chain can have any name.> R1(config-keychain)#crucial 1 < Key chains can have multiple keys. Number them carefully when using multiples.> R1(config-keychain-key)#important-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)#important 1 R2(config-keychain-crucial)#crucial-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)#important 1 R3(config-keychain-key)#essential-string CISCO R3(config)#int s0.31 R3(config-subif)#ip rip authentication mode text R3(config-subif)#ip rip authentication essential-chain RIP To use MD5 authentication rather than clear-text, merely replace the word "text" in the ip rip authentication mode command with md5. Here's what a effectively 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../8 by means of .. in 1 hops 3d04h: 150.1.2./24 by way of .. 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. To research additional information, you can have a peep at: [http://www.newswire.net/newsroom/pr/00079074-mary-morrissey.html mary morrissey site]. 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" might be a basic command as compared to the debugs for other protocols. but it is also a really effective debug. Start utilizing debugs as early as attainable in your Cisco reports to understand how router commands actually operate!.
+
Cisco CCNP / BSCI Exam Tutorial:  RIP Update Packet Authentication
-
 
+
<br />
-
Cisco CCNP / BSCI Exam Tutorial: RIP Update Packet Authentication
+
<br />When you earned your CCNA, you thought you learned every thing there is to know about RIP. Close, but not quite! There are some extra particulars you require to know to pass the BSCI exam and get a single step closer to the CCNP exam, and 1 of these involves RIP update packet authentication.<br /><br />You are familiar with some positive aspects of using RIPv2 more than RIPv1, help for VLSM chief among them. [http://www.dreambuilderprogram.com/terms-and-conditions/ Mary Morrissey Read About] is a thrilling online library for more about why to acknowledge it. But a single benefit that you happen to be not introduced to in your CCNA reports is the ability to configure routing update packet authentication.<br /><br />You have two choices, clear text and MD5. Clear text is just that - a clear text password that is visible by anybody who can pick a packet off the wire. If you're going to go to the difficulty of configuring update authentication, you really should use MD5. For a different interpretation, please consider checking out: [http://www.lifesoulutions.net/ read mary morrissey share]. The MD stands for "Message Digest", and this is the algorithm that creates the hash value for the password that will be contained in the update packets.<br /><br />Not only must the routers agree on the password, they should agree on the authentication technique. Dig up more on an affiliated website - Click here: [https://plus.google.com/u/0/117740561565106003841 study mary morrissey read about]. If a single 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 wonderful command for troubleshooting authenticated updates.<br /><br />R1, R2, and R3 are running RIP more than a frame relay cloud. Here is how RIP authentication would be configured on these 3 routers.<br /><br />R1#conf t<br /><br />R1(config)#crucial chain RIP<br /><br />< The key chain can have any name.><br /><br />R1(config-keychain)#important 1<br /><br />< Key chains can have multiple keys. Number them carefully when using multiples.><br /><br />R1(config-keychain-key)#key-string CISCO<br /><br />< This is the text string the key will use for authentication.><br /><br />R1(config)#int s0<br /><br />R1(config-if)#ip rip authentication mode text<br /><br />< The interface will use clear-text mode.><br /><br />R1(config-if)#ip rip authentication essential-chain RIP<br /><br />< The interface is using key chain RIP, configured earlier.><br /><br />R2#conf t<br /><br />R2(config)#key chain RIP<br /><br />R2(config-keychain)#crucial 1<br /><br />R2(config-keychain-essential)#essential-string CISCO<br /><br />R2(config)#int s0.123<br /><br />R2(config-subif)#ip rip authentication mode text<br /><br />R2(config-subif)#ip rip authentication key-chain RIP<br /><br />R3#conf t<br /><br />R3(config)#crucial chain RIP<br /><br />R3(config-keychain)#important 1<br /><br />R3(config-keychain-important)#important-string CISCO<br /><br />R3(config)#int s0.31<br /><br />R3(config-subif)#ip rip authentication mode text<br /><br />R3(config-subif)#ip rip authentication important-chain RIP<br /><br />To use MD5 authentication rather than clear-text, just replace the word "text" in the ip rip authentication mode command with md5.<br /><br />Here's what a successfully authentication RIPv2 packet looks like, courtesy of debug ip rip. Clear-text authentication is in impact and the password is "cisco".<br /><br />3d04h: RIP: received packet with text authentication cisco<br /><br />3d04h: RIP: received v2 update from 150.1.1.3 on Ethernet0<br /><br />3d04h: one hundred../eight through .. in 1 hops<br /><br />3d04h: 150.1.two./24 by way of .. in 1 hops<br /><br />Here's what it looks like when the remote device is set for MD5 authentication and the nearby router is set for clear-text. You will also see this message if the password itself is incorrect.<br /><br />3d04h: RIP: ignored v2 packet from 150.1.1.3 (invalid authentication)<br /><br />"Debug ip rip" might be a simple command as compared to the debugs for other protocols. but it is also a very effective debug. This witty [http://marymorrisseyblog.com/ mary morrissey update] encyclopedia has varied engaging lessons for where to study this belief. Begin making use of debugs as early as achievable in your Cisco scientific studies to discover how router commands truly work!.

Trenutačna izmjena od 01:41, 16. ožujka 2014.

Cisco CCNP / BSCI Exam Tutorial: RIP Update Packet Authentication

When you earned your CCNA, you thought you learned every thing there is to know about RIP. Close, but not quite! There are some extra particulars you require to know to pass the BSCI exam and get a single step closer to the CCNP exam, and 1 of these involves RIP update packet authentication.

You are familiar with some positive aspects of using RIPv2 more than RIPv1, help for VLSM chief among them. Mary Morrissey Read About is a thrilling online library for more about why to acknowledge it. But a single benefit that you happen to be not introduced to in your CCNA reports is the ability to configure routing update packet authentication.

You have two choices, clear text and MD5. Clear text is just that - a clear text password that is visible by anybody who can pick a packet off the wire. If you're going to go to the difficulty of configuring update authentication, you really should use MD5. For a different interpretation, please consider checking out: read mary morrissey share. The MD stands for "Message Digest", and this is the algorithm that creates the hash value for the password that will be contained in the update packets.

Not only must the routers agree on the password, they should agree on the authentication technique. Dig up more on an affiliated website - Click here: study mary morrissey read about. If a single 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 wonderful command for troubleshooting authenticated updates.

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

R1#conf t

R1(config)#crucial chain RIP

< The key chain can have any name.>

R1(config-keychain)#important 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 essential-chain RIP

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

R2#conf t

R2(config)#key chain RIP

R2(config-keychain)#crucial 1

R2(config-keychain-essential)#essential-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)#crucial chain RIP

R3(config-keychain)#important 1

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

R3(config)#int s0.31

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

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

To use MD5 authentication rather than clear-text, just 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 impact 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: one hundred../eight through .. in 1 hops

3d04h: 150.1.two./24 by way of .. in 1 hops

Here's what it looks like when the remote device is set for MD5 authentication and the nearby router is set for clear-text. You will 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" might be a simple command as compared to the debugs for other protocols. but it is also a very effective debug. This witty mary morrissey update encyclopedia has varied engaging lessons for where to study this belief. Begin making use of debugs as early as achievable in your Cisco scientific studies to discover how router commands truly work!.

Osobni alati