<?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: How to block a list of Mac-Addresses on Enterasys Switches (CLI) in ExtremeSwitching (Other)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-other/how-to-block-a-list-of-mac-addresses-on-enterasys-switches-cli/m-p/10182#M1210</link>
    <description>also a video on What is SpanGuard and How To Configure it on Enterasys Switches &lt;BR /&gt;
by Jason Parker&lt;BR /&gt;
&lt;A href="https://www.youtube.com/watch?v=euUa_5Rv-Uc" target="_blank" rel="nofollow noreferrer noopener"&gt;https://www.youtube.com/watch?v=euUa_5Rv-Uc&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Thu, 04 Aug 2016 18:28:00 GMT</pubDate>
    <dc:creator>Jason_Parker</dc:creator>
    <dc:date>2016-08-04T18:28:00Z</dc:date>
    <item>
      <title>How to block a list of Mac-Addresses on Enterasys Switches (CLI)</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/how-to-block-a-list-of-mac-addresses-on-enterasys-switches-cli/m-p/10179#M1207</link>
      <description>I received a task to "block" a list of mac addresses on my environment, and I don't know how to do it on Enterasys CLI (C3 and A2 models). I've watched the video where shows how to do it using MACLOCK on Netsight, but unfortunately I don't have this software here. Could someone help me with this issue?&lt;BR /&gt;
&lt;BR /&gt;
I already appreciate any help!</description>
      <pubDate>Tue, 03 Feb 2015 19:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/how-to-block-a-list-of-mac-addresses-on-enterasys-switches-cli/m-p/10179#M1207</guid>
      <dc:creator>Michel_Braga_Gu</dc:creator>
      <dc:date>2015-02-03T19:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to block a list of Mac-Addresses on Enterasys Switches (CLI)</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/how-to-block-a-list-of-mac-addresses-on-enterasys-switches-cli/m-p/10180#M1208</link>
      <description>Hello Guimaraes.Make sure you know all the uplink in the disered switch and DO NOT apply the bellow configs to a link that connects to other switches.&lt;BR /&gt;
&lt;BR /&gt;
set maclock enable&lt;BR /&gt;
set maclock trap ge.X.X enable violation&lt;BR /&gt;
&lt;BR /&gt;
set spantree adminedge ge.X.X true&lt;BR /&gt;
&lt;BR /&gt;
set maclock enable ge.X.X&lt;BR /&gt;
&lt;BR /&gt;
set maclock firstarrival ge.X.X  1&lt;BR /&gt;
&lt;BR /&gt;
To know who is connected to who use:&lt;BR /&gt;
&lt;BR /&gt;
show neighbors&lt;BR /&gt;
&lt;BR /&gt;
In case of duvidas im glad to help.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Feb 2015 19:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/how-to-block-a-list-of-mac-addresses-on-enterasys-switches-cli/m-p/10180#M1208</guid>
      <dc:creator>Bruno2</dc:creator>
      <dc:date>2015-02-03T19:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to block a list of Mac-Addresses on Enterasys Switches (CLI)</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/how-to-block-a-list-of-mac-addresses-on-enterasys-switches-cli/m-p/10181#M1209</link>
      <description>MACLOCK is one way to do it but it has a lot of other effects that you may be after....and in the end it does not actually block any MAC addresses.  The way I have handled this is to create a "Black Hole" VLAN -- in my case I use 999 -- to nowhere and then create MAC-to-VLAN associations on the switch stack. This way, whenever a device with a banned MAC connects, it's associated with a VLAN that has no routing, no DHCP, etc.&lt;BR /&gt;
&lt;BR /&gt;
Here's the config:&lt;BR /&gt;
&lt;BR /&gt;
set vlan create 999&lt;BR /&gt;
set vlan name "BLACK HOLE"&lt;BR /&gt;
set vlan dynamicegress 999 enable&lt;BR /&gt;
set vlan association mac 00112233445566 999 &amp;lt;--repeat this for each banned MAC, where of course I'm using 00112233445566 as the example&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps.</description>
      <pubDate>Wed, 09 Dec 2015 23:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/how-to-block-a-list-of-mac-addresses-on-enterasys-switches-cli/m-p/10181#M1209</guid>
      <dc:creator>Paul_Bell</dc:creator>
      <dc:date>2015-12-09T23:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to block a list of Mac-Addresses on Enterasys Switches (CLI)</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/how-to-block-a-list-of-mac-addresses-on-enterasys-switches-cli/m-p/10182#M1210</link>
      <description>also a video on What is SpanGuard and How To Configure it on Enterasys Switches &lt;BR /&gt;
by Jason Parker&lt;BR /&gt;
&lt;A href="https://www.youtube.com/watch?v=euUa_5Rv-Uc" target="_blank" rel="nofollow noreferrer noopener"&gt;https://www.youtube.com/watch?v=euUa_5Rv-Uc&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Aug 2016 18:28:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/how-to-block-a-list-of-mac-addresses-on-enterasys-switches-cli/m-p/10182#M1210</guid>
      <dc:creator>Jason_Parker</dc:creator>
      <dc:date>2016-08-04T18:28:00Z</dc:date>
    </item>
  </channel>
</rss>

