cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1014
Views
0
Helpful
2
Replies

cisco anyconnect client

jaouad laktami
Level 1
Level 1

i have a cisco anyconnect with 3 group policies.

i only can choose one with cisco any connect.

 

how can make it possible to choose from three different groups

 

 

1 Accepted Solution

Accepted Solutions

Marvin Rhoads
Hall of Fame
Hall of Fame

On the ASA we "publish" the group names using the group alias webvpn attribute. For example:

tunnel-group <connection profile #1> webvpn-attributes

 group-alias <alias #1> enable

tunnel-group <connection profile #2> webvpn-attributes

 group-alias <alias #2> enable

...etc. When that is done they will appear on the dropdown list for clients to choose among when connecting.

Your ASA may have particular clients restricted to a specific profile. We would see that as a group-lock value under the username attributes.

View solution in original post

2 Replies 2

Marvin Rhoads
Hall of Fame
Hall of Fame

On the ASA we "publish" the group names using the group alias webvpn attribute. For example:

tunnel-group <connection profile #1> webvpn-attributes

 group-alias <alias #1> enable

tunnel-group <connection profile #2> webvpn-attributes

 group-alias <alias #2> enable

...etc. When that is done they will appear on the dropdown list for clients to choose among when connecting.

Your ASA may have particular clients restricted to a specific profile. We would see that as a group-lock value under the username attributes.

thanks for your help.