<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Advantages of Anycast Gateway in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/advantages-of-anycast-gateway/m-p/122177#M3247</link>
    <description>&lt;DIV&gt;&lt;P&gt;Hi Jave,&lt;/P&gt;&lt;P&gt;Now I understand the advantages of Anycast better, but only when you have Fabric to the edge or a multi-layer Fabric deployment. When the Fabric is only in the core and the surrounding network is still legacy, I prefer VRRP with a Master/Backup configuration.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;EF&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 22 Jul 2026 11:33:48 GMT</pubDate>
    <dc:creator>EF</dc:creator>
    <dc:date>2026-07-22T11:33:48Z</dc:date>
    <item>
      <title>Advantages of Anycast Gateway</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/advantages-of-anycast-gateway/m-p/122167#M3244</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I was reading about this new feature introduced in release 9.1 that can be used to replace VRRP (which is currently my preferred option for L3 redundancy).&lt;/P&gt;&lt;P&gt;I have some doubts because I think I'm missing something.&lt;/P&gt;&lt;P&gt;What are the real advantages of Anycast Gateway? In which scenarios is it a better option than VRRP? What kind of topology is the best fit for this feature?&lt;/P&gt;&lt;P&gt;Thanks in advance!!!&lt;/P&gt;&lt;P&gt;EF&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2026 11:58:32 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/advantages-of-anycast-gateway/m-p/122167#M3244</guid>
      <dc:creator>EF</dc:creator>
      <dc:date>2026-07-21T11:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Advantages of Anycast Gateway</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/advantages-of-anycast-gateway/m-p/122168#M3245</link>
      <description>&lt;P&gt;If your access switches are running SwitchEngine as FA Proxies, and you have VRRP with backup-master on the FabricEngine FA Server MLAG pair, then VRRP with Backup-Master is still perfect as you will get active-active load balancing of routed traffic on both VRRP routers (Anycast Gateway - ACGW - will also work fine).&lt;/P&gt;&lt;P&gt;Where ACGW shines is when the access switches are running FabricEngine. If you run VRRP here, the backup-master function becomes ineffective as the the fabric access switch will have to MAC-in-MAC encapsulate all VRRP gateway MAC destined traffic towards the real owner of the VRRP MAC i.e. only the VRRP Master router will be routing that traffic onwards, so you get no load balancing; also in certain fabric&amp;nbsp; topologies the VRRP Master router might not be the nearest, so the forwarding path might be sub-optimal.&lt;/P&gt;&lt;P&gt;With ACGW, the fabric access switch can see if there are more ACGW gateways for the L2 I-SID (VLAN) and will deliver the traffic to the nearest gateway. If both/all gateways are equally near, then traffic from the different I-SIDs will be balances among them.&lt;/P&gt;&lt;P&gt;But ACGW requires some intelligence from the FabricEngine access switch which is a L2 switch. You need all FabricEngine devices to be on VOSS 9.1.0.0 or later.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2026 12:23:48 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/advantages-of-anycast-gateway/m-p/122168#M3245</guid>
      <dc:creator>Ludovico</dc:creator>
      <dc:date>2026-07-21T12:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Advantages of Anycast Gateway</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/advantages-of-anycast-gateway/m-p/122169#M3246</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.extremenetworks.com/t5/user/viewprofilepage/user-id/9779"&gt;@EF&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With classic VRRP, a single router (the Master) handles all traffic for a given virtual IP; the other routers sit passively on standby (Backup). With Anycast IP Gateway since VOSS 9.1, every BEB (Backbone Edge Bridge) associated with the same L2 VSN configures the same gateway IP and MAC address locally, and becomes active simultaneously for that IP — there's no Master election, all nodes route at the same time. The gateway MAC uses the VRRP MAC address format with the VRID in the last byte (00:00:5e:00:01:xx), and must be identical across the different routers associated with the same L2 VSN.&lt;/P&gt;&lt;P&gt;Concrete advantages over VRRP&lt;/P&gt;&lt;P&gt;Active-active routing instead of active-passive: with VRRP, all inter-VLAN traffic is forced through the Master node; you can spread the Master role across multiple nodes, but that's only a band-aid since traffic leaving that VLAN is still limited to the throughput of a single switch. With Anycast Gateway, each BEB routes locally the traffic it receives — no bottleneck on a single node.&lt;BR /&gt;No traffic tromboning: without anycast, even east-west traffic between hosts on the same switch can end up having to travel to the Master switch to be routed, then back down. Anycast Gateway removes this detour since each switch routes directly.&lt;BR /&gt;Transparent host/VM mobility: VMs and other workloads can be moved across the fabric without changing their IP address — the new local switch simply becomes the new gateway and traffic flow is automatically optimized.&lt;BR /&gt;Improved resilience without convergence delay: with multiple active gateways, if one goes down, traffic is automatically redirected to another, avoiding a single point of failure — and without the failover/convergence delay inherent to VRRP (election, advertisement timers, etc.)&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2026 12:40:41 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/advantages-of-anycast-gateway/m-p/122169#M3246</guid>
      <dc:creator>Jave</dc:creator>
      <dc:date>2026-07-21T12:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Advantages of Anycast Gateway</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/advantages-of-anycast-gateway/m-p/122177#M3247</link>
      <description>&lt;DIV&gt;&lt;P&gt;Hi Jave,&lt;/P&gt;&lt;P&gt;Now I understand the advantages of Anycast better, but only when you have Fabric to the edge or a multi-layer Fabric deployment. When the Fabric is only in the core and the surrounding network is still legacy, I prefer VRRP with a Master/Backup configuration.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;EF&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Jul 2026 11:33:48 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/advantages-of-anycast-gateway/m-p/122177#M3247</guid>
      <dc:creator>EF</dc:creator>
      <dc:date>2026-07-22T11:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Advantages of Anycast Gateway</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/advantages-of-anycast-gateway/m-p/122205#M3249</link>
      <description>&lt;P&gt;This thread cleared up so much confusion I had about ACGW vs VRRP on our VOSS fabric we were stuck on active-passive routing for way too long without realizing there was a better option. Rolled it out on our FabricEngine access switches after upgrading to 9.1.0.0 and immediately noticed the traffic tromboning issue disappear, plus VM mobility across the fabric got way smoother finally got this sorted before our maintenance window closed around &lt;A href="https://calendariofestivos.com.co/festivos-febrero/" target="_self"&gt;festivos febrero&lt;/A&gt;. Definitely worth the upgrade if you're running Fabric to the edge, though we kept VRRP on our legacy segments just like EF mentioned. Thanks for breaking down the MAC-in-MAC encapsulation part too, that was the piece I was missing!&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2026 01:47:05 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/advantages-of-anycast-gateway/m-p/122205#M3249</guid>
      <dc:creator>Goldy-chicken</dc:creator>
      <dc:date>2026-07-25T01:47:05Z</dc:date>
    </item>
  </channel>
</rss>

