<?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 Hi, Glad to hear you got it in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/corrupt-access-list-remarks-how-to-clean-up/m-p/2495104#M236644</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Glad to hear you got it sorted out &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;Please do remember to rate any helpfull answer or mark a reply as the correct answer if it answered your question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jul 2014 10:51:55 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2014-07-14T10:51:55Z</dc:date>
    <item>
      <title>corrupt access-list remarks - how to clean up?</title>
      <link>https://community.cisco.com/t5/network-security/corrupt-access-list-remarks-how-to-clean-up/m-p/2495098#M236637</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I have a Cisco 5505 firewall.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;By mistake I have entered access list remarks using international characters.&lt;BR /&gt;Apparently, this is not handled well by the 5505. It is not possible to remove or change these remarks using the ASDM app.&lt;BR /&gt;The only other way (I know) to remove a remark is to connect in cli mode and enable/configure terminal and write, e.g.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;no access-list outside_access_in line 61 remark myRemark&lt;/P&gt;&lt;P&gt;If the string "myRemark" is not recognized by the system, it will not be removed.&lt;/P&gt;&lt;P&gt;Since the string in my case is not possible to describe to the system, I cannot remove it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I entered the remark string using ADSM, and the characters were translated to something that is unknown to me.&lt;/P&gt;&lt;P&gt;Is there any way to remove a remark without specifying the exact content?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 04:27:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/corrupt-access-list-remarks-how-to-clean-up/m-p/2495098#M236637</guid>
      <dc:creator>Bengt Nilsson</dc:creator>
      <dc:date>2019-03-12T04:27:36Z</dc:date>
    </item>
    <item>
      <title>Hi, It seems to me that the</title>
      <link>https://community.cisco.com/t5/network-security/corrupt-access-list-remarks-how-to-clean-up/m-p/2495099#M236638</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems to me that the ASA does not have a CLI command that would let you simply tell it what &lt;STRONG&gt;"line"&lt;/STRONG&gt; to remove from the ACL. It seems to want the actual text/comment written after the &lt;STRONG&gt;"remark" &lt;/STRONG&gt;too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;You could consider doing the following&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a identical ACL with all the &lt;STRONG&gt;"remark"&lt;/STRONG&gt; lines corrected or removed&lt;/LI&gt;&lt;LI&gt;Attach this ACL to the interface in question with &lt;STRONG&gt;"access-group"&lt;/STRONG&gt; command&lt;/LI&gt;&lt;LI&gt;Remove the old (now unused ACL) with the command &lt;STRONG&gt;"clear configure access-list &amp;lt;acl name&amp;gt;"&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Rename the new ACL attached to the interface with the command &lt;STRONG&gt;"access-list &amp;lt;current acl name&amp;gt;&lt;/STRONG&gt; &lt;STRONG&gt;rename &amp;lt;new acl name&amp;gt;"&lt;/STRONG&gt;. This should let you rename the ACL to the same name it originally had&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt; Just to clarify a bit. The command &lt;STRONG&gt;"clear configure access-list &amp;lt;acl name&amp;gt;"&lt;/STRONG&gt; will remove the whole ACL which name you give in the command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps &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;- Jouni&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2014 14:42:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/corrupt-access-list-remarks-how-to-clean-up/m-p/2495099#M236638</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-07-11T14:42:31Z</dc:date>
    </item>
    <item>
      <title>Through CLI you can do by</title>
      <link>https://community.cisco.com/t5/network-security/corrupt-access-list-remarks-how-to-clean-up/m-p/2495100#M236639</link>
      <description>&lt;P&gt;Through CLI you can do by deleting the specified access-list line and inserting a modified access-list line in that place....&lt;/P&gt;&lt;P&gt;As per my knowledge you cannot do as you think.... for removing the access-list line you have to give the exact content of the ACL line.... else it will not get removed.....&lt;/P&gt;&lt;P&gt;In case if you have problem in removing through CLI as well.... then you can create a new ACL matching all the entries same as the existing one with a different name and then you can tag that to an interface.... and then you can delete the old acl name or you can rename the old acl to new acl and new acl to old acl.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jul 2014 08:20:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/corrupt-access-list-remarks-how-to-clean-up/m-p/2495100#M236639</guid>
      <dc:creator>nkarthikeyan</dc:creator>
      <dc:date>2014-07-12T08:20:47Z</dc:date>
    </item>
    <item>
      <title>Thanks for the suggestions.I</title>
      <link>https://community.cisco.com/t5/network-security/corrupt-access-list-remarks-how-to-clean-up/m-p/2495101#M236640</link>
      <description>&lt;P&gt;Thanks for the suggestions.&lt;/P&gt;&lt;P&gt;I have to admit I don't know how to create a new ACL to replace the old one, the "?" help function does not seem to help me there.&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2014 10:15:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/corrupt-access-list-remarks-how-to-clean-up/m-p/2495101#M236640</guid>
      <dc:creator>Bengt Nilsson</dc:creator>
      <dc:date>2014-07-14T10:15:00Z</dc:date>
    </item>
    <item>
      <title>Hi, Well you should be able</title>
      <link>https://community.cisco.com/t5/network-security/corrupt-access-list-remarks-how-to-clean-up/m-p/2495102#M236641</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well you should be able to do it pretty easily.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can just copy the current ACL to notepad and modify the remarks and any other sections you need to and then simply replace the ACLs name with something else than the current one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can view the ACL in its configuration format with the command &lt;STRONG&gt;"show run access-list &amp;lt;acl name&amp;gt;"&lt;/STRONG&gt;. The command &lt;STRONG&gt;"show access-list &amp;lt;acl name&amp;gt;"&lt;/STRONG&gt; does show the ACL but it shows it in a format that you can't directly copy paste back to the device. (It shows the hitcounts etc.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lets say you have this simple ACL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN remark äöäöäöäöäöä&lt;BR /&gt;access-list OUTSIDE-IN permit ip host 1.1.1.1 host 2.2.2.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now you could copy/paste that to notepad and simply change it to (&lt;STRONG&gt;-1&lt;/STRONG&gt; added to the name and changed &lt;STRONG&gt;"remark"&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN-1 remark Permit some traffic&lt;BR /&gt;access-list OUTSIDE-IN-1 permit ip host 1.1.1.1 host 2.2.2.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now that you have your new ACL with corrected &lt;STRONG&gt;"remark"&lt;/STRONG&gt; configured you can replace the old ACL (identical ACL, except for the corrected information) with the new one&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The below command would essentially attach the below named ACL to the interface called &lt;STRONG&gt;"outside"&lt;/STRONG&gt;. This will replace any ACL that is currently attached to that interface.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-group OUTSIDE-IN-1 in interface outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now doing the above should mean that you now have the old &lt;STRONG&gt;OUTSIDE-IN&lt;/STRONG&gt; ACL on the ASA but its not attached anywhere. This ACL is the one that has the wrong &lt;STRONG&gt;"remark"&lt;/STRONG&gt; that you are trying to remove. You can now use this command to remove that ACL completely from the ASA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;clear configure access-list OUTSIDE-IN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I would suggest that you backup the original ACL just incase if there is some error in the new ACL so you can compare it original one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now that the old ACL is removed you can rename the new ACL you made and attached to the interface with the command I mentioned&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN-1 rename OUTSIDE-IN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested this with my own firewall and it works just fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To my understanding changing an ACL that is used on the firewall wont affect any active connections through the firewall as those have already been allowed through the firewall. I am not sure if there is a chance that some connection attempt could be blocked while changing the used ACL on the interface but I really doubt it can have a noticiable affect as the ACL is replaced as soon as you issue the &lt;STRONG&gt;"access-group"&lt;/STRONG&gt; command with the new ACL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps &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;- Jouni&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2014 10:48:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/corrupt-access-list-remarks-how-to-clean-up/m-p/2495102#M236641</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-07-14T10:48:21Z</dc:date>
    </item>
    <item>
      <title>Ok, got it, I found and used</title>
      <link>https://community.cisco.com/t5/network-security/corrupt-access-list-remarks-how-to-clean-up/m-p/2495103#M236642</link>
      <description>&lt;P&gt;Ok, got it, I found and used the ADSM ACL manager.&lt;/P&gt;&lt;P&gt;All is ok now, thanks for your support.&lt;/P&gt;&lt;P&gt;Case closed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2014 10:49:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/corrupt-access-list-remarks-how-to-clean-up/m-p/2495103#M236642</guid>
      <dc:creator>Bengt Nilsson</dc:creator>
      <dc:date>2014-07-14T10:49:14Z</dc:date>
    </item>
    <item>
      <title>Hi, Glad to hear you got it</title>
      <link>https://community.cisco.com/t5/network-security/corrupt-access-list-remarks-how-to-clean-up/m-p/2495104#M236644</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Glad to hear you got it sorted out &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;Please do remember to rate any helpfull answer or mark a reply as the correct answer if it answered your question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2014 10:51:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/corrupt-access-list-remarks-how-to-clean-up/m-p/2495104#M236644</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2014-07-14T10:51:55Z</dc:date>
    </item>
  </channel>
</rss>

