Re: how to configure ospf authentication

From: Edison Ortiz (edisonmortiz@gmail.com)
Date: Mon May 28 2007 - 20:12:54 ART


Just enable authentication message-digest without any key. Key is optional
and it would use default key 0.

R3#sh run | be router os
router ospf 1
 router-id 3.3.3.3
 log-adjacency-changes
 area 0 authentication message-digest
 network 192.168.1.0 0.0.0.255 area 0

router ospf 1
 router-id 2.2.2.2
 log-adjacency-changes
 area 0 authentication message-digest
 network 192.168.1.0 0.0.0.255 area 0

R2#sh ip os int | i authe
  Message digest authentication enabled
      No key configured, using default key id 0
R2#sh ip os | i authen
        Area has message digest authentication

R3#sh ip os int | i authe
  Message digest authentication enabled
      No key configured, using default key id 0
R3#sh ip os | i authen
        Area has message digest authentication

__

Edison Ortiz
(Routing & Switching, CCIE # 17943)

----- Original Message -----
From: "Router Girl" <ciscoroutergirl@gmail.com>
To: "Cisco certification" <ccielab@groupstudy.com>
Sent: Monday, May 28, 2007 5:55 PM
Subject: how to configure ospf authentication

> Does anyone know how to configure OSPF with the strongest authentication
> and
> without using keys?
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Fri Jun 01 2007 - 06:55:22 ART