R3303-HP HSR6800 Routers Security Command Reference

424
Table 69 Command output
Field Descri
p
tion
Default method
Default URL address filtering action, permit or deny.
The support for IP address
Support for website IP addresses, permit or deny.
display firewall http url-filter parameter
Use display firewall http url-filter parameter to display information about URL parameter filtering.
Syntax
display firewall http url-filter parameter [ all | item keywords | verbose ] [ | { begin | exclude | include }
regular-expression ]
Views
Any view
Default command level
1: Monitor level
Parameters
all: Specifies all filtering keywords.
item keywords: Specifies a filtering keyword. The keywords argument is a case-insensitive string of 1 to
80 characters. Valid characters include numerals, English letters, wildcards caret (^), dollar sign ($),
ampersand (&), and asterisk (*), and other ASCII characters with values in the range of 31 to 127.
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 parameter
filtering.
Examples
# Display brief information about URL parameter filtering.
<Sysname> display firewall http url-filter parameter
URL-filter parameter is enabled.
# Display URL parameter filtering information for a specific keyword.
<Sysname> display firewall http url-filter parameter item ^select$
The HTTP request packet including "^select$" had been matched for 10 times.