|
accept
|
Accept the route and propagate it. After a route is accepted,
no other terms in the routing policy and no other routing policies
are evaluated.
|
|
default-action accept
|
Accept and override any action intrinsic to the protocol. This
is a nonterminating policy action.
|
|
reject
|
Reject the route and do not propagate it. After a route is rejected,
no other terms in the routing policy and no other routing policies
are evaluated.
|
|
default-action reject
|
Reject and override any action intrinsic to the protocol. This
is a nonterminating policy action.
|
|
next term
|
Skip to and evaluate the next term in the same routing policy.
Any accept or reject action specified in the then statement
is skipped. Any actions in the then statement that manipulate
route characteristics are applied to the route.
next term is the default control action if a match
occurs and you do not specify a flow control action.
|
|
next policy
|
Skip to and evaluate the next routing policy. Any accept or
reject action specified in the then statement is skipped.
Any actions in the then statement that manipulate route characteristics
are applied to the route.
next policy is the default control action if a match
occurs, you do not specify a flow control action, and there are no
further terms in the current routing policy.
|