cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
511
Views
0
Helpful
1
Replies

Selective NAT

simonkc666
Level 1
Level 1

Is it possible to use extended ip access-lists for NATing. Basically i want traffic from a particular subnet destined for a particular subnet only to be NATed?? All other traffic should not be NATed.

Cheers

Simon

1 Reply 1

damascus
Level 1
Level 1

You can do selective NAT with commands such as

ip nat inside source route-map ?

http://www.cisco.com/warp/public/cc/pd/iosw/ioft/ionetn/prodlit/1195_pp.htm

Using a route map, you should be allowed to use access-lists to match as needed.

I could not find a reference to it in the universal CD manual, but I have used it before to do selective NAT.