300-410 Exam QuestionsBrowse all questions from this exam

300-410 Exam - Question 25


Refer to the exhibit. R1 and R2 cannot establish an EIGRP adjacency.

Which action establishes EIGRP adjacency?

Show Answer
Correct Answer: C

The passive-interface command in the R2 configuration prevents EIGRP packets from being sent out through the specified interface (FastEthernet0/0), which in turn stops EIGRP from establishing a neighbor relationship with R1. To enable an EIGRP adjacency between R1 and R2, the passive-interface command should be removed from the R2 configuration. This will allow EIGRP packets to be exchanged through the FastEthernet0/0 interface, thereby enabling the establishment of the EIGRP adjacency.

Discussion

7 comments
Sign in to comment
studybuddy10Option: C
Nov 7, 2021

Given answer is correct, labbed and as soon as you configure passive-interface it tears down the neighbor as below. EIGRP-IPv4 100: Neighbor 192.168.12.1 (Ethernet0/0) is down: interface passive

examSharkOption: A
Jul 31, 2021

The given answer is correct

error_909Option: A
Sep 18, 2021

The given answer is correct

xziomal9Option: C
Apr 25, 2022

The correct answer is: C

AlexlohOption: C
Jul 19, 2022

The correct answer is C

MasoudGhorbaniOption: C
Feb 26, 2024

C is correct. The passive-interface command stops EIGRP packets from going out through a specified interface. You'd use it on interfaces where you don't want EIGRP to make connections, like on LAN interfaces with no EIGRP neighbors around.

SeMo0o0o0Option: C
Jul 16, 2024

C is correct