cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

EIGRP route advertisements not making it to ASA 5510

sawyertech
Level 1
Level 1

We are deploying a new office in the building next to our main office.  The main office has a Cisco ASA 5510 behind that is a Cisco 3750 stack. In the new office we are deploying a new Cisco 3750, they will be connected via fiber cable.  I have sliced off VLAN 800 as a transit link /30 with an address space of 10.249.249.1-4. 

The new 3750 only has two VLAN's 800 and 112 (10.112.0.0/24).  VLAN 112 routes are advertised to the neighboring 3750 properly as seen in the routing tables of the 3750 stack:

D       10.112.0.0/24 [90/3072] via 10.249.249.2, 00:22:24, Vlan800

Traffic passes between all local VLANS with no issue.  I found in order to get packets to pass between the ASA and the new 3750 I had to add a static route to the ASA:

S    10.112.0.0 255.255.255.0 [1/0] via 10.100.0.1, inside

My question is why is EIGRP not advertising the 10.112.0.0 network to the ASA.  Here are EIGRP configs on the switches

Existing 3750 Stack

router eigrp 100

network 10.0.0.0

redistribute static

eigrp stub connected summary

New 3750 Stack

router eigrp 100

redistribute connected

eigrp stub connected summary

network 10.0.0.0

I have tried to use the redistribute connected/static on both 3750's to no avai.  Any tips or hints?

Who Me Too'd this topic