apply policy
(Context:
config
)
Syntax
apply policy <POLICY-NAME> in
no apply policy <POLICY-NAME> in
Description
Applies a policy to the global config context.
Only one policy can be globally applied at a time. Applying a policy globally again, replaces the previous globally applied policy.
The
no
form of this command removes application of the global policy.
Command context
config
Parameters
<POLICY-NAME>
Specifies the policy to apply.
in
Selects the inbound (ingress) traffic direction.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Applying policy global1 to the global config context:
switch(config)# apply policy global1 in
Removing application of policy global1 from the global config context:
switch(config)# no apply policy global1 in