01-08-2007 12:51 PM - edited 03-03-2019 03:17 PM
I have one router (ISR 3845) having a multiple serial and ATM connections for different services, each service has it is own NAT.(Inside on the Ethernet side and out on serial and ATM interfaces)
My question is: how I can configure the multiple NATs on one router only, using PBR or any other technologies.
01-08-2007 08:25 PM
Hi,
To acheive the same you need to use NAT along with Route-maps.
Check the following URL for more information on this.
Hope this helps, if so please rate the post.
-VJ
01-08-2007 08:40 PM
y au can do with pbr
this is the example :-
access-list 101 permit ip 192.168.5.6 0.0.0.0 any
access-list 102 permit ip 192.168.5.0 0.0.0.255 any
route-map
match ip address 101
match interface Serial0
route-map
match ip address 102
match interface Serial1
ip nat inside source route-map nats0 interface serial0 overload
ip nat inside source route-map nats1 interface Serial1 overload
try i will work
can u tell me ur exact requirment
01-09-2007 12:20 AM
Hi
Hope this link will help you.
http://www.cisco.com/en/US/tech/tk648/tk361/technologies_white_paper09186a0080091cb9.shtml
Thanks
Mahmood
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide