cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
432
Views
0
Helpful
2
Replies

Can I enable NAT on a specific interface only?

pmaruszewski
Level 1
Level 1

I have two interfaces in my Cisco 3600. I need to enable NAT outside on each, but they cannot use the same NAT pool. Where should I start? Is it possible to enable NAT pools on specific interfaces?

2 Replies 2

rsissons
Level 5
Level 5

Yes, you can use different NAT pools on different interfaces. See the following URL for an example -

http://www.cisco.com/warp/public/105/nat_routemap.html

kschung
Level 1
Level 1

If I understand your question correctly, you want to NAT to different IP addresses depending on which outbound interface it uses. If this is the case, you should approach the problem using route-map. Configure access-list for destination IP addresses on the incoming interface and tie this back to the route-map statement. You are relying on routing to choose the correct outbound interface and hence the correct NAT address. Note that it's not possible to assign different NAT pools or static NAT addresses to different outside interfaces.

kevin