RIP Version 2 Authentication

From: Stanford Wong - CNS (stanford@xxxxxxxxxxxxxx)
Date: Mon Jan 15 2001 - 03:58:53 GMT-3


   
Has anybody out there got RIP authentication working?

I have been working on this for a couple of days it doesn't seem to work.

The connection is two routers connected directly to each other via a
fastethernet connection.

When I do a debug ip rip events all I get is -
00:08:04: RIP: ignored v2 packet from 10.0.0.1 (invalid authentication)

here are the two configs -

---------------------Router D-------------------------
hostname rd
!
key chain turkey
 key 1
  key-string password1
  accept-lifetime 00:00:00 Jan 14 2001 infinite
  send-lifetime 00:00:00 Jan 14 2001 infinite
!
interface Loopback0
 ip address 4.4.4.4 255.255.255.0
!
interface FastEthernet0
 ip address 10.0.0.2 255.255.255.0
 ip rip authentication key-chain turkey
 speed auto
 no cdp enable
!
router rip
 version 2
 passive-interface Loopback0
 network 4.0.0.0
 network 10.0.0.0
!
ip classless
-------------------------Router C-------------------------

hostname rc
!
key chain turkey
 key 1
  key-string password1
  accept-lifetime 00:00:00 Jan 14 2001 infinite
  send-lifetime 00:00:00 Jan 14 2001 infinite
!
interface Loopback0
 ip address 3.3.3.3 255.255.255.0
!
interface FastEthernet0
 ip address 10.0.0.1 255.255.255.0
 ip rip authentication key-chain turkey
 speed auto
 no cdp enable
!
router rip
 version 2
 passive-interface Loopback0
 network 3.0.0.0
 network 10.0.0.0
!
ip classless
------------------------------------------------------------

Here is the version of IOS that I am using....
IOS (tm) C1700 Software (C1700-SY-M), Version 12.1(1), RELEASE SOFTWARE
(fc1)

Am I missing something or does this thing not even work? Getting a little
frustrated because this should be a no brainer, but it doesn't work.

Thanks in advance for any insight/suggestions.

stanford



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:27:29 GMT-3