<?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: Access-List STOPS all traffic! in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/access-list-stops-all-traffic/m-p/245286#M431085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The subnet on this interface is 172.21.10.x, whereas your access-list is only permitting traffic from 172.21.0.x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to only allow 172.21.10.x in with this ACL, change all the occurrances of 172.21.0.0 to 172.21.10.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to allow the whole b-class network of 172.21.x.x, then change all the occurrances of 0.0.0.255 to 0.0.255.255&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jul 2004 23:07:41 GMT</pubDate>
    <dc:creator>gfullage</dc:creator>
    <dc:date>2004-07-14T23:07:41Z</dc:date>
    <item>
      <title>Access-List STOPS all traffic!</title>
      <link>https://community.cisco.com/t5/network-access-control/access-list-stops-all-traffic/m-p/245285#M431084</link>
      <description>&lt;P&gt;I'm a bit confused, I applied this access list on the LAN sub-interface (FA0/0.100) of my network and it seems to be stopping all traffic anyway, when I look at the logs I see that traffic originating from the LAN is being dropped even though is being explicitely permitted, I appreciate all you input!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 105 permit eigrp any any&lt;/P&gt;&lt;P&gt;access-list 105 permit icmp any any&lt;/P&gt;&lt;P&gt;access-list 105 permit tcp 172.21.0.0 0.0.0.255 any eq www&lt;/P&gt;&lt;P&gt;access-list 105 permit tcp 172.21.0.0 0.0.0.255 any eq 563&lt;/P&gt;&lt;P&gt;access-list 105 permit udp 172.21.0.0 0.0.0.255 any eq netbios-ns&lt;/P&gt;&lt;P&gt;access-list 105 permit tcp 172.21.0.0 0.0.0.255 any eq 137&lt;/P&gt;&lt;P&gt;access-list 105 permit tcp 172.21.0.0 0.0.0.255 any eq 139&lt;/P&gt;&lt;P&gt;access-list 105 permit udp 172.21.0.0 0.0.0.255 any eq netbios-ss&lt;/P&gt;&lt;P&gt;access-list 105 permit tcp 172.21.0.0 0.0.0.255 any eq 8080&lt;/P&gt;&lt;P&gt;access-list 105 permit tcp 172.21.0.0 0.0.0.255 any eq domain&lt;/P&gt;&lt;P&gt;access-list 105 permit udp 172.21.0.0 0.0.0.255 any eq bootps&lt;/P&gt;&lt;P&gt;access-list 105 permit udp 172.21.0.0 0.0.0.255 any eq bootpc&lt;/P&gt;&lt;P&gt;access-list 105 permit tcp 172.21.0.0 0.0.0.255 any eq 546&lt;/P&gt;&lt;P&gt;access-list 105 permit tcp 172.21.0.0 0.0.0.255 any eq 547&lt;/P&gt;&lt;P&gt;access-list 105 permit udp 172.21.0.0 0.0.0.255 any eq 547&lt;/P&gt;&lt;P&gt;access-list 105 permit udp 172.21.0.0 0.0.0.255 any eq 546&lt;/P&gt;&lt;P&gt;access-list 105 permit tcp 172.21.0.0 0.0.0.255 any eq 127&lt;/P&gt;&lt;P&gt;access-list 105 permit tcp 172.21.0.0 0.0.0.255 any eq 445&lt;/P&gt;&lt;P&gt;access-list 105 permit tcp 172.21.0.0 0.0.0.255 any eq 6129&lt;/P&gt;&lt;P&gt;access-list 105 deny   ip any any log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0.100&lt;/P&gt;&lt;P&gt; description *** My network VLAN ***&lt;/P&gt;&lt;P&gt; encapsulation isl 100&lt;/P&gt;&lt;P&gt; ip address 172.21.10.1 255.255.255.0&lt;/P&gt;&lt;P&gt; ip access-group 105 in&lt;/P&gt;&lt;P&gt; ip helper-address 172.16.0.21&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 14:54:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/access-list-stops-all-traffic/m-p/245285#M431084</guid>
      <dc:creator>bbravo</dc:creator>
      <dc:date>2019-03-10T14:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Access-List STOPS all traffic!</title>
      <link>https://community.cisco.com/t5/network-access-control/access-list-stops-all-traffic/m-p/245286#M431085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The subnet on this interface is 172.21.10.x, whereas your access-list is only permitting traffic from 172.21.0.x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to only allow 172.21.10.x in with this ACL, change all the occurrances of 172.21.0.0 to 172.21.10.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to allow the whole b-class network of 172.21.x.x, then change all the occurrances of 0.0.0.255 to 0.0.255.255&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2004 23:07:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/access-list-stops-all-traffic/m-p/245286#M431085</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2004-07-14T23:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Access-List STOPS all traffic!</title>
      <link>https://community.cisco.com/t5/network-access-control/access-list-stops-all-traffic/m-p/245287#M431087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Already tried that, actually the first line on my Access list was: 172.21.0.0 0.0.255.255 any &lt;/P&gt;&lt;P&gt;But that gave me the same result, I don't think I need to specify ACL for returning traffic (?) since they are part of the same connections, I even tried any any and same result...I appreciate your help thou...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2004 12:51:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/access-list-stops-all-traffic/m-p/245287#M431087</guid>
      <dc:creator>bbravo</dc:creator>
      <dc:date>2004-07-15T12:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Access-List STOPS all traffic!</title>
      <link>https://community.cisco.com/t5/network-access-control/access-list-stops-all-traffic/m-p/245288#M431089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you remove the ACL from the subinterface, does your traffic flow as you expect?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2004 18:54:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/access-list-stops-all-traffic/m-p/245288#M431089</guid>
      <dc:creator>steve.busby</dc:creator>
      <dc:date>2004-07-15T18:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Access-List STOPS all traffic!</title>
      <link>https://community.cisco.com/t5/network-access-control/access-list-stops-all-traffic/m-p/245289#M431090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it does, and looking at the logs I can see that traffic being dropped.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2004 19:27:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/access-list-stops-all-traffic/m-p/245289#M431090</guid>
      <dc:creator>bbravo</dc:creator>
      <dc:date>2004-07-15T19:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Access-List STOPS all traffic!</title>
      <link>https://community.cisco.com/t5/network-access-control/access-list-stops-all-traffic/m-p/245290#M431091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So send us those logs then for us to have a look at.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2004 06:08:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/access-list-stops-all-traffic/m-p/245290#M431091</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2004-07-16T06:08:05Z</dc:date>
    </item>
  </channel>
</rss>

