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

Conditional NAT: router not retrying other rules?

Hello all,

i am having an issue with a NAT configuration I want to make.

For a specific host, I have a default NAT rule for the internet. This rule uses an access-list with a permit for that host, however the permit is preceeded with a deny rule for the same host but with a specific destination for which I have a different nat rule that I want to apply.

The problem is, that the IOS  for the traffic that should be natted with the 2nd rule, is matched by the deny in the access list of the first, and doesn't get natted.

Is this by design or could be a configuration issue?

1 Reply 1

I happened to solve the problem modifying the way the nat rule was built:

from:

ip nat source route-map rp pool pool1 overload

to:

ip nat inside source static insidelocal insideglobal route-map rp

thanks