12-27-2022 04:34 AM
Hi Folks,
We have DACL applied to an Authorization profile which enables Cisco remote VPN users to login.
Please help with below queries :
Solved! Go to Solution.
12-27-2022 06:17 AM - edited 12-27-2022 06:21 AM
@munaf shaikh use "show vpn-sessiondb detail anyconnect filter name <username>" to filter on the username, this will show which DACL is applied to the users session.
The split-tunnel defines the routes to be routed over the tunnel (if using split include). By default on the ASA, VPN traffic bypasses the interface ACL (with the command "sysopt connection permit-vpn" configured, which it is as default) - so traffic is permitted as default (assuming it is included in the split-tunnel ACL).
12-27-2022 04:58 AM
The DACL is sent to the ASA.
Use the command "show access-list" this will display all the access-lists and DACLs. Bear in mind the DACL will only appear if dynamically applied to a session, so if the user logs off the DACL is removed.
The split-tunnel ACL defines which networks are routable over the VPN, the DACL is used to further restrict which ports/protocols the user can access over the VPN. The DACL does not replace the split-tunnel ACL.
12-27-2022 06:13 AM
Thank you @Rob Ingram for the clarification.
I was able to view the DACL using "show access-lists' command, however it raises few more questions.
12-27-2022 06:17 AM - edited 12-27-2022 06:21 AM
@munaf shaikh use "show vpn-sessiondb detail anyconnect filter name <username>" to filter on the username, this will show which DACL is applied to the users session.
The split-tunnel defines the routes to be routed over the tunnel (if using split include). By default on the ASA, VPN traffic bypasses the interface ACL (with the command "sysopt connection permit-vpn" configured, which it is as default) - so traffic is permitted as default (assuming it is included in the split-tunnel ACL).
12-27-2022 06:27 AM
Thank you again buddy for the detailed explanation @Rob Ingram
I have got my answer
12-27-2022 05:46 AM - edited 12-27-2022 06:30 AM
depend on direction of DACL.
good luck
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