ADC CLI Commands

feo-policy

The following operations can be performed on “feo-policy”:

rm add set show unset

rm feo policy

Remove a front end optimization policy.

Synopsis

rm feo policy

Arguments

name The front end optimization policy to be removed.

add feo policy

Create a front end optimization policy.

Synopsis

add feo policy

Arguments

name The name of the front end optimization policy.

rule The rule associated with the front end optimization policy.

action The front end optimization action that has to be performed when the rule matches.

set feo policy

Modify a front end optimization policy.

Synopsis

set feo policy [-rule ] [-action ]

Arguments

name The front end optimization policy to be modified.

rule The new rule to be associated with the front end optimization policy.

action The optimization to be associated with the front end optimization policy.

show feo policy

Display the configured front end optimization policies.

Synopsis

show feo policy []

Arguments

name The name of the front end optimization policy.

Output

stateflag rule The rule associated with the front end optimization policy.

action The front end optimization action that has to be performed when the rule matches.

builtin Flag to determine if the front end optimization policy is built-in or not

feature The feature to be checked while applying this config

hits Total number of hits.

undefHits Total number of undefined policy hits.

activePolicy Indicates whether a policy is bound or not.

boundTo Location where the policy is bound to.

priority Priority of the policy.

gotoPriorityExpression Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE.

type devno count

unset feo policy

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

Synopsis

unset feo policy [-rule] [-action]

feo-policy