SEFOS# configure terminal SEFOS(config)# router ospf SEFOS(config-router)# router-id 10.4.0.2
SEFOS(config-router)# network 10.4.0.2 area 0.0.0.0
SEFOS(config-router)# exit
SEFOS(config)# interface vlan 1
SEFOS(config-if)# ip ospf authentication-key 1234
SEFOS(config-if)# ip ospf authentication
SEFOS(config-if)# exit
SEFOS(config)# exit
SEFOS# configure terminal SEFOS(config)# router ospf SEFOS(config-router)# router-id 10.4.0.4
SEFOS(config-router)# network 10.4.0.4 area 0.0.0.0
SEFOS(config-router)# exit
SEFOS(config)# interface vlan 1
SEFOS(config-if)# ip ospf authentication-key 1234
SEFOS(config-if)# ip ospf authentication
SEFOS(config-if)# exit
SEFOS(config)# exit
SEFOS# show ip ospf interface vlan1 is line protocol is up Internet Address 10.4.0.2, Mask 255.255.0.0, Area 0.0.0.0 AS 1, Router ID 10.4.0.2, Network Type BROADCAST, Cost 1 Transmit Delay is 1 sec, State 5, Priority 1 Designated RouterId 10.4.0.4, Interface address 10.4.0.4 Backup Designated RouterId 10.4.0.2, Interface address 10.4.0.2 Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5 Hello due in 0 sec Neighbor Count is 1, Adjacent neighbor count is 1 Adjacent with the neighbor 10.4.0.4 Simple password authentication enabled
SEFOS# show ip ospf neighbor detail Neighbor 10.4.0.4, interface address 10.4.0.4 In the area 0.0.0.0 via interface vlan1 Neighbor priority is 1, State is FULL/BACKUP, 5 state changes DR is 10.4.0.4 BDR is 10.4.0.2 Options is 0x2
SEFOS(config-if)# no ip ospf authentication-key