-- Exhibit -- Exhibit -- Referring to the exhibit, you are asked to rate-limit traffic from Web-Server to the subnet where Mal-User is located. All other traffic should be permitted. Which firewall filter configuration do you use?
A.
[edit firewall] user@router# show policer LIMIT-MAL-USER { if-exceeding { bandwidth-limit 400k; burst-size-limit 100k; } then discard; } familyinet { filter STOP-MAL-USER { term one { from { source-address { 100.100.100.10/32; } destination-address { 200.200.200.0/24; } } thenpolicer LIMIT-MAL-USER; } term two { then accept; } } }
B.
[edit firewall] user@router# show policer LIMIT-BAD-USER { if-exceeding { bandwidth-limit 400k; burst-size-limit 100k; } then discard; } familyinet { filter STOP-MAL-USER { term one { from { source-address { 100.100.100.10/32; } destination-address { 200.200.200.0/24; } } thenpolicer LIMIT-MAL-USER; } term two { then accept; } } }
C.
[edit firewall] user@router# show policer LIMIT-MAL-USER { if-exceeding { bandwidth-limit 400k; burst-size-limit 100k; } then discard; } familyinet { filter STOP-MAL-USER { term one { from { source-address { 100.100.100.10/32; } destination-address { 200.200.200.0/24; } } thenpolicer LIMIT-MAL-USER; } term two { then reject; } } }
D.
[edit firewall] user@router# show policer LIMIT-MAL-USER { if-exceeding { bandwidth-limit 400k; burst-size-limit 100k; } then discard; } familyinet { filter STOP-MAL-USER { term one { from { source-address { 200.200.200.0/24; } destination-address { 100.100.100.10/32; } } thenpolicer LIMIT-MAL-USER; } term two { then accept; } }
option B policer name and policer name in filter are different
upvoted 2 times
...
...
This section is not available anymore. Please use the main Exam Page.JN0-102 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
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.
mansimon
4 years, 2 months agoAWinn
4 years, 10 months agoSof_Bek
4 years, 10 months agoVinayPCM
4 years, 9 months ago