CLI Cheat Sheet: Content-ID
Table of Contents
11.2
Expand all | Collapse all
-
- Set Commands Introduced in PAN-OS 11.1
- Set Commands Removed in PAN-OS 11.1
- Show Commands Introduced in PAN-OS 11.1
- Set Commands Introduced in PAN-OS 11.2
- Set Commands Changed in PAN-OS 11.2
- Set Commands Removed in PAN-OS 11.2
- Show Commands Introduced in PAN-OS 11.2
- Show Commands Removed in PAN-OS 11.2
CLI Cheat Sheet: Content-ID
Use the following commands to perform configuration tasks associated with
Content-ID™.
If you want to . . .
|
Use . . .
|
---|---|
Brotli-encoded HTTP Decompression Commands (Available in
PAN-OS 11.2.4 and later, operating content release 8902-9003 and
later)
Brotli decompression is disabled by default. | |
|
show system setting brotli
For example:
show system setting brotli Supported: yes Enabled: no Supported indicates if the firewall supports Brotli
decompression and Enabled indicates the current
operational status. Brotli decompression is disabled by default.
The following platforms support Brotli decompression:
|
|
set system setting brotli-encoding enable
You can verify the configuration by using the command: show
system setting brotli-encoding
For example:
set system setting brotli-encoding enable To verify that Brotli has been enabled:
show system setting brotli-encoding Enabled: True |
|
set system setting brotli-encoding disable
For example:
set system setting brotli-encoding disable To verify that Brotli has been disabled:
show system setting brotli-encoding Enabled: False |
|
show system setting brotli
For example:
show system setting brotli Supported: yes Enabled: yes Number of ctxs: ##### Number of ctxs allocation: 0 Number of ctxs allocation failure: 0 Number of ctx double free: 0 Number of ctx free race: 0 Number of ctx free reuse: 0 Number of ctx reuse: 0 |