Description

The article explains the default terminating action in routing-policies if no terminating action is mentioned.

Symptoms

None

Solution

A routing policy evaluation has the following key points:

  • If the term of a routing policy consists of multiple match conditions, a route must satisfy all match conditions to apply the action specified in the term.
  • If a term in the policy does not specify a match condition, all routes are evaluated against the match.
  • If a match occurs but the policy does not specify an accept, reject, or next term action, one of the following occurs:
    • The next term, if present, is evaluated.
    • If no other terms are present, the next policy is evaluated.
    • If no other policies are present, the route is accepted. The default routing policy action is “accept”. <<<< Please refer the default action in a policy when no terminating action mentioned.

 

Modification History

2025-10-06 : Article Created