nerdexam
Cisco

200-101 · Question #208

Refer to the topology and the provided configurations. Router R6 does not form an EIGRP neighbor relationship correctly with router R1. What is the cause for this misconfiguration?

The correct answer is C. The network command is missing. EIGRP requires the 'network' command to enable the protocol on an interface and advertise it to neighbors. Without it, R6's interface is not participating in EIGRP and cannot form an adjacency with R1.

Implement an EIGRP Based Solution

Question

Refer to the topology and the provided configurations. Router R6 does not form an EIGRP neighbor relationship correctly with router R1. What is the cause for this misconfiguration?

Exhibits

200-101 question #208 exhibit 1
200-101 question #208 exhibit 2
200-101 question #208 exhibit 3

Options

  • AThe K values mismatch.
  • BThe AS does not match.
  • CThe network command is missing.
  • DThe passive-interface command is enabled.

How the community answered

(40 responses)
  • A
    8% (3)
  • B
    18% (7)
  • C
    73% (29)
  • D
    3% (1)

Why each option

EIGRP requires the 'network' command to enable the protocol on an interface and advertise it to neighbors. Without it, R6's interface is not participating in EIGRP and cannot form an adjacency with R1.

AThe K values mismatch.

K value mismatches would cause EIGRP neighbor formation to fail with a 'K-value mismatch' log message, but the question context points to a missing configuration rather than a metric parameter conflict.

BThe AS does not match.

AS number mismatches prevent EIGRP peering, but routers in different AS numbers would still attempt and visibly reject Hello packets - the symptom here is that no relationship forms at all due to a missing command.

CThe network command is missing.Correct

EIGRP will not activate on an interface or advertise that interface's network unless a matching 'network' command is configured under the EIGRP process. Without this command on R6, the interface facing R1 is excluded from EIGRP entirely, preventing neighbor discovery and adjacency formation.

DThe passive-interface command is enabled.

The passive-interface command stops EIGRP from sending Hellos on an interface but is an explicit configuration action, not a missing one; the scenario describes a misconfiguration by omission.

Concept tested: EIGRP network command enabling adjacency formation

Source: https://www.cisco.com/c/en/us/support/docs/ip/enhanced-interior-gateway-routing-protocol-eigrp/13669-1.html

Topics

#EIGRP neighbor adjacency#network command#misconfiguration#neighbor formation

Community Discussion

No community discussion yet for this question.

Full 200-101 Practice