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;
The from-zone and to-zone are both set to Trust → Trust .
This means the policy is governing traffic within the same zone .
Policies within the same zone are called intra-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 two different zones (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 12 Jul 2026
Copyright © 2014-2026 ACE4Sure. All Rights Reserved