cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
8817
Views
5
Helpful
6
Replies

EasyVPN or AnyConnect

pavlosd
Level 2
Level 2

Hi All,

we are currently looking onto a remote access VPN Solution for users to Log into different VPN VRFs based on their credentials.

Is AnyConnect going to replace (eventually) the EasyVPN. I.e. I read that x64 Users should migrate to AnyConnect.

6 Replies 6

Richard Burts
Hall of Fame
Hall of Fame

Pavlos

I believe that it is quite clear that AnyConnect will become the VPN client of choice. Going forward the development work will be on AnyConnect and the traditional client will receive only problem fixes but not enhanced functionality. And for 64 bit users AnyConnect is the only choice since the traditional client does not have support for 64 bit.

HTH

Rick

HTH

Rick

That's what I also though. Thing is that AnyConnect is currently supported on ASA only?

What if you want to support it on 7600 or ASR Routers for a Service Provider and add vrf-aware features?

hello!

I have configured routers: 2811 and 1841 for anyconnect support and its simple and works fine! even on hosts with Windows 7 :)

group4entr200
Level 1
Level 1

Hello, we are a group of purdue students that are doing a success case analysis over cisco as a company. We would really appreciate it if you take a few mintues to answer a couple of questions.

-Are you satisfied with the services provided with this company?

-What do you like/dislike the most about cisco?

khaledalisadi1
Level 1
Level 1

Hi
I'll be very thankful if anyone can put a sample configuration of Anyconnect on Cisco router

Sent from Cisco Technical Support iPhone App

My AnyConnect VPN users are authenticated from RADIUS server - you can use LOCAL users from router instead:

aaa authentication login ciscocp_vpn_xauth_ml_1 group radius

aaa authorization network ciscocp_vpn_xauth_ml_1 group radius

Pool for remote users:

ip local pool SSL 192.168.0.220 192.168.0.240

webvpn gateway gateway_1

ip address your.external.IP port 443

http-redirect port 80

ssl trustpoint TP-self-signed-2125266201

inservice

!

webvpn context CTSSL

secondary-color white

title-color #CCCC66

text-color black

!

policy group policy_1

   functions svc-enabled

   svc address-pool "SSL" netmask 255.255.255.0

   svc default-domain "domain.com"

   svc keep-client-installed

   svc split dns "domain.com"

   svc split include your.local.LAN 255.255.255.0

   svc dns-server primary 10.0.0.2

   citrix enabled

default-group-policy policy_1

aaa authentication list ciscocp_vpn_xauth_ml_1

gateway gateway_1

!

ssl encryption rc4-md5

ssl authenticate verify all

inservice

howto generate/regenerate SSL certificate:

http://fengnet.com/book/vpnconf/ch18lev1sec4.html

cheers!