Administrator Guide

Table Of Contents
Configuring a Local Controller PSK
Use the procedure below to configure the IP address and PSK for the local controller.
In the WebUI
To configure a local controller PSK:
1. Navigate to Configuration > Network > Controller > System Settings.
2. The procedure to configure a local PSK varies, depending upon whether it is configured using a local
controller or a master controller.
l On a local controller, enter the IPsec key in the IPSec Key (IKE PSK) and Retype IPSec Key (IKE PSK)
fields.
l On a master controller, click New under Local Controller IPSec Keys. then enter the local controller IP
address and then enter and retype the IPsec key. Click Add.
3. Click Apply.
In the CLI
To configure a local controller PSK:
On the local controller the PSK must match the master controller’s PSK.
(host)(config)#masterip <ipaddr> ipsec <secret_key> [fqdn <fqdn>][uplink][vlan <id>]
Configuring a Controller Certificate
The following sections describe how to use the command-line interface to select a factory-installed or custom
certificate for secure inter-controller communication.
Configuring a Local Controller Certificate
l Issue the following command on a master controller to configure the factory-installed certificate for secure
communication between that master and a local controller.
(host)(config) #local-factory-cert local-mac <mac>
In this command, <mac> is the MAC address of the local controller’s factory-installed certificate.
l Issue the following command on a master controller to configure a custom certificate for secure
communication between that master and a local controller.
(host)(config) #local-custom-cert local-mac <mac> ca-cert <ca> server-cert <cert> suite-b
<gcm-128 | gcm-256>
In this command, <mac> is the MAC address of the local controller’s custom certificate.
Configuring a Master Controller Certificate
Issue the following command on a local controller to configure the preshared key or certificate for the master
controller.
(host)(config) #masterip <ipaddr>
ipsec <key> [interface uplink|{vlan <id>}] [fqdn <fqdn>]
ipsec-custom-cert master-mac1 <mac1> [master-mac2 <mac2>] ca-cert <ca> server-cert <cert>
[interface uplink|{vlan <id>}] [fqdn <fqdn>] [suite-b gcm-128|gcm-256]
ipsec-factory-cert master-mac1 <mac1> [master-mac2 <mac2>] [interface uplink|{vlan <id>}]
[fqdn <fqdn>]
Configuring Local Controllers
The steps involved in migrating from a single to a multi-controller environment are:
Dell Networking W-Series ArubaOS 6.4.x | User Guide Adding Local Controllers | 946