<?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: Need help with ACL src/dest problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/need-help-with-acl-src-dest-problem/m-p/3702319#M902008</link>
    <description>&lt;P&gt;you are definitley using it correct in source/destination in your ACE's:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3650/software/release/3se/security/configuration_guide/b_sec_3se_3650_cg/b_sec_3se_3650_cg_chapter_01010.html#concept_339DA61A054C4243B014617049EF5C09" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3650/software/release/3se/security/configuration_guide/b_sec_3se_3650_cg/b_sec_3se_3650_cg_chapter_01010.html#concept_339DA61A054C4243B014617049EF5C09&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is it just NTP thta breaks or other traffic in the ACL as well?&lt;/P&gt;</description>
    <pubDate>Thu, 06 Sep 2018 17:14:46 GMT</pubDate>
    <dc:creator>Dennis Mink</dc:creator>
    <dc:date>2018-09-06T17:14:46Z</dc:date>
    <item>
      <title>Need help with ACL src/dest problem</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-acl-src-dest-problem/m-p/3702226#M902003</link>
      <description>&lt;P&gt;I have a working ACL. It is applied inbound on the switch port with a server attached. However, the logic is confusing me, as if I switch src/dest around, it no longer works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Setup:&lt;/P&gt;
&lt;P&gt;3650 Switch, server on port g1/0/7. Switch trunked to a pair of 9k's in VPC mode&lt;/P&gt;
&lt;P&gt;NTP server is 10.0.0.2&lt;/P&gt;
&lt;P&gt;NTP client is 192.168.2.1&lt;/P&gt;
&lt;P&gt;192.168.1.0 is a management network&lt;/P&gt;
&lt;P&gt;ACL applied as so: ip access-group NTP_Working in on g1/0/7&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ACL working:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;ip access-list extended NTP_Working&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; permit udp host 10.0.0.2 eq ntp host 192.168.2.1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; permit tcp host 10.0.0.2 eq www 192.168.1.0 0.0.0.255&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; permit tcp host 10.0.0.2 eq 443 192.168.1.0 0.0.0.255&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; permit icmp host 10.0.0.2 192.168.1.0 0.0.0.255 echo-reply&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ACL Not working (just flipped source/dest):&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;ip access-list extended NTP_Not_Working&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; permit udp host 192.168.2.1 eq ntp host 192.168.2.1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; permit tcp 192.168.1.0 0.0.0.255 eq www host 10.0.0.2&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; permit tcp 192.168.1.0 0.0.0.255 host 10.0.0.2 eq 443 &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; permit icmp 192.168.1.0 0.0.0.255 host 10.0.0.2 echo-reply&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All my logic is allow xx from source to destination. But taht is not working here.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 16:12:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-acl-src-dest-problem/m-p/3702226#M902003</guid>
      <dc:creator>Jeff Ferrell</dc:creator>
      <dc:date>2020-02-21T16:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with ACL src/dest problem</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-acl-src-dest-problem/m-p/3702318#M902005</link>
      <description>&lt;P&gt;you are definitely using it&amp;nbsp;correct in source/destination order of ACE:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3650/software/release/3se/security/configuration_guide/b_sec_3se_3650_cg/b_sec_3se_3650_cg_chapter_01010.html#concept_339DA61A054C4243B014617049EF5C09" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3650/software/release/3se/security/configuration_guide/b_sec_3se_3650_cg/b_sec_3se_3650_cg_chapter_01010.html#concept_339DA61A054C4243B014617049EF5C09&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is it just NTP that beaks or all the other traffic in the ACL as well?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 17:13:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-acl-src-dest-problem/m-p/3702318#M902005</guid>
      <dc:creator>Dennis Mink</dc:creator>
      <dc:date>2018-09-06T17:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with ACL src/dest problem</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-acl-src-dest-problem/m-p/3702319#M902008</link>
      <description>&lt;P&gt;you are definitley using it correct in source/destination in your ACE's:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3650/software/release/3se/security/configuration_guide/b_sec_3se_3650_cg/b_sec_3se_3650_cg_chapter_01010.html#concept_339DA61A054C4243B014617049EF5C09" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3650/software/release/3se/security/configuration_guide/b_sec_3se_3650_cg/b_sec_3se_3650_cg_chapter_01010.html#concept_339DA61A054C4243B014617049EF5C09&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is it just NTP thta breaks or other traffic in the ACL as well?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 17:14:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-acl-src-dest-problem/m-p/3702319#M902008</guid>
      <dc:creator>Dennis Mink</dc:creator>
      <dc:date>2018-09-06T17:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with ACL src/dest problem</title>
      <link>https://community.cisco.com/t5/network-security/need-help-with-acl-src-dest-problem/m-p/3702330#M902010</link>
      <description>&lt;P&gt;All traffic listed breaks, ie: www access and pings.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which ACL do you say looks good, the one labeled working or not working?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 17:27:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-help-with-acl-src-dest-problem/m-p/3702330#M902010</guid>
      <dc:creator>Jeff Ferrell</dc:creator>
      <dc:date>2018-09-06T17:27:28Z</dc:date>
    </item>
  </channel>
</rss>

