Data Center

 View Only
last person joined: 5 days ago 

Ask questions and share experiences about Data Center Architecture and approaches.
  • 1.  Anyone can show me any documentation to explain the output from show route table bgp.evpn.0 ?

    Posted 12-04-2020 19:30

    root@vMX8# run show route table bgp.evpn.0 | find ^1

    1:10.200.0.7:0::050000fc01000007d000::FFFF:FFFF/192 AD/ESI

                       *[BGP/170] 13:14:12, localpref 100, from 10.200.0.7

                          AS path: I, validation-state: unverified

                        > to 192.168.78.7 via ge-0/0/5.0

    thanks !!



  • 2.  RE: Anyone can show me any documentation to explain the output from show route table bgp.evpn.0 ?

     
    Posted 12-07-2020 05:55
    Hello,

    This is Discovery (Type 1) routes (Per ES and Per EVI) used for Aliasing and MAC Mass Withdraw.

    I would recommend you to read Ch 1 in "DATA CENTER DEPLOYMENT WITH EVPN/VXLAN" Book.
    Data Center Deployment with EVPN/VXLAN

    You will find all essentials  information and EVPN-VXLAN Packet Walkthrough with the needed Tshoot commands 

    Hopefully, this helps you

    Regards,
    Bemwa 




  • 3.  RE: Anyone can show me any documentation to explain the output from show route table bgp.evpn.0 ?

    Posted 12-31-2020 18:07

    thanks !!




  • 4.  RE: Anyone can show me any documentation to explain the output from show route table bgp.evpn.0 ?

     
    Posted 12-31-2020 17:47

    1:10.200.0.7:0::050000fc01000007d000::FFFF:FFFF/192 AD/ESI

    -1:

    The left most 1 defines the route type, which in this case 1 means EVPN route type 1, also called Ethernet Autodiscovery route.

    -10.200.0.7.0:

    The above signifies the route distinguisher

    -050000fc01000007d000:

    The above signifies the unique 10 octect ESI value.

    The type 1 ethernet autodiscovery route is used for multihoming scenario which provides the benefit of multipathing and mass withdrawal of routes. Remote leaf devices, can use multiple paths to send traffic because of this feature to the local leaf device.  In cases where there is a local link failure or node failure, the remote leaf devices only have to withdraw a single A-D route associated to this leaf device instead of withdrawing routes associated with each and every mac-addresses (which could be 1000s of mac-address in virtualization use case), as such it provides faster convergence in cases of link and node failures.  "This week datacenter up and running with EVPN VXLAN and the ADCX Juniper training course is a good place to learn about the bgp.evpn.0 route table, apart of standard junos docs.

    HTH

    B




  • 5.  RE: Anyone can show me any documentation to explain the output from show route table bgp.evpn.0 ?

    Posted 06-25-2024 05:40

    From https://www.juniper.net/documentation/us/en/software/junos/evpn-vxlan/topics/concept/evpn-bgp-multihoming-overview.html

    <route-type>:<RD>::<esi>::<route-specific>/304

    For example:

    1. Autodiscovery route per Ethernet segment-1:10.255.0.2:0::112233445566778899::0/304

    2. Autodiscovery route per EVI-1:100.100.100.1:1::22222222222222222222::0/304

    3. Ethernet segment route-4:10.255.0.1:0::112233445566778899:10.255.0.1/304

    where:

    • route-type-Type of EVPN route.

      • 1-Autodiscovery route per Ethernet segment.

      • 1-Autodiscovery route per EVI.

      • 4-Ethernet segment route.

      • 5-Route with VXLAN/MPLS encapsulation

    • RD-Route distinguisher value.

      The route distinguisher value is set to the IP address of the PE router followed by 0.

    • esi-Ethernet segment identifier. Displayed as 10 bytes of hexadecimal bytes, and leading 00 bytes are not displayed.

    • route-specific-Differs per route type.

      • Autodiscovery route per Ethernet segment and autodiscovery route per EVI-This value is an MPLS label.

        Note:

        The MPLS label is displayed in the extensive output, although it is not included in the prefix.

      • Ethernet segment route-This value is the originating IP address.

    • 304-Maximum number of bits in an EVPN route. This is not very useful information and could be removed from the display. However, it might be useful in quickly identifying an EVPN route, either visually or with match operators.



    ------------------------------
    RUBEN JIMENEZ CHAMORRO
    ------------------------------