which two traffic types are permitted when the destination is the ge- 0/0/0.0 IP address?
Click the Exhibit button.
[edit security zones security-zone trust]
user@host# show
host-inbound-traffic {
system-services {
all;
}}
interfaces {
ge-0/0/0.0;
}
Referring to the exhibit, which two traffic types are permitted when the destination is the ge- 0/0/0.0 IP
address? (Choose two.)
What are three main phases of an attack?
What are three main phases of an attack? (Choose three.)
Which type of an attack does this scenario describe?
An attacker sends a low rate of TCP SYN segments to hosts, hoping that at least one port replies. Which type of
an attack does this scenario describe?
Where do you configure SCREEN options?
Where do you configure SCREEN options?
Which mechanism would you configure to achieve this objective?
Prior to applying SCREEN options to drop traffic, you want to determine how your configuration will affect
traffic.
Which mechanism would you configure to achieve this objective?
Which two configurations meet this requirement?
You are required to configure a SCREEN option that enables IP source route option detection.
Which two configurations meet this requirement? (Choose two.)
Which two statements describe the purpose of a security policy?
Which two statements describe the purpose of a security policy? (Choose two.)
What will happen to the traffic given the configuration in the exhibit?
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?
Which two security policy actions are valid?
Which two security policy actions are valid? (Choose two.)
what will happen to the traffic matching the security policy?
Click the Exhibit button.
[edit schedulers]
user@host# show
scheduler now {
monday all-day;
tuesday exclude;
wednesday {
start-time 07:00:00 stop-time 18:00:00;
}
thursday {
start-time 07:00:00 stop-time 18:00:00;
}}
[edit security policies from-zone Private to-zone External]
user@host# show
policy allowTransit {
match {
source-address PrivateHosts;
destination-address ExtServers;
application ExtApps;
}
then {
permit {
tunnel {
ipsec-vpn myTunnel;
}}}
scheduler-name now;
}
Based on the configuration shown in the exhibit, what will happen to the traffic matching the security policy?