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

VPN Concentrator to ASA VPN Conversion Issue

terrygwazdosky
Level 1
Level 1

I sent our VPN3k config to the TAC and got it converted to ASA format.  A major issue I'm seeing is that the concentrator allowed a group name (which equates to a tunnel group on the ASA) with spaces in it and the ASA does not.  Our primary RA VPN group is "All Staff" and in the converted config it's "All_Staff" and I'm guessing this isn't going to work for the users with the existing VPN client config file. 

We have hundreds of users so sending a new confiog file or trying to explain how to fix it manually is out of the question.  Are there any other work arounds?

Thanks.

1 Accepted Solution

Accepted Solutions

Herbert Baerten
Cisco Employee
Cisco Employee

Try renaming the group to "All Staff" (including quotes!)

so

tunnel-group "All Staff" type remote-access

hth

Herbert

View solution in original post

2 Replies 2

Herbert Baerten
Cisco Employee
Cisco Employee

Try renaming the group to "All Staff" (including quotes!)

so

tunnel-group "All Staff" type remote-access

hth

Herbert

That did the trick. 

Thank you.