cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3041
Views
0
Helpful
4
Replies

How do you see all the routes learned via EIGRP

I have a multi-path network running EIGRP.  For some reason, when I look at the EIGRP accounting, I see that on Route A at a site learned 500+ routes from upstream and Router B only learned 260.   Furthermore, Router A only has 9 prefixed learned from Router B.  So if the link on Router A goes down, I am going to have some routing issues.

 

How can I look further into the what is happening with in EIGRP to see what the problem is?  Is there any way within the topology that I can see what prefixes are actually learned from Router B?

4 Replies 4

Collin Clark
VIP Alumni
VIP Alumni

Try 'show ip eigrp topology'. You can pipe to filter the results

show ip eigrp topology | i 10.0.0.4

It doesn't tell me what the routes actually are:

 

hostname#             show ip eigrp top | i 172.16.0.250
        via 172.16.0.250 (54016/53760), Vlan1
        via 172.16.0.250 (133376/133120), Vlan1
        via 172.16.0.250 (133376/133120), Vlan1
        via 172.16.0.250 (133376/133120), Vlan1
        via 172.16.0.250 (133376/133120), Vlan1

 

 

 

You may have to tweak your filter a bit. For example I'm learning routes via Vlan3013 and Vlan3014 and if I want to see routes learned from Vlan3013 I could either filter including routes and Vlan3013 or just filter out Vlan3014 (easier).

show ip eigrp 1 topology | exclude Vlan3014

inaiate87
Level 1
Level 1

Have you tried "show ip route eigrp" or "show ip eigrp topology all-links?"

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card