F3726, F3211, F3174, R5135, R3816-HP Firewalls and UTM Devices Attack Protection Command Reference-6PW100
81
Syntax
display content-filtering activex-blocking [ all | item keywords | verbose ] [ | { begin | exclude |
include } regular-expression ]
Views
Any view
Default command level
1: Monitor level
Parameters
all: Specifies all ActiveX blocking suffix keywords.
item keywords: Specifies a blocking suffix keyword. It is a case-insensitive string of 1 to 9 characters. Its
starting character must be a dot (.) and the subsequent characters must be digits or English letters.
verbose: Specifies detailed information.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see Getting Started 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 ActiveX blocking.
Examples
# Display brief information about ActiveX blocking.
<Sysname> display content-filtering activex-blocking
ActiveX blocking is enabled.
# Display ActiveX blocking information about a specific suffix keyword.
<Sysname> display content-filtering activex-blocking item .ocx
The HTTP request packet including ".ocx" had been matched for 5 times.
# Display ActiveX blocking information about all suffix keywords.
<Sysname> display content-filtering activex-blocking all
SN Match-Times Keywords
----------------------------------------------
1 5 .OCX
2 0 .vbs
Table 13 Command output
Field Descri
p
tion
SN Serial number.
Match-Times Number of times that a suffix keyword is matched.
Keywords ActiveX blocking suffix keyword.
# Display detailed ActiveX blocking information.