---
# System prepended metadata

title: Configure GRE Tunnel
tags: [cisco, gre]

---

# Configure GRE Tunnel

###### tags: `cisco` `gre`

```
Commands:

#interface tunnel <number of tunnel ID(0)>
#tunnel source <outside interface/IP>
#tunnel destination <remote end IP>
#ip address tunnel <interface IP>
```