Specifications

Table Of Contents
2-262
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
sce-url-database add-entry
sce-url-database add-entry
Adds a single entry to the protected URL database.
sce-url-database add-entry url-wildcard URL-wildcard-format flavor-id flavor-id
Syntax Description
Command Default This command has no default settings.
Command Modes Interface Linecard Configuration
Command History This table includes the following release-specific history entries:
Usage Guidelines Use this command to add only a few new entries to the database. Add a large number of new URLs by
importing an updated protected URL database file.
Refer to the following table for URL examples..
URL-wildcard-format (* | [*] [Host-Suffix] | [*] [Host-Suffix] / [URL-Prefix [*]] [URL suffix]
[? Params-prefix])
See Table 2-5 for examples of how to define the URL.
flavor-id The ID of the flavor to be applied to the entry. The specified flavor must
be the one that was designated for the black list in the pqb file that was
applied, other wise the operation will fail.
Release Modification
3.5.0 This command was introduced.
Table 2-5 Examples for Defining URLs
URL Input LUT Key Output Result
* *:*:*:* blocks all URLs
*.com *.com:*:*:* blocks all URLs in which the host ends with .com
*/media *:/media:*:* blocks all URLs in which the path contains only media
*/media*mp3 *:/media*:*mp3:* blocks all URLs in which the path starts with media and
ends with mp3
*/*?key *:/*:*:key* blocks all URLs in which the parameters start with key
*.com/media*mp4?download *.com:/media*:*mp4:download* blocks all URLs in which:
the host ends with .com
the path starts with media and ends with mp4
the parameters start with download