I'm trying to get the passwords used in the OSPF authentication to be encrypted with "services password-encryption". I used the command in this three router topology and yet the phrases still show up as clear-text. Any idea why?
I'll post one of the running-configs:
Router1#show run
Building configuration...
Current configuration : 992 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname Router1
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback1
ip address 216.216.216.1 255.255.255.252
!
interface FastEthernet0/0
ip address 192.168.2.33 255.255.255.224
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 202.202.202.2 255.255.255.252
ip ospf authentication message-digest
ip ospf message-digest-key 8 md5 ocisc
!
interface Serial0/0/1
ip address 200.200.200.2 255.255.255.252
ip ospf authentication message-digest
ip ospf message-digest-key 8 md5 ocisc
!
interface Vlan1
no ip address
shutdown
!
router ospf 5
log-adjacency-changes
network 200.200.200.0 0.0.0.3 area 0
network 202.202.202.0 0.0.0.3 area 0
network 192.168.2.32 0.0.0.31 area 0
!
ip classless
!
!
!
!
!
!
!
line con 0
logging synchronous
line vty 0 4
login
!
!
!
end
On the serial interfaces the line "ip ospf message-digest-key 8 md5 ocisc" should not show "ocisc" in clear-text, or at least I don't want it to.