What are two rulebase types within an IPS policy on an SRX Series device?
What are two rulebase types within an IPS policy on an SRX Series device? (Choose two.)
Which type of source NAT is configured in the exhibit?
Which two statements are true about the output shown in the exhibit on the branch SRX device?
Click the Exhibit button.
— Exhibit —
user@host> show security utm web-filtering statistics
UTM web-filtering statistics:
Total requests: 298171
white list hit: 0
Black list hit: 0
Queries to server: 17641
Server reply permit: 14103
Server reply block: 3538
Custom category permit: 0
Custom category block: 0
Cache hit permit: 171020
Cache hit block: 109510
Web-filtering sessions in total: 4000
Web-filtering sessions in usE. 0
Fallback: log-and-permit block
Default 0 0
Timeout 0 0
Connectivity 0 0
Too-many-requests 758 0
— Exhibit —
Which two statements are true about the output shown in the exhibit on the branch SRX device? (Choose
two.)
which two statements are true about traffic from host_a to host_b (Choose two.)?
Click the Exhibit button.
— Exhibit —
[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;
}
}
— Exhibit —
host_a is in subnet_a and host_b is in subnet_b.
Given the configuration shown in the exhibit, which two statements are true about traffic from host_a to
host_b (Choose two.)?
Which type of NAT is configured in the exhibit?
Review Below:
[edit security nat destination]
user@host# show
pool A {
address 10.1.10.5/32;
}
rule-set 1 {
from zone untrust;
rule 1A {
match {
destination-address 100.0.0.1/32;
}
then {
destination-nat pool A;
}
}
}
Which type of NAT is configured in the exhibit?
which statement is true?
Regarding zone types, which statement is true?
which statement is correct?
Regarding attacks, which statement is correct?
what are the actions of 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 are the actions of the security policy?
Which two statements are true regarding proxy ARP?
Which two statements are true regarding proxy ARP? (Choose two.)
when is aggressive mode typically used?
For IKE phase 1 negotiations, when is aggressive mode typically used?