<?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: MAC Extended ACL / MAC-Address subnet mask calculation in Data Center (VDX)</title>
    <link>https://community.extremenetworks.com/t5/data-center-vdx/mac-extended-acl-mac-address-subnet-mask-calculation/m-p/96258#M713</link>
    <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;SPAN&gt;Michael for your amazing support.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;there is a small correction in the syntax :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;deny 8759.7ca3.0000 FFFF.FFFF.0000 host 4ab3.1761.818a&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;This will match any MAC from&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;8759.7ca3.0000 - 8759.7ca3.FFFF&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jun 2023 09:25:47 GMT</pubDate>
    <dc:creator>pawarpavan</dc:creator>
    <dc:date>2023-06-30T09:25:47Z</dc:date>
    <item>
      <title>MAC Extended ACL / MAC-Address subnet mask calculation</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/mac-extended-acl-mac-address-subnet-mask-calculation/m-p/96232#M711</link>
      <description>&lt;P class=""&gt;Hello Team,&lt;/P&gt;&lt;P class=""&gt;I want to configure the mac ACL with a subnet mask but am unable to find any doc which tells the subnet mask calculation for it:&lt;/P&gt;&lt;P class=""&gt;------------------------------------------------------------------------------&lt;/P&gt;&lt;P class=""&gt;extreme01(conf-macl-ext)# deny 8759.7ca3.1111 ?&lt;/P&gt;&lt;P class=""&gt;Possible completions:&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&amp;lt;MACADDRESSMASK&amp;gt; &lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;Mac address Mask in HHHH.HHHH.HHHH format.&lt;/P&gt;&lt;P class=""&gt;------------------------------------------------------------------------------&lt;/P&gt;&lt;P class=""&gt;I have configured the blow ACL on the switch assuming it will drop traffic with SRC mac from 8759.7ca3.1xxx to 8759.7ca3.XXXX but it is not working as expected.&lt;/P&gt;&lt;P class=""&gt;, It is also dropping traffic which has source Macs 1759.7ca3.1ab1 , a759.7ca3.1ab1 etc.(there are other macs also which are being dropped)&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;mac access-list extended MAC_Extended&lt;/P&gt;&lt;P class=""&gt;deny 8759.7ca3.1111 8759.7ca3.0000 host 4ab3.1761.818a&lt;/P&gt;&lt;P class=""&gt;exit&lt;/P&gt;&lt;P class=""&gt;Note - For masking it accepts either 0 or f (ex -‘deny 8759.7ca3.1111 8759.7ca3.ffff host 4ab3.1761.818a’)&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;VDX6740(7.3.0aa)&lt;/P&gt;&lt;P class=""&gt;Please guide.&lt;/P&gt;&lt;P class=""&gt;-Pavan&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 13:25:46 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/mac-extended-acl-mac-address-subnet-mask-calculation/m-p/96232#M711</guid>
      <dc:creator>pawarpavan</dc:creator>
      <dc:date>2023-06-27T13:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: MAC Extended ACL / MAC-Address subnet mask calculation</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/mac-extended-acl-mac-address-subnet-mask-calculation/m-p/96243#M712</link>
      <description>&lt;P&gt;Pavan,&lt;/P&gt;&lt;P&gt;The correct syntax is "&lt;FONT face="courier new,courier"&gt;deny [Source MAC] [Source Mask] host [Destination Mac]&lt;/FONT&gt;"&lt;/P&gt;&lt;P&gt;Your command "&lt;FONT face="courier new,courier"&gt;deny 8759.7ca3.1111 8759.7ca3.0000 host 4ab3.1761.818a&lt;/FONT&gt;" is using an incorrect Mask.&lt;/P&gt;&lt;P&gt;If you want to match &lt;FONT face="courier new,courier"&gt;8759.7ca3.1xxx&lt;/FONT&gt; to &lt;FONT face="courier new,courier"&gt;8759.7ca3.xxxx&lt;/FONT&gt; you would use the Mask of &lt;FONT face="courier new,courier"&gt;FFFF.FFFF.1000&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;deny 8759.7ca3.1000 FFFF.FFFF.1000 host 4ab3.1761.818a&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;This will match any MAC from &lt;FONT face="courier new,courier"&gt;8759.7ca3.1000 - 8759.7ca3.FFFF&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 14:07:22 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/mac-extended-acl-mac-address-subnet-mask-calculation/m-p/96243#M712</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2023-06-28T14:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: MAC Extended ACL / MAC-Address subnet mask calculation</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/mac-extended-acl-mac-address-subnet-mask-calculation/m-p/96258#M713</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;SPAN&gt;Michael for your amazing support.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;there is a small correction in the syntax :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;deny 8759.7ca3.0000 FFFF.FFFF.0000 host 4ab3.1761.818a&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;This will match any MAC from&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;8759.7ca3.0000 - 8759.7ca3.FFFF&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 09:25:47 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/mac-extended-acl-mac-address-subnet-mask-calculation/m-p/96258#M713</guid>
      <dc:creator>pawarpavan</dc:creator>
      <dc:date>2023-06-30T09:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: MAC Extended ACL / MAC-Address subnet mask calculation</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/mac-extended-acl-mac-address-subnet-mask-calculation/m-p/96262#M714</link>
      <description>&lt;P&gt;Pavan,&lt;/P&gt;&lt;P&gt;Yes you are correct, however in your original post you asked about,&amp;nbsp;&lt;SPAN&gt;8759.7ca3.&lt;STRONG&gt;1XXX&lt;/STRONG&gt; -&amp;nbsp;8759.7ca3.&lt;STRONG&gt;XXXX&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I thought the 33 bit range was strange but just went with it.&amp;nbsp; If you instead want to match all addresses in the entire last "chomp", using the FFFF.FFFF.0000 it the correct Mask.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 13:36:09 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/mac-extended-acl-mac-address-subnet-mask-calculation/m-p/96262#M714</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2023-06-30T13:36:09Z</dc:date>
    </item>
  </channel>
</rss>

