What is the default EIGRP hello interval on a point-to-point serial interface?
Default hello interval is 5 seconds for point-to-point links.
Why this answer
On point-to-point serial interfaces, EIGRP uses a default hello interval of 5 seconds. This is because point-to-point links are considered high-speed, and EIGRP assumes they can handle more frequent hello packets to detect neighbor failures quickly, unlike NBMA or multipoint interfaces where the default is 60 seconds.
How to eliminate wrong answers
Option B is wrong because 10 seconds is the default hello interval for OSPF on broadcast and point-to-point links, not for EIGRP. Option C is wrong because 30 seconds is not a standard EIGRP hello interval; it may be confused with the default hold time multiplier or other routing protocols. Option D is wrong because 60 seconds is the default EIGRP hello interval on low-speed NBMA interfaces (e.g., Frame Relay multipoint or interfaces with bandwidth less than 1.544 Mbps), not on point-to-point serial links.