Exam 300-410 All QuestionsBrowse all questions from this exam
Question 35

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

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

    Correct Answer: C, D

    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
SeMo0o0o0Options: CD

C & D are correct

bk989Options: AC

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

MalasxdOptions: CD

C and D are correct

studybuddy10Options: CD

Agree with C and D, tested exact configurations.

AliMo123Options: CD

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