Wireless Access

 View Only
last person joined: 23 hours ago 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

One SSID, 3 AP Groups with different Vlans

This thread has been viewed 10 times
  • 1.  One SSID, 3 AP Groups with different Vlans

    Posted 2 days ago

    Dear Experts, 

    I have a customer who has controller installed at central site. They have 3 total sites with 3 different Vlans. Like below

    1) site 1 - vlan 10

    2) site 2 - Vlan 20

    3) Site 3 - Vlan 30

    They want to broadcast same SSID on three sites but each site should assign its own vlan. I know we have to create 3 AP groups (ofcourse) but how to assign SSID in each group its own vlan?



    ------------------------------
    iqbal
    ------------------------------


  • 2.  RE: One SSID, 3 AP Groups with different Vlans

    EMPLOYEE
    Posted 2 days ago

    Use a named VLAN and override the VLAN ID at the site level.

    https://www.arubanetworks.com/techdocs/CLI-Bank/Content/aos8/vlan.htm

    https://www.arubanetworks.com/techdocs/CLI-Bank/Content/aos8/vlan-name.htm

    /md/customer

    vlan-name <vlan_name>

    wlan virtual-ap <vap_prof>

    vlan <vlan_name>

    /md/customer/site1

    vlan <vlan_name> 10

    /md/customer/site2

    vlan <vlan_name> 20

    /md/customer/site3

    vlan <vlan_name> 30




  • 3.  RE: One SSID, 3 AP Groups with different Vlans

    Posted 2 days ago

    You can create 3 Virtual APs,  1 SSID and 3 AP groups if you are using Centralized controller.

    Example

    SSID Profile "Employee"

    essid "Corp"

    Virtual AP "Employee_Site-1"

    vlan 10

    ssid Employee

    Virtual AP "Employee_Site-2"

    vlan 20

    ssid Employee

    Virtual AP "Employee_Site-3"

    vlan 30

    ssid Employee

    AP Group Site-1

    virtual ap "Employee_Site-1"

    AP Group Site-2

    virtual ap "Employee_Site-2"

    AP Group Site-3

    virtual ap "Employee_Site-3"

     https://www.arubanetworks.com/techdocs/ArubaOS_80_Web_Help/Content/ArubaFrameStyles/VirtualAPs/Configuring_VAP_Profile.htm



    ------------------------------
    Harendra
    ACEX165
    ------------------------------