Wireless Access

last person joined: 19 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

How to Migration configuration from AOS6.5 to AOS8

This thread has been viewed 4 times
  • 1.  How to Migration configuration from AOS6.5 to AOS8

    Posted May 11, 2018 03:35 AM

    Hi Everyone,

     

    I have 2 of MC AOS6.5 Master-Local role dual, Group HA.

    Licenses: Installed on Master controller checked pool licenses.

     

    Master CLI:

    (Master)#vrrp 100

    (Master)#priority 110

    (Master)#authentication arubagood

    (Master)#ip address 192.168.1.3

    (Master)#description "MasterController"

    (Master)#vlan100

    (Master)#preempt

    (Master)#tracking master-up-time 30 add 20

    (Master)#no shutdown

    !

    (Master)#ha group-profile HA

    (Master)#(HA group information "HA")# controller 192.168.1.1 role dual

    (Master)#(HA group information "HA")# controller 192.168.1.2 role dual

    !

    (Master)#ha group-membership HA

    !

    (Master)#ap system-profile "ArubaAP"

    (Master)#lms-ip 192.168.1.1

    (Master)#bkup-lms-ip 192.168.1.2

    (Master)#lms-preemption

    !

    (Master)#ap-group "ArubaAPgroup"

    (Master)#ap-system-profile "ArubaAP"

    !

    (Master)#wri mem.

     

    Local CLI:

    (Local)#vrrp100

    (Local)#priority 100

    (Local)#authentication arubagood

    (Local)#ip address 192.168.1.3

    (Local)#description "LocalController"

    (Local)#vlan 100

    (Local)#preempt

    (Local)#tracking master-up-time 30 add 20

    (Local)#no shutdown

    !

    (Local)#ha group-membership HA

    !

    (Local)#wri mem

     

    --------------------------------------------

    ON AOS8

    I already try to config AOS8 like 6.5

    1.config 2 of controller as standalone.

    2. one MC was installed licenses.

    3. second MC connect to licenses server(first MC).

    4. create ap-group and profile both of MC as same configuration.

    5. ap join to vrrp ip. ap will go to first MC.

    6. when i turnoff first MC. Ap restart and go to second MC.

     

    I think, I just configuration not correct.

     

    How to configuration on AOS8 [standalone-standalone] HA Fast Fail-Over configuration?

     aos8.png

     

    Best Regards,

    BABABA



  • 2.  RE: How to Migration configuration from AOS6.5 to AOS8

    EMPLOYEE
    Posted May 16, 2018 05:22 PM

    This two controller setup with redundancy under AOS6.5 will not work as expected in AOS8.

     

    Effectively, the Master controller (MCM or MM in AOS8) can not terminate AP connections as the it did in release previous to AOS8.0. You can have two standalone controllers and run a licensing server between then, but they will not perform the config sync or HA functionality that was previously a part of the Master/Local archecture.