Users Guide

Table Of Contents
573| Access Points Dell Networking W-Series ArubaOS 6.5.x| User Guide
LACP Striping Profile
ap-lacp-striping-ip profile is a local configuration and each controller where a Link Aggression (LAG) AP
terminates must have this profile. The lms-ip value in an AP's ap-system-profile is used as a key to look
upstriping-ip in ap-lacp-striping-ip profile.
To configure LAG on lms and backup or HA standby lms:
1. Globally, configure lms-ip, for example, 192.0.2.1 in the ap-system-profile by executing the following
command.
(host) (config) #ap system-profile LACP
(host) (AP system profile "LACP") #lms-ip 192.0.2.1
2. On LMS 192.0.2.1, enable ap-lacp and add an entry by executing the following commands.
(host) (config) #ap-lacp-striping-ip
(host) (AP LACP LMS map information) #striping-ip 192.0.2.2 lms 192.0.2.1
3. On backup or standby LMS with IP address, 192.0.77.1 in ap-lacp-striping-ip profile, enable ap-lacp and add
an entry by executing the following commands.
(bkup-host) (config) #ap-lacp-striping-ip
(bkup-host) (AP LACP LMS map information) #striping-ip 192.0.77.2 lms 192.0.2.1
Enabling Link Aggression
To enable LAG on an AP, the following parameters must be configured and enabled:
1. lms IP should be configured in ap system profile.
2. ap-lacp-striping-ip profile should be enabled and an entry, skip in ap-lacp-striping-ip should be present
for ap-lacp-striping-ip for the lms IP configured in ap system profile.
3. enet1 profile of the AP should not be shutdown (That is, the parameter ap wired-port-profile of enet1
should have the value of shutdown as no)
4. enet1 profile of the AP should be disabled (that is, it should not be enabled for wired client access. In the ap
wired-ap-profile parameter settings, the Wired AP enable should be set to disabled.)
If any one of the above parameters are not enabled, LAG will not be enabled on the AP. Check striping IP in show ap
debug lacp <AP> to ensure that it is not zero.
Using the WebUI, in ArubaOS 6.4.2.x and later
Follow the procedure to configure the LACP parameters in the AP System profile and AP LACP LMS map
information profile:
1. Access the active controller and navigate to the Configuration > Advanced Services > All Profiles page.
2. Expand the AP profiles menu in the Profiles pane.
3. Expand the AP System profiles menu, and select the AP system profile you want to modify.
4. Select the Basic tab on the Profile Details pane, locate the LMS Settings section and specify a unique
IPv4 address in the LMS IP field.
5. In the Profiles pane, select the AP LACP LMS map information profile.
6. In the Profile Details pane, select AP LACP Striping IP to enable the AP LACP striping feature.
7. Enter a GRE striping IP address in the IP field.
8. Enter a LMS IP address in the LMS field.
9. Click Add.
10.Click Apply.
Using the CLI, in ArubaOS 6.4.2.x and later
Execute the following on master