Skip to content

bot-settings

The following operations can be performed on "bot-settings":

set| unset| show|

set bot settings

Modifies the global bot settings. The global settings apply to all bot profiles.

Synopsis

set bot settings [-defaultProfile <string>] [-javaScriptName <string>] [-sessionTimeout <positive_integer>] [-sessionCookieName <string>] [-dfpRequestLimit <positive_integer>]

Arguments

defaultProfile

Profile to use when a connection does not match any policy. Default setting is " ", which sends unmatched connections back to the Citrix ADC without attempting to filter them further. Default value: NS_S_BOT_DEFAULT_PROFILE

javaScriptName

Name of the JavaScript that the BotNet feature uses in response. Must begin with a letter or number, and can consist of from 1 to 31 letters, numbers, and the hyphen (-) and underscore (_) symbols.

The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my cookie name" or 'my cookie name'). Default value: NS_S_BOT_DEFAULT_JS_NAME

sessionTimeout

Timeout, in seconds, after which a user session is terminated. Default value: NS_BOT_DEFAULT_SESSION_TIMEOUT Minimum value: 1 Maximum value: 65535

sessionCookieName

Name of the SessionCookie that the BotNet feature use it for tracking. Must begin with a letter or number, and can consist of from 1 to 31 letters, numbers, and the hyphen (-) and underscore (_) symbols.

The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my cookie name" or 'my cookie name'). Default value: NS_S_BOT_DEFAULT_SESSION_CKI_NAME

dfpRequestLimit

Number of requests to allow without bot session cookie if device fingerprint is enabled Default value: NS_BOT_DEFAULT_DFP_REQUEST_LIMIT Minimum value: 1

unset bot settings

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

Synopsis

unset bot settings [-defaultProfile] [-javaScriptName] [-sessionTimeout] [-sessionCookieName] [-dfpRequestLimit]

show bot settings

Displays the current Bot Management global settings.

Synopsis

show bot settings

Arguments

Output

defaultProfile

Profile to use when a connection does not match any policy. Default setting is " ", which sends unmatched connections back to the Citrix ADC without attempting to filter them further.

javaScriptName

Name of the JavaScript that the BotNet feature uses in response. Must begin with a letter or number, and can consist of from 1 to 31 letters, numbers, and the hyphen (-) and underscore (_) symbols.

The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my cookie name" or 'my cookie name').

sessionTimeout

Timeout, in seconds, after which a user session is terminated.

sessionCookieName

Name of the SessionCookie that the BotNet feature use it for tracking. Must begin with a letter or number, and can consist of from 1 to 31 letters, numbers, and the hyphen (-) and underscore (_) symbols.

The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my cookie name" or 'my cookie name').

dfpRequestLimit

Number of requests to allow without bot session cookie if device fingerprint is enabled

Was this article helpful?