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

Two VRRP Masters

This thread has been viewed 2 times
  • 1.  Two VRRP Masters

    Posted Apr 26, 2012 05:28 PM

    Hello,

    I'm trying to set up VRRP for redundancy with a Master/Local configuration, but I’m having a VRRP issue.  Vlan 312 (vrrp 12) is internal for CAPs and Vlan 110 (vrrp 110) is the DMZ for RAPs.  Vrrp 12 is up fine, but both controllers are coming up as master for vrrp110.    Both controllers can ping the default-gateway for vlan110 and other devices on that network, but they can’t ping each other.  I’m not sure if this is an issue as the controllers also can’t ping each other on vlan 312, but that vrrp is working fine.  Any ideas?  Running 3200s with 6.1.3.1.

     

    Controller 1

    interface vlan 312
    ip address 10.159.52.5 255.255.255.0
    !
    interface vlan 110
    ip address 10.9.14.41 255.255.255.224
    !
    vrrp 12
    priority 120
    authentication aruba
    ip address 10.159.52.4
    vlan 312
    preempt delay 0
    tracking interface gigabitethernet 1/1 sub 20
    no shutdown
    !
    vrrp 110
    priority 110
    authentication aruba110
    ip address 10.9.14.40
    vlan 110
    preempt delay 0
    tracking interface gigabitethernet 1/1 sub 20
    no shutdown


    Virtual Router 12:
    Description
    Admin State UP, VR State MASTER
    IP Address 10.159.52.4, MAC Address 00:00:5e:00:01:0c, vlan 312
    Priority 120, Advertisement 1 sec, Preemption Enable Delay 0
    Auth type PASSWORD, Auth data: ********
    tracking type is interface, gigabitethernet 1/1, subtract value 20
    tracked priority 120

    Virtual Router 110:
    Description
    Admin State UP, VR State MASTER
    IP Address 10.9.14.40, MAC Address 00:00:5e:00:01:6e, vlan 110
    Priority 110, Advertisement 1 sec, Preemption Enable Delay 0
    Auth type PASSWORD, Auth data: ********
    tracking type is interface, gigabitethernet 1/1, subtract value 20
    tracked priority 110

     

    Controller 2

    interface vlan 312
    ip address 10.159.52.6 255.255.255.0
    !
    interface vlan 110
    ip address 10.9.14.42 255.255.255.224
    !
    vrrp 12
    priority 110
    authentication aruba
    ip address 10.159.52.4
    vlan 312
    preempt delay 0
    tracking interface gigabitethernet 1/1 sub 20
    no shutdown
    !
    vrrp 110
    priority 120
    authentication aruba110
    ip address 10.9.14.40
    vlan 110
    preempt delay 0
    tracking interface gigabitethernet 1/1 sub 20
    no shutdown


    Virtual Router 12:
    Description
    Admin State UP, VR State BACKUP
    IP Address 10.159.52.4, MAC Address 00:00:5e:00:01:0c, vlan 312
    Priority 110, Advertisement 1 sec, Preemption Enable Delay 0
    Auth type PASSWORD, Auth data: ********
    tracking type is interface, gigabitethernet 1/1, subtract value 20
    tracked priority 110

    Virtual Router 110:
    Description
    Admin State UP, VR State MASTER
    IP Address 10.9.14.40, MAC Address 00:00:5e:00:01:6e, vlan 110
    Priority 120, Advertisement 1 sec, Preemption Enable Delay 0
    Auth type PASSWORD, Auth data: ********
    tracking type is interface, gigabitethernet 1/1, subtract value 20
    tracked priority 120

     



  • 2.  RE: Two VRRP Masters

    Posted Apr 26, 2012 05:41 PM

    Scratch this.  I figured it out.  I was missing the trust for vlan 110 on the uplink.