Hi,
if needed to enable security group tagging for the below vpn conf , how it would possible ?
What will happen to the access-list ?
How it would impact the other anyconnect or ipsec vpn ?
ASA(config)# access-list SPLIT_ACL standard permit 192.168.2.0 255.255.255.0
ASA(config)# group-policy GP internal
ASA(config)# group-policy GP attributes
ASA(config-group-policy)# vpn-tunnel-protocol ssl-client ssl-clientless
ASA(config-group-policy)# split-tunnel-policy tunnelspecified
ASA(config-group-policy)# split-tunnel-network-list value SPLIT_ACL
Thanks