An administrator configures a GRE tunnel on a Juniper SRX Series device and notices traffic destined across the tunnel is being dropped. The security zones for the tunnel interface and physical interface are both configured correctly. What could be missing?
Trap 1: GRE requires RSVP-TE signalling enabled on the physical egress…
GRE does not require RSVP-TE.
Trap 2: The gr-0/0/0 interface is missing an IP address.
If the interface was missing an IP, it would not be a policy drop issue.
- A
GRE requires RSVP-TE signalling enabled on the physical egress interface.
Why wrong: GRE does not require RSVP-TE.
- B
The tunnel mode must be explicitly set to layer2-transport.
Layer 2 transport is incorrect for a standard routed GRE tunnel.
- C
The gr-0/0/0 interface is missing an IP address.
Why wrong: If the interface was missing an IP, it would not be a policy drop issue.
- D
Security policies allowing traffic between the tunnel zone and internal/external zones are missing.
SRX devices require explicit security policies to allow traffic through tunnel interfaces.