Juniper
JN0-691 · Question #122
Referring to the exhibit, which three statements are true? (Choose three.) user@R1> show configuration interfaces lo0 unit 5 { family inet { filter { input JUNOS; } address 5.5.5.5/32; } } user@R1>…
The correct answer is B. R1 will drop all OSPF packets. D. R1 will accept telnet traffic. E. R1 will drop all BGP packets. See the full explanation below for the reasoning.
Question
Referring to the exhibit, which three statements are true? (Choose three.) user@R1> show configuration interfaces lo0 unit 5 { family inet { filter { input JUNOS; } address 5.5.5.5/32; } } user@R1> show configuration firewall family inet filter JUNOS term term1 { from { protocol tcp; port [ telnet ftp ftp-data snmp ssh syslog http tacacs 64644 1024- 65535 ]; } then { log; accept; } } term default { then { discard; } }
Options
- AR1 will drop all traffic with destination address 5.5.5.5.
- BR1 will drop all OSPF packets.
- CR1 will drop all non-TCP transit traffic.
- DR1 will accept telnet traffic.
- ER1 will drop all BGP packets.
How the community answered
(33 responses)- A18% (6)
- B73% (24)
- C9% (3)
Community Discussion
No community discussion yet for this question.