10-08-2023 06:33 AM
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 ?
10-08-2023 08:42 AM
check below use case : (hope this help you )
10-08-2023 09:55 AM
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
10-08-2023 11:08 PM
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.
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