PDA

View Full Version : EIGRP is NOT working ?


Chris
06-17-2009, 01:27 AM
Cisco gurus,
I am trying to setup EIGRP protocol on two routers via point to point through serial 0.0. I’ve set the AS as the same group and entered in the networks. But when I try to show the neighborhood i cant see anything...its not exchanging any packets at all...Any help will be great. I’ve been at this for hours and figure I'd try it out on here.
http://www.netbraintech.com/share/eigrpnotworking.gif

David.C
06-17-2009, 05:04 AM
After seeing your configs and network prefixes I'd say that the issue is the fact that EIGRP is classful by default.

By default your network 192.168.0.0 command configures those interfaces in the 192.168.0.0/24 network to participate in the EIGRP process.

You need to add the same mask (or equivalent wildcard mask) used on the interfaces after the network 192.168.0.0 command.
Similarly, adding no auto-summary may also resolve the problem.