steveredman
IS-IT--Management
Good morning,
Could someone try to explain to me how route maps are meant to be used in the situation where VPN and NAT co-exist?
I have a NAT rule as follows;-
ip nat inside source static tcp 10.0.0.6 443 x.x.x.x 443 route-map SDM_RMAP_1 extendable
Then later on this;-
route-map SDM_RMAP_1 permit 1
match ip address 126
And also this;-
access-list 126 remark 10.0.0.6
access-list 126 remark SDM_ACL Category=2
access-list 126 deny ip any 192.168.1.0 0.0.0.255
access-list 126 deny ip any 10.2.0.0 0.0.0.255
access-list 126 deny ip any any
I was wondering how the ACL is used, what direction of traffic does it relate to and is it constructed correctly? The subnets in the ACL are the ranges used by networks connected by VPN. As I have other nat mappings can they all share the one route map as the same indo applies to all (the VPN addresses).
Thanks
Could someone try to explain to me how route maps are meant to be used in the situation where VPN and NAT co-exist?
I have a NAT rule as follows;-
ip nat inside source static tcp 10.0.0.6 443 x.x.x.x 443 route-map SDM_RMAP_1 extendable
Then later on this;-
route-map SDM_RMAP_1 permit 1
match ip address 126
And also this;-
access-list 126 remark 10.0.0.6
access-list 126 remark SDM_ACL Category=2
access-list 126 deny ip any 192.168.1.0 0.0.0.255
access-list 126 deny ip any 10.2.0.0 0.0.0.255
access-list 126 deny ip any any
I was wondering how the ACL is used, what direction of traffic does it relate to and is it constructed correctly? The subnets in the ACL are the ranges used by networks connected by VPN. As I have other nat mappings can they all share the one route map as the same indo applies to all (the VPN addresses).
Thanks