EIGRP under NAT

From: Revaz Kashia (office2003@gol.ge)
Date: Wed Jul 06 2005 - 07:15:39 GMT-3


Hello Group

Please help with the scenario !
i want to advertise network 213.200.12.64 0.0.0.63 through EIGRP to ISP
through Ethernet 0/0, but on the same interface i have "ip nat outside"
configured because of this the network cannot be advertised ISP, is there any
possible way advertise the current network through EIGRP when NAT is enabled
on the interface ?

interface Ethernet0/0
 description Connection-To-Telenet(ISP)
 bandwidth 2048
 ip address 212.58.109.194 255.255.255.252
 ip nat outside
 full-duplex

interface Ethernet2/0
 description Zugdidi-Inside-Net
 ip address 213.200.12.65 255.255.255.192 secondary
 ip address 10.188.23.237 255.255.255.252
 ip nat inside
 full-duplex

router eigrp 16106
 redistribute connected
 redistribute static
 network 212.58.109.192 0.0.0.3
 network 213.200.12.64 0.0.0.63
 no auto-summary

ip nat pool zugdidi 213.200.12.70 213.200.12.90 netmask 255.255.255.192
ip nat inside source list 1 pool zugdidi overload
ip classless
ip route 0.0.0.0 0.0.0.0 212.58.109.193 name ISP-Default
no ip http server

Thanks in Advance for Help



This archive was generated by hypermail 2.1.4 : Sun Sep 04 2005 - 17:00:29 GMT-3