aaa-preauthenticationpolicy¶
The following operations can be performed on "aaa-preauthenticationpolicy":
show aaa preauthenticationpolicy¶
Displays the properties of either the specified preauthentication policy or (if none is specified) a list of all configured preauthentication policies.
Synopsis¶
show aaa preauthenticationpolicy [
Arguments¶
name Name of the preauthentication policy whose properties you want to view.
Output¶
rule The new rule associated with the policy.
reqAction The Pre-authentication action associated with the policy.
hits No of hits.
boundTo The entity name to which policy is bound
activePolicy priority bindPolicyType policyType builtin Indicates that a variable is a built-in (SYSTEM INTERNAL) type.
feature The feature to be checked while applying this config
devno count stateflag
add aaa preauthenticationpolicy¶
Adds a preauthentication policy. The policy defines expressions to be evaluated by the endpoint analysis (EPA) tool.
Synopsis¶
add aaa preauthenticationpolicy
Arguments¶
name Name for the preauthentication policy. Must begin with a letter, number, or the underscore character (_), and must consist only of letters, numbers, and the hyphen (-), period (.) pound (#), space ( ), at sign (@), equals (=), colon (:), and underscore characters. Cannot be changed after the preauthentication policy is created.
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 policy" or 'my policy').
rule Name of the Citrix ADC named rule, or an expression, defining connections that match the policy.
reqAction Name of the action that the policy is to invoke when a connection matches the policy.
set aaa preauthenticationpolicy¶
Modifies the Request Action of a preauthentication policy.
Synopsis¶
set aaa preauthenticationpolicy
Arguments¶
name Name of the preauthentication policy to modifiy.
rule The new rule to be associated with the policy.
reqAction Name of the action that the policy is to invoke when a connection matches the policy.
rm aaa preauthenticationpolicy¶
Removes the specified preauthentication policy.
Synopsis¶
rm aaa preauthenticationpolicy
Arguments¶
name Name of the preauthentication policy to remove.