Can the UC520 work as Easy VPN Remote?

I need to establish a telephony connection between a 2851 CCME and an UC520. I think the best option is an Easy VPN but the GUI in UC520 appears to not have Easy VPN Remote. Can this functionality be defined using CLI? If yes, should I follow the same steps as for any router?
Thanks in advance

Thanks Pablo,
I did the configuration as mentioned in cisco website but from the debug the router asked me for Xauth username and password so what does he mean?
1- Does he mean we should create username and password in the main router (EZVPN Server) or he needs the username and password which we put for telnet purpose in the main router?
2- I entered the following command but he did't ask me for username and password !!:
837W#crypto ipsec client ezvpn xauth
I read in some discussins that problem is IOS bugs and I should replace the IOS so I have the attached IOSs what kind is supposed to work goods?
Regards

Similar Messages

  • Communication problem from the vpn-anyconnect to easy-vpn-remote

    Hi Team,
    I have a communication problem from the vpn-anyconnect to easy-vpn-remote, I´ll explain better bellow and see the attached
    topology:
    1) VPN Tunnel between HQ to Branch Office - That´s OK
    2) VPN Tunnel between Client AnyConnect to HQ - That´s OK
    The idea is that the Client Anyconnect is to reach the LAN at Branch Office, but did not reach.
    The communication is stablished just when I start a session (icmp and/or rdp) from Branch Office to the Client AnyConnect,
    in this way, the communication is OK, but just during a few minutes.
    Could you help me?
    Bellow the IOS version and configurations
    ASA5505 Version 8.4(7)23 (headquarters)
    ASA5505 Version 8.4(7)23 (Branch)
    **************** Configuration Easy VPN Server (HQ) **************** 
    crypto dynamic-map DYNAMIC-MAP 5 set ikev1 transform-set ESP-AES-256-SHA
    crypto map outside-link-2_map 1 ipsec-isakmp dynamic DYNAMIC-MAP
    crypto map outside-link-2_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
    crypto map outside-link-2_map interface outside-link-2
    access-list ACL_EZVPN standard permit 10.0.0.0 255.255.255.0 
    access-list ACL_EZVPN standard permit 192.168.1.0 255.255.255.0 
    access-list ACL_EZVPN standard permit 192.168.50.0 255.255.255.0 
    access-list ACL_EZVPN standard permit 10.10.0.0 255.255.255.0 
    group-policy EZVPN_GP internal
    group-policy EZVPN_GP attributes
     split-tunnel-policy tunnelspecified
     split-tunnel-network-list value ACL_EZVPN
     nem enable 
    tunnel-group EZVPN_TG type remote-access
    tunnel-group EZVPN_TG general-attributes
     default-group-policy EZVPN_GP
    tunnel-group EZVPN_TG ipsec-attributes
     ikev1 pre-shared-key *****
    object-group network Obj_VPN_anyconnect-local
     network-object 192.168.1.0 255.255.255.0
     network-object 192.168.15.0 255.255.255.0
    object-group network Obj-VPN-anyconnect-remote
     network-object 192.168.50.0 255.255.255.0
    object-group network NAT_EZVPN_Source
     network-object 192.168.1.0 255.255.255.0
     network-object 10.10.0.0 255.255.255.0
    object-group network NAT_EZVPN_Destination
     network-object 10.0.0.0 255.255.255.0
    nat (inside,outside-link-2) source static Obj_VPN_anyconnect-local Obj_VPN_anyconnect-local destination static Obj-VPN-
    anyconnect-remote Obj-VPN-anyconnect-remote no-proxy-arp route-lookup
    nat (inside,outside-link-2) source static NAT_EZVPN_Source NAT_EZVPN_Source destination static NAT_EZVPN_Destination 
    NAT_EZVPN_Destination no-proxy-arp route-lookup
    nat (outside-link-2,outside-link-2) source static Obj-VPN-anyconnect-remote Obj-VPN-anyconnect-remote destination static 
    NAT_EZVPN_Destination NAT_EZVPN_Destination no-proxy-arp route-lookup
    **************** Configuration VPN AnyConnect (HQ) **************** 
    webvpn
     enable outside-link-2
     default-idle-timeout 60
     anyconnect-essentials
     anyconnect image disk0:/anyconnect-win-2.5.2014-k9.pkg 1
     anyconnect profiles Remote_Connection_for_TS_Users disk0:/remote_connection_for_ts_users.xml
     anyconnect enable
     tunnel-group-list enable
    access-list split-tunnel standard permit 192.168.1.0 255.255.255.0 
    access-list split-tunnel standard permit 192.168.15.0 255.255.255.0 
    access-list split-tunnel standard permit 10.0.0.0 255.255.255.0 
    group-policy clientgroup internal
    group-policy clientgroup attributes
     wins-server none
     dns-server value 192.168.1.41
     vpn-tunnel-protocol ssl-client 
     split-tunnel-policy tunnelspecified
     split-tunnel-network-list value split-tunnel
     default-domain value ipconnection.com.br
     webvpn       
      anyconnect keep-installer installed
      anyconnect ssl rekey time 30
      anyconnect ssl rekey method ssl
      anyconnect profiles value Remote_Connection_for_TS_Users type user
      anyconnect ask none default anyconnect
    tunnel-group sslgroup type remote-access
    tunnel-group sslgroup general-attributes
     address-pool vpnpool
     authentication-server-group DC03
     default-group-policy clientgroup
    tunnel-group sslgroup webvpn-attributes
     group-alias IPConnection-vpn-anyconnect enable
    object-group network Obj_VPN_anyconnect-local
     network-object 192.168.1.0 255.255.255.0
     network-object 192.168.15.0 255.255.255.0
    object-group network Obj-VPN-anyconnect-remote
     network-object 192.168.50.0 255.255.255.0
    object-group network NAT_EZVPN_Source
     network-object 192.168.1.0 255.255.255.0
     network-object 10.10.0.0 255.255.255.0
    object-group network NAT_EZVPN_Destination
     network-object 10.0.0.0 255.255.255.0
    nat (inside,outside-link-2) source static Obj_VPN_anyconnect-local Obj_VPN_anyconnect-local destination static Obj-VPN-
    anyconnect-remote Obj-VPN-anyconnect-remote no-proxy-arp route-lookup
    nat (inside,outside-link-2) source static NAT_EZVPN_Source NAT_EZVPN_Source destination static NAT_EZVPN_Destination 
    NAT_EZVPN_Destination no-proxy-arp route-lookup
    nat (outside-link-2,outside-link-2) source static Obj-VPN-anyconnect-remote Obj-VPN-anyconnect-remote destination static 
    NAT_EZVPN_Destination NAT_EZVPN_Destination no-proxy-arp route-lookup

    Hi,
    the communication works when you send traffic from easyvpn branch side because it froms the IPSEC SA for local subnet and anyconnect HQ pool. The SA will only form when branch initiates the connection as this is dynamic peer connection to HQ ASA.
    when there no SA between branch and HQ for this traffic, HQ ASA has no clue about where to send the traffic from anyconnect to branch network.
    I hope it explains the cause.
    Regards,
    Abaji.

  • Can I use Google Sync to transfer only my contacts from my IPhone 4 to my gmail acct? I don't want to sync info from Gmail to the IPhone. Can the sync work only one-way? I have 0 contacts on my gmail as I'll only use it as a back-up 4 my IPhone contacts.

    Can I use Google Sync to transfer only my contacts from my IPhone 4 to my gmail account? I do not want to sync info from Gmail to the IPhone. Can the sync work only one-way? I have 0 contacts & 0 calendar events on my gmail account. I opened the Gmail account specifically to for the Google Sync and wil only be using this account as a back-up for my IPhone contacts. Please Help!!

    You do realize that the SIM only contains account information for your wireless account.
    Moving the SIM from phone to phone does not cause any of your iTunes content, contacts, email, etc to magically appear on the device.

  • General: can the OAF work as a stand alone application

    hi...
    can the OAF work as a stand-alone application??
    please help

    Thanks.
    OAF provides Developers with templates that utilise Oracle EBusiness technologies, for security, session handling, etc so cannot
    be used outside the eBusiness environment.
    The JDev version for eBiz is a specific eBiz version, but if you have non-eBiz programming requirement, you can still use this JDeveloper environment to create non-eBiz integrated applications. Alternativel
    you can use a seperate install of JDeveloper/ADF

  • HT204104 After liquid spill on a iPhone, can the phone work again?

    AAhmad
    iPhone 4s
    iOS8
    Phone will not turn on after liquid spill on it
    After liquid spill on a iPhone, can the phone work again?

    You can ,if in US or Country that offers the service,   exchange a liquid damaged iPhone and a 4S is $199  + tax in the USA
    Out of Warranty service at an Apple Store Genius bar

  • Can the ifi work with an iMac?

    Can the Klipsch ifi work for an iMac?
    Hi, I'm buying an iMac and I want great speakers to use with them. I'm very interested in purchasing the klipsch ifi for it, but I'm not sure if they only work with an iPod or with computers as well. Help please?

    When I walk through the local CompUSA, there the ifi is, in the Apple section--all hooked up. I think that is what the i in the name represents, like iPod, iMac, etc.
    Joe

  • Can the Apple TV support more multiple remote apps?

    We just got a new Apple TV and would like to use two different iPhones using different ITunes accounts to control the device through the remote app.  Is is possible?

    The multiple account is only for iTunes store not for Home Sharing :-(
    You still have to use the same ID for all phones that runs the remote app. So my kids have to pair their phone via my account as well. We can't add multiple Home Sharings either, both my kids and my fiance uses iTunes as well and have their own content but they can't access it via the ATV without going in to settings and remove me and login as them self.
    We will try with a common user id to see if that can solve our problem but I guess the new id will not get access to our content in iTunes or we have to share it some how.
    (I have ATV Software 5.1.1 on my ATV)

  • Dual 27" LED's, can the speakers work in stereo?

    I have dual 27's and it seems I can only select one LED Display Out sound port, but not both for stereo.
    Any chance I'm missing something, or is this just not possible for the right monitor to be the right speaker and the left monitor to be the left speaker?

    this is very easy to do.
    open 'audio midi setup' in utilities.
    click the plus in the lower left and add new aggregate device
    check both display audio's
    hit configure speakers in the lower right
    check both checkboxes at top.
    choose mutichannel & quadraphonic.
    then you can click each one and test the sound.
    hit apply and done
    then right click on the aggregate device listed in the left you just created, click on use this device for sound output and player alerts and sound effects through this device
    and you should be all set!!1 i had to configure levels on my displays, they were set differently.  You can play with this (which i recommend) but clickin the triangle next to the aggregate device
    click on the the first display audio and then on top click output and choose your levels.
    do the same for the second display audio.
    GOOD Luck

  • Can the ios5 work for an ipod touch 2 gen?

    i have a 2nd gen ipod touch. i was wondering can some of the features on the ios 5 work for my ipod 2nd gen?
    and if no.. if i jailbreak my ipod touch 2nd gen then would the ios 5 work?

    No. 3g and 4g only.

  • Can the iPad work with a wireless keyboard and mouse?

    Would like to know if the new iPad will work with a wireless keyboard and mouse!

    There are quite a few threads requesting this facility, so I thought I would choose this recently active (at the time of writing) post to reply to, in the hope some thinking appleite with influence stumbles upon it.
    I totally get Apples philosophy of not polluting their interface design concepts with the introduction of a clunky so-last-year cursor; I actually agree.  What I can't understand so much is that there are a number of apps that could benefit from mouse support. The one I need is RDP.  This class of apps allow us to connect to servers running other operating systems using the IPad; why not authorise CERTAIN APPS to access the Bluetooth mouse stack, and let us have joy.  It doesn't affect the iPad experience in the slightest, at least not to it's detriment.
    The new retina screen is such that I actually prefer the experience of using my iPad to connect to the server than my laptop!, but given I develop software, there is no way my stubby finger can compete the clinical accuracy of a mouse when using intricate interfaces such as MSDE.  With just that one addition, I would practically move into the post pc era you tout so much, at least in my interfacing With the post pc pc,s :).
    Thanks
    Paul

  • If you purchase pages can the purchase work for both macair and iPad

    When you purchase pages, can that purchase be placed on mac air and your iPad? If yes how is it done?

    Nope.
    The products are different, as you are talking about using two different operating systems, OS X and iOS. Each version of pages only operates on the operating system it was designed for.

  • Can the Ipad2 work with any cellular network?..Celtel Tanzania?

    The Ipad2+wiFi+3g from the Apple store are configured for AT&T or Verizon...If I buy this on line for the store, can I then reconfigure for any celluar network or does that men its locked and tied to these networks only?...I need to use it in the US, UK, Europe, Tanzania and Kenya.

    The iPad 2 is not locked to any carrier.  In the US, you can buy an iPad with an AT&T sim card, or a Verizon model without a sim card.  The AT&T model can be used with any GSM carrier's 3G micro sim.  The Verizon can only be used on a CDMA network.

  • 64 Bit computer users--- can the Iphone work for you

    HI I bought the I phone not to long ago, brought ti home and tried to plug it int ot activate it on my new computer... I got an error message tellign me to plug it in to a 32 Bit system! Aghhhhh Is there any way to get 64 bit compatible Itunes/ I phone synching software? anyone one else have this problem?

    Some files are now packed in a few larger files or code has been moved to remove smaller files, so there is nothing wrong about no longer seeing xpcom.dll and possibly a few other files.
    *Bug 852950 - Kill xpcom.dll/libxpcom.so/xpcom.dylib
    *Bug 648407 - Fold NSPR and NSS into mozjs (for Windows) or libxul (for other platforms)
    If there are problem then do a clean reinstall and be sure to delete the Firefox program folder before installing Firefox.

  • I have a new iMac at home and a PC at work.  My work PC has VPN software on it. What do I need to do in order use the VPN on the iMac to access the PC at work?

    I have a new iMac at home and use a PC at work.  My work PC has VPN/Remote Desktop software on it.  I would like to be able to access my PC from home on my iMac using this VPN. I am not sure how to make that happen.

    Office 2011 is not compatbile with Exchange 2003.
    I suggest you post further Office related questions on Microsoft's own forums for their Mac software:
    http://answers.microsoft.com/en-us/mac

  • Easy VPN option keeps diabling

    We have a 5505 using the Easy VPN Remote feature which works fine connecting back into the head office.
    After successful testing of the VPN we save the config to flash then reboot the 5505, but the Easy VPN option always turns itself off after the reboot!
    Any ideas?
    Regards
    Tony

    I'm facing same problem but when I tried to access URL http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCsh75977
    I need to access as customer registration .My equations are:
    1- Can any one resolve this bug ? or write any Different URL to fix bug ?
    2- How can register as customers ?

Maybe you are looking for