Viewing EIGRP Status
Problem
You want to check the status of EIGRP on the router.
Solution
There are several useful commands for looking at EIGRP status. As we have seen throughout this chapter, the show ip protocols command displays a wealth of useful information:
Router1#show ip protocolsYou can look at a routing table of only those routes that were learned via EIGRP by adding the eigrp keyword as follows:
Router1#show ip route eigrpAnother extremely useful EIGRP command displays a table of all of the adjacent EIGRP routers:
Router1#show ip eigrp neighborsYou can see information about the interfaces that exchange routing information by using EIGRP with this command:
Router1#show ip eigrp interfacesThis information is nicely augmented with the new show ip eigrp accounting command:
Router9#show ip eigrp accountingAnd finally, you can view the EIGRP topology database as follows:
Router1#show ip eigrp topologyDiscussion
The precise output of the show ip protocols command varies, depending on what features are enabled. However, we have shown several examples of different output throughout this chapter:
Router1#show ip protocols Routing Protocol is "eigrp 55" Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Serial0.1 filtered by (prefix-list) Inbound Default networks flagged in outgoing updates Default networks not accepted from incoming updates EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0 EIGRP maximum hopcount 100 EIGRP ...Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access