<?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 Vlan MAC Limit in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-mac-limit/m-p/81293#M20091</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we want to set a MAC limit (1) on a VLAN on a port. The MAC is to be permanently configured and every packet that does not come from the MAC on the VLAN is to be discarded and not forwarded or otherwise stored/recorded. Of course there are other VLANs on the port, which should not be affected by this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Idea:&amp;nbsp;&lt;/P&gt;&lt;P&gt;# create fdb &amp;lt;MAC&amp;gt; vlan &amp;lt;VLAN&amp;gt; ports &amp;lt;PORT&amp;gt;&lt;BR /&gt;# configure ports &amp;lt;PORT&amp;gt; vlan &amp;lt;VLAN&amp;gt; limit-learning 0 action stop-learning&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question: can we create a ACL for this? and if yes, how it would look like?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;many thx in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jan 2021 22:05:23 GMT</pubDate>
    <dc:creator>mkraft</dc:creator>
    <dc:date>2021-01-08T22:05:23Z</dc:date>
    <item>
      <title>Vlan MAC Limit</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-mac-limit/m-p/81293#M20091</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we want to set a MAC limit (1) on a VLAN on a port. The MAC is to be permanently configured and every packet that does not come from the MAC on the VLAN is to be discarded and not forwarded or otherwise stored/recorded. Of course there are other VLANs on the port, which should not be affected by this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Idea:&amp;nbsp;&lt;/P&gt;&lt;P&gt;# create fdb &amp;lt;MAC&amp;gt; vlan &amp;lt;VLAN&amp;gt; ports &amp;lt;PORT&amp;gt;&lt;BR /&gt;# configure ports &amp;lt;PORT&amp;gt; vlan &amp;lt;VLAN&amp;gt; limit-learning 0 action stop-learning&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question: can we create a ACL for this? and if yes, how it would look like?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;many thx in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 22:05:23 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-mac-limit/m-p/81293#M20091</guid>
      <dc:creator>mkraft</dc:creator>
      <dc:date>2021-01-08T22:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Vlan MAC Limit</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-mac-limit/m-p/81294#M20092</link>
      <description>&lt;P&gt;I believe this is an switch uplink?&lt;/P&gt;&lt;P&gt;If you use an ACL you don’t need to limit learning and so on. An ACL could look like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;entry permit_MAC {&lt;BR /&gt;if match any {&lt;BR /&gt;ethernet-source-address xx:xx:xx:xx:xx:xx;&lt;BR /&gt;ethernet-destination-address xx:xx:xx:xx:xx:xx;&lt;BR /&gt;} then {&lt;BR /&gt;permit;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;entry block_all {&lt;BR /&gt;if {&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;deny;&lt;BR /&gt;}&lt;BR /&gt;}&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;ACL must be applied on the specific vlan. I didn’t test it.&lt;/P&gt;&lt;P&gt;In order to help you better, more information is neccessary. If we know what and why you try to achieve, we might find a better solution. Maybe we even have an &lt;A href="https://xyproblem.info/" target="_blank" rel="nofollow noreferrer noopener"&gt;XY-Problem&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 23:11:31 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-mac-limit/m-p/81294#M20092</guid>
      <dc:creator>Stefan_K_</dc:creator>
      <dc:date>2021-01-08T23:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Vlan MAC Limit</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-mac-limit/m-p/81295#M20093</link>
      <description>&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As mentoinned by &lt;USER-MENTION data-id="9898672"&gt;@Stefan K.&lt;/USER-MENTION&gt; you should describe more deeply your use case to get a more precise solution.&lt;/P&gt;&lt;P&gt;For example, on ERS switches if you perform an authentication on the port you can limit the number of concurrent MACs to be allowed on the port.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mig&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jan 2021 20:43:36 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-mac-limit/m-p/81295#M20093</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2021-01-09T20:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Vlan MAC Limit</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-mac-limit/m-p/81296#M20094</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thx Stefan and Miguel. I actually dont know much about the problem (customer asking). I’ve just posted his question, translated, &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I gave hime both Solutions (Port Security à la Cisco and the ACL). He should be happy by now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 02:29:54 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vlan-mac-limit/m-p/81296#M20094</guid>
      <dc:creator>mkraft</dc:creator>
      <dc:date>2021-01-12T02:29:54Z</dc:date>
    </item>
  </channel>
</rss>

