Wireless Access

last person joined: 2 days ago 

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

Master - Backup Master. Return after degradation.

This thread has been viewed 0 times
  • 1.  Master - Backup Master. Return after degradation.

    Posted Feb 23, 2018 09:18 AM

    Hello all!

    I have two controllers 7010 (6.5.4.0) in master active - master standby mode . I use VIP address (VRRP). Сontrollers have different VRRP priority - 110 and 100. Let's call them primary controller and secondary controller.

    After reboot primary controller - it has state BACKUP. Secondary controller becomes an ACTIVE state. I want the primary controller to always be ACTIVE when it's available. Is it possible to set this up?

     

     

    vrrp 1
    priority 110
    authentication ********
    ip address 172.16.0.252
    description "MASTER-PRIMARY"
    vlan 1
    tracking master-up-time 30 add 20
    no shutdown


    vrrp 1
    authentication ********
    ip address 172.16.0.252
    description "MASTER-BACKUP"
    vlan 1
    tracking master-up-time 30 add 20
    no shutdown

     



  • 2.  RE: Master - Backup Master. Return after degradation.
    Best Answer