<?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 VACL Basics in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/vacl-basics/m-p/2085169#M218138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I may have found my problem.&lt;/P&gt;&lt;P&gt;I should have used a permit statement? then let the VACL action drop under the first match condition.&lt;/P&gt;&lt;P&gt;I missed that for some reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;ip access-list extended itunes&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;permit tcp any any eq 3689 established&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;permit udp any any eq 5353&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;vlan access-map stopitunes&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;action drop&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;match ip address itunes&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;vlan access-map stopitunes&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;action forward&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;!&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;vlan filter stopitunes vlan-list 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is what I should have configured... &lt;/P&gt;&lt;P&gt;I will check in a second.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Dec 2012 14:45:05 GMT</pubDate>
    <dc:creator>Michael Sales</dc:creator>
    <dc:date>2012-12-21T14:45:05Z</dc:date>
    <item>
      <title>VACL Basics</title>
      <link>https://community.cisco.com/t5/wireless/vacl-basics/m-p/2085168#M218137</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been working with ACL's for a while and needed to filter some iTunes share traffic on a specific VLAN&lt;/P&gt;&lt;P&gt;I assume VACL's will work for me. So, I created the following but it doesn't seem to be working.&lt;/P&gt;&lt;P&gt;Can I get some assistance on this from anyone who's done this more than I?&lt;/P&gt;&lt;P&gt;I'd appreciate it....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My intention is to block TCP 3689 and UDP 5353 that iTunes uses to share libraries.&lt;/P&gt;&lt;P&gt;Everything else is ok. This is enabled on a Cisco 4510 Core assigned to VLAN 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended itunes&lt;/P&gt;&lt;P&gt; deny&amp;nbsp;&amp;nbsp; tcp any any eq 3689 established&lt;/P&gt;&lt;P&gt; deny&amp;nbsp;&amp;nbsp; udp any any eq 5353&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vlan access-map stopitunes&lt;/P&gt;&lt;P&gt; action forward&lt;/P&gt;&lt;P&gt; match ip address itunes&lt;/P&gt;&lt;P&gt;vlan access-map stopitunes&lt;/P&gt;&lt;P&gt; action forward&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;vlan filter stopitunes vlan-list 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---Show output--------------&lt;/P&gt;&lt;P&gt;4510-MDF#show access-list&lt;/P&gt;&lt;P&gt;Extended IP access list itunes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10 deny tcp any any eq 3689 established (31006 matches)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20 deny udp any any eq 5353 (1091101 matches)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30 permit ip any any (659731373 matches)&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 06:16:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/vacl-basics/m-p/2085168#M218137</guid>
      <dc:creator>Michael Sales</dc:creator>
      <dc:date>2021-07-04T06:16:04Z</dc:date>
    </item>
    <item>
      <title>VACL Basics</title>
      <link>https://community.cisco.com/t5/wireless/vacl-basics/m-p/2085169#M218138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I may have found my problem.&lt;/P&gt;&lt;P&gt;I should have used a permit statement? then let the VACL action drop under the first match condition.&lt;/P&gt;&lt;P&gt;I missed that for some reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;ip access-list extended itunes&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;permit tcp any any eq 3689 established&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;permit udp any any eq 5353&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;vlan access-map stopitunes&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;action drop&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;match ip address itunes&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;vlan access-map stopitunes&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;action forward&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;!&lt;/P&gt;&lt;P style="background-color: #ffffff; border-collapse: collapse; font-size: 12px; list-style: none; font-family: Arial, verdana, sans-serif;"&gt;vlan filter stopitunes vlan-list 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is what I should have configured... &lt;/P&gt;&lt;P&gt;I will check in a second.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2012 14:45:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/vacl-basics/m-p/2085169#M218138</guid>
      <dc:creator>Michael Sales</dc:creator>
      <dc:date>2012-12-21T14:45:05Z</dc:date>
    </item>
  </channel>
</rss>

