-
-
appfw-settings
-
-
-
-
-
-
-
-
-
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
appfw-settings
The following operations can be performed on “appfw-settings”:
unset | show | set |
unset appfw settings
Use this command to remove appfw settings settings.Refer to the set appfw settings command for meanings of the arguments.
Synopsis
unset appfw settings [-defaultProfile] [-undefAction] [-sessionTimeout] [-learnRateLimit] [-sessionLifetime] [-sessionCookieName] [-clientIPLoggingHeader] [-importSizeLimit] [-signatureAutoUpdate] [-signatureUrl] [-cookiePostEncryptPrefix] [-GeoLocationLogging] [-CEFLogging] [-entityDecoding] [-useConfigurableSecretKey] [-sessionLimit] [-malformedReqAction] [-CentralizedLearning] [-proxyServer] [-proxyPort] [-proxyUsername] [-proxyPassword] [-CookieFlags]
show appfw settings
Displays the current application firewall global settings.
Synopsis
show appfw settings
Arguments
Output
defaultProfile Profile to use when a connection does not match any policy. Default setting is APPFW_BYPASS, which sends unmatched connections back to the Citrix ADC without attempting to filter them further.
undefAction Profile to use when an application firewall policy evaluates to undefined (UNDEF). An UNDEF event indicates an internal error condition. The APPFW_BLOCK built-in profile is the default setting. You can specify a different built-in or user-created profile as the UNDEF profile.
sessionTimeout Session timeout (in seconds).
learnRateLimit Learn messages rate limit value (in messages per second).
sessionLifetime Session lifetime (in seconds). Zero means no limit.
sessionCookieName Name of the session cookie that the application firewall uses to track user sessions. 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’).
clientIPLoggingHeader Name of header that holds downstream IP address for logging purposes.
importSizeLimit Maximum cumulative size in bytes of all objects imported to Netscaler. The user is not allowed to import an object if the operation exceeds the currently configured limit.
signatureAutoUpdate Flag used to enable/disable auto update signatures
signatureUrl URL to download the mapping file from server
cookiePostEncryptPrefix String that is prepended to all encrypted cookie values.
logMalformedReq Log requests that are so malformed that application firewall parsing doesn’t occur.
GeoLocationLogging Enable Geo-Location Logging in CEF format logs.
CEFLogging Enable CEF format logs.
entityDecoding Transform multibyte (double- or half-width) characters to single width characters.
useConfigurableSecretKey Use configurable secret key in AppFw operations
sessionLimit Maximum number of sessions that the application firewall allows to be active, regardless of user activity. After the max_limit reaches, No more user session will be created .
appEnforceSessionLimit Let application firewall enforce session limits. Available settings are as follows:
- ON - Application firewall enforces session limits.
- OFF - DHT framework enforces session limits
malformedReqAction flag to define action on malformed requests that application firewall cannot parse
learning Global learning option that overrides the profile level learning. Available settings are as follows:
- ON - Honor all profile level learn settings.
- OFF - Avoids learning for all profiles ignoring profile level learn setting.
CentralizedLearning Flag used to enable/disable ADM centralized learning
proxyServer Proxy Server IP to get updated signatures from AWS.
proxyPort Proxy Server Port to get updated signatures from AWS.
proxyUsername Proxy Username
proxyPassword Password with which proxy user logs on.
CookieFlags Add the specified flags to AppFW cookies. Available setttings function as follows:
- None - Do not add flags to AppFW cookies.
- HTTP Only - Add the HTTP Only flag to AppFW cookies, which prevent scripts from accessing them.
- Secure - Add Secure flag to AppFW cookies.
- All - Add both HTTPOnly and Secure flag to AppFW cookies.
builtin Flag to determine if application firewall settings is built-in or not
feature The feature to be checked while applying this config
set appfw settings
Modifies the global application firewall settings. The global settings apply to all application firewall profiles.
Synopsis
set appfw settings [-defaultProfile
Arguments
defaultProfile Profile to use when a connection does not match any policy. Default setting is APPFW_BYPASS, which sends unmatched connections back to the Citrix ADC without attempting to filter them further. Default value: APPFW_BYPASS
undefAction Profile to use when an application firewall policy evaluates to undefined (UNDEF). An UNDEF event indicates an internal error condition. The APPFW_BLOCK built-in profile is the default setting. You can specify a different built-in or user-created profile as the UNDEF profile. Default value: APPFW_BLOCK
sessionTimeout Timeout, in seconds, after which a user session is terminated. Before continuing to use the protected web site, the user must establish a new session by opening a designated start URL. Default value: 900 Minimum value: 1 Maximum value: 65535
learnRateLimit Maximum number of connections per second that the application firewall learning engine examines to generate new relaxations for learning-enabled security checks. The application firewall drops any connections above this limit from the list of connections used by the learning engine. Default value: 400 Minimum value: 1 Maximum value: 1000
sessionLifetime Maximum amount of time (in seconds) that the application firewall allows a user session to remain active, regardless of user activity. After this time, the user session is terminated. Before continuing to use the protected web site, the user must establish a new session by opening a designated start URL. A value of 0 represents infinite time. Default value: 0 Minimum value: 0 Maximum value: 2147483647
sessionCookieName Name of the session cookie that the application firewall uses to track user sessions. 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_AS_DEFAULT_COOKIE_NAME
clientIPLoggingHeader Name of an HTTP header that contains the IP address that the client used to connect to the protected web site or service.
importSizeLimit Maximum cumulative size in bytes of all objects imported to Netscaler. The user is not allowed to import an object if the operation exceeds the currently configured limit. Default value: 134217728 Minimum value: 1 Maximum value: 268435456
signatureAutoUpdate Flag used to enable/disable auto update signatures
Possible values: ON, OFF Default value: OFF
signatureUrl URL to download the mapping file from server Default value: https://s3.amazonaws.com/NSAppFwSignatures/SignaturesMapping.xml
cookiePostEncryptPrefix String that is prepended to all encrypted cookie values. Default value: NS_S_AS_DEFAULT_CKI_POST_ENCRYPT_PREFIX
GeoLocationLogging Enable Geo-Location Logging in CEF format logs.
Possible values: ON, OFF Default value: OFF
CEFLogging Enable CEF format logs.
Possible values: ON, OFF Default value: OFF
entityDecoding Transform multibyte (double- or half-width) characters to single width characters.
Possible values: ON, OFF Default value: OFF
useConfigurableSecretKey Use configurable secret key in AppFw operations
Possible values: ON, OFF Default value: OFF
sessionLimit Maximum number of sessions that the application firewall allows to be active, regardless of user activity. After the max_limit reaches, No more user session will be created . Default value: 100000 Minimum value: 0 Maximum value: 500000
malformedReqAction flag to define action on malformed requests that application firewall cannot parse Default value: AS_DEFAULT_DISPOSITION
CentralizedLearning Flag used to enable/disable ADM centralized learning
Possible values: ON, OFF Default value: OFF
proxyServer Proxy Server IP to get updated signatures from AWS.
proxyPort Proxy Server Port to get updated signatures from AWS. Default value: 8080
proxyUsername Proxy Username
proxyPassword Password with which proxy user logs on.
CookieFlags Add the specified flags to AppFW cookies. Available setttings function as follows:
- None - Do not add flags to AppFW cookies.
- HTTP Only - Add the HTTP Only flag to AppFW cookies, which prevent scripts from accessing them.
- Secure - Add Secure flag to AppFW cookies.
- All - Add both HTTPOnly and Secure flag to AppFW cookies.
Possible values: none, httpOnly, secure, all Default value: none
Share
Share
In this article
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.