Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/config_gre_tunnel.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Generic Routing Encapsulation (GRE) is a lightweight tunneling protocol that enc
This is not an SVR feature. GRE tunnels are not created to send packets between peered SSR routers. However, a packet coming from SVR can egress into a GRE tunnel, and vice versa.
:::

:::tip
A native GRE tunnel does not answer inbound ICMP health checks (keepalives) sent by a far-end peer. To make tunnels respond to these probes when peering with a cloud service such as Akamai, see [GRE Tunnel Health Checks And BGP Peering With Cloud Services](howto_gre_cloud_peering.md).
:::

## Sending Packets

When a GRE tunnel is configured, sessions are set up to and from the endpoints. With a GRE tunnel configured as a possible path for the service, the load balancer has the option of choosing the tunnel as the packet’s next hop.
Expand Down
Loading