Users Guide

Table Of Contents
l To create an IPv6 L3 GRE tunnel ure an IPv6 GRE tunnel , use the values for Controller-2 as shown in
Figure 19.
12.(Optional for an IPv4 GRE Tunnel) Click the Route ACL name drop-down list and select the name of a
routing access control list (ACL) to attach a route ACL to inbound traffic on the L3 GRE tunnel interface.
13.(Optional for IPv4 or IPv6 GRETunnels) Select Enable Heartbeats to enable tunnel keepalive heartbeats.
14.Click Apply.
In the CLI
The following command examples configure an IPv4 Layer-3 GRE tunnel for IPv4 between two controllers.
Referring to Figure 18, the following are the required configurations to create the IPv4 Layer-3 GRE tunnel
between controllers named Controller-1 and Controller-2:
IPv4 Controller-1 Configuration
(Controller-1) (config) # interface tunnel 104
description “IPv4 L3 GRE 104"
tunnel mode gre ip
ip address 1.1.1.1 255.255.255.255
tunnel source vlan 10
tunnel destination 20.20.20.249
trusted
IPv4 Controller-2 Configuration
(Controller-2) (config) # interface tunnel 204
description “IPv4 L3 GRE 204"
tunnel mode gre ip
ip address 1.1.1.2 255.255.255.255
tunnel source vlan 20
tunnel destination 10.10.10.249
trusted
The following command example configures a Layer-3 GRE tunnel for IPv6:
IPv6 Controller-1 Configuration
(Controller-1) (config) # interface tunnel 106
description “IPv6 Layer-3 GRE 106"
tunnel mode gre ipv6
ip address 2001:1:2:1::1
tunnel source vlan 10
tunnel destination 2001:1:2:2020::1
trusted
IPv6 Controller-2 Configuration
(Controller-2) (config) # interface tunnel 206
description “IPv6 Layer-3 GRE 206"
tunnel mode gre ipv6
ip address 2001:1:2:1::2
tunnel source vlan 20
tunnel destination 2001:1:2:1010::1
trusted
Directing Traffic into the Tunnel
You can direct traffic into a GRE tunnel by configuring one of the following:
l Static route: Redirects traffic to the IP address of the tunnel.
l Firewall policy (session-based ACL): Redirects traffic to the specified tunnel ID.
Dell Networking W-Series ArubaOS 6.5.x | User Guide Network Configuration Parameters | 116