> Theoretically you could disable the forwarding of the respective VLAN through the VXLAN fabric (e.g. do not add a L2VNI) and instead use the HCI backend as a path from DC1 to DC2. With that you then could configure either VRRP or AG to provide the L3 gateway. With that you don't have a loop but still are connected.
This is exactly my idea, but as far as I know AG and VRRP are mutualy exclusive? VRRP should work well trough the HCI network i.e. DC1-CORE1 switch has SVI in local to DC2 vlans 1001 and 1002, DC 2-CORE1 also but with other IPs so they will see each other and create vrrp session. But then how do I publish vlans 1001 and 1002 networks in BGP from the VRRP master only? IP interfaces will be UP on both switches but the VRRP VIP will be active only on one of them so it will create asymmetric routing. I can add a route-map to make path trough vrrp backup switch worse than trough primary but it could create some other interesting problems
Original Message:
Sent: May 17, 2023 07:29 AM
From: Thomas Siegenthaler
Subject: Aruba-CX VRRP between VSX clusters
Okay, I think now I get your point. It's not that much about VRRP or ActiveGateway but more about the situation that you cannot connect a single L2 broadcast domain to multiple pairs of leafs while the same time transporting the network through the VXLAN fabric using an L2VNI. This will create a loop.
So if you cannot connect your HCI pod in a routed way, there is perhaps only the option to deploy a separate pair of VSX-clustered leaf switches which is streched across DC borders. That was my solution in a similar case when I had to redundantly connect parts of the network to both the DCs. Otherwise you would end up with either only a single path through one of the DCs or a loop.
Theoretically you could disable the forwarding of the respective VLAN through the VXLAN fabric (e.g. do not add a L2VNI) and instead use the HCI backend as a path from DC1 to DC2. With that you then could configure either VRRP or AG to provide the L3 gateway. With that you don't have a loop but still are connected.