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

Can setup AnyConnect for a router 819 with a SIM card?

longtran51313
Level 1
Level 1

Hi all,

 

I have a task to setup remote access for a router 819 with a SIM card. So can this router setup AnyConnect for remote access? If not, do we have another solution ?

 

Thank you so much for your support. 

 

Cheer,

Long

2 Replies 2

Hello,

 

EZVPN is an option, the configuration would look something like below:

 

aaa new-model
!
aaa authentication login remote-vpn local
aaa authorization network remote-vpn local
aaa session-id common
!
username admin password 0 cisco
!
crypto isakmp policy 1
encryption 3des
authentication pre-share
group 2
lifetime 480
!
crypto isakmp client configuration group remote-vpn
key secret-password
dns 8.8.8.8 4.2.2.2
domain company.com
pool dynpool
!
crypto ipsec transform-set TS-VPN esp-3des esp-sha-hmac
!
crypto ipsec security-association lifetime seconds 86400
!
crypto dynamic-map dynmap 1
set transform-set TS-VPN
reverse-route
!
crypto map static-map 1 ipsec-isakmp dynamic dynmap
crypto map dynmap isakmp authorization list remote-vpn
crypto map dynmap client configuration address respond

!
crypto ipsec client ezvpn ezvpnclient
connect auto
group 2 key secret-password
mode client
peer 192.168.1.10
!
interface Dialer0
crypto ipsec client ezvpn ezvpnclient outside
crypto map static-map
!
interface vlan 1
crypto ipsec client ezvpn ezvpnclient inside
!

Thank you Georg, appreciated your help. 

 

And we can download Ezvpn client to remote access? I am looking for this download and see a link here, I am not sure this is the right one, since it call VPN-Client. Could you advise me please..

http://www.firewall.cx/downloads/cisco-tools-a-applications/40-cisco-vpn-client-64bit-version.html 

 

 

Again, Big thanks Georg.

Review Cisco Networking for a $25 gift card