Description
Installs and uninstalls the QoS policy on the managed Security Gateways.
Shows the status of the QoS Software Blade on the managed Security Gateways.
Controls the QoS debug.
For more information, see:
Syntax
fgate [-d] ctl -h <QoS Module> {on | off} debug on off fetch -f <Management Server> kill [-t <Signal Number>] <Name of QoS Process> load log on off stat stat [-h] ver [-k] unload |
Parameters
Parameter |
Description |
---|---|
|
Runs the command in debug mode. |
|
Shows the expected syntax and the list of the available QoS modules. |
|
Controls the specified QoS module:
Note - In R80.30, the only available QoS module is |
|
Controls the debug mode of the QoS user space daemon
This sends additional debugging information to the |
fetch -f |
Fetches and installs the QoS Policy from all the Management Servers configured in the |
fetch <Management Server> |
Fetches and installs the QoS Policy from the specified Management Server. Enter the main IP address or the name of the Management Server object as configured in SmartConsole. |
|
Sends the specified signal to the specified QoS user space process. Notes:
|
|
Installs the local QoS Policy on the Security Gateway. If this command fails, run the |
|
Controls the state of QoS logging in the Security Gateway kernel:
You can disable the QoS logging to save resources without reinstalling the QoS policy. |
|
Shows the status of the QoS Software Blade and policy on the Security Gateway. The Important - This command is outdated and exists only for backward compatibility with very old versions. Use the |
|
Shows the QoS Software Blade version. If you specify the |
|
Uninstalls the QoS Policy from the Security Gateway. |
Example 1 - Fetching the QoS policy based on the $FWDIR/conf/masters file
[Expert@MyGW]# fgate fetch -f Fetching QoS Software Blade Policy: Received Policy. Downloading...
eth0(inbound), eth0(outbound). Download OK. Done. [Expert@MyGW]# |
Example 2 - Fetching the QoS policy from the Management Server specified by its IP address
[Expert@MyGW]# fgate fetch 192.168.3.240 Fetching QoS Software Blade Policy: Received Policy. Downloading...
eth0(inbound), eth0(outbound). Download OK. Done. [Expert@MyGW]# |
Example 3 - Viewing the QoS status
[Expert@MyGW]# fgate stat
Product: QoS Software Blade Version: R80.20 Kernel Build: 135 Policy Name: MyPolicy Install time: Mon Jun 11 15:49:57 2018 Interfaces Num: 1
Interface table ---------------------------------------------------------------- |Name|Dir|Limit (Bps)|Avg Rate (Bps)|Conns|Pend pkts|Pend bytes| ---------------------------------------------------------------- |eth0|in | 1250000000| 0| 0| 0| 0| |eth0|out| 1250000000| 0| 0| 0| 0| ----------------------------------------------------------------
[Expert@MyGW]# |
Example 4 - Viewing the QoS Software Blade version
[Expert@MyGW:0]# fgate ver This is Check Point QoS Software Blade R80.20 - Build 339 [Expert@MyGW:0]# [Expert@MyGW:0]# fgate ver -k This is Check Point QoS Software Blade R80.20 - Build 339 kernel: R80.20 - Build 135 [Expert@MyGW:0]# |