Description
Enables or disables CoreXL.
For more information, see the R80.30 Performance Tuning Administration Guide.
Important:
cpconfig menu.Syntax
n' IPv4 FW instances and optionally 'k' IPv6 FW instances:
  | 
cp_conf corexl [-v] disable  | 
See the fwboot corexl command.
Parameters
Parameter  | 
Description  | 
|---|---|
  | 
Leaves the high memory (  | 
  | 
Denotes the number of IPv4 CoreXL FW instances.  | 
  | 
Denotes the number of IPv6 CoreXL FW instances.  | 
Example
Currently, the Security Gateway runs two IP4v CoreXL FW instances (KERN_INSTANCE_NUM = 2).
We change the number of IP4v CoreXL FW instances to three.
[Expert@MyGW:0]# fw ctl multik stat ID | Active | CPU | Connections | Peak ---------------------------------------------- 0 | Yes | 2 | 7 | 28 1 | Yes | 1 | 0 | 11 [Expert@MyGW:0]# [Expert@MyGW:0]# cat /etc/fw.boot/boot.conf CTL_IPFORWARDING 1 DEFAULT_FILTER_PATH 0 KERN_INSTANCE_NUM 2 COREXL_INSTALLED 1 KERN6_INSTANCE_NUM 2 IPV6_INSTALLED 0 CORE_OVERRIDE 4 [Expert@MyGW:0]# [Expert@MyGW:0]# cp_conf corexl -v enable 3 [Expert@MyGW:0]# [Expert@MyGW:0]# cat /etc/fw.boot/boot.conf CTL_IPFORWARDING 1 DEFAULT_FILTER_PATH 0 KERN_INSTANCE_NUM 3 COREXL_INSTALLED 1 KERN6_INSTANCE_NUM 2 IPV6_INSTALLED 0 CORE_OVERRIDE 4 [Expert@MyGW:0]# [Expert@MyGW:0]# reboot .. ... ... [Expert@MyGW:0]# fw ctl multik stat ID | Active | CPU | Connections | Peak ---------------------------------------------- 0 | Yes | 3 | 7 | 28 1 | Yes | 2 | 0 | 11 2 | Yes | 1 | 4 | 10 [Expert@MyGW:0]#  |