cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
293
Views
0
Helpful
3
Replies

PBR for Multiple Natting

m.salah
Level 1
Level 1

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.

3 Replies 3

vijayasankar
Level 4
Level 4

Hi,

To acheive the same you need to use NAT along with Route-maps.

Check the following URL for more information on this.

http://www.cisco.com/en/US/products/sw/iosswrel/ps1839/products_feature_guide09186a0080087bac.html#1026010

Hope this helps, if so please rate the post.

-VJ

rohit_agarawal
Level 1
Level 1

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 permit 20

match ip address 101

match interface Serial0

route-map permit 30

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

mahmoodmkl
Level 7
Level 7
Review Cisco Networking products for a $25 gift card