1. Netskope Official Documentation
"GRE for Traffic Steering": The configuration and troubleshooting sections explicitly state the requirements for a successful GRE tunnel. It specifies that the customer's public source IP must be registered in the Netskope UI (supporting option B)
that firewalls must allow IP protocol 47 (supporting option C)
and provides examples of using Policy-Based Routing to forward traffic into the tunnel (supporting option D). (Reference: Netskope Technical Documentation
"Steering Configuration > GRE"
Section: "Prerequisites" and "Troubleshooting Common Issues").
2. Farrel
A.
& Kireev
I. (2020). GRE Tunnels. In The RSpec-based Transport Tunnel Model (RFC 8752). IETF. This standards document defines the operation of GRE. Section 1 describes GRE as an encapsulation protocol that uses IP Protocol 47
highlighting why firewalls must be configured to allow it for tunnel connectivity. This supports the reasoning for option C.
3. MIT OpenCourseWare
6.829 Computer Networks
Fall 2002. Lecture 12: Tunneling. This course material explains that for a tunnel to function
there must be IP reachability between the tunnel endpoints and a routing mechanism to direct traffic into the tunnel. This principle supports the validity of options B (endpoint reachability/configuration) and D (routing mechanism).