JN0-104 Exam QuestionsBrowse all questions from this exam

JN0-104 Exam - Question 23


Which two routing policy actions are considered policy flow control actions in the Junos OS? (Choose two.)

Show Answer
Correct Answer: BD

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.

Discussion

16 comments
Sign in to comment
NguyenndOptions: BD
Oct 11, 2022

BD is conrect

thegreennookerkhaliOptions: BD
Aug 6, 2023

B and D are the correct answers.

Munrra
Sep 15, 2022

BCD https://www.juniper.net/documentation/us/en/software/junos/routing-policy/topics/concept/policy-configuring-actions-in-routing-policy-terms.html

aisa007
Nov 3, 2022

I think it’s BCD

_muxa_Options: BD
Nov 16, 2022

Answer B D

SlamIamOptions: BD
Dec 3, 2022

BD Next policy Next Term are correct answers

VanDerGraafGeneratorOptions: CD
Mar 13, 2023

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.

Christopherjd20Options: BD
Apr 24, 2023

B and D

NasreddOptions: BD
Jul 7, 2023

Common actions in routing policy: • Terminating actions: • accept • reject _________________________________ • Flow control: • next term • next policy

MayTinOptions: BD
Jan 26, 2024

Correct answer is B and D

achonOptions: BC
Oct 22, 2022

'policy flow' CD, next policy if B

achon
Oct 23, 2022

B and D are correct

phule06041999Options: BD
Mar 31, 2023

next term and next policy

[Removed]Options: BD
Apr 2, 2023

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.

CradicalOptions: BD
May 29, 2023

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.

perrier974Options: CD
Jan 10, 2024

you can have several terms in the 1st policy, so it's next term before next policy. C D

mwilson706txOptions: BD
Feb 3, 2024

B and D are the only flow control options