cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
406
Views
0
Helpful
6
Replies

EIGRP issue on 4006L3 and 2621 Rtr

misramanish
Level 1
Level 1

I added a new network off a 4006L3 switch by creating one of the fastethernet ports as a routed port (using no switchport command on the int).

I have created an intermediate network between this FaEth and fa0/1 on the 2621 rtr.

EIGRP has been configured on both and redist static and redist connected have been added.

I see no EIGRP updates on the 2621. It never picks up any routes, but on debuggging it looks like it is sending Hello requests but getting no response from the 4006. No ACLs in place yet.

Could the fact that 4006 has a routed port be the reason why EIGRP updates are not happening. I am using static routes in the meantime which work fine. The Rtr is 12.3(18).

Any thoughts!

Thanks!

6 Replies 6

mheusinger
Level 10
Level 10

Hello,

can you provide a little more details on the 4006L3 config? Is the routed port in the same subnet as the 2621 interface? Is a network statement in EIGRP covering the 4006 interface IP?

Regards, Martin

Martin,

The routed port on the 4006 is fa4/46, IP address of 192.168.4.33/30 and is directly connected port to 2621 on fa0/1 with IP of 192.168.4.34/30. Second int on 2621 is fa0/0 with IP of 172.22.57.1. The default VLAN 1 ip add of 4006 is 172.17.10.99

EIGRP 1111 on both. Networks allowed are 192.168.0.0, 172.17.0.0 and 172.22.0.0 on both.

I could never ping 172.22.57.1 from 172.17.10.99 because EIGRP did not appear to be working. I finally added a static route "ip route 0.0.0.0 0.0.0.0 192.168.4.33" on 2621 and then I could ping everything and traffic started to flow fine.

On 4006, I had to add static routes as well to go to 192.168.4.34.

Does this information help?

Thanks!

I think posting relevant portions of your EIGRP configuration on both devices will help. Additionally is the EIGRP neighborship coming up? Can you post an output of the show ip eigrp neighbor command? Are you advertising what you need to advertise on the 4006 into EIGRP so that the 2621 learns it?

Hi,

You had indicated the 2621 is sending hellos but not receiving hellos. Can you verfiy the fa4/46 (router port) is participating in EIGRP. Issue the command 'show ip eigrp int' on the 4006 to confirm this. If the interface isn't particpating in EIGRP then reconfigure the network statement to cover the IP of 4/46. If you are using code later than 12.2 (I believe) you can even use the command 'network 192.168.4.33 0.0.0.0' under the EIGRP process.

Also, make sure there's no command like 'passive-interface default' under the router eigrp process. If it is then you need to do a no passive for that interface.

Pls. rate the post if it helped.

HTH,

Sundar

Sundar,

Doing a "show ip eigrp int fa4/46" does not show any eigrp information. The default router eigrp process already has a 192.168.0.0 (thereby addressing the 192.168.4.33 network) so I did not add any new network. The Code on 4006 is 12.1(8a).

There's no passive-int def command either. I guess testing of eigrp is tricky as the connections have to remain up most of the time. Right now the traffic flow is happening because of static commands on both the 4006 and 2621 routers.If I take those out, and eigrp continues to NOT work, then I'll break my traffic.

Thoughts?

Manish

Hello, I would suggest to use

router eigrp 1111

network 192.168.4.0

...

no auto-summary

Then the interface should show up in the EIGRP process. What is the output from "show ip protocol"?

Can you post this from the two neighboring routers?

Regards, Martin

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: