Can anyone help me uderstand why when specifiing a network to lookup in an EIGRP topology table router responds with--> "% Route not in topology table"
router>sh ip eigrp top 10.16.64.0
% Route not in topology table
But when specifiing with the include option, it reteives information?
router>sh ip eigrp top | include 10.16.64.0
P 10.16.64.0/19, 1 successors, FD is 20512000
P 10.16.64.0/24, 1 successors, FD is 20514560
This makes no sense to me, the information is in the topology table but the first command wont retrieve it?