<?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 access-list in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/extended-access-list/m-p/3417046#M298584</link>
    <description>ACLs might be used for matching traffic in case beyond doing with security filters.  Your reference link is such an example.</description>
    <pubDate>Tue, 17 Jul 2018 17:42:46 GMT</pubDate>
    <dc:creator>Joseph W. Doherty</dc:creator>
    <dc:date>2018-07-17T17:42:46Z</dc:date>
    <item>
      <title>extended access-list</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/extended-access-list/m-p/3417038#M298582</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a doubt regarding extended access list. We are writing the extended access-list by below format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IP ACCESS-LIST (NAME OR NUMBER ) PERMIT IP HOST (SOURCE) HOST (DESTINATION)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But in the cisco document its mention as below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;STRONG&gt;access-list 101 permit ip host 6.6.6.0 host 255.255.255.0
access-list 102 permit ip host 7.7.7.0 host 255.255.255.0&lt;/STRONG&gt;
!&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;link -&amp;nbsp;&lt;A href="https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/28784-bgp-community.html" target="_blank"&gt;https://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/28784-bgp-community.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone please explain what is the meaning of accesslist&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;K&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 18:47:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/extended-access-list/m-p/3417038#M298582</guid>
      <dc:creator>kousikdutta</dc:creator>
      <dc:date>2019-03-05T18:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: extended access-list</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/extended-access-list/m-p/3417046#M298584</link>
      <description>ACLs might be used for matching traffic in case beyond doing with security filters.  Your reference link is such an example.</description>
      <pubDate>Tue, 17 Jul 2018 17:42:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/extended-access-list/m-p/3417046#M298584</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2018-07-17T17:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: extended access-list</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/extended-access-list/m-p/3417339#M298598</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I did not understand clearly. Can you please explain.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;K&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 06:09:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/extended-access-list/m-p/3417339#M298598</guid>
      <dc:creator>kousikdutta</dc:creator>
      <dc:date>2018-07-18T06:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: extended access-list</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/extended-access-list/m-p/3417345#M298599</link>
      <description>&lt;P&gt;Two way to&amp;nbsp;write&amp;nbsp;down ACL on Router.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Format 1&amp;nbsp;&lt;BR /&gt;access-list 101 permit ip host 6.6.6.0 host 255.255.255.0&lt;BR /&gt;access-list 102 permit ip host 7.7.7.0 host 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Format 2&lt;/P&gt;
&lt;P&gt;ip access-list extended 101&lt;BR /&gt;permit ip host 6.6.6.0 host 255.255.255.0&lt;BR /&gt;permit ip host 7.7.7.0 host 255.255.255.0&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: You can write number ACL&amp;nbsp;using both format but in actual configuration it will appear as format1.&lt;/P&gt;
&lt;P&gt;But you can write name base ACL in format 2 only and it will display in actual device configuration as format2. You can try and test it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly rate for helpful post&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Pawan&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 06:25:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/extended-access-list/m-p/3417345#M298599</guid>
      <dc:creator>Pawan Raut</dc:creator>
      <dc:date>2018-07-18T06:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: extended access-list</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/extended-access-list/m-p/3417392#M298608</link>
      <description>&lt;P&gt;Hi Pawan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for take it quickly. My quarry is not related the format. My question is regarding (HOST 255.255.255.0) regarding destination.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question is why we are using destination as 255.255.255.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;K&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 08:35:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/extended-access-list/m-p/3417392#M298608</guid>
      <dc:creator>kousikdutta</dc:creator>
      <dc:date>2018-07-18T08:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: extended access-list</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/extended-access-list/m-p/3417413#M298612</link>
      <description>&lt;P&gt;Oh its my bad I didn't noticed it is subnet mask yes after host there should be IP address.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 09:47:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/extended-access-list/m-p/3417413#M298612</guid>
      <dc:creator>Pawan Raut</dc:creator>
      <dc:date>2018-07-18T09:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: extended access-list</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/extended-access-list/m-p/3417435#M298616</link>
      <description>Ah, again because the ACL is not being used for a security filter, your reference concerns BGP network addressing.  Specifically, I believe the purpose is to communicate matching prefixes 6.6.6.0/24 and 7.7.7.0/24 via a community string.&lt;BR /&gt;&lt;BR /&gt;Again, ACLs might be used for "things" other than "access control".</description>
      <pubDate>Wed, 18 Jul 2018 10:53:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/extended-access-list/m-p/3417435#M298616</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2018-07-18T10:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: extended access-list</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/extended-access-list/m-p/3417527#M298629</link>
      <description>&lt;P&gt;Joseph is certainly on the right track. Let me take a slightly different approach to an explanation. First let us remember that access lists can be used for many purposes. So in looking at an access list we must look at how it is applied. I am confident that if the original poster looks at how those access lists are applied he will find that it used in configuration of BGP to control advertisements to or from a neighbor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is an older approach in configuring BGP to use an extended access list to control advertisements and in more modern approach we would use prefix list to accomplish this purpose. So what is the meaning of the access list when used in BGP? We tend to think of the access list in these terms&lt;/P&gt;
&lt;P&gt;access-list 101 permit ip &amp;lt;source address&amp;gt; &amp;lt;mask of source address&amp;gt; &amp;lt;destination address&amp;gt; &amp;lt;mask of destination address&amp;gt;&lt;/P&gt;
&lt;P&gt;But when used with BGP we would think of it in these terms&lt;/P&gt;
&lt;P&gt;access-list 101 permit ip &amp;lt;prefix to advertise&amp;gt; &amp;lt;how many bits of prefix are significant&amp;gt; &amp;lt;mask for advertisement&amp;gt; &amp;lt;how many bits of mask are significant&amp;gt;&lt;/P&gt;
&lt;P&gt;So Joseph is correct that the result of those access lists would be to permit advertisement of 6.6.6.0/24 and 7.7.7.0/24 (though I am not where he gets community string into it).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[edit] I see in the original post that the link given apparently does introduce communities and that must be where Joseph gets the community reference.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 13:44:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/extended-access-list/m-p/3417527#M298629</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2018-07-18T13:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: extended access-list</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/extended-access-list/m-p/3417577#M298634</link>
      <description>"[edit] I see in the original post that the link given apparently does introduce communities and that must be where Joseph gets the community reference."&lt;BR /&gt;&lt;BR /&gt;Yup.&lt;BR /&gt;&lt;BR /&gt;"It is an older approach in configuring BGP to use an extended access list to control advertisements and in more modern approach we would use prefix list to accomplish this purpose."&lt;BR /&gt;&lt;BR /&gt;Rick is spot on - the "modern" prefix list might also be considered less confusing, as an ACL would no longer be needed to match the network prefix.  To further clarify, the (second) "host 255.255.255.0" isn't matching a host address its being used to match a /24 network prefix.  The /24 network is the (first) host IP 6.6.6.0 or 7.7.7.0.  BTW, for the first host IP, the 4th octet could be anything as the second host IP's 4th octet will mask it out.</description>
      <pubDate>Wed, 18 Jul 2018 14:43:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/extended-access-list/m-p/3417577#M298634</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2018-07-18T14:43:20Z</dc:date>
    </item>
  </channel>
</rss>

