ExamGecko
Question list
Search
Search

Question 40 - JN0-105 discussion

Report
Export

Exhibit

term limit-icmp { from {

source-address {

172.25.11.0/24;

}

protocol icmp;

}

then {

count count-icmp; discard;

}

}

Referring to the exhibit, which two actions will occur when a packet matches the firewall filter? (Choose two.)

A.
An ICMP destination unreachable message will be returned.
Answers
A.
An ICMP destination unreachable message will be returned.
B.
The packet will be forwarded.
Answers
B.
The packet will be forwarded.
C.
The packet will be discarded.
Answers
C.
The packet will be discarded.
D.
A counter will be incremented.
Answers
D.
A counter will be incremented.
Suggested answer: C

Explanation:

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.

asked 18/09/2024
Junwei Li
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first