Re: OSPF Area Authentication

From: Manny Gonzalez (manny@xxxxxxx)
Date: Sat Dec 22 2001 - 19:24:51 GMT-3


   
Thanks,

However, example B also did not work. Some more playing with the configs
revealed the proper setup... I think.

Clear Text:

 router ospf 1
  area 0 authentication
 interface e0
  ip ospf authentication-key cisco

MD5

  router ospf 1
   area 0 authentication message-digest
  interface e0
   ip ospf message-digest-key md5 cisco

Thanks for the help and for making me work at it a little more. I was
ready to give up and look it up :-)

Christopher Jarosz wrote:
>
> Hi Manny !!
>
> The difference is that with the "simple" authentication-key it is sent in
> plain text, where the message-digest encrypts the password with an MD5 hash.
> For a more secure authentication, use MD5.....
>
> > I would like to know what the difference is between the following
> > two
> > OSPF configs:
> >
> > A.
> > router ospf 1
> > area 0 authentication message-digest
> > interface e0
> > ip ospf authentication message-digest
> > ip ospf authentication-key cisco
> >
> > B.
> > router ospf 1
> > area 0 authentication message-digest
> > interface e0
> > ip ospf message-digest-key md5 cisco
> >
> > Which is the right way to do it? Is either of them the same thing?



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