Juniper JN0-232 Question Answer
Click the Exhibit button.
Which type of policy is shown in the exhibit?
global policy
inter-zone policy
intra-zone policy
default policy
From the exhibit configuration:
[edit security policies from-zone Trust to-zone Trust]
policy allow-all {
match {
source-address any;
destination-address any;
application any;
}
then {
permit;
Thefrom-zoneandto-zoneare both set toTrust → Trust.
This means the policy is governing trafficwithin the same zone.
Policies within the same zone are calledintra-zone policies.
Analysis of options:
Global policy (A):Applied universally across zones, not zone-specific. Not the case here.
Inter-zone policy (B):Applies between twodifferentzones (e.g., Trust → Untrust). Not the case here since both zones are Trust.
Intra-zone policy (C):Correct. Applies to traffic within the same zone (Trust → Trust).
Default policy (D):The implicit deny-all policy that applies when no policy matches. Not shown in this exhibit.
Correct Policy Type:Intra-zone policy
TESTED 14 Oct 2025
Copyright © 2014-2025 ACE4Sure. All Rights Reserved