Cisco ASA 5505 as a client

cisco-vpnvpn

I want to replace a vpnc client with a Cisco ASA 5505. Is it possible to use the Cisco ASA 5505 running version 8.2(5) as a VPN client (not site-to-site)? If so, please point me to the instructions or an example config. Thanks

Here is the config I used and it works now:

vpnclient server vpn.example.com
vpnclient mode client
vpnclient vpngroup MyGroupName password MyGroupPassword
vpnclient vpnclient username MyUserName password MyUserPassword
vpnclient enable

Best Answer

It is definitely possible to use ASA 5505 as an Easy VPN Remote. In fact, this is one of Cisco's recommended ways of using 5505s. Here's the document:

http://www.cisco.com/en/US/docs/security/asa/asa72/configuration/guide/ezvpn505.html

Related Topic