EIGRP not working

We brought up a bunch of sites with aATT MPLS and one of them is not working with EIGRP. I'm waiting for a return call from ATT but in the mean time I'd appreviate it if someone would like at these edited config and tell me if tehre is anything in here which would stop EIGRP from working. If it was working, the sh ip route command would return about 50 networks as "D EX".

Thanks for looking.

-Bob

#sh ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route

Gateway of last resort is 192.168.25.7 to network 0.0.0.0

C 192.168.25.0/24 is directly connected, FastEthernet0 S 192.168.26.0/24 [1/0] via 192.168.25.10 10.0.0.0/16 is subnetted, 1 subnets S 10.2.0.0 [1/0] via 192.168.25.10 S* 0.0.0.0/0 [1/0] via 192.168.25.7

#wr t

Building configuration...

Current configuration : 1998 bytes !

version 12.4 service timestamps debug uptime service timestamps log datetime localtime service password-encryption no service dhcp ! boot-start-marker boot-end-marker ! logging buffered 4096 debugging ! no aaa new-model ! resource policy ! clock timezone PST -8 clock summer-time PDT recurring 2 Sun Mar 2:00 1 Sun Nov 2:00 ! ! ! ! ip cef ! isdn switch-type basic-ni

! !

! interface FastEthernet0 description Excelsior LAN ip address 192.168.25.1 255.255.255.0 speed auto !

! router eigrp 10 network 10.0.0.0 network 192.168.0.0 auto-summary no eigrp log-neighbor-changes !

no ip http server ! ! logging source-interface FastEthernet0 logging 10.x.x.x ! control-plane ! ! line con 0 line aux 0 line vty 0 4 login local ! sntp server 13x.x.x.x end

Reply to
just bob
Loading thread data ...

Your "network statement" under EIGRP is incorrect. try "network 192.168.25.0"

Reply to
John Agosta

Hi, the reason it is 192.168.0.0 is because we have many 192.168.x.x subnets, and this is one of many. But I will add that one and see what happens....

Holy cow - you were right!

Thank you so much!

-Bob

Reply to
just bob

192.x is a class C, meaning auto summary will not pickup 192.168.0.0/16....it only picks up /24. That's why it worked. Or you could have added 192.168.0.0 0.0.255.255.....either way.
Reply to
Trendkill

Auto summary and the network statement bit me in the tail quite a few times.

192.x is a class C, meaning auto summary will not pickup 192.168.0.0/16....it only picks up /24. That's why it worked. Or you could have added 192.168.0.0 0.0.255.255.....either way.
Reply to
swpa

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.