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.)
which two statements are true?
Regarding an IPsec security association (SA), which two statements are true? (Choose two.)