402
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
Description
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.
Table 69 Command output
Field
Description
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.