<?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: Script to show the total number of @MAC in each Vlan ? in Scripting</title>
    <link>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20510#M247</link>
    <description>As this thread isn't related to an Extreme Networks device, I'm going to close it for further comment. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 09 Mar 2016 00:14:00 GMT</pubDate>
    <dc:creator>Drew_C</dc:creator>
    <dc:date>2016-03-09T00:14:00Z</dc:date>
    <item>
      <title>Script to show the total number of @MAC in each Vlan ?</title>
      <link>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20493#M230</link>
      <description>hi everyone,&lt;BR /&gt;
I need a command or script to get the total number of MAC@ in a VLAN &lt;BR /&gt;
thanks for your help &lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2016 21:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20493#M230</guid>
      <dc:creator>Mikou</dc:creator>
      <dc:date>2016-03-08T21:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Script to show the total number of @MAC in each Vlan ?</title>
      <link>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20494#M231</link>
      <description>show fdb vlan &lt;VLAN name=""&gt;&lt;BR /&gt;
&lt;BR /&gt;
Please let me know if this is what you are looking for.&lt;/VLAN&gt;</description>
      <pubDate>Tue, 08 Mar 2016 21:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20494#M231</guid>
      <dc:creator>Patrick_Voss</dc:creator>
      <dc:date>2016-03-08T21:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Script to show the total number of @MAC in each Vlan ?</title>
      <link>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20495#M232</link>
      <description>I try this command : &lt;B&gt;show mac-learning domain vlan vlan id summary&lt;/B&gt; and it's working but actually is showing the total number of Mac@ in one Vlan or a range of vlan . But me, I m looking for the number of mac@ by Vlan &lt;BR /&gt;
example : &lt;BR /&gt;
Vlan 1 = 420 &lt;BR /&gt;
vlan 2 = 50&lt;BR /&gt;
......&lt;BR /&gt;
vlan n = 389&lt;BR /&gt;
&lt;BR /&gt;
thanks for your help &lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2016 22:00:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20495#M232</guid>
      <dc:creator>Mikou</dc:creator>
      <dc:date>2016-03-08T22:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Script to show the total number of @MAC in each Vlan ?</title>
      <link>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20496#M233</link>
      <description>Hi Mikou,&lt;BR /&gt;
&lt;BR /&gt;
You can use the following command:&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;show fdb stats vlan &lt;VLAN_NAME&gt;  {no-refresh}&lt;BR /&gt;
&lt;/VLAN_NAME&gt;&lt;/I&gt;</description>
      <pubDate>Tue, 08 Mar 2016 22:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20496#M233</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-03-08T22:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: Script to show the total number of @MAC in each Vlan ?</title>
      <link>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20497#M234</link>
      <description>Also, if you want to see the numbers for all vlan you can use &lt;I&gt;show fdb stats vlan all.&lt;/I&gt;</description>
      <pubDate>Tue, 08 Mar 2016 22:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20497#M234</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-03-08T22:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Script to show the total number of @MAC in each Vlan ?</title>
      <link>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20498#M235</link>
      <description>hi Henrique,&lt;BR /&gt;
Unfortunately its doesn't work, but like I said before, I can see the numbers for all Vlan or just for one vlan by using   &lt;B&gt;show mac-learning domain vlan vlan id summary&lt;BR /&gt;
&lt;/B&gt;what I need is a script/command that allows me to show the number by VLAN in one time (not total number in all vlans)&lt;B&gt;&lt;BR /&gt;
&lt;/B&gt;&lt;BR /&gt;
example : &lt;BR /&gt;
Vlan 1 = 420 &lt;BR /&gt;
vlan 2 = 50&lt;BR /&gt;
......&lt;BR /&gt;
vlan n = 389&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2016 22:45:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20498#M235</guid>
      <dc:creator>Mikou</dc:creator>
      <dc:date>2016-03-08T22:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: Script to show the total number of @MAC in each Vlan ?</title>
      <link>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20499#M236</link>
      <description>Hi Mikou,&lt;BR /&gt;
&lt;BR /&gt;
I believe we are confused about what you are asking for. The command Henrique provided outputs this:&lt;BR /&gt;
&lt;BR /&gt;
FDB Statistics                                   Tue Mar  8 02:31:05 2016&lt;BR /&gt;
VLAN                       MAC Addresses     Dynamic      Static    Dropped&lt;BR /&gt;
==============================================================================&lt;BR /&gt;
Red                         9                             1                 0           0&lt;BR /&gt;
Default                    6                             0                 0           0&lt;BR /&gt;
==============================================================================&lt;BR /&gt;
&lt;BR /&gt;
This shows the amount of mac addresses on each VLAN.&lt;BR /&gt;
&lt;BR /&gt;
If this is not what you are looking for can you please elaborate so we can understand a little better.</description>
      <pubDate>Tue, 08 Mar 2016 22:52:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20499#M236</guid>
      <dc:creator>Patrick_Voss</dc:creator>
      <dc:date>2016-03-08T22:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Script to show the total number of @MAC in each Vlan ?</title>
      <link>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20500#M237</link>
      <description>Hi Patrick,&lt;BR /&gt;
