<?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: Firewall queries in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/firewall-queries/m-p/4418559#M1081563</link>
    <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1209280"&gt;@mani1910&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try "sh run | i my-internal-ip network" to find out where the object is being used, that would show you the ACLs then with that just find the order and as indicated by &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/97036"&gt;@Rob Ingram&lt;/a&gt; just add an ACE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jun 2021 16:30:30 GMT</pubDate>
    <dc:creator>marioiram</dc:creator>
    <dc:date>2021-06-15T16:30:30Z</dc:date>
    <item>
      <title>Firewall queries</title>
      <link>https://community.cisco.com/t5/network-security/firewall-queries/m-p/4418546#M1081560</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;QN1.&lt;/P&gt;&lt;P&gt;I have a network object 10.0.0.0/8 and it is added to "my-internal-ip network" object group.&lt;/P&gt;&lt;P&gt;in ASDM i can check where this policy is used and policy number.&lt;/P&gt;&lt;P&gt;similary , is there any way to check in CLI for the above asked details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;QN2 .&lt;/P&gt;&lt;P&gt;i have 10 policies configured in ASDM [1 to 10]&lt;/P&gt;&lt;P&gt;How can i insert any policy between policy 4 and 5 using cli.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 15:53:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firewall-queries/m-p/4418546#M1081560</guid>
      <dc:creator>mani1910</dc:creator>
      <dc:date>2021-06-15T15:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Firewall queries</title>
      <link>https://community.cisco.com/t5/network-security/firewall-queries/m-p/4418549#M1081561</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1209280"&gt;@mani1910&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this:- "show access-list | include XXXXX" which will show you which access-list ACE entry this object is used in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to use "line" when adding an ACE.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/asa/asa96/configuration/firewall/asa-96-firewall-config/access-acls.html" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/asa/asa96/configuration/firewall/asa-96-firewall-config/access-acls.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The command for adding an ACE is &lt;STRONG id="ID-2069-0000011e__ID-2069-00000133" class="ph b"&gt;access-list&lt;/STRONG&gt; &lt;EM id="ID-2069-0000011e__ID-2069-00000134" class="ph i"&gt;name&lt;/EM&gt; [&lt;STRONG id="ID-2069-0000011e__ID-2069-00000135" class="ph b"&gt;line&lt;/STRONG&gt; &lt;EM id="ID-2069-0000011e__ID-2069-00000136" class="ph i"&gt;line-num&lt;/EM&gt;] &lt;EM id="ID-2069-0000011e__ID-2069-00000137" class="ph i"&gt;type&lt;/EM&gt; &lt;EM id="ID-2069-0000011e__ID-2069-00000138" class="ph i"&gt;parameters&lt;/EM&gt;. The line number argument works for extended ACLs only. If you include the line number, the ACE is inserted at that location in the ACL, and the ACE that was at that location is moved down, along with the remainder of the ACEs (that is, inserting an ACE at a line number does not replace the old ACE at that line). If you do not include a line number, the ACE is added to the end of the ACL. The parameters available differ based on the ACL type; see the specific topics on each ACL type for details.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 16:01:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firewall-queries/m-p/4418549#M1081561</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2021-06-15T16:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Firewall queries</title>
      <link>https://community.cisco.com/t5/network-security/firewall-queries/m-p/4418559#M1081563</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1209280"&gt;@mani1910&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try "sh run | i my-internal-ip network" to find out where the object is being used, that would show you the ACLs then with that just find the order and as indicated by &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/97036"&gt;@Rob Ingram&lt;/a&gt; just add an ACE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 16:30:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firewall-queries/m-p/4418559#M1081563</guid>
      <dc:creator>marioiram</dc:creator>
      <dc:date>2021-06-15T16:30:30Z</dc:date>
    </item>
  </channel>
</rss>

