Cisco Systems OL-16647-01 Network Router User Manual


  Open as PDF
of 1230
 
38-18
Cisco ASDM User Guide
OL-16647-01
Chapter 38 Clientless SSL VPN
Encoding
The following example matches URLs such as http://www.cisco.com and ftp://wwz.carrier.com:
access-list test webtype permit url *://ww?.c*co*/
The following example matches URLs such as http://www.cisco.com:80 and
https://www.cisco.com:81:
access-list test webtype permit url *://ww?.c*co*:8[01]/
The range operator “[]” in the preceding example specifies that either character 0 or 1 can occur.
The following example matches URLs such as http://www.google.com and http://www.boogie.com:
access-list test webtype permit url http://www.[a-z]oo?*/
The range operator “[]” in the preceding example specifies that any character in the range from a to
z can occur.
The following example matches URLs such as http://www.cisco.com/anything/crazy/url/ddtscgiz:
access-list test webtype permit url htt*://*/*cgi?*
Note To match any http URL, you must enter http://*/* instead of the former method of entering http://*.
You can add ACLs and ACEs as follows:
To add an ACL, click the down arrow next to the plus sign above the table and click Add ACL.
Note An ACL must be present before you can add an ACE.
To add an ACE to an ACL that is already present in the table, select it, then click the down arrow
next to the plus sign above the table and click Add ACE.
To insert an ACE before an ACE that is already present in the table, select it, then click the down
arrow next to the plus sign above the table and click Insert.
To insert an ACE after an ACE that is already present in the table, select it, then click the down arrow
next to the plus sign above the table and click Insert After.
To change the values assigned to an ACE, double-click it, or select it and click Edit.
To remove an ACL or an ACE, select the entry in the table and click Delete.
The relative position of an ACE in an ACL determines the sequence with which the security appliance
applies it to traffic on the interface. You can reorganize and reuse the ACEs present in the table as
follows.
To move an ACE above or below another ACE, select it and click the up or down icon above the
table.
To move an ACE, select the ACE, click the scissors icon above the table. Select the target ACL or
ACE, click the arrow next to the clipboard icon, and click Paste to paste above the selection or Paste
After to paste after the selection. The Edit ACE window opens, providing you with an opportunity
to change the values. Click OK.
To copy an ACE, select it and click the double-page icon above the table. Select the target ACL or
ACE, click the arrow next to the clipboard icon, and click Paste to paste above the selection or Paste
After to paste after the selection. The Edit ACE window opens, providing you with an opportunity
to change the values. Click OK.