<?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: S Series VXLAN Best Practice in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/s-series-vxlan-best-practice/m-p/56188#M16373</link>
    <description>Thx Stephane</description>
    <pubDate>Wed, 30 May 2018 23:49:00 GMT</pubDate>
    <dc:creator>Andre_Brits_Kan</dc:creator>
    <dc:date>2018-05-30T23:49:00Z</dc:date>
    <item>
      <title>S Series VXLAN Best Practice</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/s-series-vxlan-best-practice/m-p/56186#M16371</link>
      <description>Hi Community&lt;BR /&gt;
&lt;BR /&gt;
We are in the process of configuring VXLAN's between three DC's.&lt;BR /&gt;
All three DC's utilizes S8 core switches (S180 Blades)&lt;BR /&gt;
Essentially allowing L2 vlans across the l3 underlay.&lt;BR /&gt;
&lt;BR /&gt;
The VXlan tunnels is all working as expected, using OSPF VXLAN extensions to dynamically advertise the VXLAN info.&lt;BR /&gt;
&lt;BR /&gt;
The question I have is around best practice for the tbp.0.* mappings.&lt;BR /&gt;
&lt;BR /&gt;
Currently I have the following configured on all the Cores:&lt;BR /&gt;
&lt;BR /&gt;
On the Router side:&lt;BR /&gt;
&lt;BR /&gt;
interface tun.0.1&lt;BR /&gt;
  tunnel mode vxlan l2 tbp.0.1&lt;BR /&gt;
  tunnel source 1.1.1.1&lt;BR /&gt;
  no shutdown&lt;BR /&gt;
  exit&lt;BR /&gt;
&lt;BR /&gt;
on the Switch Side:&lt;BR /&gt;
&lt;BR /&gt;
set tunnel logical-switch create name TEST1&lt;BR /&gt;
set tunnel map logical-switch TEST1 keyword 200 vlan 200&lt;BR /&gt;
set tunnel logical-switch create name TEST&lt;BR /&gt;
set tunnel map logical-switch TEST keyword 100 vlan 100&lt;BR /&gt;
&lt;BR /&gt;
set vlan egress 100 tbp.0.1 tagged&lt;BR /&gt;
set vlan egress 100 ge.8.48 untagged&lt;BR /&gt;
set vlan egress 200 tbp.0.1 tagged&lt;BR /&gt;
set vlan egress 200 ge.8.46 untagged&lt;BR /&gt;
&lt;BR /&gt;
Vlan 100 and Vlan 200 is extended between all three DC's and is working as expected.&lt;BR /&gt;
&lt;BR /&gt;
However I am still using the same Source Tbp.0.1 and just mapping more and more vlans to the same port.&lt;BR /&gt;
&lt;BR /&gt;
Should we not use a separate Tbp for each vlan. for example:&lt;BR /&gt;
&lt;BR /&gt;
interface tun.0.1&lt;BR /&gt;
  tunnel mode vxlan l2 tbp.0.1&lt;BR /&gt;
  tunnel source 1.1.1.1&lt;BR /&gt;
  no shutdown&lt;BR /&gt;
  exit&lt;BR /&gt;
&lt;B&gt;interface tun.0.2&lt;/B&gt;&lt;BR /&gt;
&lt;B&gt;  tunnel mode vxlan l2 tbp.0.2&lt;/B&gt;&lt;BR /&gt;
&lt;B&gt;  tunnel source 1.1.1.1&lt;/B&gt;&lt;BR /&gt;
&lt;B&gt;  no shutdown&lt;/B&gt;&lt;BR /&gt;
&lt;B&gt;  exit&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
set tunnel logical-switch create name TEST1&lt;BR /&gt;
set tunnel map logical-switch TEST1 keyword 200 vlan 200&lt;BR /&gt;
set tunnel logical-switch create name TEST&lt;BR /&gt;
set tunnel map logical-switch TEST keyword 100 vlan 100&lt;BR /&gt;
&lt;BR /&gt;
set vlan egress 100 tbp.0.1 tagged&lt;BR /&gt;
set vlan egress 100 ge.8.48 untagged&lt;BR /&gt;
&lt;B&gt;set vlan egress 200 tbp.0.2 tagged&lt;/B&gt;&lt;BR /&gt;
&lt;B&gt;set vlan egress 200 ge.8.46 untagged&lt;BR /&gt;
&lt;/B&gt;&lt;BR /&gt;
(Using different TBP ports I will enable the split horizon)&lt;BR /&gt;
&lt;BR /&gt;
What is best practice, one Tbp for the vxlan tunnel and map multiple vlans to the same Tbp or&lt;BR /&gt;
a seperate Tbp for each vlan with split horizon enable?&lt;BR /&gt;
&lt;BR /&gt;
Regards</description>
      <pubDate>Wed, 30 May 2018 15:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/s-series-vxlan-best-practice/m-p/56186#M16371</guid>
      <dc:creator>Andre_Brits_Kan</dc:creator>
      <dc:date>2018-05-30T15:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: S Series VXLAN Best Practice</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/s-series-vxlan-best-practice/m-p/56187#M16372</link>
      <description>Hi,&lt;BR /&gt;
A single tbp is just fine. There is no downside to using just one.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 May 2018 22:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/s-series-vxlan-best-practice/m-p/56187#M16372</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2018-05-30T22:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: S Series VXLAN Best Practice</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/s-series-vxlan-best-practice/m-p/56188#M16373</link>
      <description>Thx Stephane</description>
      <pubDate>Wed, 30 May 2018 23:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/s-series-vxlan-best-practice/m-p/56188#M16373</guid>
      <dc:creator>Andre_Brits_Kan</dc:creator>
      <dc:date>2018-05-30T23:49:00Z</dc:date>
    </item>
  </channel>
</rss>

