responder-param¶
The following operations can be performed on "responder-param":
unset responder param¶
Use this command to remove responder param settings.Refer to the set responder param command for meanings of the arguments.
Synopsis¶
unset responder param [-undefAction] [-timeout]
show responder param¶
Displays the Responder parameters.
Synopsis¶
show responder param
Arguments¶
Output¶
undefAction Name of the responder action.
timeout Maximum time in milliseconds to allow for processing all the policies and their selected actions without interruption. If the timeout is reached then the evaluation causes an UNDEF to be raised and no further processing is performed.
Example¶
show responder param
set responder param¶
Sets the given Responder parameter(s).
Synopsis¶
set responder param [-undefAction
Arguments¶
undefAction Action to perform when policy evaluation creates an UNDEF condition. Available settings function as follows: * NOOP - Send the request to the protected server. * RESET - Reset the request and notify the user's browser, so that the user can resend the request. * DROP - Drop the request without sending a response to the user. Default value: "NOOP"
timeout Maximum time in milliseconds to allow for processing all the policies and their selected actions without interruption. If the timeout is reached then the evaluation causes an UNDEF to be raised and no further processing is performed. Default value: 3900 Minimum value: 1 Maximum value: 5000
Example¶
set responder param -undefAction RESET -timeout 3000