Wireless Access

 View Only
Expand all | Collapse all

Cloning AP Group?

This thread has been viewed 19 times
  • 1.  Cloning AP Group?

    Posted Sep 23, 2014 08:39 AM

    Does anyone know if it is possible to clone an AP group?  I need to create a couple new groups that are very similar to another group.  It would be nice to have that feature.



  • 2.  RE: Cloning AP Group?

    Posted Sep 23, 2014 08:42 AM

    Hi

     

    I don't think you could do this in GUI, but using CLI this is very easy.

    Just copy the group you want to copy to notepad, duplicate it as many times you need, and just change the name of each group.

    Just paste the new groups back to the controller in config mode, should be fairly straight forward.

     

    Roar Fossen



  • 3.  RE: Cloning AP Group?
    Best Answer

    Posted Sep 23, 2014 08:44 AM
    At the cli

    ap-group <new name>
    clone <old group name>


  • 4.  RE: Cloning AP Group?

    Posted Sep 23, 2014 10:40 AM

    Thanks!