GRE

GRE

Generic Routing Encapsulation, the simple tunneling protocol that sits behind countless enterprise overlays. Articles tagged GRE cover how it works, packet format, Cisco IOS XE configuration, keepalives, MTU, GRE over IPsec, and routing protocol support.

Latest posts

IPsec over GRE vs GRE over IPsec

"IPsec over GRE" and "GRE over IPsec" sound like the same thing said two ways. They are not. They are two different designs with the encapsulation layers stacked in the opposite order, and the order changes

Securing DMVPN with IPsec Profiles (IKEv2)

Everything DMVPN sends is cleartext. GRE is an envelope with the contents printed on the outside, and a DMVPN cloud over the internet without encryption is a packet capture away from a very bad week. The fix is IPsec applied

Routing Over DMVPN: EIGRP and OSPF Design Choices

NHRP builds the tunnels; the routing protocol decides what flows through them, and DMVPN is unusually opinionated about how you run one. A hub that relays routes between spokes on a single multipoint interface trips over split horizon, next-hop

DMVPN Phase 3 Configuration on Cisco IOS XE

This is the complete, working DMVPN Phase 3 build: one hub, two spokes, a router simulating the internet underlay, EIGRP over the top, every command shown and every verification step captured from live IOS XE 17.18 devices. Nothing here

GRE Tunnel Troubleshooting: Recursive Routing and Five More Failures

The field guide for GRE failures on Cisco IOS XE, rebuilt around a real CML capture of a recursive-routing flap. The %ADJ-5-PARENT looped chain that lands just before %TUN-5-RECURDOWN, the administrative distance comparison that causes it, and three fixes: a static /32, filtering the transport...