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

NAT ACL conflict

Godwin_S
Level 1
Level 1

Hi,
I have a small doubt regarding NAT ACL. Below is my config sample. When traffic initiated from 10.10.10.1 to 172.16.1.1, no translation happening due to ACL 200 being get hit. Is this a normal behavior of NAT? Do we have any documentation regarding this ACL conflict?

 

ip access-list extended 100
permit ip 10.10.10.0 0.0.0.255 172.16.1.0 0.0.0.255

 

ip access-list extended 200
permit ip 10.0.0.0 0.255.255.255 172.16.0.0 0.0.255.255

 

route-map CONDITION
match ip address 200

 

ip nat pool ABC 50.50.50.1 50.50.50.1 netmask 255.255.255.0

 

ip nat inside source list 100 pool ABC overload

 

ip nat inside source static 10.10.10.2 2.2.2.2 route-map CONDITION

 

 

Regards,

Godwin. S

1 Reply 1

Hello,

 

post your full configuration, we need to see where the NAT is applied...

Review Cisco Networking for a $25 gift card