<?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: ACL Access Control Lists in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/acl-access-control-lists/m-p/4525850#M1086130</link>
    <description>&lt;P&gt;Thanks, Rob, One last question if you don't mind should each ACL have only one rule per line/number?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jan 2022 10:17:38 GMT</pubDate>
    <dc:creator>jk865</dc:creator>
    <dc:date>2022-01-03T10:17:38Z</dc:date>
    <item>
      <title>ACL Access Control Lists</title>
      <link>https://community.cisco.com/t5/network-security/acl-access-control-lists/m-p/4525844#M1086128</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just a simple question when using numbered ACLs is there any significance to the number or should it just be within the specified range for your class of IPs? For example ACL 110 should it be used for a significant purpose?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 09:50:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-access-control-lists/m-p/4525844#M1086128</guid>
      <dc:creator>jk865</dc:creator>
      <dc:date>2022-01-03T09:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: ACL Access Control Lists</title>
      <link>https://community.cisco.com/t5/network-security/acl-access-control-lists/m-p/4525847#M1086129</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1284931"&gt;@jk865&lt;/a&gt; the number is significant. An ACL numbered 1-99 is a standard ACL which can filter on source IP address/subnet only. Whereas an ACL numbered 100-199 is an extended ACL which can filter on protocol (icmp, udp or tcp), source/destination ip address/subnet and source/destination port.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You've also got 1300-1399 which is expanded Standard ACL range and 2000-2699 which is the expanded extended ACL range.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 10:07:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-access-control-lists/m-p/4525847#M1086129</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2022-01-03T10:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: ACL Access Control Lists</title>
      <link>https://community.cisco.com/t5/network-security/acl-access-control-lists/m-p/4525850#M1086130</link>
      <description>&lt;P&gt;Thanks, Rob, One last question if you don't mind should each ACL have only one rule per line/number?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 10:17:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-access-control-lists/m-p/4525850#M1086130</guid>
      <dc:creator>jk865</dc:creator>
      <dc:date>2022-01-03T10:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: ACL Access Control Lists</title>
      <link>https://community.cisco.com/t5/network-security/acl-access-control-lists/m-p/4525852#M1086131</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1284931"&gt;@jk865&lt;/a&gt; a numbered ACL can have multiple lines, example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;access-list 100 permit tcp 192.168.1.0 0.0.0.255 host 10.10.10.10 eq 23&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;BR /&gt;access-list 100 permit tcp 192.168.1.0 0.0.0.255 host 10.10.10.10 eq 80&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Note - there is an implicit deny at the end of an ACL.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 10:21:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-access-control-lists/m-p/4525852#M1086131</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2022-01-03T10:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: ACL Access Control Lists</title>
      <link>https://community.cisco.com/t5/network-security/acl-access-control-lists/m-p/4525859#M1086132</link>
      <description>&lt;P&gt;Thanks, Rob.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if I want to apply the following I would need to apply it on multiple lines of 110 to stop the implicit deny kicking in? For example, if I had the first two permits on ACL 110 the implicit deny would deny everything else and stop it looking at for example ACL 120? Thanks James&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;permit ip 172.10.0.32 0.0.0.15 172.10.0.0 0.0.0.31&lt;/P&gt;&lt;P&gt;permit ip 172.10.0.48 0.0.0.7 172.10.0.0 0.0.0.31&lt;/P&gt;&lt;P&gt;deny ip host 172.10.0.51 172.10.0.0 0.0.0.31&lt;/P&gt;&lt;P&gt;permit ip 172.10.0.32 0.0.0.15 172.10.0.0 0.0.0.31&lt;/P&gt;&lt;P&gt;permit ip 172.10.0.48 0.0.0.7 172.10.0.0 0.0.0.31&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 10:26:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-access-control-lists/m-p/4525859#M1086132</guid>
      <dc:creator>jk865</dc:creator>
      <dc:date>2022-01-03T10:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: ACL Access Control Lists</title>
      <link>https://community.cisco.com/t5/network-security/acl-access-control-lists/m-p/4525860#M1086133</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1284931"&gt;@jk865&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Assign all those ACE (Access Control Entries) to the same ACL number, if they are defined then the implict deny will apply after the defined ACE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have 2 ACLs 110 and 120 then you have to explictly reference one of the ACLs, any other ACL defined on the router will not be used until explictly referenced.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 10:51:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-access-control-lists/m-p/4525860#M1086133</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2022-01-03T10:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: ACL Access Control Lists</title>
      <link>https://community.cisco.com/t5/network-security/acl-access-control-lists/m-p/4525884#M1086135</link>
      <description>&lt;P&gt;Hi Rob,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By explicitly reference do you mean on an interface for example?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I'm trying to achieve is :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Network 172.10.0.32/28 and 172.10.0.0/27 should be able to communicate via the VPN without restrictions&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Network 172.10.0.32/28 should be able to communicate with&amp;nbsp;172.10.0.51 without the VPN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Network&amp;nbsp;172.10.0.32/28 &amp;nbsp;should be able to communicate with 209.165.100.97/27 only if the communication is issued by a user of the&amp;nbsp;172.10.0.32/28 &amp;nbsp;network&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;209.165.100.97/27 Devices can only communicate with&amp;nbsp;172.10.0.51 via HTTPS Communication.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 11:52:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-access-control-lists/m-p/4525884#M1086135</guid>
      <dc:creator>jk865</dc:creator>
      <dc:date>2022-01-03T11:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: ACL Access Control Lists</title>
      <link>https://community.cisco.com/t5/network-security/acl-access-control-lists/m-p/4525892#M1086136</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1284931"&gt;@jk865&lt;/a&gt; Yes, by just defining an ACL it is not going to do anything until you reference it under the interface or whatever purpose you intend to use it for. You can only have 1 ACL configured/reference per interface per direction, so 1 inbound and 1 outbound ACL.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 11:57:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-access-control-lists/m-p/4525892#M1086136</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2022-01-03T11:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: ACL Access Control Lists</title>
      <link>https://community.cisco.com/t5/network-security/acl-access-control-lists/m-p/4525893#M1086137</link>
      <description>&lt;P&gt;Thanks so much.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for all the questions!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But would the best practice be to assign all of the above to one numbered ACL or multiple numbered ACL? I'm just trying to get my head around the use of multiple numbered ACLs&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 11:57:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-access-control-lists/m-p/4525893#M1086137</guid>
      <dc:creator>jk865</dc:creator>
      <dc:date>2022-01-03T11:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: ACL Access Control Lists</title>
      <link>https://community.cisco.com/t5/network-security/acl-access-control-lists/m-p/4525895#M1086138</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1284931"&gt;@jk865&lt;/a&gt; well you'll need 2 ACLs, 1 for each direction inbound from inside and another inbound from outside.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best practice would not use ACL on a router, use a stateful firewall.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 12:01:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-access-control-lists/m-p/4525895#M1086138</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2022-01-03T12:01:36Z</dc:date>
    </item>
  </channel>
</rss>

