<?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: Extended Named ACL Denying Traffic in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/extended-named-acl-denying-traffic/m-p/4871777#M1102541</link>
    <description>&lt;P&gt;ip access-list extended &lt;STRONG&gt;veneer-203 &amp;lt;&amp;lt;-OUTbound&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;permit tcp host 192.168.244.20 10.2.203.0 0.0.0.255 eq 80&lt;BR /&gt;permit tcp host 192.168.244.25 10.2.203.0 0.0.0.255 eq 80&lt;BR /&gt;permit tcp host 192.168.244.30 10.2.203.0 0.0.0.255 eq 80&lt;/P&gt;
&lt;P&gt;permit tcp 192.168.203.0 0.0.0.255 10.2.203.0 0.0.0.255 eq 80&amp;nbsp;&lt;BR /&gt;permit tcp 192.168.203.0 0.0.0.255 10.2.203.0 0.0.0.255 eq 443&amp;nbsp;&lt;BR /&gt;permit tcp 192.168.203.0 0.0.0.255 10.2.203.0 0.0.0.255 eq 554&amp;nbsp;&lt;BR /&gt;deny ip any any&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;ip access-list extended &lt;STRONG&gt;veneer-203IN &amp;lt;&amp;lt;-INbound&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;permit tcp 192.168.203.0 0.0.0.255 10.2.203.0 0.0.0.255 eq 80 established&lt;BR /&gt;permit tcp 192.168.203.0 0.0.0.255 10.2.203.0 0.0.0.255 eq 443 established&lt;BR /&gt;permit tcp 192.168.203.0 0.0.0.255 10.2.203.0 0.0.0.255 eq 554 established&lt;/P&gt;
&lt;P&gt;deny ip any any log&lt;BR /&gt;&lt;BR /&gt;this what you need established work only INbound not for OUTbound if the traffic initiate from 192.168.203.x&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jul 2023 14:11:02 GMT</pubDate>
    <dc:creator>MHM Cisco World</dc:creator>
    <dc:date>2023-07-11T14:11:02Z</dc:date>
    <item>
      <title>Extended Named ACL Denying Traffic</title>
      <link>https://community.cisco.com/t5/network-security/extended-named-acl-denying-traffic/m-p/4871758#M1102538</link>
      <description>&lt;P&gt;I have the following ACL. For the most part everything is working in the ACL as it should be. The problem is that even though 192.168.203.0 is permitted, I still get denies in the logs. The logs will be below the ACL. We switched from TCP to IP in the ACL and now we are no longer getting the denies but I don't understand why it was getting denied.&lt;/P&gt;&lt;P&gt;ip access-list extended veneer-203&lt;/P&gt;&lt;P&gt;permit tcp host 192.168.244.20 10.2.203.0 0.0.0.255 eq 80&lt;BR /&gt;permit tcp host 192.168.244.25 10.2.203.0 0.0.0.255 eq 80&lt;BR /&gt;permit tcp host 192.168.244.30 10.2.203.0 0.0.0.255 eq 80&lt;/P&gt;&lt;P&gt;permit tcp 192.168.203.0 0.0.0.255 10.2.203.0 0.0.0.255 eq 80 established&lt;BR /&gt;permit tcp 192.168.203.0 0.0.0.255 10.2.203.0 0.0.0.255 eq 443 established&lt;BR /&gt;permit tcp 192.168.203.0 0.0.0.255 10.2.203.0 0.0.0.255 eq 554 established&lt;/P&gt;&lt;P&gt;deny ip any any log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Jul 10 14:30:14 PDT: %SEC-6-IPACCESSLOGP: list veneer-203 denied tcp 192.168.203.45(64656) -&amp;gt; 10.2.203.52(80), 1 packet&lt;BR /&gt;Jul 10 14:30:24 PDT: %SEC-6-IPACCESSLOGP: list veneer-203 denied tcp 192.168.203.45(64671) -&amp;gt; 10.2.203.52(443), 1 packet&lt;BR /&gt;Jul 10 14:30:34 PDT: %SEC-6-IPACCESSLOGP: list veneer-203 denied tcp 192.168.203.45(64709) -&amp;gt; 10.2.203.51(443), 1 packet&lt;BR /&gt;Jul 10 14:31:04 PDT: %SEC-6-IPACCESSLOGP: list veneer-203 denied tcp 192.168.203.45(64729) -&amp;gt; 10.2.203.52(80), 1 packet&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 13:53:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/extended-named-acl-denying-traffic/m-p/4871758#M1102538</guid>
      <dc:creator>tonyplueard</dc:creator>
      <dc:date>2023-07-11T13:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Named ACL Denying Traffic</title>
      <link>https://community.cisco.com/t5/network-security/extended-named-acl-denying-traffic/m-p/4871764#M1102539</link>
      <description>&lt;P&gt;Please what is direction of traffic here&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are ACL inbound or outbound ?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 13:57:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/extended-named-acl-denying-traffic/m-p/4871764#M1102539</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-07-11T13:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Named ACL Denying Traffic</title>
      <link>https://community.cisco.com/t5/network-security/extended-named-acl-denying-traffic/m-p/4871765#M1102540</link>
      <description>&lt;P&gt;This is an outbound ACL&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 13:58:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/extended-named-acl-denying-traffic/m-p/4871765#M1102540</guid>
      <dc:creator>tonyplueard</dc:creator>
      <dc:date>2023-07-11T13:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Named ACL Denying Traffic</title>
      <link>https://community.cisco.com/t5/network-security/extended-named-acl-denying-traffic/m-p/4871777#M1102541</link>
      <description>&lt;P&gt;ip access-list extended &lt;STRONG&gt;veneer-203 &amp;lt;&amp;lt;-OUTbound&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;permit tcp host 192.168.244.20 10.2.203.0 0.0.0.255 eq 80&lt;BR /&gt;permit tcp host 192.168.244.25 10.2.203.0 0.0.0.255 eq 80&lt;BR /&gt;permit tcp host 192.168.244.30 10.2.203.0 0.0.0.255 eq 80&lt;/P&gt;
