👤 Owner: Customer / Implementation Manager
Phase 5: Static Routes
Purpose: Tell Cloudflare which GRE tunnel to use for forwarding traffic
Configuration via Dashboard:
- Navigate to: Magic Transit → Configuration → Static Routes
- Click "Create static route"
- Configure:
- Prefix: Customer's subnet (e.g.,
198.51.100.0/24) - Next Hop: GRE tunnel
- Priority: 100 (equal priority for ECMP)
- Prefix: Customer's subnet (e.g.,
Example Static Routes:
| Prefix | Next Hop | Priority | Tunnel |
|---|---|---|---|
| 198.51.100.0/24 | 10.25.2.1 | 100 | GRE_1 |
| 198.51.100.0/24 | 10.25.2.3 | 100 | GRE_2 |
ECMP: Equal priority enables load balancing across tunnels.