Kings, I've been playing around with this quite a bit lately, and I import using a tftp server using the following syntax
import webvpn url-list myurl tftp://10.1.1.100/myurl The import is successful that way. I previously tried the method you used with the "stdin 500" at the end, but it just hang there. I kept increasing that figure by 50 but got the same result. Try running the import using TFTP or FTP Mark On Sun, Aug 14, 2011 at 5:19 AM, Kingsley Charles < [email protected]> wrote: > Hi all > > As you all know that, starting with asa 8.0, we can use url-list > import/export feature only to configuring url-lists. Now I am just trying to > import the default template that is already present in the ASA but it fails > for me as following: > > asa1# export webvpn url-list template stdout > <?xml version="1.0" encoding="UTF-8"?> > <url-list> > <title l10n="yes">URL list template</title> > <favorite>yes</favorite> > > <bookmark> > <title l10n="yes">XYZ GET</title> > <method>get</method> > <favorite>yes</favorite> > <url>http://www.xyz.com</url> > <subtitle l10n="yes"></subtitle> > <thumbnail l10n="yes"></thumbnail> > <smart-tunnel></smart-tunnel> > <window>current|new</window> > </bookmark> > > <bookmark> > <title l10n="yes">XYZ POST</title> > <method>post</method> > <favorite>yes</favorite> > <url>http://www.google.com</url> > <subtitle l10n="yes"></subtitle> > <thumbnail l10n="yes"></thumbnail> > <smart-tunnel></smart-tunnel> > <post-param> > <value></value> > <name></name> > </post-param> > </bookmark> > <url-list> > > > asa1#import webvpn url-list webvpn stdin 500 > %ERROR: error closing parser: no element found (line=19, column=27, > position=501 > ) > > asa1# > asa1# <favorite>yes</favorite> > ^ > ERROR: % Invalid input detected at '^' marker. > asa1# <url>http://www.google.com</url> > ^ > ERROR: % Invalid input detected at '^' marker. > asa1# <subtitle l10n="yes"></subtitle> > ^ > ERROR: % Invalid input detected at '^' marker. > asa1# <thumbnail l10n="yes"></thumbnail> > ^ > ERROR: % Invalid input detected at '^' marker. > asa1# <smart-tunnel></smart-tunnel> > ^ > ERROR: % Invalid input detected at '^' marker. > asa1# <post-param> > ^ > ERROR: % Invalid input detected at '^' marker. > asa1# <value></value> > ^ > ERROR: % Invalid input detected at '^' marker. > asa1# <name></name> > ^ > ERROR: % Invalid input detected at '^' marker. > asa1# </post-param> > ^ > ERROR: % Invalid input detected at '^' marker. > asa1# </bookmark> > ^ > ERROR: % Invalid input detected at '^' marker. > asa1# <url-list> > ^ > ERROR: % Invalid input detected at '^' marker. > > > The following link claims that Cisco supports only LISP format. Has anyone > tried it? > > > http://www.isrcomputing.com/knowledge-base/ccie-security-pursuit/172-ccie-security-how-to-create-cisco-ssl-vpn-url-links-from-command-line.html > > > > With regards > Kings > > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > > Are you a CCNP or CCIE and looking for a job? Check out > www.PlatinumPlacement.com >
_______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out www.PlatinumPlacement.com
