Both controller “configure terminal” mode
Controller – 1
1 2 3 4 5 6 7 8 |
interface tunnel 1 description "Tunnel Interface" tunnel mode gre 1 tunnel source 192.168.10.10 tunnel destination 192.168.20.10 tunnel keepalive trusted tunnel vlan 945 (or 1-4094) |
Controller – 2
1 2 3 4 5 6 7 8 |
interface tunnel 1 description "Tunnel Interface" tunnel mode gre 1 tunnel source 192.168.20.10 tunnel destination 192.168.10.10 tunnel keepalive trusted tunnel vlan 945 (or 1-4094) |