<?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: EFA- creating L3-vlan interface in Data Center (SLX)</title>
    <link>https://community.extremenetworks.com/t5/data-center-slx/efa-creating-l3-vlan-interface/m-p/93722#M432</link>
    <description>&lt;P&gt;Miraj,&lt;/P&gt;&lt;P&gt;I thought about this more this morning, and wanted to show another method in the event you only want to configure this on a single leaf switch:&lt;/P&gt;&lt;P&gt;First I create a Private tenant on the Leaf:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;efa tenant create --name Tnt-101 --type private --vlan-range 101 --vrf-count 1 --port 10.x.x.41[0/10]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Then, create the PO:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;efa tenant po create --tenant Tnt-101 --name po_101 --min-link-count 1 --speed 10Gbps --negotiation active --number 101 --lacp-timeout short --port 10.x.x.41[0/10]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Then, the VRF:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;efa tenant vrf create --tenant Tnt-101 --name VR101 --routing-type distributed &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;And lastly the EPG:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;efa tenant epg create --tenant Tnt-101 --name Epg-101 --type extension --switchport-mode trunk --po po_101 --vrf VR101 --ctag-range 101 --anycast-ip 101:10.10.10.254/24 --local-ip 101,10.x.x.41:10.10.10.1/24&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Verification on Leaf:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Leaf-1# show run int e 0/10&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;interface Ethernet 0/10&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;description Port-channel po_101 Member interface&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;channel-group 101 mode active type standard&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;lacp timeout short&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;no shutdown&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;!&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Leaf-1# show run int po 101&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;interface Port-channel 101&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;speed 10000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;description EFA Port-channel po_101&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;cluster-track&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;switchport&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;switchport mode trunk&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;switchport trunk allowed vlan add 101&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;no switchport trunk tag native-vlan&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;bfd-software-session&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;no shutdown&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;!&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Leaf-1# show run int ve 101&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;interface Ve 101&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vrf forwarding VR101&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ip anycast-address 10.10.10.254/24&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ip address 10.10.10.1/24&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;no shutdown&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;!&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Leaf-1#&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Nov 2022 15:13:14 GMT</pubDate>
    <dc:creator>Michael_Morey</dc:creator>
    <dc:date>2022-11-11T15:13:14Z</dc:date>
    <item>
      <title>EFA- creating L3-vlan interface</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/efa-creating-l3-vlan-interface/m-p/93699#M427</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;I am new to Extreme; can anyone help to create L3-vlan interface using EFA.&lt;/P&gt;&lt;P&gt;I wanted to test vlan traffic coming from servers and not able to test its reaches to switch or not.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Miraj&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 12:18:43 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/efa-creating-l3-vlan-interface/m-p/93699#M427</guid>
      <dc:creator>MirajT</dc:creator>
      <dc:date>2022-11-09T12:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: EFA- creating L3-vlan interface</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/efa-creating-l3-vlan-interface/m-p/93702#M428</link>
      <description>&lt;P&gt;Miraj,&lt;/P&gt;&lt;P&gt;Thank you for bringing up this question.&amp;nbsp; It is actually not as straight forward as creating a VE interface on your BL and assigning it an IP.&lt;/P&gt;&lt;P&gt;First I am assuming that you have already registered your SLX devices within EFA, Created a CLOS 3 Fabric, and have successfully configured your fabric; &lt;FONT face="courier new,courier"&gt;Fabric Status: configure-success&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;In this example I have a multihomed server connected to Leaf 1 and 2 via port 0/11:1, these devices then connect to the Border Leaf devices via the Spine.&lt;/P&gt;&lt;P&gt;Server &amp;lt;&amp;gt; Leaf1/2 &amp;gt; Spine &amp;gt; BLeaf&lt;/P&gt;&lt;P&gt;First we create the Shared Tenant for the connections were your VLAN traffic will enter the Fabric via Leaf 1/2:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;efa tenant create --name &lt;STRONG&gt;&amp;lt;Tenant_Name&amp;gt;&lt;/STRONG&gt; --type shared --vrf-count 0 --port &lt;STRONG&gt;&amp;lt;Leaf1_IP&amp;gt;&lt;/STRONG&gt;[&lt;STRONG&gt;&amp;lt;Ports_i.e; 0/11:1-4&amp;gt;&lt;/STRONG&gt;],&lt;STRONG&gt;&amp;lt;Leaf2_IP&amp;gt;&lt;/STRONG&gt;[&lt;STRONG&gt;&amp;lt;Ports_i.e; 0/11:1-4&amp;gt;&lt;/STRONG&gt;]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT face="courier new,courier"&gt;*I am using a range 0/11:1-4 here for scalability&amp;nbsp;&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Then we create the POs for the Southbound connections:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;efa tenant po create --tenant &lt;STRONG&gt;&amp;lt;Shared_Tenant_Name&amp;gt;&lt;/STRONG&gt; --name &lt;STRONG&gt;&amp;lt;PO_Name&amp;gt;&lt;/STRONG&gt;&amp;nbsp;--min-link-count 1 --speed 25Gbps --negotiation active --number 1 --lacp-timeout short --port &lt;STRONG&gt;&amp;lt;Leaf1_IP&amp;gt;&lt;/STRONG&gt;[&lt;STRONG&gt;&amp;lt;Port_i.e; 0/11:1&amp;gt;&lt;/STRONG&gt;],&lt;STRONG&gt;&amp;lt;Leaf2_IP&amp;gt;&lt;/STRONG&gt;[&lt;STRONG&gt;&amp;lt;Port_i.e; 0/11:1&amp;gt;&lt;/STRONG&gt;]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Then we create a Private Tenant for the Border Leaf devices:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;efa tenant create --name &lt;STRONG&gt;&amp;lt;Private_Tenant-Name&amp;gt;&lt;/STRONG&gt;&amp;nbsp;--type private --vlan-range &lt;STRONG&gt;&amp;lt;Vlans_i.e; 101,102-104&amp;gt;&lt;/STRONG&gt; --vrf-count &lt;STRONG&gt;&amp;lt;no_of_VRFs&amp;gt;&lt;/STRONG&gt; --port &lt;STRONG&gt;&amp;lt;BLeaf1_IP&amp;gt;&lt;/STRONG&gt;[&lt;STRONG&gt;&amp;lt;ports&amp;gt;&lt;/STRONG&gt;],&lt;STRONG&gt;&amp;lt;BLeaf2_IP&amp;gt;&lt;/STRONG&gt;[&lt;STRONG&gt;&amp;lt;ports&amp;gt;&lt;/STRONG&gt;]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Next we create the VRF for the tenant:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;efa tenant vrf create --tenant &lt;STRONG&gt;&amp;lt;Private_Tenant-Name&amp;gt;&lt;/STRONG&gt;&amp;nbsp;--name &lt;STRONG&gt;&amp;lt;VRF_Name&amp;gt;&lt;/STRONG&gt;&amp;nbsp;--routing-type centralized --centralized-router &lt;STRONG&gt;&amp;lt;BLeaf1_IP&amp;gt;,&amp;lt;BLeaf2_IP&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Then we create the EPG which will setup your L3 Interface:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;efa tenant epg create --tenant &lt;STRONG&gt;&amp;lt;Private_Tenant-Name&amp;gt;&lt;/STRONG&gt;&amp;nbsp;--name &lt;STRONG&gt;&amp;lt;EPG_Name&amp;gt;&amp;nbsp;&lt;/STRONG&gt;--type extension --switchport-mode trunk-no-default-native --single-homed-bfd-session-type auto --po &amp;lt;PO_Name&amp;gt; --vrf &lt;STRONG&gt;&amp;lt;VRF_Name&amp;gt;&lt;/STRONG&gt; --ctag-range &lt;STRONG&gt;&amp;lt;VLAN_Range&amp;gt;&lt;/STRONG&gt; --anycast-ip &lt;STRONG&gt;&amp;lt;VLAN&amp;gt;&lt;/STRONG&gt;:&lt;STRONG&gt;&amp;lt;Anycast_IP/CIDR&amp;gt;&lt;/STRONG&gt; --local-ip &lt;STRONG&gt;&amp;lt;VLAN&amp;gt;&lt;/STRONG&gt;,&lt;STRONG&gt;&amp;lt;BLeaf1_IP&amp;gt;&lt;/STRONG&gt;:&lt;STRONG&gt;&amp;lt;Local_VE_IP/CIDR&amp;gt;&lt;/STRONG&gt;&amp;nbsp; --local-ip &lt;STRONG&gt;&amp;lt;VLAN&amp;gt;&lt;/STRONG&gt;,&lt;STRONG&gt;&amp;lt;BLeaf2_IP&amp;gt;&lt;/STRONG&gt;:&lt;STRONG&gt;&amp;lt;Local_VE_IP/CIDR&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 15:29:53 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/efa-creating-l3-vlan-interface/m-p/93702#M428</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2022-11-09T15:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: EFA- creating L3-vlan interface</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/efa-creating-l3-vlan-interface/m-p/93722#M432</link>
      <description>&lt;P&gt;Miraj,&lt;/P&gt;&lt;P&gt;I thought about this more this morning, and wanted to show another method in the event you only want to configure this on a single leaf switch:&lt;/P&gt;&lt;P&gt;First I create a Private tenant on the Leaf:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;efa tenant create --name Tnt-101 --type private --vlan-range 101 --vrf-count 1 --port 10.x.x.41[0/10]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Then, create the PO:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;efa tenant po create --tenant Tnt-101 --name po_101 --min-link-count 1 --speed 10Gbps --negotiation active --number 101 --lacp-timeout short --port 10.x.x.41[0/10]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Then, the VRF:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;efa tenant vrf create --tenant Tnt-101 --name VR101 --routing-type distributed &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;And lastly the EPG:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;efa tenant epg create --tenant Tnt-101 --name Epg-101 --type extension --switchport-mode trunk --po po_101 --vrf VR101 --ctag-range 101 --anycast-ip 101:10.10.10.254/24 --local-ip 101,10.x.x.41:10.10.10.1/24&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Verification on Leaf:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Leaf-1# show run int e 0/10&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;interface Ethernet 0/10&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;description Port-channel po_101 Member interface&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;channel-group 101 mode active type standard&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;lacp timeout short&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;no shutdown&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;!&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Leaf-1# show run int po 101&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;interface Port-channel 101&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;speed 10000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;description EFA Port-channel po_101&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;cluster-track&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;switchport&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;switchport mode trunk&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;switchport trunk allowed vlan add 101&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;no switchport trunk tag native-vlan&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;bfd-software-session&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;no shutdown&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;!&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Leaf-1# show run int ve 101&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;interface Ve 101&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vrf forwarding VR101&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ip anycast-address 10.10.10.254/24&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ip address 10.10.10.1/24&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;no shutdown&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;!&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Leaf-1#&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 15:13:14 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/efa-creating-l3-vlan-interface/m-p/93722#M432</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2022-11-11T15:13:14Z</dc:date>
    </item>
  </channel>
</rss>