&lt;P&gt;permit tcp 192.168.203.0 0.0.0.255 10.2.203.0 0.0.0.255 eq 80&amp;nbsp;&lt;BR /&gt;permit tcp 192.168.203.0 0.0.0.255 10.2.203.0 0.0.0.255 eq 443&amp;nbsp;&lt;BR /&gt;permit tcp 192.168.203.0 0.0.0.255 10.2.203.0 0.0.0.255 eq 554&amp;nbsp;&lt;BR /&gt;deny ip any any&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;ip access-list extended &lt;STRONG&gt;veneer-203IN &amp;lt;&amp;lt;-INbound&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;permit tcp 192.168.203.0 0.0.0.255 10.2.203.0 0.0.0.255 eq 80 established&lt;BR /&gt;permit tcp 192.168.203.0 0.0.0.255 10.2.203.0 0.0.0.255 eq 443 established&lt;BR /&gt;permit tcp 192.168.203.0 0.0.0.255 10.2.203.0 0.0.0.255 eq 554 established&lt;/P&gt;
&lt;P&gt;deny ip any any log&lt;BR /&gt;&lt;BR /&gt;this what you need established work only INbound not for OUTbound if the traffic initiate from 192.168.203.x&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 14:11:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/extended-named-acl-denying-traffic/m-p/4871777#M1102541</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-07-11T14:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Named ACL Denying Traffic</title>
      <link>https://community.cisco.com/t5/network-security/extended-named-acl-denying-traffic/m-p/4871786#M1102543</link>
      <description>&lt;P&gt;So are you saying that having the established at the end is what is causing the denies?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 14:15:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/extended-named-acl-denying-traffic/m-p/4871786#M1102543</guid>
      <dc:creator>tonyplueard</dc:creator>
      <dc:date>2023-07-11T14:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Named ACL Denying Traffic</title>
      <link>https://community.cisco.com/t5/network-security/extended-named-acl-denying-traffic/m-p/4871789#M1102544</link>
      <description>&lt;P&gt;Also the ACL is technically an outbound acl but it is an inbound to the 10.2.203.0 VLAN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 14:15:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/extended-named-acl-denying-traffic/m-p/4871789#M1102544</guid>
      <dc:creator>tonyplueard</dc:creator>
      <dc:date>2023-07-11T14:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Named ACL Denying Traffic</title>
      <link>https://community.cisco.com/t5/network-security/extended-named-acl-denying-traffic/m-p/4871794#M1102546</link>
      <description>&lt;P&gt;I depend on your answer before you apply this ACL OUTbound under the SVI&amp;nbsp;&lt;BR /&gt;and OUTbound not work&amp;nbsp; with established.&lt;BR /&gt;established work with INbound ACL.&amp;nbsp;&lt;BR /&gt;there is no ACL config as OUTbound and work as OUTbound and INbound.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 14:22:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/extended-named-acl-denying-traffic/m-p/4871794#M1102546</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-07-11T14:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Named ACL Denying Traffic</title>
      <link>https://community.cisco.com/t5/network-security/extended-named-acl-denying-traffic/m-p/4871796#M1102547</link>
      <description>&lt;P&gt;I apologize it is an outbound ACL on the SVI&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 14:25:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/extended-named-acl-denying-traffic/m-p/4871796#M1102547</guid>
      <dc:creator>tonyplueard</dc:creator>
      <dc:date>2023-07-11T14:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Named ACL Denying Traffic</title>
      <link>https://community.cisco.com/t5/network-security/extended-named-acl-denying-traffic/m-p/4871800#M1102548</link>
      <description>&lt;P&gt;I redid the ACL without the established on it and I have stopped getting all the denies. Thank you for your help and I learned something new.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 14:30:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/extended-named-acl-denying-traffic/m-p/4871800#M1102548</guid>
      <dc:creator>tonyplueard</dc:creator>
      <dc:date>2023-07-11T14:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Named ACL Denying Traffic</title>
      <link>https://community.cisco.com/t5/network-security/extended-named-acl-denying-traffic/m-p/4871803#M1102549</link>
      <description>&lt;P&gt;friend You are so welcome any time&amp;nbsp;&lt;BR /&gt;have a nice day&amp;nbsp;&lt;BR /&gt;MHM&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 14:32:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/extended-named-acl-denying-traffic/m-p/4871803#M1102549</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-07-11T14:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Named ACL Denying Traffic</title>
      <link>https://community.cisco.com/t5/network-security/extended-named-acl-denying-traffic/m-p/4872435#M1102580</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1239208"&gt;@tonyplueard&lt;/a&gt;&amp;nbsp;please select a correct answer so to reward&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1065752"&gt;@MHM Cisco World&lt;/a&gt;&amp;nbsp;for his time and effort.&amp;nbsp; Selecting correct answers and rating helpful provides points to the experts which in turn will reward the expert with recognition in the Cisco Community.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 10:21:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/extended-named-acl-denying-traffic/m-p/4872435#M1102580</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2023-07-12T10:21:30Z</dc:date>
    </item>
  </channel>
</rss>

