RE: ospf authenticatin

From: yakout esmat (yesmat@xxxxxxxxxxxxxx)
Date: Thu Jul 25 2002 - 08:19:10 GMT-3


   
Funny I was just working on the same topic.

You can do either area authentication OR Interface authentication between
two or more routers sharing the same area of course.

COnfigs:

R5#
interface Serial0
 no ip address
 encapsulation frame-relay
 no frame-relay inverse-arp
 frame-relay lmi-type cisco
!
interface Serial0.1 multipoint
 ip address 137.4.123.5 255.255.255.0
 ip ospf authentication message-digest
 ip ospf message-digest-key 1 md5 cisco
 ip ospf network point-to-multipoint
 ip ospf priority 10
 frame-relay map ip 137.4.123.1 104 broadcast
 frame-relay map ip 137.4.123.2 103 broadcast

R1#
!
interface Serial0
 ip address 137.4.123.1 255.255.255.0
 no ip directed-broadcast
 encapsulation frame-relay
 ip ospf authentication message-digest
 ip ospf message-digest-key 1 md5 cisco
 ip ospf network point-to-multipoint
 ip ospf priority 0
 no ip mroute-cache
 logging event subif-link-status
 logging event dlci-status-change
 frame-relay map ip 137.4.123.2 401 broadcast
 frame-relay map ip 137.4.123.5 401 broadcast
 no frame-relay inverse-arp
 frame-relay lmi-type cisco

HTH

Yakout

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
ccie candidate
Sent: Thursday, July 25, 2002 7:59 PM
To: ccielab@groupstudy.com
Subject: ospf authenticatin

guys ;
ospf authentication is supported on area or it can be done on interfaces
only ??
if yes can anyone post the configs ?



This archive was generated by hypermail 2.1.4 : Sat Sep 07 2002 - 19:36:43 GMT-3