Drag steps to the numbered slots on the right, or tap a step then tap a slot.
JN0-106 Routing Fundamentals Practice Question
Order the steps to configure firewall filters (ACLs) in Junos.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
First configure match conditions, then configure the action, and finally apply the filter to the interface.
Firewall filters are defined with terms (match conditions and actions) and applied to interfaces.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
First configure match conditions, then configure the action, and finally apply the filter to the interface.
Why this is correct
This is correct because you must define what traffic to match (from clause) and what action to take (then clause) before applying the filter to an interface. Applying the filter without a complete term would result in an incomplete configuration.
- ✗
First apply the filter to the interface, then configure match conditions, then configure the action.
Why it's wrong here
Attempting to apply a filter to an interface before the filter has been created in the configuration hierarchy results in a commit error, because Junos requires that the filter name referenced under 'interface ... family ... filter input/output' already exists with a defined term. Even if you pre-created an empty filter, the application would fail validation until the filter has a complete term. Thus, the filter definition must precede its application to an interface.
- ✗
First configure the action, then configure match conditions, then apply the filter to the interface.
Why it's wrong here
This is incorrect because the action (then clause) is meaningless without match conditions. In Junos, the term is structured as 'from' (match) then 'then' (action); setting action first does not cause a syntax error but is logically backwards.
- ✗
First configure match conditions, then apply the filter to the interface, then configure the action.
Why it's wrong here
Configuring match conditions and then applying the filter to an interface while omitting the 'then' action leaves the filter term incomplete; Junos would either apply the default action of 'accept' or refuse to commit depending on the configuration context, but in either case the filter does not perform the intended security policy. Explicitly configuring the action ensures the filter has a deterministic behavior before it is attached to a live interface. So the action must be defined before the interface binding.
Go deeper
Related to this question
About these practice questions
This JN0-106 question is part of Courseiva's 156-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This JN0-106 practice question is part of Courseiva's free Juniper Networks certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the JN0-106 exam.