An administrator needs to ensure that traffic from the 192.168.1.0/24 subnet is allowed to reach the internet through a Juniper SRX firewall. The SRX is configured with security policies. Which policy element is required to permit this traffic?
Trap 1: Source address
A specific source address is not a required match criterion in a Junos security policy. The policy can use 'source-address any' to match traffic from any host, so omitting a specific source address does not prevent the policy from permitting traffic. What actually defines the traffic's origin is the ingress zone, not the IP address, and without a source zone the policy cannot be evaluated.
Trap 2: Application
Application is a security policy match criterion that identifies the service (e.g., HTTP, DNS) the traffic uses, but it is entirely optional. Junos allows you to set 'application any' to match all protocols and ports, so an administrator does not have to specify an application to permit traffic. The mandatory element for a policy to permit traffic is the source zone, which determines which incoming interface's traffic the policy applies to.
- A
Source address
Why wrong: A specific source address is not a required match criterion in a Junos security policy. The policy can use 'source-address any' to match traffic from any host, so omitting a specific source address does not prevent the policy from permitting traffic. What actually defines the traffic's origin is the ingress zone, not the IP address, and without a source zone the policy cannot be evaluated.
- B
Application
Why wrong: Application is a security policy match criterion that identifies the service (e.g., HTTP, DNS) the traffic uses, but it is entirely optional. Junos allows you to set 'application any' to match all protocols and ports, so an administrator does not have to specify an application to permit traffic. The mandatory element for a policy to permit traffic is the source zone, which determines which incoming interface's traffic the policy applies to.
- C
Destination zone
Destination zone is also required, but the question asks for the element needed for the traffic to be permitted; both source and destination zones are required, but the source zone is the first match criteria.
- D
Source zone
In Junos, security policies are zone-based, and the source zone is a mandatory match criterion that identifies the zone from which the traffic enters the device. Without a source zone, the firewall cannot determine how to enforce the policy, as it is the first discriminator in the policy lookup process. Even though a destination zone is also required, the source zone is the element needed to match the traffic's origin; specifying 'source-address any' without a source zone would be invalid.