ADC CLI Commands

system-global

The following operations can be performed on “system-global”:

show bind unbind

show system global

Displays information about all global policy bindings.

Synopsis

show system global

Arguments

Output

policyName The name of the command policy.

priority The priority of the command policy.

bindPolicyType Bound policy type

policySubType builtin Indicates that a variable is a built-in (SYSTEM INTERNAL) type.

feature The feature to be checked while applying this config

stateflag globalBindType gotoPriorityExpression Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE. Applicable only for advanced authentication policies

nextFactor On success invoke label. Applicable for advanced authentication policy binding

devno count

bind system global

Binds policies globally.

Synopsis

bind system global [ [-priority ] [-nextFactor ] [-gotoPriorityExpression ]]

Arguments

policyName Name of the policy to bind globally.

priority Integer specifying the priority of the policy. A lower number specifies a higher priority. Policies are evaluated in the order of their priority numbers. Note that priority range 64001 to 65535 is reserved for internal system usage of binding policies by default Minimum value: 0

nextFactor On success invoke label. Applicable for advanced authentication policy binding

gotoPriorityExpression Applicable only to advance authentication policy. Expression or other value specifying the next policy to be evaluated if the current policy evaluates to TRUE. Specify one of the following values:

  • NEXT - Evaluate the policy with the next higher priority number.
  • END - End policy evaluation.

unbind system global

Unbinds a globally bound policy.

Synopsis

unbind system global

Arguments

policyName Name of the globally bound policy to unbind.

system-global