ADC CLI Commands

rewrite-param

The following operations can be performed on “rewrite-param”:

set show unset

set rewrite param

Sets the given Rewrite parameter(s).

Synopsis

set rewrite param [-undefAction ] [-timeout ]

Arguments

undefAction Action to perform if the result of policy evaluation is undefined (UNDEF). An UNDEF event indicates an error condition in evaluating the expression. Available settings function as follows:

  • NOREWRITE - Do not modify the message.
  • RESET - Reset the connection and notify the user’s browser, so that the user can resend the request.
  • DROP - Drop the message without sending a response to the user. Default value: “NOREWRITE”

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. Note that some rewrites may have already been performed. Default value: 3900 Minimum value: 1 Maximum value: 5000

Example

set rewrite param -undefAction RESET -timeout 3000

show rewrite param

Displays the Rewrite parameters.

Synopsis

show rewrite param

Arguments

Output

undefAction Name of the rewrite action.

timeout Execution timeout.

Example

show rewrite param

unset rewrite param

Use this command to remove rewrite param settings.Refer to the set rewrite param command for meanings of the arguments.

Synopsis

unset rewrite param [-undefAction] [-timeout]

rewrite-param