Hi everyone:
We have a problem with our Thunder 930 cluster (two A10 Thunder 930 in a L3V scenario with VRRP-A and VCS). There are some partitions created on the cluster and we are seeing a strange behaviour when we change the priority of VRRP-A in any of this partitions.
When we decrease the priority of VRRP-A on an active partition, the MAC address of the floatings IP’s changes correctly to the standby device, and communication to the server side and to the upstream router works fine. But, Virtual Server IP’s (VIPs) stop working. This means that below the custer everyting is ok as wells as upstream, but no communication or service can be established thourgh the VIP’s.
We see that the packets with destination to any of the VIPs, are routed-back to the upstream router by the new active device. Obviously, the upstream router send again packets to the active device, creating a L3 loop.
However, if instead of decreasing the priority, we shutdown all interfaces on the active device (or shutdown the actual active device), then the failover to standby device occurs and everything works OK (including VIPs).
We have 4.1.1-P6 (build 62) version in both devices. Last upgrade done in 2018 from 2.7.1-GR1 (build 58) to the running one.
Has anyone had a behavior similar to this?
Below is an example of configuring one of the problem partitions.
interface ve 1/201
name SERVER-SIDE
ip address 10.10.10.2 255.255.255.0
!
interface ve 1/301
name UPSTREAM
ip address 20.20.20.2 255.255.255.0
!
interface ve 2/201
name SERVER-SIDE
ip address 10.10.10.3 255.255.255.0
!
interface ve 2/301
name UPSTREAM
ip address 20.20.20.3 255.255.255.0
vlan 1/201
tagged trunk 10
router-interface ve 201
name SERVER-SIDE
!
vlan 1/301
tagged trunk 10
router-interface ve 301
name UPSTREAM
!
vlan 2/201
tagged trunk 9
router-interface ve 201
name SERVER-SIDE
!
vlan 2/301
tagged trunk 9
router-interface ve 301
name UPSTREAM
vrrp-a vrid 5
floating-ip 10.10.10.1
floating-ip 20.20.20.1
device-context 1
blade-parameters
priority 200
tracking-options
vlan 301 timeout 5 priority-cost 100
vlan 201 timeout 5 priority-cost 100
device-context 2
blade-parameters
priority 150
tracking-options
vlan 301 timeout 5 priority-cost 100
vlan 201 timeout 5 priority-cost 100
device-context 1
ip route 0.0.0.0 /0 20.20.20.20
!
device-context 2
ip route 0.0.0.0 /0 20.20.20.20
Thanks in advance
