ENARSI Exam QuestionsBrowse all questions from this exam

ENARSI Exam - Question 571


Refer to the exhibit. Which configuration resolves the issue?

Show Answer
Correct Answer: C

The OSPF adjacency issue is caused by a mismatch in authentication configuration. The configuration for the neighbor (cryptographic authentication enabled with HMAC-SHA-256) suggests that a key chain with HMAC-SHA-1 algorithm is required. The correct configuration to resolve the issue should include setting up a key chain with the required cryptographic algorithm and applying it to the interface. Therefore, the correct option is the one that configures the OSPF authentication with a key chain using HMAC-SHA-1.

Discussion

3 comments
Sign in to comment
PietjeplukgelukOption: B
May 28, 2024

Seems:"Rollover in progress, 1 neighbor(2) using old key(s): key id 1 algorithm MD5" Indicated neighbor uses MD5 authentication. To fix please set MD5 authentication configuration back: CSR103(config)#interface fastEthernet 0/0 CSR103(config-if)#ip ospf message-digest-key 1 md5 cisco CSR103(config-if)#ip ospf authentication message-digest Above will automatically "remove" wrongly configured "ip ospf authentication key-chain ospf"

jabal93
Aug 14, 2024

Agreed.

bk989
Sep 3, 2024

I agree

[Removed]Option: B
Jul 30, 2024

B is corerct

bk989
Aug 26, 2024

C is currently configured on the router, but with a different hma-sha-256: show ip ospf interface e0/0 Cryptographic authentication enabled Sending SA: Key 1, Algorithm HMAC-SHA-1 - key chain ospf