problems with EIGRP config

Two routers DTN and MTN connected by ptp T1. Can ping all router s0 and e0 interfaces from each router back and forth. Cannot ping hosts on any e0 LAN from any remote router. Phone LAN is not in use or configured at this time. Internet access is via Firewall 192.168.1.6 at DTN. What am I missing? What should default gateway address be on hosts at MTN LAN

192.168.0.0 Thanks !!!

DTN-ROUTER#

sh run Building configuration...

Current configuration : 920 bytes ! version 12.2 service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname DTN-ROUTER ! enable secret 5 $1$nZIN$vGrJYfOSGkpTmaj6XKLnr0 ! ip subnet-zero ! ! no ip domain-lookup ! no lane client flush call rsvp-sync ! interface Ethernet0/0 description DTN LAN ip address 192.168.1.2 255.255.255.0 no ip mroute-cache full-duplex ! interface Serial0/0 description WAN T1 to MTN ip address 10.10.10.1 255.255.255.252 no ip mroute-cache no fair-queue service-module t1 remote-alarm-enable ! interface Ethernet0/1 description PHONE LAN no ip address no ip mroute-cache shutdown full-duplex ! router eigrp 1 network 10.0.0.0 network 192.168.0.0 no auto-summary ! ip classless no ip http server ! ! dial-peer cor custom ! line con 0 line aux 0 line vty 0 4 password 7 095E410A121C login ! end

MTN-ROUTER#

sh run Building configuration...

Current configuration : 912 bytes ! version 12.3 service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname MTN-ROUTER ! boot-start-marker boot-end-marker ! enable secret 5 $1$brO9$7lzarXCjGjm4K2oG9WmmR. ! no aaa new-model ip subnet-zero ! no ip domain lookup ! ip cef ! interface FastEthernet0/0 description MTN LAN ip address 192.168.0.2 255.255.255.0 speed auto full-duplex ! interface Serial0/0 description MTN WAN EDGE ip address 10.10.10.2 255.255.255.252 no fair-queue service-module t1 remote-alarm-enable ! router eigrp 1 network 10.0.0.0 network 192.168.0.0 no auto-summary ! router eigrp 2 auto-summary ! ip classless ip route 0.0.0.0 0.0.0.0 10.10.10.1 no ip http server ! ! ! snmp-server community public RO ! ! banner motd ^C No Unauthorized Access !!! ^C ! line con 0 line aux 0 line vty 0 4 password 7 071D2E4F4510 login ! end

Reply to
jayjay
Loading thread data ...

Default gateway for MTN hosts should be the directly connected ethernet interface of the router (192.168.0.2).

Amy.

Reply to
Amy L.

Jay,

On your DTN router your Ethernet0/0 interface does not parcicipate in the EIGRP. Notice, that you have IP address 192.168.1.2 for the interface, but in EIGRP you define 192.168.0.0 network. They do not match, so, the

192.168.1.0 network will not be advertised. You can use "show ip eigrp interface" command to see if your interfaces are included in EIGRP.

It works though in the MTN router. And by the way, your "router eigrp 2" section does nothing. You have no networks defined, and probably have no neighbors. So, you may delete it.

------------- Michael

formatting link

...

...

...

...

...

...

...

Reply to
CiscoHeadsetAdapter.com

Should the default gateway on the DTN hosts (PCs attached to e0) be the e0 interface 192.168.1.2 or the internal ip address of the firewall

192.168.1.6 that goes out to the > Jay,
Reply to
jayjay

jayjay a écrit :

that depends. Do they need to access servers at the MTN location? Does your firewall support ip redirect?

It is safer to point your PCs' default gateway to the router and have it bounce the traffic to the firewall if required.

On DTN:

ip route 0.0.0.0 0.0.0.0 192.168.1.6 ! router eigrp 1 redistribute static

On MTN:

Nothing special, eigrp will take care of everything. In fact, you can even get rid of the static route you have there.

Reply to
Francois Labreque

Jay,

On the DTN router you may put the static route:

ip route 0.0.0.0 0.0.0.0 192.168.1.6

Also, you should add following command into the EIGRP configuration:

router eigrp 1 redistribute static

This will redistribute default route to MTN router for 192.168.0.0 network.

Michael

formatting link

Reply to
CiscoHeadsetAdapter.com

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.