JN0-102 · Question #381
What are three acceptable modifiers to a terminating action nf a firewall flter? (Choose three.)
The correct answer is B. count C. log E. syslog. Firewall filter terminating actions can be modified with options to count packets, log matching packets, or send log messages to a syslog server. These modifiers provide additional functionality beyond just the primary action.
Question
What are three acceptable modifiers to a terminating action nf a firewall flter? (Choose three.)
Options
- Apolicer
- Bcount
- Clog
- Ddiscard
- Esyslog
How the community answered
(27 responses)- A4% (1)
- B96% (26)
Why each option
Firewall filter terminating actions can be modified with options to count packets, log matching packets, or send log messages to a syslog server. These modifiers provide additional functionality beyond just the primary action.
`policer` is a separate action used for rate-limiting traffic, not a modifier to a terminating action.
The `count` modifier increments a counter for packets matching the filter term, allowing for statistical tracking.
The `log` modifier sends information about packets matching the term to the system log, which can then be viewed or analyzed.
`discard` is a terminating action itself (dropping packets), not a modifier that can be applied to another terminating action.
The `syslog` modifier specifically sends log messages about matching packets to a remote syslog server, enabling centralized logging.
Concept tested: Junos firewall filter action modifiers
Source: https://www.juniper.net/documentation/us/en/software/junos/firewall-authentication/firewall-filters/topics/ref/statement/firewall-filter-action-modifiers.html
Topics
Community Discussion
No community discussion yet for this question.