appAlgParam¶
The following operations can be performed on "appAlgParam":
set appAlgParam¶
Sets the global parameters for APP ALG
Synopsis¶
set appAlgParam -pptpGreIdleTimeout
Arguments¶
pptpGreIdleTimeout Interval in sec, after which data sessions of PPTP GRE is cleared. Default value: 9000 Minimum value: 1 Maximum value: 9000
Example¶
set appalgparam -pptpGreIdleTimeout 15000
show appAlgParam¶
Display the global parameters for APP ALG
Synopsis¶
show appAlgParam
Arguments¶
Output¶
pptpGreIdleTimeout Interval in sec, after which data sessions of PPTP GRE is cleared.
Example¶
show appalgparam
unset appAlgParam¶
Use this command to remove appAlgParam settings.Refer to the set appAlgParam command for meanings of the arguments.
Synopsis¶
unset appAlgParam -pptpGreIdleTimeout