-- Exhibit -- firewall { filter select-telnet { term 1 { from { source-address { 10.0.0.0/8; } } then log; } term 2 { from { protocoltcp; port telnet; } then { syslog; reject; } } term 3 { from { source-address { 10.1.1.1/32; } protocoltcp; port telnet; } then { sample; accept; } } } } -- Exhibit -- A Telnet session is initiated from host 10.1.1.1. What will happen when it is processed by the firewall filter shown in the exhibit? A. The packet will be accepted and logged. B. The packet will be discarded and logged. C. The packet will be rejected and a syslog message generated. D. The packet will be accepted and sampled. Â Suggested Answer: A This question is in JN0-102 Junos, Associate (JNCIA-Junos) Exam For getting Juniper Networks Certified Associate - Junos (JNCIA-Junos) Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Juniper. Trademarks, certification & product names are used for reference only and belong to Juniper. The website does not contain actual questions and answers from Juniper's Certification Exams.
Please login or Register to submit your answer