<?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 You're welcome.  It would be in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/acl-is-blocking-dhcp-traffic/m-p/2888366#M911793</link>
    <description>&lt;P&gt;You're welcome. &amp;nbsp;It would be great if you could rate helpful posts and mark responses.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jul 2016 23:35:50 GMT</pubDate>
    <dc:creator>Philip D'Ath</dc:creator>
    <dc:date>2016-07-05T23:35:50Z</dc:date>
    <item>
      <title>ACL is blocking DHCP traffic</title>
      <link>https://community.cisco.com/t5/network-security/acl-is-blocking-dhcp-traffic/m-p/2888360#M911770</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;I'm attempting to set up ACLs on my VLANs to block access to all other VLANs but allow traffic to the servers and the internet. As soon as I apply the ACL to the SVI it stops new connections i.e. they can't get an IP address from the DHCP server on the server network. Already connected devices have all other traffic controlled as I wanted. Any pointers as to how I can rectify the situation will be greatly appreciated.&lt;/P&gt;
&lt;P&gt;Servers are on 10.10.0.0/23 and 10.20.0.0/23, NGFW is 10.80.1.254.&lt;/P&gt;
&lt;P&gt;Below is how I structured a test VACL for Vlan 500 (10.50.0.0/20):&lt;/P&gt;
&lt;P&gt;no ip access-list extended pen-wifi-vacl-in&lt;BR /&gt;ip access-list extended pen-wifi-vacl-in&lt;BR /&gt;&amp;nbsp;remark *** Allow server access ***&lt;BR /&gt;&amp;nbsp;permit ip 10.50.0.0 0.0.15.255 10.10.0.0 0.0.1.255&lt;BR /&gt;&amp;nbsp;permit ip 10.50.0.0 0.0.15.255 10.20.0.0 0.0.1.255&lt;BR /&gt;&amp;nbsp;permit ip 10.50.0.0 0.0.15.255 host 10.80.1.254&lt;BR /&gt;&amp;nbsp;remark *** Deny access to other VLANs ***&lt;BR /&gt;&amp;nbsp;remark * Wired VLANs *&lt;BR /&gt;&amp;nbsp;deny&amp;nbsp;&amp;nbsp; ip 10.50.0.0 0.0.15.255 10.12.0.0 0.0.0.255 log&lt;BR /&gt;&amp;nbsp;deny&amp;nbsp;&amp;nbsp; ip 10.50.0.0 0.0.15.255 10.13.0.0 0.0.1.255 log&lt;BR /&gt;&amp;nbsp;deny&amp;nbsp;&amp;nbsp; ip 10.50.0.0 0.0.15.255 10.15.0.0 0.0.1.255 log&lt;BR /&gt;&amp;nbsp;deny&amp;nbsp;&amp;nbsp; ip 10.50.0.0 0.0.15.255 10.22.1.0 0.0.255.255 log&lt;BR /&gt;&amp;nbsp;deny&amp;nbsp;&amp;nbsp; ip 10.50.0.0 0.0.15.255 10.23.0.0 0.0.0.255 log&lt;BR /&gt;&amp;nbsp;deny&amp;nbsp;&amp;nbsp; ip 10.50.0.0 0.0.15.255 10.25.0.0 0.0.3.255 log&lt;BR /&gt;&amp;nbsp;deny&amp;nbsp;&amp;nbsp; ip 10.50.0.0 0.0.15.255 10.30.0.0 0.0.1.255 log&lt;BR /&gt;&amp;nbsp;deny&amp;nbsp;&amp;nbsp; ip 10.50.0.0 0.0.15.255 10.60.0.0 0.0.1.255 log&lt;BR /&gt;&amp;nbsp;remark * BYOD and Wi-Fi *&lt;BR /&gt;&amp;nbsp;deny&amp;nbsp;&amp;nbsp; ip 10.50.0.0 0.0.15.255 10.26.0.0 0.0.3.255 log&lt;BR /&gt;&amp;nbsp;deny&amp;nbsp;&amp;nbsp; ip 10.50.0.0 0.0.15.255 10.27.0.0 0.0.3.255 log&lt;BR /&gt;&amp;nbsp;deny&amp;nbsp;&amp;nbsp; ip 10.50.0.0 0.0.15.255 10.28.0.0 0.0.3.255 log&lt;BR /&gt;&amp;nbsp;deny&amp;nbsp;&amp;nbsp; ip 10.50.0.0 0.0.15.255 10.29.0.0 0.0.1.255 log&lt;BR /&gt;&amp;nbsp;deny&amp;nbsp;&amp;nbsp; ip 10.50.0.0 0.0.15.255 10.36.0.0 0.0.3.255 log&lt;BR /&gt;&amp;nbsp;deny&amp;nbsp;&amp;nbsp; ip 10.50.0.0 0.0.15.255 10.70.0.0 0.0.15.255 log&lt;BR /&gt;&amp;nbsp;remark * VoIP and management *&lt;BR /&gt;&amp;nbsp;deny&amp;nbsp;&amp;nbsp; ip 10.50.0.0 0.0.15.255 10.31.0.0 0.0.0.255 log&lt;BR /&gt;&amp;nbsp;deny&amp;nbsp;&amp;nbsp; ip 10.50.0.0 0.0.15.255 10.61.0.0 0.0.0.255 log&lt;BR /&gt;&amp;nbsp;deny&amp;nbsp;&amp;nbsp; ip 10.50.0.0 0.0.15.255 10.252.0.0 0.3.255.255 log&lt;BR /&gt;&amp;nbsp;remark *** Permit access to the internet ***&lt;BR /&gt;&amp;nbsp;permit ip 10.50.0.0 0.0.15.255 any&lt;BR /&gt;&amp;nbsp;!&lt;BR /&gt;&amp;nbsp;interface Vlan500&lt;BR /&gt;&amp;nbsp;no ip access-group pen-wifi-vacl-in in&lt;BR /&gt;&amp;nbsp;ip access-group pen-wifi-vacl-in in&lt;BR /&gt;exit&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;David&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 13:51:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-is-blocking-dhcp-traffic/m-p/2888360#M911770</guid>
      <dc:creator>David Waters</dc:creator>
      <dc:date>2020-02-21T13:51:38Z</dc:date>
    </item>
    <item>
      <title>I don't see any DHCP</title>
      <link>https://community.cisco.com/t5/network-security/acl-is-blocking-dhcp-traffic/m-p/2888361#M911777</link>
      <description>&lt;P&gt;I don't see any DHCP forwarding commands, so I'm not sure how your clients get their request to the DHCP server; but to begin with clients have no IP address. &amp;nbsp;So they send a packet from 0.0.0.0 to 255.255.255.255. &amp;nbsp;On the whole, I would just add a rule to allow "any to 255.255.255.255" so that broadcast traffic is allowed in general.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 05:51:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-is-blocking-dhcp-traffic/m-p/2888361#M911777</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2016-07-05T05:51:21Z</dc:date>
    </item>
    <item>
      <title>Thanks Philip,</title>
      <link>https://community.cisco.com/t5/network-security/acl-is-blocking-dhcp-traffic/m-p/2888362#M911782</link>
      <description>&lt;P&gt;Thanks Philip,&lt;/P&gt;
