How do I create URL bookmark on WebVPN Portal with CLI?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2010 05:27 AM
I want to create URL bookmark or URL link to display in the Web Portal to WebVPN user but the url-list command are removed from the ASA 8.x. Could I create the URL bookmark for WebVPN user by the CLI? I know that I can use the ASDM built-in editor or an external XML editor to create these.
- Labels:
-
VPN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2010 08:41 AM
The bookmarks are xml lists that are imported as webcontent into the ASA. Once that is done then you can reference the list. Since the ASA doesn't have a built in text editor and that the lists are stored in a hidden place the only way to do it is to either manually create them on a server and then bring them in or use the ASDM.
In the 7.x code all clientless customization was included in the running configuration. With the introduction of 8.x many more options were added allowing for greater flexibility. These new options would make the running config unmanagable, as a result they were moved to separate xml files. In effect this removed the capability of configuring a bookmark list via the CLI though.
Please note that TAC will not support importing of bookmarks made by any other means than the ASDM or via a Cisco Security Manager deployment.
I hope this answered your question, please let me know if any points need clarification.
Thanks
-Jay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2010 04:46 PM
Hi Jay,
Thank you for excellent and clear answer from you.
Thanks and Regards,
Pipatpong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2010 06:50 AM
Hi Jay
I'm new to clientless SSL VPN and am trying to configure it via CLI. I need to publish a URL on the portal, should I use the import command and how? The url is simple, it's http://10.1.1.1:32123
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2010 09:24 AM
K,
As I mentioned above I would recommend against doing the bookmarks manually and suggest you do it via the ASDM.
If you save the following to a file on a ftp server then you can import the xml using the following command:
file testcli2.txt:
command :
import webvpn url-list testcli2 ftp://172.18.254.201/testcli2.txt
-Jay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2010 09:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2010 10:10 AM
Hi,
I can see in the config that your inside interface is 10.2.2.0/24 and you only have a route for 0/0 pointing out the outside interface. It appears you don't have a route for 10.1.1.1 in your routing table.
The ASA must be able to reach the server you are trying to access. Try pinging from the ASA to confirm that you have connectivity. When you click on the link you should see a tcp syn packet being sent from the ASA's ip address towards the server. Try troubleshooting down that alley.
-Jay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2010 12:29 PM
It's direclty connected, the problem was with the port, it's solved now thx anyways!
