From: jongsoo.kim@intelsat.com
Date: Thu Jul 22 2004 - 18:15:52 GMT-3
Let's say R1 s0 interface ebgp peers with BB router.
10.0.0.0/8--.1 e0 R1 s0--EBGP--BB Router
R1 has static route of 20.0.0.0/24 to Null 0
ip route 20.0.0.0 255.255.255.0 null 0
Then this static route is advertized to eBGP peer.
Let's say 10.0.0.0/8 is inside address to be translated to 20.0.0.0/24
Now my question is if I can include 20.0.0.0( network address) and 20.0.0.255( broadcast address) into IP Nat Pool as showing below.
ip nat pool mytest 20.0.0.0 20.0.0.255 netmask 255.255.255.0
access-list 1 permit 10.0.0.0 0.255.255.255
ip nat inside source list 1 pool mytest
Int e0
ip nat inside
Int S0
ip nat outside
This archive was generated by hypermail 2.1.4 : Sun Aug 01 2004 - 10:12:01 GMT-3