11-12-2013 04:09 AM - edited 03-11-2019 08:03 PM
Hello,
I would like to ask about which global nat will take place for: 10.90.3.1 which is accessing 333.333.333.333 ?
nat (inside) 1 access-list cust1
global (outside) 1 111.111.111.111
nat (inside) 2 access-list cust2
global (outside) 2 222.222.222.222
access-list cust1 extended permit ip 10.90.0.0 255.255.0.0 any
access-list cust2 extended permit ip 10.90.0.0 255.255.0.0 host 333.333.333.333
Solved! Go to Solution.
11-12-2013 04:16 AM
Hi,
They should be applied in the order they are configured. I am not sure if the ID number of the NAT had any effect to it.
Unless this NAT configurations is from an old PIX then you should be able to use the "packet-tracer" command to confirm which Dynamic Policy PAT rule is matched
packet-tracer input inside tcp 10.90.3.1 12345 333.333.333.333 80
Naturally replace the 333.333.333.333 with the correct destination IP address
- Jouni
11-12-2013 04:16 AM
Hi,
They should be applied in the order they are configured. I am not sure if the ID number of the NAT had any effect to it.
Unless this NAT configurations is from an old PIX then you should be able to use the "packet-tracer" command to confirm which Dynamic Policy PAT rule is matched
packet-tracer input inside tcp 10.90.3.1 12345 333.333.333.333 80
Naturally replace the 333.333.333.333 with the correct destination IP address
- Jouni
11-13-2013 12:05 AM
Yes it is applied in the order I configured. Thx
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