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

Easy VPN xauth configuration

Derek McCormick
Level 1
Level 1

hi,

I have setup an easyvpn between a ASA5510 and a 877 router. Each time the tunnel goes down, i am prompted to enter my username and password See below.

Sending XAuth Request, Please enter the following command:
*Mar  3 18:51:32.919: EZVPN: crypto ipsec client ezvpn xauth


Is it possible to configure the VPN so as it connects automatically and does not prompt you to enter the username and password.

Regards,
Derek

1 Reply 1

pudawat
Level 1
Level 1

Hi Derek,


Assuming that ASA 5510 is EZVPN server and Cisco 877 is EZVPN client


Just add\replace the following commands into the existing configuration:


CLIENT CONFIG:

crypto ipsec client ezvpn tunnel22
  connect manual
  group tunnel22 key 22tunnel
  mode client
  peer 192.0.0.1
  xauth userid mode local(not interactive)
====================OR===================

SERVER CONFIG:
tunnel-group EZVPN general-attributes
 #isakmp ikev1-user-authentication none

Thanks & Regards,
Pradhuman