I am attempting to configure eigrp between a Cisco 5510 and a Cisco 3560. Here is the relevant configuration:
ASA:
interface Ethernet0/1
nameif Inside
security-level 100
ip address 172.17.254.1 255.255.255.0
router eigrp 2
network 172.17.254.0 255.255.255.0
3560:
router eigrp 2
network 172.17.254.0 0.0.0.255
interface GigabitEthernet0/1
ip address 172.17.254.2 255.255.255.0
no switchport
On each device I can see the other as a neighbor. So I believe that eigrp is running on the correct interfaces.
However if I check the routing tables I don't see the routing information propagated. On the 3560 if I run show ip route eigrp I don't get anything back.
Any help would be appreciated.