&lt;P&gt;I'm configuring the ACLs on a 3850 stack and a 3750 stack. I'm guessing you're talking about the dhcprelay commands (not familiar with the use of these as yet).&lt;/P&gt;
&lt;P&gt;By adding the rule I'm assuming I tack it on the end of the ACL?&lt;/P&gt;
&lt;P&gt;Cheers&lt;BR /&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 05:59:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-is-blocking-dhcp-traffic/m-p/2888362#M911782</guid>
      <dc:creator>David Waters</dc:creator>
      <dc:date>2016-07-05T05:59:11Z</dc:date>
    </item>
    <item>
      <title>Yes, you could add it to the</title>
      <link>https://community.cisco.com/t5/network-security/acl-is-blocking-dhcp-traffic/m-p/2888363#M911784</link>
      <description>Yes, you could add it to the end of the ACL.</description>
      <pubDate>Tue, 05 Jul 2016 06:11:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-is-blocking-dhcp-traffic/m-p/2888363#M911784</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2016-07-05T06:11:55Z</dc:date>
    </item>
    <item>
      <title>After more research I'm</title>
      <link>https://community.cisco.com/t5/network-security/acl-is-blocking-dhcp-traffic/m-p/2888364#M911787</link>
      <description>&lt;P&gt;After more research I'm thinking I should add the following:&lt;/P&gt;
