cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
526
Views
0
Helpful
3
Replies

Vpn filter in route based ipsec l2l tunnel

megumi35
Level 1
Level 1

Hello folks, Just wanted to know that can we configure vpn-filter in route base ipsec tunnel in cisco asa. I know its working in policy based but does it work similar way in route base vpn ? Anyone tested it ?

3 Replies 3

M02@rt37
VIP
VIP

Hello @megumi35,

Wiith a route-based VPN, you can achieve similar traffic filtering and control by employing ACLs to match the desired traffic. These ACLs are then used in the configuration to control what traffic is allowed to traverse the VPN tunnel.

Define ACL:

access-list VPN_TRAFFIC extended permit ip <source-network> <source-wildcard> <destination-network> <destination-wildcard>

Apply this ACL on crypto map:

crypto map VPN_MAP <seq-num> match address VPN_TRAFFIC

 

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

Vpn-filter work for policy based vpn 

But for router based VPN apply acl directly to tunnel interface. That all what you need I think.