cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
704
Views
5
Helpful
2
Replies

OSPF Plain Text Authentication

GRANT3779
Spotlight
Spotlight

Haven't had a chance to test this in a lab yet - Reading the OSPF design guide and have a query.

If I have 4 routers all using plain text authentication on the same LAN Segment but using two different passwords. Router 1 and 2 have same password, Router 3 and 4 have same password. Will I 1 and 2 become adjacent, and will 3 and 4 also? 

Router 1
interface Ethernet0
ip address 10.10.10.1 255.255.255.0
ip ospf authentication-key PASSWORD1

router ospf 10
network 10.10.10.1 0.0.0.0 area 0
area 0 authentication

Router 2
interface Ethernet0
ip address 10.10.10.2 255.255.255.0
ip ospf authentication-key PASSWORD1

router ospf 10
network 10.10.10.2 0.0.0.0 area 0
area 0 authentication

Router 3
interface Ethernet0
ip address 10.10.10.3 255.255.255.0
ip ospf authentication-key PASSWORD2

router ospf 10
network 10.10.10.3 0.0.0.0 area 0
area 0 authentication

Router 4
interface Ethernet0
ip address 10.10.10.4 255.255.255.0
ip ospf authentication-key PASSWORD2

router ospf 10
network 10.10.10.4 0.0.0.0 area 0
area 0 authentication

1 Accepted Solution

Accepted Solutions

Pawan Raut
Level 4
Level 4

router 1 and 2 will be ospf neighbor and similarly 3 & 4 will be ospf neighbor.

View solution in original post

2 Replies 2

Pawan Raut
Level 4
Level 4

router 1 and 2 will be ospf neighbor and similarly 3 & 4 will be ospf neighbor.

Yes Router 1 and 2 will be OSPF Neighbor and Similarly 3 and 4 will be OSPF Neighbor.

Review Cisco Networking products for a $25 gift card