01-07-2025 11:14 PM
Hi,
I would like to block some specific AD service account coming for anyconnect vpn .
please help/assist is there any option to do this in ASA side , not by blocking with ip , by blocking with user.
01-08-2025 12:09 AM
add 0 access group-policy and then use group-lock
https://www.cisco.com/c/en/us/support/docs/security/ios-easy-vpn/117634-configure-asa-00.html
MHM
01-08-2025 08:08 PM
there are many ways to accopmlish this.. one easy way is to use DAP
ciscoasa# conf t
ciscoasa(config)# dynamic-access-policy-record BLOCK_USER
ciscoasa(config-dynamic-access-policy-record)# description "Block specific VPN user"
ciscoasa(config-dynamic-access-policy-record)# aaa-attribute username eq USERNAME_TO_BLOCK
ciscoasa(config-dynamic-access-policy-record)# action terminate
ciscoasa(config-dynamic-access-policy-record)# exit
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