Implementing Cisco Enterprise Advanced Routing and Services (300-410 ENARSI) Exam Materials-Question 7 Discussion
Comment Image Comment Image Comment Image

Refer to the exhibit. EIGRP peering was lost. Which configuration resolves the issue? (Choose one answer)

  • A. Option A
  • B. Option B
  • C. Option C
  • D. Option D
Correct Answer: C

Brave-Dump Clients Votes

B 100%

Comments



Anonymous User 2026-06-21 02:58:43

Selected Answers: B


Could you please clarify why option C is considered correct instead of option B?
The log only indicates an EIGRP K-value mismatch, but it does not show the actual K-values configured on the neighbor. Option B uses the default EIGRP metric weights:
`metric weights 0 1 0 1 0 0`
which means K1=1, K2=0, K3=1, K4=0, K5=0. If the neighbor is using the default EIGRP K-values, option B should also resolve the mismatch.

Option C configures:
`metric weights 0 1 1 1 0 0`
which enables K2 as well, but I do not see in the exhibit where it indicates that the neighbor requires K2=1.

What information in the exhibit confirms that the neighbor is using K1=1, K2=1, K3=1, K4=0, K5=0, making option C the correct answer?
  • Brave-Dumps.com Admin 2026-06-21 10:35:34
    the default metric should be like this the first field is TOS and it's mostly 0 the second field is K1 it should be 1 and the 4th field is K3 and it should be 1 R1(config-router)#metric weights 0 1 0 1 0 0