I have a network with 8 Controllers, 4 controllers in each region (1 Master and 3 Locals).
Masters are working in Active/Standy.
For Locals, we have VRRP running between them for redundancy. For each region it is like this:
Local 2 is backup for Local 1
Local 3 is backup for Local 2
Local 1 is backup for Local 3
For each AP group, LMS IP is the virtual IP for that region while Backup LMS is VRRP virtual IP from another region (So an access point terminated on Region A-Local1 will have redundancy as: Region A Local 1 (VRRP Active for LMS) -> Region A Local 2(VRRP standy for LMS) -> Region B Local 1(VRRP Active for Backup LMS) -> Region B Local 2(VRRP standy for Backup LMS)).
We have all good upto this point.
My question is if I need to configure fast failover in this scenario, how exactly that would work. I can configure an HA group with Region A Local 1 and 2 as members. In case Local 1 goes down, AP will move to Local 2. For the next tier of redundancy (in case both Locals in Region A goes down and Access Points move to Region B VRRP VIP, i.e Backup LMS), it won't be fast failover?