Not an OSPF expert by any means!! but have dealt with authentication before.
1. All routers with I/F's in the same area must be configured with the same method, key and pwd.
2. Under your ' ROUTER OSPF ## ' (of each router ) include:
area # authentication message-digest'
Hope this helps.
Jess
Steve wrote:
> I configured OSPF with no authentication, everything works and I saw all
> routes. I inserted "ip ospf message-digest-key 1 md5 steve" under s1 on one
> router, I still get all ospf routes from other routers(after several
> reload). Should I not to
> receive ospf routes because of authentication? what is not working here?
> any ospf expert?
>
> Thanks in advance!
>
> Steve
> ====================================================
> interface Serial0
> ip address 150.100.15.2 255.255.255.252
> clockrate 1000000
> !
> interface Serial1
> ip address 150.100.10.2 255.255.255.0
> encapsulation frame-relay
> ip ospf message-digest-key 1 md5 steve
> ip ospf network point-to-multipoint
> clockrate 1000000
> frame-relay map ip 150.100.10.1 201 broadcast
> frame-relay map ip 150.100.10.3 201 broadcast
> no frame-relay inverse-arp IP 203
> !
> router ospf 1
> network 150.100.10.0 0.0.0.255 area 0
> network 150.100.15.0 0.0.0.3 area 3
> network 150.100.24.16 0.0.0.15 area 11
> network 150.100.24.32 0.0.0.15 area 11
> !
> no ip classless
> ip ospf name-lookup
>
> ---------------------
> To remove your name from the mailing list send a message to Majordomo@xxxxxxxxxxxxxx with the body containing "UNSUBSCRIBE CISCO"
---------------------
To remove your name from the mailing list send a message to Majordomo@xxxxxxxxxxxxxx with the body containing "UNSUBSCRIBE CISCO"