URL-List from CLI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2008 06:42 AM - edited 03-11-2019 07:27 AM
I have an ASA running version 8 software.
I am looking for a way to manage url-lists from the command line. All the documentation online only shows that they can be managed from the GUI or by importing a file that already exists. As well, when I turn on the 'preview commands' option it shows:
import webvpn url-list TestURLList disk0:/tmpAsdmImportFile2116999069
delete /noconfirm disk0:/tmpAsdmImportFile2116999069
So I was just wondering if anyone knew of a way to actually manage them from command line or would I have to create them on my local computer and import them each time?
Thanks.
- Labels:
-
NGFW Firewalls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2008 06:21 PM
To configure a set of URLs for WebVPN users to access, use the url-list command in global configuration mode. To configure a list with multiple URLs, use this command with the same listname multiple times, once for each URL. To remove an entire configured list, use the no url-list listname command. To remove a configured URL, use the no url-list listname url command.
To configure multiple lists, use this command multiple times, assigning a unique listname to each list.
url-list {listname displayname url}
no url-list listname
http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/uz_72.html#wp1409206
no url-list listname url
