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

Anyconnect with Multiple connection profiles and drop down menu

mahesh18
Level 6
Level 6

 

Hi Everyone,

I have configured anyconnect with two connection profiles and group policies.

Both of the connection profiles and group policies have same host name say xyz.com.

 

need to know what config should i do so that when i connect it should show

under group  option to choose the connection profile in drop down menu?

Regards

Mahesh

1 Accepted Solution

Accepted Solutions

Marvin Rhoads
Hall of Fame
Hall of Fame

Mahesh,

When you build the connection profile on the ASA there is a section under the Advanced portion titled "Group Alias/Group URL". Fill that out with the names you would like and enable them. You should then see both selections on the AnyConnect profile dropdown list.

In the cli it looks something like:

tunnel-group group1 webvpn-attributes
 group-alias group1 enable

tunnel-group group2 webvpn-attributes
 group-alias group2 enable

View solution in original post

2 Replies 2

Marvin Rhoads
Hall of Fame
Hall of Fame

Mahesh,

When you build the connection profile on the ASA there is a section under the Advanced portion titled "Group Alias/Group URL". Fill that out with the names you would like and enable them. You should then see both selections on the AnyConnect profile dropdown list.

In the cli it looks something like:

tunnel-group group1 webvpn-attributes
 group-alias group1 enable

tunnel-group group2 webvpn-attributes
 group-alias group2 enable

 

Many thanks Marvin

MAhesh