&lt;P&gt;permit udp any any eq 67&lt;BR /&gt;permit udp any any eq 68&lt;/P&gt;
&lt;P&gt;This should allow all DHCP (UDP ports 67 [bootps] for server and 68 [bootpc] for client) but still keep the ACLs nice and tight security wise.&lt;/P&gt;
&lt;P&gt;I'll try this first and let you know the outcome.&lt;/P&gt;
&lt;P&gt;Cheers&lt;BR /&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 23:10:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-is-blocking-dhcp-traffic/m-p/2888364#M911787</guid>
      <dc:creator>David Waters</dc:creator>
      <dc:date>2016-07-05T23:10:57Z</dc:date>
    </item>
    <item>
      <title>Hi Philip,</title>
      <link>https://community.cisco.com/t5/network-security/acl-is-blocking-dhcp-traffic/m-p/2888365#M911790</link>
      <description>&lt;P&gt;Hi Philip,&lt;/P&gt;
&lt;P&gt;I'm pleased to report the two lines I added have done the trick without opening any other ports.&lt;/P&gt;
&lt;P&gt;Thank you for your assistance and for stimulating me to look deeper.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 23:26:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-is-blocking-dhcp-traffic/m-p/2888365#M911790</guid>
      <dc:creator>David Waters</dc:creator>
      <dc:date>2016-07-05T23:26:40Z</dc:date>
    </item>
    <item>
      <title>You're welcome.  It would be</title>
      <link>https://community.cisco.com/t5/network-security/acl-is-blocking-dhcp-traffic/m-p/2888366#M911793</link>
      <description>&lt;P&gt;You're welcome. &amp;nbsp;It would be great if you could rate helpful posts and mark responses.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 23:35:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-is-blocking-dhcp-traffic/m-p/2888366#M911793</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2016-07-05T23:35:50Z</dc:date>
    </item>
    <item>
      <title>Questionnaire filled in. ;-)</title>
      <link>https://community.cisco.com/t5/network-security/acl-is-blocking-dhcp-traffic/m-p/2888367#M911795</link>
      <description>&lt;P&gt;Questionnaire filled in. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 23:49:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-is-blocking-dhcp-traffic/m-p/2888367#M911795</guid>
      <dc:creator>David Waters</dc:creator>
      <dc:date>2016-07-05T23:49:10Z</dc:date>
    </item>
    <item>
      <title>Worth noting is this article</title>
      <link>https://community.cisco.com/t5/network-security/acl-is-blocking-dhcp-traffic/m-p/2888368#M911798</link>
      <description>&lt;P&gt;Worth noting is this article I found which outlines VACLs including allowing DNS and DHCP traffic. I found it invaluable for the task.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 9.0pt; color: #595959;" lang="en-GB"&gt;&lt;A href="http://www.firewall.cx/cisco-technical-knowledgebase/cisco-switches/818-cisco-switches-vlan-security.html"&gt;http://www.firewall.cx/cisco-technical-knowledgebase/cisco-switches/818-cisco-switches-vlan-security.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 00:58:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-is-blocking-dhcp-traffic/m-p/2888368#M911798</guid>
      <dc:creator>David Waters</dc:creator>
      <dc:date>2016-07-06T00:58:32Z</dc:date>
    </item>
  </channel>
</rss>

