Wireless Access

last person joined: yesterday 

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

how to assign SSID to specific AP

This thread has been viewed 4 times
  • 1.  how to assign SSID to specific AP

    Posted May 14, 2018 05:10 AM

    In Headoffice i have APGROUP named OTERWIGRP in this i have two VAP profiles one is OTEGUEST and OTESTAFF these two  provisioned to all AP. I want to create another VAP profile SSID and AAA profile then map to new APGROUP then i want to add OTEGUEST and STAFF also in this new APGROUP and then provision them to specific AP



  • 2.  RE: how to assign SSID to specific AP

    EMPLOYEE
    Posted May 14, 2018 05:31 AM

     

    If you want to create a new ap-group that is exactly like the other ap-group, you can do this easily on the commandline:

     

    config t

    ap-group "new-ap-group-name"

    clone "old-ap-group-name"

     

    If an access point is already part of an ap-group, it will inherit whatever VAPs are in that group.  If you want to add another VAP to that access point, you will need to do an ap-specific configuration:

     

    config t

    ap-name <name of ap>

     virtual-ap <name of VAP>