this is exactly what I m looking for, but this command is not working in my switch  (Alcatel)  &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2016 23:11:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20500#M237</guid>
      <dc:creator>Mikou</dc:creator>
      <dc:date>2016-03-08T23:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Script to show the total number of @MAC in each Vlan ?</title>
      <link>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20501#M238</link>
      <description>What model switch is this and what version?</description>
      <pubDate>Tue, 08 Mar 2016 23:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20501#M238</guid>
      <dc:creator>Patrick_Voss</dc:creator>
      <dc:date>2016-03-08T23:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Script to show the total number of @MAC in each Vlan ?</title>
      <link>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20502#M239</link>
      <description>Alcatel-Lucent 10k os 10k 7.3.4.236.R02&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2016 23:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20502#M239</guid>
      <dc:creator>Mikou</dc:creator>
      <dc:date>2016-03-08T23:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Script to show the total number of @MAC in each Vlan ?</title>
      <link>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20503#M240</link>
      <description>What about show &lt;I&gt;mac-address-table count &lt;VLAN_ID&gt;?&lt;/VLAN_ID&gt;&lt;/I&gt;&lt;I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Example:&lt;/U&gt;&lt;BR /&gt;
&lt;/I&gt;                                        show mac-address-table count 100    &lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2016 23:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20503#M240</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-03-08T23:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Script to show the total number of @MAC in each Vlan ?</title>
      <link>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20504#M241</link>
      <description>not working !  &lt;BR /&gt;
the only choice which I have &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
-&amp;gt;show mac ?&lt;BR /&gt;
mac-learning   mac-range      mac-retention&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2016 23:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20504#M241</guid>
      <dc:creator>Mikou</dc:creator>
      <dc:date>2016-03-08T23:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Script to show the total number of @MAC in each Vlan ?</title>
      <link>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20505#M242</link>
      <description>Alcatel-Lucent 10k os 10k 7.3.4.236.R02 &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2016 23:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20505#M242</guid>
      <dc:creator>Mikou</dc:creator>
      <dc:date>2016-03-08T23:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Script to show the total number of @MAC in each Vlan ?</title>
      <link>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20506#M243</link>
      <description>Hi Mikou,&lt;BR /&gt;
&lt;BR /&gt;
That switch is not an Extreme Networks device. I found a CLI reference guide for the Omniswitch models that may be able to help you out.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://enterprise.alcatel-lucent.com/assets/documents/OmniSwitch_7_CLI_Reference_Guide_Rev-L_EN.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;http://enterprise.alcatel-lucent.com/assets/documents/OmniSwitch_7_CLI_Reference_Guide_Rev-L_EN.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Other than that I am not sure if this thread will be much help for you.</description>
      <pubDate>Tue, 08 Mar 2016 23:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20506#M243</guid>
      <dc:creator>Patrick_Voss</dc:creator>
      <dc:date>2016-03-08T23:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Script to show the total number of @MAC in each Vlan ?</title>
      <link>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20507#M244</link>
      <description>oki doki , thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2016 23:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20507#M244</guid>
      <dc:creator>Mikou</dc:creator>
      <dc:date>2016-03-08T23:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Script to show the total number of @MAC in each Vlan ?</title>
      <link>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20508#M245</link>
      <description>I would check if a higher version add some options to show mac output. If so, an upgrade might help.&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2016 23:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20508#M245</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-03-08T23:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Script to show the total number of @MAC in each Vlan ?</title>
      <link>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20509#M246</link>
      <description>oki thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Mar 2016 23:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20509#M246</guid>
      <dc:creator>Mikou</dc:creator>
      <dc:date>2016-03-08T23:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Script to show the total number of @MAC in each Vlan ?</title>
      <link>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20510#M247</link>
      <description>As this thread isn't related to an Extreme Networks device, I'm going to close it for further comment. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Mar 2016 00:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/scripting/script-to-show-the-total-number-of-mac-in-each-vlan/m-p/20510#M247</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2016-03-09T00:14:00Z</dc:date>
    </item>
  </channel>
</rss>

