Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASA WebVPN url-list

Status
Not open for further replies.

ttrevino

MIS
Mar 22, 2004
45
0
0
US
Good morning all, I'm trying to figure out how to put up a url-list in the ASA but am running into problems. From the Cisco site, I used the following command but keep getting an error:
CISCOASA(config)# webvpn
CISCOASA(config-webvpn)# url-list HomeURL
ERROR: % Incomplete command
CISCOASA(config-webvpn)# url-list value HomeURL
ERROR: % Incomplete command

But when I add this command, it does allow it:
CISCOASA(config)# webvpn
CISCOASA(config-webvpn)# url-list HomeURL "MSN"
I'm stumped as to what the ASA wants as far as syntax for entering a url-list name! This is what the help tells me for url-list ?

CISCOASA(config-webvpn)# url-list ?

webvpn mode commands/options:
WORD < 65 char A name by which to identify the url-list to be used for WebVPN

configure mode commands/options:
WORD < 65 char A name by which to identify the url-list to be used for WebVPN

Is there something I'm missing that needs to be added first? Thanks in advance for helping me keep my sanity, at least for today...
 
You need to create the list first like so:

hostname(config)# url-list Marketing URLs Cisco Systems
hostname(config)# url-list Marketing URLs Example Company, Inc.
hostname(config)# url-list Marketing URLs Example Organization
Then you apply the list

hostname(config-webvpn)#url-list Marketing

Notice I created the list in config mode and applied in webvpn.
 
Okay, thanks, I got that to work, now I'm adding the group-policy attributes, but it's giving me another error when I try to add the url-list.
This is what I'm trying but it's saying incomplete.

CISCOASA(config-group-policy)# url-list HomePage
ERROR: % Incomplete command

CISCOASA(config-group-policy)# url-list HomePage "Email"
ERROR: % Incomplete command

I've tried the last command with and without quotes. I'm not sure what else to try?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top