<?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: How do I remove a single ACL line in a 2811 router? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-do-i-remove-a-single-acl-line-in-a-2811-router/m-p/817508#M964683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The process is as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show access-list (NAME )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will show you the access list with the line number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10 Line 1&lt;/P&gt;&lt;P&gt;20 Line 2&lt;/P&gt;&lt;P&gt;30 Line 3&lt;/P&gt;&lt;P&gt;40 Line 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose you want to remove Line 3, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conf t&lt;/P&gt;&lt;P&gt;ip accesss-list extended (name )&lt;/P&gt;&lt;P&gt;&amp;gt;no 30 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should remove your Line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Pls rate if it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2007 07:51:51 GMT</pubDate>
    <dc:creator>anandramapathy</dc:creator>
    <dc:date>2007-08-22T07:51:51Z</dc:date>
    <item>
      <title>How do I remove a single ACL line in a 2811 router?</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-remove-a-single-acl-line-in-a-2811-router/m-p/817503#M964678</link>
      <description>&lt;P&gt;I need to remove one line of code in a Cisco 2811 router, without removing the entire ACL. I'm used to making these changes in firewalls, but have figured out it's a little different in the router. Can someone provide me with some instruction? I heard I need to go into a sub-interface of the acl, but how do I do that?&lt;/P&gt;&lt;P&gt;Also, will making this change affect any traffic routing through this router?&lt;/P&gt;&lt;P&gt;Thanks for the help, I'm going to need to make this change within the next hour or so.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:00:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-remove-a-single-acl-line-in-a-2811-router/m-p/817503#M964678</guid>
      <dc:creator>ttrevino1</dc:creator>
      <dc:date>2019-03-11T11:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove a single ACL line in a 2811 router?</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-remove-a-single-acl-line-in-a-2811-router/m-p/817504#M964679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is a extended CAL(100-199), you can go to extended mode to delete/add items without affecting live traffic. &lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;ip access-list extended 120 &lt;/P&gt;&lt;P&gt;no .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 15:15:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-remove-a-single-acl-line-in-a-2811-router/m-p/817504#M964679</guid>
      <dc:creator>kevin.shi</dc:creator>
      <dc:date>2007-08-21T15:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove a single ACL line in a 2811 router?</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-remove-a-single-acl-line-in-a-2811-router/m-p/817505#M964680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;same story for the standard ACL, hope it helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 15:21:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-remove-a-single-acl-line-in-a-2811-router/m-p/817505#M964680</guid>
      <dc:creator>kevin.shi</dc:creator>
      <dc:date>2007-08-21T15:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove a single ACL line in a 2811 router?</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-remove-a-single-acl-line-in-a-2811-router/m-p/817506#M964681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is, 101. So if I use that command, &lt;/P&gt;&lt;P&gt;"ip access-list extended 101", that will put me into the sub-interface, allowing me to remove individual lines of code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 15:30:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-remove-a-single-acl-line-in-a-2811-router/m-p/817506#M964681</guid>
      <dc:creator>ttrevino1</dc:creator>
      <dc:date>2007-08-21T15:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove a single ACL line in a 2811 router?</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-remove-a-single-acl-line-in-a-2811-router/m-p/817507#M964682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ip access-list extended 101 then press 'enter'&lt;/P&gt;&lt;P&gt;you will get into 'sub-interface' of ACL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 15:46:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-remove-a-single-acl-line-in-a-2811-router/m-p/817507#M964682</guid>
      <dc:creator>kevin.shi</dc:creator>
      <dc:date>2007-08-21T15:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove a single ACL line in a 2811 router?</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-remove-a-single-acl-line-in-a-2811-router/m-p/817508#M964683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The process is as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show access-list (NAME )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will show you the access list with the line number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10 Line 1&lt;/P&gt;&lt;P&gt;20 Line 2&lt;/P&gt;&lt;P&gt;30 Line 3&lt;/P&gt;&lt;P&gt;40 Line 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose you want to remove Line 3, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conf t&lt;/P&gt;&lt;P&gt;ip accesss-list extended (name )&lt;/P&gt;&lt;P&gt;&amp;gt;no 30 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should remove your Line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Pls rate if it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 07:51:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-remove-a-single-acl-line-in-a-2811-router/m-p/817508#M964683</guid>
      <dc:creator>anandramapathy</dc:creator>
      <dc:date>2007-08-22T07:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove a single ACL line in a 2811 router?</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-remove-a-single-acl-line-in-a-2811-router/m-p/817509#M964684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is resolved, thanks for the help! &lt;span class="lia-unicode-emoji" title=":monkey_face:"&gt;🐵&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 16:56:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-remove-a-single-acl-line-in-a-2811-router/m-p/817509#M964684</guid>
      <dc:creator>ttrevino1</dc:creator>
      <dc:date>2007-08-22T16:56:59Z</dc:date>
    </item>
    <item>
      <title>Thank You :) Best Regards</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-remove-a-single-acl-line-in-a-2811-router/m-p/817510#M964685</link>
      <description>&lt;P&gt;Thank You &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Didier&lt;/P&gt;</description>
      <pubDate>Sun, 06 Sep 2015 05:29:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-remove-a-single-acl-line-in-a-2811-router/m-p/817510#M964685</guid>
      <dc:creator>Didier Ribbens</dc:creator>
      <dc:date>2015-09-06T05:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove a single ACL line in a 2811 router?</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-remove-a-single-acl-line-in-a-2811-router/m-p/4024156#M964686</link>
      <description>&lt;P&gt;I really appreciate this. Thank you very much. My second CCNA attempt will be on this Friday. I wish you all the best.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 14:47:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-remove-a-single-acl-line-in-a-2811-router/m-p/4024156#M964686</guid>
      <dc:creator>mertyilmaz</dc:creator>
      <dc:date>2020-02-05T14:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove a single ACL line in a 2811 router?</title>
      <link>https://community.cisco.com/t5/network-security/how-do-i-remove-a-single-acl-line-in-a-2811-router/m-p/4024159#M964687</link>
      <description>I really appreciate this. Thank you very much. My second CCNA attempt will be on this Friday. I wish you all the best.</description>
      <pubDate>Wed, 05 Feb 2020 14:48:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-do-i-remove-a-single-acl-line-in-a-2811-router/m-p/4024159#M964687</guid>
      <dc:creator>mertyilmaz</dc:creator>
      <dc:date>2020-02-05T14:48:38Z</dc:date>
    </item>
  </channel>
</rss>

