Controllerless Networks

last person joined: an hour ago 

Instant Mode - the controllerless Wi-Fi solution that's easy to set up, is loaded with security and smarts, and won't break your budget
Expand all | Collapse all

same SSID but different role prelogon

This thread has been viewed 1 times
  • 1.  same SSID but different role prelogon

    Posted Feb 26, 2019 11:31 PM

    Hi all,

     

    can we create different AP Group with same SSID name, but different prelogon role guest in each group ?



  • 2.  RE: same SSID but different role prelogon

    EMPLOYEE
    Posted Feb 27, 2019 02:56 AM

    The "initial role" is defined in the AAA profile:

     

    Virtual AP:

      SSID Profile

      AAA profile

     

    So you would clone your Virtual AP profile and then change the AAA profile in the new Virtual AP:

     

    config t

    wlan virtual ap <new virtual AP name>

    clone <old virtual ap name>

     

    That would give you a new virtual AP.  You would just change the AAA profile under that new Virtual AP and "save as" a different AAA profile.  In the new AAA profile, you would then change the initial role.  You would then add the new Virtual AP to your new ap-group.

     

    I am sure there is probably an easier way, and I hope that made sense.



  • 3.  RE: same SSID but different role prelogon

    Posted Feb 27, 2019 02:59 AM

    noted,

     

    i will try that,

     

    thanks a lot sir