Monitoring, Management & Location Tracking

 View Only
last person joined: one year ago 

Articles relating to existing and legacy HPE Aruba Networking products and solutions including AirWave, Meridian Apps, ALE, Central / HPE Aruba Networking Central, and UXI / HPE Aruba Networking User Experience Insight

DHCP Based AirWave Detection 

Jul 04, 2014 05:26 AM

Introduction : Starting from ArubaOS 7.3.1, the Mobility Access Switch can be provisioned with the AirWave parameters through DHCP. To achieve this, DHCP options 60 and 43 are used to transmit the AirWave configuration parameters.

 

To avoid conflicts with Aruba Instant AP deployments, the Mobility Access Switch uses the same DHCP option 60 value (ArubaInstantAP), to first check if DHCP option 43 contains AirWave configuration parameters.

 

 

Feature Notes :

Important Points to Remember:
 
1) If Mobility Access Switch receives AirWave parameters as part of option 43, it will not attempt Activate based Zero Touch Provisioning.
2) If option 60 is not offered or does not match the value ArubaInstantAP, then the Mobility Access Switch igno
res option 43 and initiates the Activate based Zero Touch Provisioning.

 

 

Network Topology : Airwave <---> Aruba Mobility Switch <------> IAP Network

 

Configuration Steps :

 

Option 43 is sent in the format, Group:Top-Folder:Sub-Folder,AMP IP,Pre shared secret where:
 
  • Group maps to Device Group in AirWave.
  • Group:Top-Folder:Sub-Folder maps to Folder information for the device.
  • AMP IP is the AirWave IP.
  • Pre shared secret is the shared secret between AirWave and the device.
 

Answer :

For example,

If the option 43 string is Acme:Store1,192.168.1.10,aruba123 the following group and folder structure is created on AMP:
  • A group with the name, Acme is created.
  • A top-level folder with the name, Acme is created.
  • A sub-folder with the name, Store1 is created.
  • AirWave IP is 192.168.1.10.
  • Pre shared secret is aruba123.
The format, Group,AMP IP,Pre shared secret is also accepted as sub-folder is not mandatory in the AMP configuration parameters.

 

 

Verification :

 

(ArubaS1500-24P) #show ip dhcp  database
 
DHCP enabled
 
# vlan140
subnet 10.10.10.0 netmask 255.255.255.0 {
        default-lease-time 14400;
        max-lease-time 14400;
        option vendor-class-identifier  "ArubaInstantAP";
        option vendor-encapsulated-options  "10.10.10.1";
        option domain-name-servers 20.1.1.50;
        option routers 10.10.10.1;
        option user-option-43 code 43 = text;
        option user-option-43 "test:2,10.1.1.1,aruba";
        option user-option-60 code 60 = text;
        option user-option-60 "ArubaInstantAP";
        range 10.10.10.2 10.10.10.254;
        authoritative;
}


So here the AP will get the IP address and get the option 43 and 60 from the DHCP server. By using this option it will communicate the Airwave Server and try to create a domain with folder and come up in the Airwave Server.

 

Statistics
0 Favorited
4 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.