<?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: virtual router/ virtaul switch in Scripting</title>
    <link>https://community.extremenetworks.com/t5/scripting/virtual-router-virtaul-switch/m-p/19353#M63</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Yes I agree with you on this, but if i have two VR for example --- port 1 in VR-TWO and port 2 in VR-THREE. Port 1 has a vlan tag 10 and port 2 has a vlan 20. &lt;BR /&gt;
&lt;BR /&gt;
When I do a show FDB in VR-DEFAULT I see MAC address for both VR-TWO and VR-THREE, also when I go into VR-TWO and show fdb I see all MAC.&lt;BR /&gt;
&lt;BR /&gt;
VR-DEFAULT &lt;BR /&gt;
X460-48t.25 # show fdb &lt;BR /&gt;
Mac                     Vlan       Age  Flags         Port / Virtual Port List&lt;BR /&gt;
------------------------------------------------------------------------------&lt;BR /&gt;
00:04:96:6d:00:45    vlan-20(0020) 0032 d m           2&lt;BR /&gt;
a8:20:66:1b:c1:2e    vlan-10(0010) 0055 d m           1&lt;BR /&gt;
&lt;BR /&gt;
VR-TWO&lt;BR /&gt;
(vr TWO) X460-48t.27 # show fdb &lt;BR /&gt;
Mac                     Vlan       Age  Flags         Port / Virtual Port List&lt;BR /&gt;
------------------------------------------------------------------------------&lt;BR /&gt;
00:04:96:6d:00:45    vlan-20(0020) 0047 d m           2&lt;BR /&gt;
a8:20:66:1b:c1:2e    vlan-10(0010) 0010 d m           1&lt;BR /&gt;
&lt;BR /&gt;
What I understood I would not see it like this, but maybe I misunderstood this.&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
Ian &lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Wed, 27 Aug 2014 14:34:00 GMT</pubDate>
    <dc:creator>Ian_Worms</dc:creator>
    <dc:date>2014-08-27T14:34:00Z</dc:date>
    <item>
      <title>virtual router/ virtaul switch</title>
      <link>https://community.extremenetworks.com/t5/scripting/virtual-router-virtaul-switch/m-p/19351#M61</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I are trying to understand from a layer two point of view does each virtual router have its own FDB database, taken in that we will not share any physical ports between the virtual routes.&lt;BR /&gt;
&lt;BR /&gt;
In my case there will be three virtual routers, thus a requirement for three FDB database.&lt;BR /&gt;
&lt;BR /&gt;
We are looking at this as more of a virtaul switch than a virtual router.&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
Ian &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Aug 2014 20:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/scripting/virtual-router-virtaul-switch/m-p/19351#M61</guid>
      <dc:creator>Ian_Worms</dc:creator>
      <dc:date>2014-08-25T20:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: virtual router/ virtaul switch</title>
      <link>https://community.extremenetworks.com/t5/scripting/virtual-router-virtaul-switch/m-p/19352#M62</link>
      <description>Hi,&lt;BR /&gt;
As you cannot share a VLAN between multiple VR, you have FDB isolation. But it's rather on a VLAN base.&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Aug 2014 22:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/scripting/virtual-router-virtaul-switch/m-p/19352#M62</guid>
      <dc:creator>Stephane_Grosje</dc:creator>
      <dc:date>2014-08-26T22:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: virtual router/ virtaul switch</title>
      <link>https://community.extremenetworks.com/t5/scripting/virtual-router-virtaul-switch/m-p/19353#M63</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Yes I agree with you on this, but if i have two VR for example --- port 1 in VR-TWO and port 2 in VR-THREE. Port 1 has a vlan tag 10 and port 2 has a vlan 20. &lt;BR /&gt;
&lt;BR /&gt;
When I do a show FDB in VR-DEFAULT I see MAC address for both VR-TWO and VR-THREE, also when I go into VR-TWO and show fdb I see all MAC.&lt;BR /&gt;
&lt;BR /&gt;
VR-DEFAULT &lt;BR /&gt;
X460-48t.25 # show fdb &lt;BR /&gt;
Mac                     Vlan       Age  Flags         Port / Virtual Port List&lt;BR /&gt;
------------------------------------------------------------------------------&lt;BR /&gt;
00:04:96:6d:00:45    vlan-20(0020) 0032 d m           2&lt;BR /&gt;
a8:20:66:1b:c1:2e    vlan-10(0010) 0055 d m           1&lt;BR /&gt;
&lt;BR /&gt;
VR-TWO&lt;BR /&gt;
(vr TWO) X460-48t.27 # show fdb &lt;BR /&gt;
Mac                     Vlan       Age  Flags         Port / Virtual Port List&lt;BR /&gt;
------------------------------------------------------------------------------&lt;BR /&gt;
00:04:96:6d:00:45    vlan-20(0020) 0047 d m           2&lt;BR /&gt;
a8:20:66:1b:c1:2e    vlan-10(0010) 0010 d m           1&lt;BR /&gt;
&lt;BR /&gt;
What I understood I would not see it like this, but maybe I misunderstood this.&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
Ian &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Aug 2014 14:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/scripting/virtual-router-virtaul-switch/m-p/19353#M63</guid>
      <dc:creator>Ian_Worms</dc:creator>
      <dc:date>2014-08-27T14:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: virtual router/ virtaul switch</title>
      <link>https://community.extremenetworks.com/t5/scripting/virtual-router-virtaul-switch/m-p/19354#M64</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Yes.&lt;BR /&gt;
You have a FDB per VLAN, not per VR.&lt;BR /&gt;
Your learning domain is the VLAN. And because you can't have a same VLAN on different VR, no leaking/flooding is possible.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Aug 2014 19:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/scripting/virtual-router-virtaul-switch/m-p/19354#M64</guid>
      <dc:creator>Stephane_Grosje</dc:creator>
      <dc:date>2014-08-27T19:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: virtual router/ virtaul switch</title>
      <link>https://community.extremenetworks.com/t5/scripting/virtual-router-virtaul-switch/m-p/19355#M65</link>
      <description>The &lt;B&gt;show fdb&lt;/B&gt; command is a global command.  When you type it without a context, it shows all your current FDB entries regardless of which ports or VLANs they are specific to.  MAC address tables in XOS are specific to VLANS and not VRs.  So if you create a VLAN-1 and assign port 1,2 and 3 to it, any MAC addresses learnt on those ports belong to the VLAN-1 FDB as opposed to the VR.  You are therefore able to type &lt;B&gt;show fdb vlan &lt;NAME&gt;&lt;/NAME&gt;&lt;/B&gt; that shows all MACs particular to the specified VLAN.  You can also specify port, VPLS, etc BUT, you cannot specify VR</description>
      <pubDate>Thu, 23 Apr 2015 15:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/scripting/virtual-router-virtaul-switch/m-p/19355#M65</guid>
      <dc:creator>Kawawa</dc:creator>
      <dc:date>2015-04-23T15:23:00Z</dc:date>
    </item>
  </channel>
</rss>

