How to configure the packet buffer protection via CLI?
297
Created On 01/05/23 08:16 AM - Last Modified 11/13/25 00:02 AM
Objective
- The objective of this article explains on how to configure the packet buffer protection via CLI.
Environment
- Strata Firewall
Procedure
- Please follow the below commands in the CLI of the firewall to configure the packet buffer protection
> configure
# set deviceconfig setting session packet-buffer-protection-enable yes
# set deviceconfig setting session packet-buffer-protection-alert 50
# set deviceconfig setting session packet-buffer-protection-activate 50
# set deviceconfig setting session packet-buffer-protection-block-hold-time 60
# set deviceconfig setting session packet-buffer-protection-block-duration-time 3600
# set vsys <name> zone <name> network enable-packet-buffer-protection yes
# commit
# set deviceconfig setting session packet-buffer-protection-enable yes
# set deviceconfig setting session packet-buffer-protection-alert 50
# set deviceconfig setting session packet-buffer-protection-activate 50
# set deviceconfig setting session packet-buffer-protection-block-hold-time 60
# set deviceconfig setting session packet-buffer-protection-block-duration-time 3600
# set vsys <name> zone <name> network enable-packet-buffer-protection yes
# commit