A network engineer runs the following command on Router R1: R1# show ip eigrp topology 10.10.10.0/24 EIGRP-IPv4 Topology Entry for AS(100)/ID(192.168.1.1) for 10.10.10.0/24 State: Passive, Reply status: 0, Originating router: 192.168.1.1 Routing Descriptor Blocks: 0.0.0.0 (Null0) from 0.0.0.0, Send flag: 0x0 Composite metric: (2560000000/0), Route is Internal Vector metric: Minimum bandwidth: 100000 Kbit Total delay: 100 microseconds Reliability: 255/255 Load: 1/255 Minimum MTU: 1500 Hop count: 0 Based on this output, what is the problem?
EIGRP automatically installs a null0 route for summary addresses to prevent loops.
Why this answer
The route to 10.10.10.0/24 is a local summary or null0 route (via Null0). This is typical for a summary route or a route to a directly connected network. The composite metric of 2560000000/0 indicates a very high metric, which is normal for a null0 route.
There is no problem; this is a common configuration.