Which two routing policy actions are considered policy flow control actions in the Junos OS? (Choose two.)
Which two routing policy actions are considered policy flow control actions in the Junos OS? (Choose two.)
In Junos OS, 'next policy' and 'next term' are considered policy flow control actions. The 'next policy' action skips the current policy and evaluates the next policy, while the 'next term' action skips the current term and evaluates the next term within the same policy. These actions control the flow of policy evaluation. On the other hand, actions like 'accept' and 'next hop' do not control the flow of policies but rather affect individual routes directly.
BD is conrect
B and D are the correct answers.
BCD https://www.juniper.net/documentation/us/en/software/junos/routing-policy/topics/concept/policy-configuring-actions-in-routing-policy-terms.html
I think it’s BCD
Answer B D
BD Next policy Next Term are correct answers
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. 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.
B and D
Common actions in routing policy: • Terminating actions: • accept • reject _________________________________ • Flow control: • next term • next policy
Correct answer is B and D
'policy flow' CD, next policy if B
B and D are correct
next term and next policy
The two routing policy actions considered policy flow control actions in the Junos OS are: B. next policy D. next term "next policy" action skips the current policy and evaluates the next policy, and "next term" action skips the current term and evaluates the next term in the policy. On the other hand, "accept" action allows the route to be installed in the routing table and be used for forwarding, and "next-hop" action modifies the next-hop information of the route.
The two routing policy actions considered as policy flow control actions in Junos OS are: B. next policy: This action allows the policy to move on to the next policy in the policy hierarchy. It is used to continue the evaluation of subsequent policies after the current policy has been applied. D. next term: This action allows the policy to move on to the next term within the same policy. It is used to continue the evaluation of the remaining terms within the same policy. On the other hand, A. next hop and C. accept are not considered policy flow control actions. The "next hop" action specifies the next hop address for the route, and the "accept" action accepts the route and continues processing it. So, the correct answers are options B and D: next policy and next term.
you can have several terms in the 1st policy, so it's next term before next policy. C D
B and D are the only flow control options