Description
Enables and disables the specified SecureXL features.
Important:
Notes:
fwaccel feature ...
and fwaccel6 feature ...
commands.g_fwaccel feature ...
and g_fwaccel6 feature ...
commands.Syntax for IPv4
get off on |
Syntax for IPv6
get off on |
Parameters
Parameter |
Description |
---|---|
|
Specifies the SecureXL instance ID (for IPv4 only). |
No Parameters |
Shows the applicable built-in usage. |
|
Specifies the SecureXL feature. R80.30SP SecureXL supports only this feature:
|
|
Shows the current state of the specified SecureXL feature. |
|
Disables the specified SecureXL feature. This means that SecureXL does not accelerate the applicable traffic anymore. |
|
Enables the specified SecureXL feature. This means that SecureXL accelerates the applicable traffic again. |
Disabling the 'sctp
' feature permanently
See Working with Kernel Parameters on Security Group Members.
$FWDIR/modules/fwkern.conf
file:sim_sctp_disable_by_default=1
Example 1 - Default output
[Expert@HostName-ch0x-0x:0]# g_fwaccel feature Usage: fwaccel feature <name> {on|off|get}
Available features: sctp [Expert@HostName-ch0x-0x:0]# |
Example 2 - Disabling and enabling a feature
[Expert@HostName-ch0x-0x:0]# g_fwaccel feature sctp get sim_sctp_disable_by_default = 0 [Expert@HostName-ch0x-0x:0]# [Expert@HostName-ch0x-0x:0]# g_fwaccel feature sctp off Set operation succeeded [Expert@HostName-ch0x-0x:0]# g_fwaccel feature sctp get sim_sctp_disable_by_default = 1 [Expert@HostName-ch0x-0x:0]# [Expert@HostName-ch0x-0x:0]# g_fwaccel feature sctp on Set operation succeeded [Expert@HostName-ch0x-0x:0]# [Expert@HostName-ch0x-0x:0]# g_fwaccel feature sctp get sim_sctp_disable_by_default = 0 [Expert@HostName-ch0x-0x:0]# |