<?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: VDX6740 EVPN VXLAN incorrect mac-ip in Data Center (VDX)</title>
    <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx6740-evpn-vxlan-incorrect-mac-ip/m-p/88194#M604</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;USER-MENTION data-id="9900677"&gt;@stasonuu&lt;/USER-MENTION&gt;, I’m sorry for the long wait here. I haven’t been able to find any answers for you, would you be able to open a support case for this issue so we can get you in touch with an engineer to work on this with you? It would also help if we could get a packet capture showing some of the BGP advertisement packets as well; if you could attach that to your case, that would be appreciated.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Oct 2021 20:24:52 GMT</pubDate>
    <dc:creator>SamPirok</dc:creator>
    <dc:date>2021-10-01T20:24:52Z</dc:date>
    <item>
      <title>VDX6740 EVPN VXLAN incorrect mac-ip</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx6740-evpn-vxlan-incorrect-mac-ip/m-p/88192#M602</link>
      <description>&lt;P&gt;Hello! I have a problem with advertise mac-ip route type via EVPN BGP. Usually mac-ip field has 2 parts: VNI + mac address, but VDX6740 advertise only mac address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class="language-markdown"&gt;show bgp evpn neighbors 10.32.0.6 advertised-routes detail type mac&lt;BR /&gt;&lt;BR /&gt;       There are 2 routes advertised to neighbor 10.32.0.6&lt;BR /&gt;Status A:AGGREGATE B:BEST b:NOT-INSTALLED-BEST E:EBGP I:IBGP L:LOCAL&lt;BR /&gt;1       Prefix: MAC:[0][4c5e.0c66.e450],  Status: BL,  Age: 5h11m6s&lt;BR /&gt;         NEXT_HOP: 10.32.0.21, Learned from Peer: Local Router&lt;BR /&gt;          LOCAL_PREF: none,  MED: 0,  ORIGIN: incomplete,  Weight: 0&lt;BR /&gt;         AS_PATH: 65011&lt;BR /&gt;            Extended Community: ExtCom:03:0c:00:00:00:00:00:08 RT 65011:271435492 RT 65011:3000036&lt;BR /&gt;            Extended Community: ExtCom: Tunnel Encapsulation (Type Vxlan)&lt;BR /&gt;            Adj_RIB_out count: 1,  Admin distance 0&lt;BR /&gt;            L2_vni: 3000036&lt;BR /&gt;            ESI : 00.000000000000000000&lt;BR /&gt;            RD: 10.32.0.20:32804&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Attention to this:&amp;nbsp;&amp;nbsp;&lt;CODE&gt;Prefix: MAC:[0][4c5e.0c66.e450]&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I running&amp;nbsp;command&amp;nbsp;&lt;CODE&gt;show bgp evpn l2route type mac detail&lt;/CODE&gt;&amp;nbsp;I see that VDX has both attributes VNI and mac address:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class="language-markdown"&gt;12      Prefix: MAC:[3000036][4c5e.0c66.e450],  Status: BL,  Age: 5h15m5s&lt;BR /&gt;         NEXT_HOP: 0.0.0.0, Learned from Peer: Local Router&lt;BR /&gt;          LOCAL_PREF: 100,  MED: 0,  ORIGIN: incomplete,  Weight: 0&lt;BR /&gt;         AS_PATH:&lt;BR /&gt;            Extended Community: ExtCom:03:0c:00:00:00:00:00:08&lt;BR /&gt;            Extended Community: ExtCom: Tunnel Encapsulation (Type Vxlan)&lt;BR /&gt;            L2_vni: 3000036&lt;BR /&gt;            ESI : 00.000000000000000000&lt;BR /&gt;            RD: 10.32.0.20:1&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;How can I change this behavior and advertise both attributes?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Current configuration:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class="language-markdown"&gt;show version&lt;BR /&gt;&lt;BR /&gt;Network Operating System Software&lt;BR /&gt;Network Operating System Version: 7.4.1&lt;BR /&gt;Copyright (c) 2017-2018 Extreme Networks, Inc.&lt;BR /&gt;Firmware name:      7.4.1&lt;BR /&gt;Build Time:         15:47:36 May 26, 2020&lt;BR /&gt;Install Time:       13:56:03 Aug 31, 2021&lt;BR /&gt;Kernel:             2.6.34.6&lt;BR /&gt;&lt;BR /&gt;BootProm:           1.0.1&lt;BR /&gt;Control Processor:  e500mc with 4096 MB of memory&lt;BR /&gt;&lt;BR /&gt;Slot    Name    Primary/Secondary Versions                         Status&lt;BR /&gt;---------------------------------------------------------------------------&lt;BR /&gt;SW/0    NOS     7.4.1                                              ACTIVE*&lt;BR /&gt;                7.4.1&lt;BR /&gt;SW/1    NOS     7.4.1                                              STANDBY&lt;BR /&gt;                7.4.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;show running-config rbridge-id 1 router bgp&lt;BR /&gt;rbridge-id 1&lt;BR /&gt; router bgp&lt;BR /&gt;  local-as 65011&lt;BR /&gt;  capability as4-enable&lt;BR /&gt;  fast-external-fallover&lt;BR /&gt;  neighbor overlay-cvx peer-group&lt;BR /&gt;  neighbor overlay-cvx remote-as 65002&lt;BR /&gt;  neighbor overlay-cvx update-source loopback 1&lt;BR /&gt;  neighbor overlay-cvx ebgp-multihop 32&lt;BR /&gt;  neighbor spine-group peer-group&lt;BR /&gt;  neighbor spine-group remote-as 65001&lt;BR /&gt;  neighbor spine-group description connected to 4 spine-groups&lt;BR /&gt;  neighbor spine-group capability as4 enable&lt;BR /&gt;  neighbor 10.32.0.6 peer-group overlay-cvx&lt;BR /&gt;  neighbor 10.32.32.54 peer-group spine-group&lt;BR /&gt;  address-family ipv4 unicast&lt;BR /&gt;&lt;BR /&gt;   network 10.32.0.19/32&lt;BR /&gt;   network 10.32.0.21/32&lt;BR /&gt;   maximum-paths 8&lt;BR /&gt;   graceful-restart&lt;BR /&gt;  !&lt;BR /&gt;  address-family ipv6 unicast&lt;BR /&gt;&lt;BR /&gt;  !&lt;BR /&gt;  address-family l2vpn evpn&lt;BR /&gt;   graceful-restart&lt;BR /&gt;   neighbor overlay-cvx activate&lt;BR /&gt;   neighbor overlay-cvx allowas-in 1&lt;BR /&gt;   neighbor overlay-cvx next-hop-unchanged&lt;BR /&gt;   neighbor overlay-cvx send-community both&lt;BR /&gt;  !&lt;BR /&gt; !&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;show running-config overlay-gateway 833-2&lt;BR /&gt;overlay-gateway 833-2&lt;BR /&gt; type layer2-extension&lt;BR /&gt; ip interface Loopback 2&lt;BR /&gt; attach rbridge-id add 1-2&lt;BR /&gt; map vlan 36 vni 3000036&lt;BR /&gt; activate&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;show running-config rbridge-id 1 evpn-instance vxlan-36&lt;BR /&gt;rbridge-id 1&lt;BR /&gt; evpn-instance vxlan-36&lt;BR /&gt;  route-target both auto ignore-as&lt;BR /&gt;  rd auto&lt;BR /&gt;  vni add 3000036&lt;BR /&gt; !&lt;BR /&gt;!&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 22:15:25 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx6740-evpn-vxlan-incorrect-mac-ip/m-p/88192#M602</guid>
      <dc:creator>stasonuu</dc:creator>
      <dc:date>2021-09-02T22:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: VDX6740 EVPN VXLAN incorrect mac-ip</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx6740-evpn-vxlan-incorrect-mac-ip/m-p/88193#M603</link>
      <description>&lt;P&gt;Help me please&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="29599fe4d6d641d1acdd2d3d4f92ad2e_1f625.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2753i986E97B7535FB707/image-size/large?v=v2&amp;amp;px=999" role="button" title="29599fe4d6d641d1acdd2d3d4f92ad2e_1f625.png" alt="29599fe4d6d641d1acdd2d3d4f92ad2e_1f625.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 03:02:15 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx6740-evpn-vxlan-incorrect-mac-ip/m-p/88193#M603</guid>
      <dc:creator>stasonuu</dc:creator>
      <dc:date>2021-09-16T03:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: VDX6740 EVPN VXLAN incorrect mac-ip</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx6740-evpn-vxlan-incorrect-mac-ip/m-p/88194#M604</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;USER-MENTION data-id="9900677"&gt;@stasonuu&lt;/USER-MENTION&gt;, I’m sorry for the long wait here. I haven’t been able to find any answers for you, would you be able to open a support case for this issue so we can get you in touch with an engineer to work on this with you? It would also help if we could get a packet capture showing some of the BGP advertisement packets as well; if you could attach that to your case, that would be appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 20:24:52 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx6740-evpn-vxlan-incorrect-mac-ip/m-p/88194#M604</guid>
      <dc:creator>SamPirok</dc:creator>
      <dc:date>2021-10-01T20:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: VDX6740 EVPN VXLAN incorrect mac-ip</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx6740-evpn-vxlan-incorrect-mac-ip/m-p/88195#M605</link>
      <description>&lt;P&gt;&lt;USER-MENTION data-id="9898887"&gt;@Sam Pirok&lt;/USER-MENTION&gt;&amp;nbsp;&amp;nbsp;Hi! I’am so sorry, but I don’t have support contract for&amp;nbsp;our switches. And I can't open the case. We have not trivial objective - integration Arista fabric with Extreme VDX fabric.&lt;BR /&gt;I think that the first part of problem - we can't set route-target on evpn instance and the secand part problem - absense VNI in Segment tag ID in Route Type-2. Like this:&lt;/P&gt;&lt;FIGURE&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="b92a1bbd66fc4be285c978b5d854f952_82d1e18b-2c39-4e49-8f0e-6e63a9e4b9bb.jpg"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/1037i4FAF9EC9061C3A0B/image-size/large?v=v2&amp;amp;px=999" role="button" title="b92a1bbd66fc4be285c978b5d854f952_82d1e18b-2c39-4e49-8f0e-6e63a9e4b9bb.jpg" alt="b92a1bbd66fc4be285c978b5d854f952_82d1e18b-2c39-4e49-8f0e-6e63a9e4b9bb.jpg" /&gt;&lt;/span&gt;&lt;/FIGURE&gt;&lt;P&gt;&lt;BR /&gt;If engineers of Extreme Networks can help me I will so happy.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 21:26:45 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx6740-evpn-vxlan-incorrect-mac-ip/m-p/88195#M605</guid>
      <dc:creator>stasonuu</dc:creator>
      <dc:date>2021-10-01T21:26:45Z</dc:date>
    </item>
  </channel>
</rss>

