aaa parameter¶
The following operations can be performed on "aaa parameter":
set aaa parameter¶
Sets the global AAA configuration. Any configuration settings made at this level overrides configuration settings for the authentication server.
Synopsys¶
set aaa parameter [-enableStaticPageCaching ( YES | NO )] [-enableEnhancedAuthFeedback ( YES | NO )] [-defaultAuthType <defaultAuthType>] [-maxAAAUsers <positive_integer>] [-maxLoginAttempts <positive_integer> [-failedLoginTimeout <mins>]] [-aaadnatIp <ip_addr|*>] [-enableSessionStickiness ( YES | NO )]
Arguments¶
enableStaticPageCaching
The default state of VPN Static Page caching. If nothing is specified, the default value is set to YES.
Possible values: YES, NO
Default value: YES
enableEnhancedAuthFeedback
Enhanced auth feedback provides more information to the end user about the reason for an authentication failure. The default value is set to NO.
Possible values: YES, NO
Default value: NO
defaultAuthType
The default authentication server type.
Possible values: LOCAL, LDAP, RADIUS, TACACS, CERT
Default value: LOCAL
maxAAAUsers
Maximum number of concurrent users allowed to log on to VPN simultaneously.
Minimum value: 1
maxLoginAttempts
Maximum Number of login Attempts
Minimum value: 1
failedLoginTimeout
Number of minutes an account will be locked if user exceeds maximum permissible attempts
Minimum value: 1
aaadnatIp
Source IP address to use for traffic that is sent to the authentication server.
enableSessionStickiness
Enables/Disables stickiness to authentication servers
Possible values: YES, NO
Default value: NO
Example¶
set aaa parameter -defaultAuthType RADIUS -maxAAAUSers 100
unset aaa parameter¶
Resets the global AAA parameter settings on the NetScaler appliance. Attributes for which a default value is available revert to their default values. See the set aaa parameter command for descriptions of the parameters..Refer to the set aaa parameter command for meanings of the arguments.
Synopsys¶
unset aaa parameter [-enableStaticPageCaching] [-enableEnhancedAuthFeedback] [-defaultAuthType] [-maxAAAUsers] [-aaadnatIp] [-maxLoginAttempts] [-enableSessionStickiness]
show aaa parameter¶
Displays the current AAA global configuration.
Synopsys¶
show aaa parameter
Outputs¶
enableStaticPageCaching
Indicates if static page caching is enabled or not.
enableEnhancedAuthFeedback
Indicates whether enhanced auth feedback is enabled or not.
defaultAuthType
The default authentication server type.
maxAAAUsers
The maximum number of concurrent users allowed to log into the system at any time.
aaadnatIp
The natIp to be used for the AAA traffic
maxLoginAttempts
Maximum Number of login Attempts
failedLoginTimeout
Number of minutes an account will be locked if user exceeds maximum permissible attempts
enableSessionStickiness
Enables/Disables stickiness to authentication servers
Example¶
> show aaa parameterConfigured AAA parameters DefaultAuthType: LDAP MaxAAAUsers: 5 Done>