cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
510
Views
0
Helpful
1
Replies

VPN user

smartboy2255
Level 1
Level 1

Hi all,

        I want to add a new Cisco vpn client user name in Cisco PIX.Whether below config is sufficient or not?Wat will be the impact of below config? Is the preshared key will work as password for the username ?

group-policy testuser internal
group-policy testuser attributes
dns-server value x.x.x.x

vpn-idle-timeout 20

tunnel-group testuser type ipsec-ra
tunnel-group testuser general-attributes
address-pool testdhcp
default-group-policy testuser
tunnel-group testuser ipsec-attributes
pre-shared-key
isakmp ikev1-user-authentication (outside) none

Thanks a lot in advance.

Regards,

1 Reply 1

Jennifer Halim
Cisco Employee
Cisco Employee

If you would like to use just the group name and password for authentication, then "testuser" is the group name, and pre-shared-key is the password.

And your configuration is sufficient if you already have crypto map configuration for the existing Cisco VPN Client.