Want to pass your Internet Associate, Junos(JNCIA-Junos) JN0-102 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
The IP address 10.1.1.1 belongs to which class of IP address space?
A. Class A
B. Class B
C. Class C
D. Class D
-- Exhibit -firewall {
filter select-telnet {
term 1 {
from {
source-address {
10.0.0.0/8;
}
}
then log;
}
term 2 {
from {
protocol tcp;
port telnet;
}
then {
syslog;
reject;
}
}
term 3 {
from {
source-address {
10.1.1.1/32;
}
protocol tcp;
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.
Which command will silently drop a matching packet?
A. set routing-options static route 10.1.1.1/32 no-retain
B. set routing-options static route 10.1.1.1/32 discard
C. set routing-options static route 10.1.1.1/32 reject
D. set routing-options static route 10.1.1.1/32 passive