Want to pass your Junos Troubleshooting JN0-690 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
Which command would be used to clear stuck user sessions?
A. request system reboot
B. request system logout
C. request chassis routing-engine master switch
D. request routing-engine login other-routing-engine
Click the Exhibit button. -- Exhibit -user@R1> show route forwarding-table destination 2.2.2.2
user@R1> show route 2.2.2.2
inet.0: 10 destinations, 10 routes (10 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both
2.2.2.2/32 *[OSPF/10] 2w3d 22:19:41, metric 1 > to 17.1.1.2 via xe-1/1/0.0
-- Exhibit -
Referring to the exhibit, which statement is true about transit traffic sent to 2.2.2.2?
A. R1 will discard the packet.
B. R1 will forward the packet.
C. R1 will redirect the packet to the Routing Engine.
D. R1 will reject the packet.
Click the Exhibit button.
-- Exhibit -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;
}
}
-- Exhibit -
Referring to the exhibit, which three statements are true? (Choose three.)
A. R1 will drop all traffic with destination address 5.5.5.5.
B. R1 will drop all OSPF packets.
C. R1 will drop all non-TCP transit traffic.
D. R1 will accept telnet traffic.
E. R1 will drop all BGP packets.