<?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 help required in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/access-list-help-required/m-p/4298494#M1078834</link>
    <description>&lt;P&gt;sorry it needs to be in both directions. It is working now with permit ip any any . Thanks everyone for looking into this .&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Feb 2021 17:32:56 GMT</pubDate>
    <dc:creator>jsnow0445</dc:creator>
    <dc:date>2021-02-26T17:32:56Z</dc:date>
    <item>
      <title>Access-List help required</title>
      <link>https://community.cisco.com/t5/network-security/access-list-help-required/m-p/4297321#M1078789</link>
      <description>&lt;P&gt;Hi I need some help in creating that ACL on Cisco multilayer switch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) I want to allow all traffic between these subnets&lt;/P&gt;&lt;P&gt;10.75.0.0/22 ------ 10.0.0.0/8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)) I want to allow only http traffic and block the remaining traffic between the following subnets&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; 10.157.0.0 /15 --- 10.0.0.0/8&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 10.165.0.0 /16 ---- 10.0.0.0/8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) I want to block all traffic between these subnets&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;10.157.0.0/15 ---- 10.185.0.0/16&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find my below mentioned config . My question is&lt;BR /&gt;do i need to mention "permit ip any any" at the end of that access-list ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Ip access-list extended test1&lt;/P&gt;&lt;P&gt;permit ip 10.75.0.0 0.0.3.255&amp;nbsp; 10.0.0.0 0.255.255.255&lt;BR /&gt;permit ip 10.0.0.0 0.255.255.255&amp;nbsp; 10.75.0.0 0.0.3.255&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;permit tcp 10.157.0.0 0.1.255.255 10.0.0.0 0.255.255.255 eq 80&lt;BR /&gt;permit tcp 10.0.0.0 0.255.255.255 10.157.0.0 0.1.255.255 eq 80&lt;BR /&gt;permit tcp 10.165.0.0 0.0.255.255 10.0.0.0 0.255.255.255 eq 80&lt;BR /&gt;permit tcp 10.0.0.0 0.255.255.255 10.165.0.0 0.0.255.255 eq 80&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;deny ip 10.157.0.0 0.1.255.255 10.0.0.0 0.255.255.255&amp;nbsp;&lt;BR /&gt;deny ip&amp;nbsp;10.0.0.0 0.255.255.255 10.157.0.0 0.1.255.255&amp;nbsp;&lt;BR /&gt;deny ip&amp;nbsp;10.165.0.0 0.0.255.255 10.0.0.0 0.255.255.255&amp;nbsp;&lt;BR /&gt;deny ip&amp;nbsp;10.0.0.0 0.255.255.255 10.165.0.0 0.0.255.255&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;deny ip 10.157.0.0 0.1.255.255 10.185.0.0 0.15.255.255&lt;BR /&gt;deny ip 10.185.0.0 0.15.255.255 10.157.0.0 0.1.255.255&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;permit ip any any&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;---&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface vlan 2&lt;BR /&gt;ip access-group test1 in&lt;/P&gt;&lt;P&gt;-------&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 02:06:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-help-required/m-p/4297321#M1078789</guid>
      <dc:creator>jsnow0445</dc:creator>
      <dc:date>2021-02-25T02:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Access-List help required</title>
      <link>https://community.cisco.com/t5/network-security/access-list-help-required/m-p/4297374#M1078791</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you give more details on how your architecture is? What are your actual SVIs? Where you want to apply these ACLs?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The config you shared has bi-directional ACE in each ACL and then you’re applying it SVI vlan 2. What is this SVI?&lt;/P&gt;
&lt;P&gt;Also for the ACL to allow http traffic, is the subnet 10.157 or 10.165 the one having http servers or are these vlans the source of traffic and 10.0.0.0/8 the destination?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 04:20:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-help-required/m-p/4297374#M1078791</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2021-02-25T04:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Access-List help required</title>
      <link>https://community.cisco.com/t5/network-security/access-list-help-required/m-p/4297669#M1078802</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply . Actually The communication between&amp;nbsp; these subnets is happened only in this SVI ( interface vlan 2) so thats why i want to apply ACL on this interface.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;10.75.0.0/22 (source )------ 10.0.0.0/8 (destination)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)) I want to allow only http traffic and block the remaining traffic between the following subnets&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; 10.157.0.0 /15 (source ) --- 10.0.0.0/8 (destination)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 10.165.0.0 /16 ( source) ---- 10.0.0.0/8 (destination)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) I want to block all traffic between these subnets&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;10.157.0.0/15 (source)---- 10.185.0.0/16 (destination)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Last time when I applied this ACL it did not work&amp;nbsp; (i did not add "permit ip any any " at the end of it during that time )&amp;nbsp; so thats why i was wandering if i need to add "permit ip any any " at the end&amp;nbsp; in my ACL to make it work this time ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 14:41:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-help-required/m-p/4297669#M1078802</guid>
      <dc:creator>jsnow0445</dc:creator>
      <dc:date>2021-02-25T14:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Access-List help required</title>
      <link>https://community.cisco.com/t5/network-security/access-list-help-required/m-p/4297959#M1078814</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As mentioned if the acl is applied inbound you don't need lines for both directions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the IP address assigned to vlan 2 ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any other traffic other than what you have mentioned that you want to allow because if there is then yes you would need the "permit ip any any" at the end.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 21:36:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-help-required/m-p/4297959#M1078814</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2021-02-25T21:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Access-List help required</title>
      <link>https://community.cisco.com/t5/network-security/access-list-help-required/m-p/4298494#M1078834</link>
      <description>&lt;P&gt;sorry it needs to be in both directions. It is working now with permit ip any any . Thanks everyone for looking into this .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 17:32:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list-help-required/m-p/4298494#M1078834</guid>
      <dc:creator>jsnow0445</dc:creator>
      <dc:date>2021-02-26T17:32:56Z</dc:date>
    </item>
  </channel>
</rss>

