Users Guide

187 | Network Configuration Parameters Dell Networking W-Series ArubaOS 6.4.x| User Guide
4. Enter the corresponding GRE tunnel values for this controller.
5. Click Apply.
Controller-2
1. Log into Controller-2.
2. Navigate to Configuration > Network > IP > GRE Tunnels.
The GRETunnels page appears.
3. Highlight the line for the tunnel ID of interest and click Edit.
The Edit GRE Tunnel screen appears.
Figure 27 displays the values that would be entered into the Edit GRE Tunnel page to configure
Controller-2 based on the network shown in Figure 20.
Figure 27 Layer 3 IPv4 GRE Tunnel UI Configuration for Controller-2
4. Enter the corresponding GRE tunnel values for this controller.
5. Click Apply.
In the CLI
The following command examples configure an IPv4 Layer-3 GRE tunnel for IPv4 between two controllers.
Referring to Figure 20, the following are the required configurations to create the IPv4 Layer-3 GRE tunnel
between controllers named Controller-1 and Controller-2:
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