Release Notes

Parameter Description Range Default
source
The local endpoint of the tunnel on the
controller. This can be one of the following:
l <A.B.C.D>—specify an IPv4 address
l controller-ip—IPv4 address of the controller
l loopback—loopback interface configured on
the controller
l vlan <vlanid>—specify the VLAN interface ID
l ipv6—specify one of the following options:
n <X:X:X:X::X>—specify the IPv6
address
n controller-ip—IPv6 address of the
controller
n loopback—IPv6 loopback interface
configured on the controller
n vlan <vlanid>—specify the VLAN
interface ID
vlan
VLANs to be included in this tunnel.
Note:VLANcan be configured only if the tunnel
mode is set to Layer 2. If the tunnel mode is not
set to Layer 2 explicitly, the system throws an
error - Tunnel is an IP [v6]GRE Tunnel,
Change the Mode before adding this.
Usage Guidelines
You can configure a GRE tunnel between a Dell controller and another GRE-capable device. Layer-3 GRE tunnel
type is the default (tunnel mode gre ip). You can direct traffic into the tunnel using a static route (specify the
tunnel as the next hop for a static route) or a session-based access control list (ACL).
Example
The following command configures a tunnel interface for IPv4:
(host) (config) #interface tunnel 200
ip address 10.1.1.1 255.255.255.0
tunnel source loopback
tunnel destination 20.1.1.242
tunnel mode gre ip
The following command configures a tunnel interface for IPv6:
(host) (config) # interface tunnel 15
description "Tunnel Interface"
tunnel mode gre ipv6
ipv6 address 2100:15::15
tunnel source ipv6 vlan 498
tunnel destination ipv6 2010:498::2
trusted
Dell Networking W-Series ArubaOS 6.4.x | Reference Guide interface tunnel | 422