JN0-102 · Question #364
What is the default firewall filter behavior when a term is matched but no terminating action is specified?
The correct answer is C. an implicit accept and the filter evaluation continues to the next term. In Juniper firewall filters, if a term is matched and no explicit terminating action like accept or discard is specified, the default action is an implicit accept, and the filter evaluation for that packet continues to the next term.
Question
What is the default firewall filter behavior when a term is matched but no terminating action is specified?
Options
- Aan implicit deny and the filter evaluation terminates
- Ban implicit accept and the filter evaluation terminates
- Can implicit accept and the filter evaluation continues to the next term
- Dan implicit deny and the filter evaluation continues to the next term
How the community answered
(20 responses)- A5% (1)
- B5% (1)
- C90% (18)
Why each option
In Juniper firewall filters, if a term is matched and no explicit terminating action like `accept` or `discard` is specified, the default action is an implicit `accept`, and the filter evaluation for that packet continues to the next term.
The default action for a matched term without an explicit action is an implicit `accept`, not a `deny`.
While an implicit `accept` occurs, the provided answer states that evaluation continues, not terminates immediately.
When a packet matches a term in a Junos firewall filter and no explicit action (such as `accept`, `discard`, or `reject`) is defined for that term, the default behavior is an implicit `accept`. The provided answer indicates that this implicit `accept` also causes the filter evaluation to continue to the next term in the filter chain for further processing.
The default action is an implicit `accept`, not a `deny`.
Concept tested: Junos firewall filter default action
Source: https://www.juniper.net/documentation/us/en/software/junos/routing-policy/topics/topic-map/firewall-filter-terms.html
Topics
Community Discussion
No community discussion yet for this question.