Re: RE: OT - A puzzle for CCIE Students

From: Dima Muzychko <muzychko_at_gmail.com>
Date: Fri, 22 Oct 2010 18:33:44 +0200

One more efficient solution:

R1:
Router#sh run | s rip|chain|1/0
key chain R1
 key 2
   key-string cisco2
 key 3
   key-string cisco3
interface FastEthernet1/0
 ip address 10.1.1.1 255.255.255.0
 ip rip authentication key-chain R1
router rip
 version 2
 network 10.0.0.0
 no auto-summary

R2:
Router#sh run | s rip|chain|1/0
key chain R2
 key 2
   key-string cisco2
interface FastEthernet1/0
 ip address 10.1.1.2 255.255.255.0
 ip rip authentication key-chain R2
router rip
 version 2
 network 10.0.0.0
 default-information originate
 no auto-summary

R3:
Router#sh run | s rip|chain|1/0
key chain R3
 key 3
   key-string cisco3
interface FastEthernet1/0
 ip address 10.1.1.3 255.255.255.0
 ip rip authentication key-chain R3
router rip
 version 2
 network 10.0.0.0
 default-information originate
 no auto-summary

Best regards,
Dmytro Muzychko

Blogs and organic groups at http://www.ccie.net
Received on Fri Oct 22 2010 - 18:33:44 ART

This archive was generated by hypermail 2.2.0 : Mon Nov 01 2010 - 06:42:06 ART