Routing

 View Only
last person joined: 2 days ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  EVPN-BGP-VXLAN What is the purpose of gateway community ?

    Posted 04-21-2023 23:23

    Hi everyone,
    I am curious about the purpose of gateway community in  EVPN  BGP VXLAN when announcing gateway MAC IP
    I have a sample config on vQFX VTEP ( L2/L3 gateway):
    root@S1# show protocols evpn | display set
    set protocols evpn encapsulation vxlan
    set protocols evpn extended-vni-list all
    set protocols evpn default-gateway no-gateway-community

    root@S1# show interfaces irb.700 | display set
    set interfaces irb unit 700 family inet address 172.17.1.1/24

    As expected , when I  look at the capture, there is no gateway community announced for Typ2 MAC/IP route for gateway irb.700

    I modified the config to announce gateway MAC/IP type 2 route along with gateway community:

    root@S1# set protocols evpn default-gateway advertise

    Indeed MAC/IP Type 2 route for irb.700 is announced  along with gateway community  but it carries no valuable info , so what is the point  of announcing gateway community then?




























    ------------------------------
    zee
    ------------------------------


  • 2.  RE: EVPN-BGP-VXLAN What is the purpose of gateway community ?

    Posted 04-25-2023 06:30

    Hi,

    If I check this https://www.juniper.net/documentation/us/en/software/junos/evpn-vxlan/topics/ref/statement/default-gateway.html

    advertise Advertise the default gateway MAC address. This is the default behavior.
    do-not-advertise Don't advertise the default gateway MAC address.
    no-gateway-community Advertise virtual gateway addresses and IRB MAC addresses to EVPN peer devices so that Ethernet-only PE devices learn those MAC addresses.


    I would say you will need to have a VGA configured to see the difference.

    BR,




    ------------------------------
    Andrei Cebotareanu
    ------------------------------