Exam JN0-106 Topic 4 Question 103 Discussion
Actual exam question for Juniper's JN0-106 exam
Question #: 103
Topic #: 4
Question #: 103
Topic #: 4
Referring to the exhibit, which two actions will occur when a packet matches the firewall filter?
(Choose two.)
term limit-icmp { from {
source-address {
172.25.11.0/24;
}
protocol icmp;
}
then {
count count-icmp; discard;
}
}
(Choose two.)
term limit-icmp { from {
source-address {
172.25.11.0/24;
}
protocol icmp;
}
then {
count count-icmp; discard;
}
}
Suggested Answer: C,D Vote an answer
Referring to the firewall filter configuration in the exhibit, when a packet matches the specified term limit-icmp, two actions are defined in the then statement: count count-icmp and discard. The count count-icmp action means that each time a packet matches this term, a counter named count-icmp will be incremented, providing a tally of how many packets have matched the term.
The discard action means that the packet will be dropped and not forwarded through the device.
This effectively prevents the packet from reaching its intended destination. There is no action specified that would cause an ICMP destination unreachable message to be returned, nor is there any action that would allow the packet to be forwarded.
The discard action means that the packet will be dropped and not forwarded through the device.
This effectively prevents the packet from reaching its intended destination. There is no action specified that would cause an ICMP destination unreachable message to be returned, nor is there any action that would allow the packet to be forwarded.
by Osmond at Jul 08, 2026, 04:46 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).