ips_filter
|
Important:
|
Description
This command limits the number of IPS protections that can run on the appliance.
When this feature is enabled (this is the default), IPS protections consume less memory on the appliance.
Syntax
|
Procedures

-
Connect to the command line on the appliance.
-
If your default shell is the Expert mode, go to Gaia Clish:
clish
-
Enable the IPS Filter:
ips_filter on
-
Go to the Expert mode:
-
If your default shell is the Expert mode, run:
exit
-
If your default shell is Gaia Clish, run:
expert
-
-
Examine the current state of the IPS Filter:
pt ipsEngineSettings | grep applyIpsFilter
The output must show:
applyIpsFilter = true

-
Connect to the command line on the appliance.
-
If your default shell is the Expert mode, go to Gaia Clish:
clish
-
Disable the IPS Filter:
ips_filter off
-
Go to the Expert mode:
-
If your default shell is the Expert mode, run:
exit
-
If your default shell is Gaia Clish, run:
expert
-
-
Examine the current state of the IPS Filter:
pt ipsEngineSettings | grep applyIpsFilter
The output must show:
applyIpsFilter = false