Failover Virtual server Configuration
Can you please let me know if A10 allows to configuration failover VIP?
For Example:
If i have a Virtual server ABC with backends X1/X2/X3, when all of them goes down, the traffic should be forwarded to a failover site where a different virtual server XYZ. That means XYZ should be configured as a failover virtual server to ABC.
Thanks,
Abhi
For Example:
If i have a Virtual server ABC with backends X1/X2/X3, when all of them goes down, the traffic should be forwarded to a failover site where a different virtual server XYZ. That means XYZ should be configured as a failover virtual server to ABC.
Thanks,
Abhi
0
Comments
Assuming that the back-end servers X1/X2/X3 are added under a service group.
Using aFlex we can check for the active members of the service group and redirect to backup vip if all the servers are Down.
Following is the aFlex:
and then bind the aFlex to the vip as shown below:
slb virtual-server abc 10.10.10.1
port 80 http
service-group example_service_group
aflex redirect_if_down
Hope this helps.
Avinash A.
A10 Professional Services Engineer
Thank you for the reply, Can you please let me know if this can be done for udp ports?
Both the vip's in question are udp-514.
Thanks,
Abhi
In that case i suggest may be add a back-up service-group/server instead of a back-up vip.
aFlex:
slb virtual-server abc 10.10.10.1
port 514 udp
service-group example_service_group
aflex back_up_service-group
Let me know if this works. If you need more information , please open a A10 TAC case.
https://www.a10networks.com/support
Regards,
Avinash A.