300-410 Exam QuestionsBrowse all questions from this exam

300-410 Exam - Question 35


Refer to the exhibit. The neighbor relationship is not coming up.

Which two configurations bring the adjacency up? (Choose two.)

Show Answer
Correct Answer: CD

For OSPF adjacency to form, the authentication type and key must match on both routers for interfaces connecting to each other. In the NY configuration, the router is using MD5 authentication with a message digest key. Therefore, to make the LA router's configuration compatible, you need to configure interface E 0/0 on the LA router with 'ip ospf message-digest-key 1 md5 Cisco123' (option C) to match the MD5 key and authentication type. Additionally, enabling message-digest authentication under the OSPF routing process in LA (option D) ensures that the same authentication type is configured at the router level for the area. Together, these changes bring up the OSPF adjacency.

Discussion

5 comments
Sign in to comment
AliMo123Options: CD
Nov 2, 2021

C and D are correct remember: one of the rule for OSPF neighbor relationship to come up is matching Authentications

studybuddy10Options: CD
Nov 8, 2021

Agree with C and D, tested exact configurations.

MalasxdOptions: CD
May 14, 2023

C and D are correct

bk989Options: AC
May 27, 2024

LA interface E 0/0 ip ospf authentication-key Cisco123 --> This enables plain-text authentication. OSPF by default has md5 and plain-text however newer ios trains also support sha

SeMo0o0o0Options: CD
Jul 17, 2024

C & D are correct