JN0-332 무료 덤프문제 온라인 액세스
| 시험코드: | JN0-332 |
| 시험이름: | Juniper Networks Certified Internet Specialist, SEC (JNCIS-SEC) |
| 인증사: | Juniper |
| 무료 덤프 문항수: | 490 |
| 업로드 날짜: | 2026-08-22 |
Which IDP policy action drops a packet before it can reach its destination, but does not close the connection?
Exhibit.
[edit security policies]
user@host# show
from-zone trust to-zone untrust {
policy AllowHTTP{
match {
source-address HOSTA;
destination-address any;
application junos-ftp;
}
then {
permit;
}}
policy AllowHTTP2{
match {
source-address any;
destination-address HOSTA;
application junos-http;
}
then {
permit;
}}
policy AllowHTTP3{
match {
source-address any;
destination-address any;
application any;
}
then {
permit;
}}}
A flow of HTTP traffic needs to go from HOSTA to HOSTB. Assume that traffic will initiate from HOSTA and that HOSTA is in zone trust and HOSTB is in zone untrust.
What will happen to the traffic given the configuration in the exhibit?