R3303-HP HSR6800 Routers Security Command Reference

423
item keywords: Specifies a filtering keyword, The keywords argument is a case-insensitive string of 1 to
80 characters. Valid characters include 0 to 9, a to z, A to Z, dot (.), hyphen (-), underline (_), and
wildcards caret (^), dollar sign ($), ampersand (&), and asterisk (*). For meanings and usage guidelines
of the wildcards, see the relevant description for command firewall http url-filter host url-address.
verbose: Specifies detailed information.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see Fundamentals Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Usage guidelines
If you do not specify any parameters, the command displays brief information about URL address
filtering.
Examples
# Display brief information about URL address filtering.
<Sysname> display firewall http url-filter host
URL-filter host is enabled.
Default method: permit.
# Display URL address filtering information for a specific filtering entry.
<Sysname> display firewall http url-filter host item ^webfilter$
The HTTP request packet including "^webfilter$" had been matched for 10 times.
# Display URL address filtering information for all filtering entries.
<Sysname> display firewall http url-filter host all
SN Match-Times Keywords
----------------------------------------------
1 10 ^webfilter$
Table 68 Command output
Field Descri
p
tion
SN
Serial number.
Match-Times
Number of times that the keyword has been matched.
Keywords
URL address filtering keyword.
# Display detailed information about URL address filtering.
<Sysname> display firewall http url-filter host verbose
URL-filter host is enabled.
Default method: permit.
The support for IP address: deny.
No ACL group has been configured.
There are 10 packet(s) being filtered.
There are 0 packet(s) being passed.