75| Th e BasicU ser-Centr icN etworks DellPowerConnect W- Series ArubaOS 6.2 | User Guide
In the WebUI
1. N avigate to the Configuration > Network > Ports window on the WebUI.
2. I n the Port Selection section, click the port that will connect the controllerto t henetwork. In this example, click
port 25.
3. Fo r Port Mode, select Trunk.
4. Fo rNat ive VLAN, select VLAN 5 from the scrolling list, then clickt heleft (<--) arrow.
5. Click A pply.
In the CLI
interface gigabitethernet 1/25
switchport mode trunk
switchport trunk native vlan 5
To confirm the port assignments,use the show vlan command:
(host) (config) #show vlan
VLAN CONFIGURATION
------------------
VLAN Name Ports
---- ---- -----
1 Default Fa1/0-23 Gig1/24
5 VLAN0005 Gig1/25
Configuring the Defau lt Gateway
The followingco nfigurationsassi gn a defaultgateway for the controller.
In the WebUI
1. N avigate to the Configu ration > Ne twork > IP > IP Ro utes window.
2. T o add a new static gateway, click the Add button below the stati c IP address list.
a. In the IP Address field, enter an IP address in dotted-decimal format.
b. In t he Cost field,enter a value for the path cost.
c. Click Add.
3. Yo ucan define a dynamic gateway using DHCP, PPPOE o ra cell uplink interface. In the Dynamic section, click
the DHCP,PPPoEor Cellular checkboxes to select one or moredynamic gateway opti ons.If you select more
than one dynamic gateway type, you must also define a cost for the route to each gateway. The controllerw ill
first attempt to obtain a gateway IP address using the option with the lowest co st. If the controlleris unable to
obtain a gateway IP address, it wi llthen attempt to obtain a gateway IP address using the option with the next-
lowest path cost.
4. Click A pply.
In the CLI
ip default-gateway <ipaddr>|{import cell|dhcp|pppoe}|{ipsec <name>} <cost>
Configuring th e Loopback IP Add ressfor the Co ntroller
You must configurea loopback address if you are not using a VLAN ID address to connect the controller to the
network (see "DeploymentScenario #3: A Ps on Multiple Different Subnetsfrom Controllers" on page 68).