JN0-102 무료 덤프문제 온라인 액세스
| 시험코드: | JN0-102 |
| 시험이름: | Juniper Networks Certified Internet Associate, Junos (JNCIA-Junos) |
| 인증사: | Juniper |
| 무료 덤프 문항수: | 417 |
| 업로드 날짜: | 2026-08-30 |
-- 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?
-- Exhibit --
user@router> show route protocol static
inet.0: 12 destinations, 12 routes (12 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
192.168.1.128/27 *[Static/5] 00:03:13
>to 10.20.106.10 via fe-0/0/5.1
192.168.1.144/29 *[Static/5] 00:03:13
>to 10.20.14.131 via ge-0/0/0.0
192.168.1.192/27 *[Static/5] 00:03:13
>to 10.18.1.1 via ge-0/0/1.0
192.168.1.128/28 *[Static/5] 00:01:06
>to 10.20.14.130 via ge-0/0/0.0
-- Exhibit --
Given the routing entries shown in the exhibit, which next-hop IP address will be used for the destination IP address 192.168.1.159? (Assume that only static routes are available for the destination.)