<?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 VXLAN L2 Extension  Configuration question in Data Center (VDX)</title>
    <link>https://community.extremenetworks.com/t5/data-center-vdx/vxlan-l2-extension-configuration-question/m-p/6157#M49</link>
    <description>&lt;BR /&gt;&lt;BR /&gt;Greetings,&lt;BR /&gt;&lt;BR /&gt;I am tasked by my manager to configure VXLAN in our lab&amp;nbsp; using&amp;nbsp; BROCADE VDX6740&amp;nbsp; and ICX 7750 .We have a couple of VM clients connected to each of these Brocade devices .I&amp;nbsp; have OSPF configured as an IGP to provide the underlay transport connectivity and i can reach the loopback interfaces of the VXLAN tunnel&amp;nbsp; endpoints.&lt;BR /&gt;&lt;BR /&gt;The VXLAN configuration on the ICX requires that the vlans to be mapped to a vni must not have a VE interfaces in the running config .&lt;BR /&gt;&lt;BR /&gt;ICX7750-1(config-overlay-gw-VXLAN_TO_VDX6740)#map vlan 10 to vni 1001&lt;BR /&gt;error - virtual router interface configured on L2 vlan&lt;BR /&gt;&lt;BR /&gt;So i removed the ve interface&amp;nbsp; i had with an ip which servers as the default gateway to the client A . After that i configured the L2 VXLAN Extension on the ICX 7750&amp;nbsp; as follows :&lt;BR /&gt;&lt;BR /&gt;overlay-gateway VXLAN_TO_VDX6740&lt;BR /&gt;type layer2-extension&lt;BR /&gt;ip interface loopback 1&lt;BR /&gt;map vlan 10 to vni 1001&lt;BR /&gt;site SITE-A&lt;BR /&gt;ip address 10.20.1.1&lt;BR /&gt;extend vlan add 10&lt;BR /&gt;&lt;BR /&gt;ICX7750-1#show overlay-gateway&lt;BR /&gt;&lt;BR /&gt;Overlay Gateway Name : VXLAN_TO_VDX6740&lt;BR /&gt;Type : layer2-extension&lt;BR /&gt;Source IP Interface : loopback 1 (vrf: default-vrf, IP address: 10.10.1.1)&lt;BR /&gt;Total Mapped Vlans : 1&lt;BR /&gt;Total Sites : 1&lt;BR /&gt;&lt;BR /&gt;Total 1 Overlay Gateways&lt;BR /&gt;&lt;BR /&gt;CX7750-1#sh overlay-gateway VXLAN_TO_VDX6740 detail&lt;BR /&gt;&lt;BR /&gt;Overlay Gateway Name : VXLAN_TO_VDX6740&lt;BR /&gt;Type : layer2-extension&lt;BR /&gt;Source IP Interface : loopback 1 (vrf: default-vrf, IP address: 10.10.1.1)&lt;BR /&gt;Total Mapped Vlans : 1&lt;BR /&gt;Total Sites : 1&lt;BR /&gt;# VLAN-ID VN-ID VFI Access-Port Extended-Site&lt;BR /&gt;- ------- ----- --- ----------- -------------&lt;BR /&gt;1 10 1001 10 1 1&lt;BR /&gt;# SiteName IP-Address Status Ext-Vlans&lt;BR /&gt;- -------- ---------- ------ ---------&lt;BR /&gt;&lt;SPAN style="color: #ffffff; background-color: #ffffff;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;&lt;SPAN style="background-color: #ffffff;"&gt; SITE-A 10.20.1.1 Up &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff; background-color: #ffffff;"&gt;(10)&lt;/SPAN&gt;&lt;BR /&gt;ICX7750-1#&lt;BR /&gt;&lt;BR /&gt;===============================================================&lt;BR /&gt;&lt;BR /&gt;VXLAN Config on the VDX6740 &lt;BR /&gt;&lt;BR /&gt;overlay-gateway VXLAN_TO_ICX7750&lt;BR /&gt;type layer2-extension&lt;BR /&gt;ip interface loopback 1 &lt;BR /&gt;attach rbridge-id add 1&lt;BR /&gt;map vlan 10 vni 1001&lt;BR /&gt;site SITE-B&lt;BR /&gt;ip address 10.10.1.1&lt;BR /&gt;extend vlan add 10&lt;BR /&gt;activate &lt;BR /&gt;&lt;BR /&gt;rb1# ping 10.10.1.1&lt;BR /&gt;Type Control-c to abort&lt;BR /&gt;PING 10.10.1.1 (10.10.1.1): 56 data bytes&lt;BR /&gt;64 bytes from 10.10.1.1: icmp_seq=0 ttl=58 time=1.238 ms&lt;BR /&gt;64 bytes from 10.10.1.1: icmp_seq=1 ttl=58 time=1.093 ms&lt;BR /&gt;64 bytes from 10.10.1.1: icmp_seq=2 ttl=58 time=1.077 ms&lt;BR /&gt;64 bytes from 10.10.1.1: icmp_seq=3 ttl=58 time=1.213 ms&lt;BR /&gt;&lt;BR /&gt;rb1# show vlan 10&lt;BR /&gt;VLAN Name State Ports Classification&lt;BR /&gt;(F)-FCoE (u)-Untagged&lt;BR /&gt;(R)-RSPAN (c)-Converged&lt;BR /&gt;(T)-TRANSPARENT (t)-Tagged&lt;BR /&gt;================ =============== ========================== =============== ====================&lt;BR /&gt;10 VLAN0010&amp;nbsp; ACTIVE Te 4/2/7(u)&lt;BR /&gt;Te 1/0/1(t)&lt;BR /&gt;Te 1/0/17(u) &lt;BR /&gt;Tu 61441(t) vni 1001&lt;BR /&gt;&lt;BR /&gt;rb1# show tunnel brief&lt;BR /&gt;Number of tunnels: 1&lt;BR /&gt;&lt;BR /&gt;Tunnel 61441, mode VXLAN, rbridge-ids 1&lt;BR /&gt;&lt;SPAN style="color: #008000;"&gt;Admin state up&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;, Oper state down&lt;/SPAN&gt;&lt;BR /&gt;Source IP 10.20.1.1, Vrf default-vrf&lt;BR /&gt;Destination IP 10.10.1.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The tunnel operation is down on the VDX6740. &lt;BR /&gt;&lt;BR /&gt;I tried generating some icmp traffic from one client towards the other , to see if this will trigger the tunnel to change to&amp;nbsp; operational , but it did not work and the pings fail . &lt;BR /&gt;&lt;BR /&gt;I am suspecting the issue might be that client A cannot ping its default gateway ( ICX7750 ) since i had to remove the int ve ip address for vlan 10 on the ICX to avoid the error i was getting when i was configuring vxlan.&lt;BR /&gt;&lt;BR /&gt;The VDX 6740 can ping the client B and it servers as its DG .&lt;BR /&gt;&lt;BR /&gt;Yet, if this is just a L2 extension , no default Gateway is needed since both clients belong to the same subnet/broadcast domain. &lt;BR /&gt;&lt;BR /&gt;i successfully configured L2 extension VXLAN on Arista&amp;nbsp; devices within GNS3 ans was able to ping b/w the clients without setting a default gateway on the clients&amp;nbsp; since they do not need it to communicate locally on the same subnet &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please advise if you had ran through the same issue .&lt;BR /&gt;&lt;BR /&gt;planning to configure VXLAN using BGP EVPN after i get this one working .&lt;BR /&gt;&lt;BR /&gt;Thank you in advance &lt;BR /&gt;&lt;BR /&gt;Talal</description>
    <pubDate>Wed, 15 Dec 2021 00:02:00 GMT</pubDate>
    <dc:creator>thaizoun</dc:creator>
    <dc:date>2021-12-15T00:02:00Z</dc:date>
    <item>
      <title>VXLAN L2 Extension  Configuration question</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vxlan-l2-extension-configuration-question/m-p/6157#M49</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Greetings,&lt;BR /&gt;&lt;BR /&gt;I am tasked by my manager to configure VXLAN in our lab&amp;nbsp; using&amp;nbsp; BROCADE VDX6740&amp;nbsp; and ICX 7750 .We have a couple of VM clients connected to each of these Brocade devices .I&amp;nbsp; have OSPF configured as an IGP to provide the underlay transport connectivity and i can reach the loopback interfaces of the VXLAN tunnel&amp;nbsp; endpoints.&lt;BR /&gt;&lt;BR /&gt;The VXLAN configuration on the ICX requires that the vlans to be mapped to a vni must not have a VE interfaces in the running config .&lt;BR /&gt;&lt;BR /&gt;ICX7750-1(config-overlay-gw-VXLAN_TO_VDX6740)#map vlan 10 to vni 1001&lt;BR /&gt;error - virtual router interface configured on L2 vlan&lt;BR /&gt;&lt;BR /&gt;So i removed the ve interface&amp;nbsp; i had with an ip which servers as the default gateway to the client A . After that i configured the L2 VXLAN Extension on the ICX 7750&amp;nbsp; as follows :&lt;BR /&gt;&lt;BR /&gt;overlay-gateway VXLAN_TO_VDX6740&lt;BR /&gt;type layer2-extension&lt;BR /&gt;ip interface loopback 1&lt;BR /&gt;map vlan 10 to vni 1001&lt;BR /&gt;site SITE-A&lt;BR /&gt;ip address 10.20.1.1&lt;BR /&gt;extend vlan add 10&lt;BR /&gt;&lt;BR /&gt;ICX7750-1#show overlay-gateway&lt;BR /&gt;&lt;BR /&gt;Overlay Gateway Name : VXLAN_TO_VDX6740&lt;BR /&gt;Type : layer2-extension&lt;BR /&gt;Source IP Interface : loopback 1 (vrf: default-vrf, IP address: 10.10.1.1)&lt;BR /&gt;Total Mapped Vlans : 1&lt;BR /&gt;Total Sites : 1&lt;BR /&gt;&lt;BR /&gt;Total 1 Overlay Gateways&lt;BR /&gt;&lt;BR /&gt;CX7750-1#sh overlay-gateway VXLAN_TO_VDX6740 detail&lt;BR /&gt;&lt;BR /&gt;Overlay Gateway Name : VXLAN_TO_VDX6740&lt;BR /&gt;Type : layer2-extension&lt;BR /&gt;Source IP Interface : loopback 1 (vrf: default-vrf, IP address: 10.10.1.1)&lt;BR /&gt;Total Mapped Vlans : 1&lt;BR /&gt;Total Sites : 1&lt;BR /&gt;# VLAN-ID VN-ID VFI Access-Port Extended-Site&lt;BR /&gt;- ------- ----- --- ----------- -------------&lt;BR /&gt;1 10 1001 10 1 1&lt;BR /&gt;# SiteName IP-Address Status Ext-Vlans&lt;BR /&gt;- -------- ---------- ------ ---------&lt;BR /&gt;&lt;SPAN style="color: #ffffff; background-color: #ffffff;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;&lt;SPAN style="background-color: #ffffff;"&gt; SITE-A 10.20.1.1 Up &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff; background-color: #ffffff;"&gt;(10)&lt;/SPAN&gt;&lt;BR /&gt;ICX7750-1#&lt;BR /&gt;&lt;BR /&gt;===============================================================&lt;BR /&gt;&lt;BR /&gt;VXLAN Config on the VDX6740 &lt;BR /&gt;&lt;BR /&gt;overlay-gateway VXLAN_TO_ICX7750&lt;BR /&gt;type layer2-extension&lt;BR /&gt;ip interface loopback 1 &lt;BR /&gt;attach rbridge-id add 1&lt;BR /&gt;map vlan 10 vni 1001&lt;BR /&gt;site SITE-B&lt;BR /&gt;ip address 10.10.1.1&lt;BR /&gt;extend vlan add 10&lt;BR /&gt;activate &lt;BR /&gt;&lt;BR /&gt;rb1# ping 10.10.1.1&lt;BR /&gt;Type Control-c to abort&lt;BR /&gt;PING 10.10.1.1 (10.10.1.1): 56 data bytes&lt;BR /&gt;64 bytes from 10.10.1.1: icmp_seq=0 ttl=58 time=1.238 ms&lt;BR /&gt;64 bytes from 10.10.1.1: icmp_seq=1 ttl=58 time=1.093 ms&lt;BR /&gt;64 bytes from 10.10.1.1: icmp_seq=2 ttl=58 time=1.077 ms&lt;BR /&gt;64 bytes from 10.10.1.1: icmp_seq=3 ttl=58 time=1.213 ms&lt;BR /&gt;&lt;BR /&gt;rb1# show vlan 10&lt;BR /&gt;VLAN Name State Ports Classification&lt;BR /&gt;(F)-FCoE (u)-Untagged&lt;BR /&gt;(R)-RSPAN (c)-Converged&lt;BR /&gt;(T)-TRANSPARENT (t)-Tagged&lt;BR /&gt;================ =============== ========================== =============== ====================&lt;BR /&gt;10 VLAN0010&amp;nbsp; ACTIVE Te 4/2/7(u)&lt;BR /&gt;Te 1/0/1(t)&lt;BR /&gt;Te 1/0/17(u) &lt;BR /&gt;Tu 61441(t) vni 1001&lt;BR /&gt;&lt;BR /&gt;rb1# show tunnel brief&lt;BR /&gt;Number of tunnels: 1&lt;BR /&gt;&lt;BR /&gt;Tunnel 61441, mode VXLAN, rbridge-ids 1&lt;BR /&gt;&lt;SPAN style="color: #008000;"&gt;Admin state up&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;, Oper state down&lt;/SPAN&gt;&lt;BR /&gt;Source IP 10.20.1.1, Vrf default-vrf&lt;BR /&gt;Destination IP 10.10.1.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The tunnel operation is down on the VDX6740. &lt;BR /&gt;&lt;BR /&gt;I tried generating some icmp traffic from one client towards the other , to see if this will trigger the tunnel to change to&amp;nbsp; operational , but it did not work and the pings fail . &lt;BR /&gt;&lt;BR /&gt;I am suspecting the issue might be that client A cannot ping its default gateway ( ICX7750 ) since i had to remove the int ve ip address for vlan 10 on the ICX to avoid the error i was getting when i was configuring vxlan.&lt;BR /&gt;&lt;BR /&gt;The VDX 6740 can ping the client B and it servers as its DG .&lt;BR /&gt;&lt;BR /&gt;Yet, if this is just a L2 extension , no default Gateway is needed since both clients belong to the same subnet/broadcast domain. &lt;BR /&gt;&lt;BR /&gt;i successfully configured L2 extension VXLAN on Arista&amp;nbsp; devices within GNS3 ans was able to ping b/w the clients without setting a default gateway on the clients&amp;nbsp; since they do not need it to communicate locally on the same subnet &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please advise if you had ran through the same issue .&lt;BR /&gt;&lt;BR /&gt;planning to configure VXLAN using BGP EVPN after i get this one working .&lt;BR /&gt;&lt;BR /&gt;Thank you in advance &lt;BR /&gt;&lt;BR /&gt;Talal</description>
      <pubDate>Wed, 15 Dec 2021 00:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vxlan-l2-extension-configuration-question/m-p/6157#M49</guid>
      <dc:creator>thaizoun</dc:creator>
      <dc:date>2021-12-15T00:02:00Z</dc:date>
    </item>
  </channel>
</rss>

