최신 JNCSP-SEC JN0-690 무료샘플문제:
1. 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 BGP packets.
B) R1 will drop all non-TCP transit traffic.
C) R1 will accept telnet traffic.
D) R1 will drop all traffic with destination address 5.5.5.5.
E) R1 will drop all OSPF packets.
2. Which two commands help to identify traffic drops due to oversubscription? (Choose two.)
A) show interfaces extensive
B) monitor interface traffic
C) monitor traffic interface
D) show interfaces queue
3. Which two statements are true about firewall filters and policers? (Choose two.)
A) If an output firewall filter is configured on the same logical interface as a policer, the policer is executed first.
B) If an output firewall filter is configured on the same logical interface as a policer, the firewall filter is executed first.
C) If an input firewall filter is configured on the same logical interface as a policer, the firewall filter is executed first.
D) If an input firewall filter is configured on the same logical interface as a policer, the policer is executed first.
4. You are asked to provide an audit trail for all user activity on your Junos device.
Which syslog configuration statement accomplishes this task?
A) user * {
any emergency;
}
file messages {
any notice;
authorization info;
}
file interactive-commands {
interactive-commands any;
}
B) user * {
any any;
}
file messages {
any notice;
authorization info;
}
C) user * {
any emergency;
}
file messages {
any notice;
authorization info;
}
file audit-commands {
authorization any;
}
D) user * {
any any;
}
file messages {
any info;
authorization info;
}
5. -- Exhibit -
user@router> show system switchover
Graceful switchover: On
Configuration databasE. Ready
Kernel databasE. Version incompatible
Peer statE. Steady State
-- Exhibit -
You have enabled graceful Routing Engine switchover (GRES). During verification, you switched mastership and all interfaces went down.
Referring to the output shown in the exhibit, why did the interfaces go down?
A) The synchronization failed because the Junos OS version on the backup is incompatible with the version running on the master.
B) The synchronization failed because the Routing Engine models are different between the master and backup.
C) The synchronization failed because the Junos OS version on the backup does not support GRES.
D) The synchronization failed because the master Routing Engine cannot communicate with the backup Routing Engine.
질문과 대답:
질문 # 1 정답: A,C,E | 질문 # 2 정답: A,D | 질문 # 3 정답: B,D | 질문 # 4 정답: A | 질문 # 5 정답: A |