<?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 grep a section in Cisco ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/grep-a-section-in-cisco-asa/m-p/3858633#M1050475</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Say I have a object host IP, and I want to see under which object group it belongs to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if I do &lt;EM&gt;show run | in IP&lt;/EM&gt; (I only see the lines where the IP exist) not its main section and subsections.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What grep command will help me get its complete section in Cisco ASA?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 17:08:37 GMT</pubDate>
    <dc:creator>networkinggeek</dc:creator>
    <dc:date>2020-02-21T17:08:37Z</dc:date>
    <item>
      <title>grep a section in Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/grep-a-section-in-cisco-asa/m-p/3858633#M1050475</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Say I have a object host IP, and I want to see under which object group it belongs to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if I do &lt;EM&gt;show run | in IP&lt;/EM&gt; (I only see the lines where the IP exist) not its main section and subsections.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What grep command will help me get its complete section in Cisco ASA?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 17:08:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/grep-a-section-in-cisco-asa/m-p/3858633#M1050475</guid>
      <dc:creator>networkinggeek</dc:creator>
      <dc:date>2020-02-21T17:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: grep a section in Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/grep-a-section-in-cisco-asa/m-p/3858639#M1050478</link>
      <description>&lt;P&gt;I moved your post to &lt;A href="https://community.cisco.com/t5/firewalls/bd-p/5966-discussions-firewalling" target="_blank"&gt;Firewalls&lt;/A&gt;, as it's specific to ASA.&lt;/P&gt;
&lt;P&gt;I usually use "show run object group". Also see&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://community.cisco.com/t5/firewalls/finding-what-object-groups-an-ip-address-belongs-to/td-p/1379498" target="_blank"&gt;Finding what object groups an ip addres... - Cisco Community&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 22:11:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/grep-a-section-in-cisco-asa/m-p/3858639#M1050478</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2019-05-17T22:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: grep a section in Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/grep-a-section-in-cisco-asa/m-p/3858733#M1050480</link>
      <description>sh object-group network | inc object-group|x.x.x.x&lt;BR /&gt;&lt;BR /&gt;Where x.x.x.x is the ip of host you are interested in should help. It will list groups with the IP/Host you are looking for.&lt;BR /&gt;</description>
      <pubDate>Sat, 18 May 2019 08:45:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/grep-a-section-in-cisco-asa/m-p/3858733#M1050480</guid>
      <dc:creator>GRANT3779</dc:creator>
      <dc:date>2019-05-18T08:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: grep a section in Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/grep-a-section-in-cisco-asa/m-p/3860531#M1050482</link>
      <description>&lt;P&gt;so it partially helps, appreciate that. But it still show lines with text containing word object-group not relevant to my search. all I need is when I search the IP it lists down the IP and which group it is sitting under.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 22:07:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/grep-a-section-in-cisco-asa/m-p/3860531#M1050482</guid>
      <dc:creator>networkinggeek</dc:creator>
      <dc:date>2019-05-21T22:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: grep a section in Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/grep-a-section-in-cisco-asa/m-p/3860538#M1050484</link>
      <description>&lt;P&gt;I also found this command for more refined result from other post.&lt;BR /&gt;#show running-config object network in-line | i x.x.x.x&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 22:12:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/grep-a-section-in-cisco-asa/m-p/3860538#M1050484</guid>
      <dc:creator>networkinggeek</dc:creator>
      <dc:date>2019-05-21T22:12:40Z</dc:date>
    </item>
  </channel>
</rss>

