A network engineer is troubleshooting an EIGRP adjacency issue between two routers. The engineer verifies that both routers have the same K-values and autonomous system number. However, the adjacency does not form. Which configuration issue is most likely the cause?
Trap 1: The network statement uses an incorrect subnet mask.
EIGRP network statement uses wildcard mask, not subnet mask.
Trap 2: One router has a loopback interface that is not advertised.
Loopback interfaces are not required for EIGRP adjacency.
Trap 3: The hello and hold timers do not match.
EIGRP hello and hold timers do not need to match for adjacency to form.
- A
Authentication is configured on one router but not on the other.
Mismatched authentication prevents EIGRP adjacency.
- B
The network statement uses an incorrect subnet mask.
Why wrong: EIGRP network statement uses wildcard mask, not subnet mask.
- C
One router has a loopback interface that is not advertised.
Why wrong: Loopback interfaces are not required for EIGRP adjacency.
- D
The hello and hold timers do not match.
Why wrong: EIGRP hello and hold timers do not need to match for adjacency to form.