fwaccel feature
In the R81.10.X releases, this command is available starting from the R81.10.00 version.
Description
The "fwaccel feature
" and "fwaccel6 feature
" commands enable and disable the specified SecureXL features.
|
Important:
|
Syntax for IPv4
|
Syntax for IPv6
|
Parameters
Parameter |
Description |
---|---|
No Parameters |
Shows the applicable built-in usage. |
|
Specifies the SecureXL feature. R81.20SecureXL 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
-
Add this line to the
$FWDIR/boot/modules/fwkern.conf
file:sim_sctp_disable_by_default=1
-
Reboot.
Example 1 - Default output
[Expert@MyGW]# fwaccel feature Usage: fwaccel feature <name> {on|off|get} Available features: sctp [Expert@MyGW]# |
Example 2 - Disabling and enabling a feature
[Expert@MyGW]# fwaccel feature sctp get sim_sctp_disable_by_default = 0 [Expert@MyGW]# [Expert@MyGW]# fwaccel feature sctp off Set operation succeeded [Expert@MyGW]# fwaccel feature sctp get sim_sctp_disable_by_default = 1 [Expert@MyGW]# [Expert@MyGW]# fwaccel feature sctp on Set operation succeeded [Expert@MyGW]# [Expert@MyGW]# fwaccel feature sctp get sim_sctp_disable_by_default = 0 [Expert@MyGW]# |