What will happen to the traffic given the configuration in the exhibit?
Click the Exhibit button.
[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?
which statement is true about traffic from host_a to host_b?
Click the Exhibit button.
[edit security policies from-zone HR to-zone trust]
user@host# show
policy two {
match {
source-address subnet_a;
destination-address host_b;
application [ junos-telnet junos-ping ];
}
then {
reject;
}} policy one {
match {
source-address host_a;
destination-address subnet_b;
application any;
}
then {
permit;
}}
host_a is in subnet_a and host_b is in subnet_b.
Given the configuration shown in the exhibit, which statement is true about traffic from host_a to
host_b?
Which statement is true about interface-based source NAT?
Which statement is true about interface-based source NAT?
Which two statements are true about pool-based destination NAT?
Which two statements are true about pool-based destination NAT? (Choose two.)
Which statement is true about source NAT?
Which statement is true about source NAT?
Which two statements are true about overflow pools?
Which two statements are true about overflow pools? (Choose two.)
Which statement is true regarding proxy ARP?
Which statement is true regarding proxy ARP?
Which two are valid for use with the from clause?
You are creating a destination NAT rule-set.
Which two are valid for use with the from clause? (Choose two.)