<?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 Checking the IP of network object in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/checking-the-ip-of-network-object/m-p/2246811#M350339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jouni and Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually the thing here is that he is using an object host inside an object group not a name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So just to find the IP address do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network Julio&lt;/P&gt;&lt;P&gt; network-object object TEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;object network TEST&lt;/P&gt;&lt;P&gt; host 3.3.3.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we do a show run object id TEST you will get it &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 May 2013 16:31:32 GMT</pubDate>
    <dc:creator>Julio Carvajal</dc:creator>
    <dc:date>2013-05-07T16:31:32Z</dc:date>
    <item>
      <title>Checking the IP of network object</title>
      <link>https://community.cisco.com/t5/network-security/checking-the-ip-of-network-object/m-p/2246809#M350337</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to find the IP of network object.&lt;/P&gt;&lt;P&gt;when i ran the command --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh run&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object-group&amp;nbsp; network --- it shows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network&amp;nbsp; XYZ&lt;/P&gt;&lt;P&gt;network-object Cisco_1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to find the IP of this Cisco_1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:40:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/checking-the-ip-of-network-object/m-p/2246809#M350337</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2019-03-12T01:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Checking the IP of network object</title>
      <link>https://community.cisco.com/t5/network-security/checking-the-ip-of-network-object/m-p/2246810#M350338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To me it seems that &lt;STRONG&gt;"Cisco_1"&lt;/STRONG&gt; is a &lt;STRONG&gt;"name"&lt;/STRONG&gt; configured on the ASA itself&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So its not a name of an&lt;STRONG&gt; "object" &lt;/STRONG&gt;or and &lt;STRONG&gt;"object-group"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this command and see what it shows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show run name | inc Cisco_1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should give you the actual IP address associated with that name. Its probably some network address since we can see from your post that there is a /24 mask associated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you can just use the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show run name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And find the correct name/IP pairing from the list. Depending on the environment, there might be several of these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to disable this mapping between a "name" and an IP address you can use the following command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;no names&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this if you issue the command &lt;STRONG&gt;"show run object-group XYZ"&lt;/STRONG&gt; you should be able to see an IP address instead of an &lt;STRONG&gt;"Cisco_1"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Personally I NEVER map an IP address to a "name". I think it just makes troubleshooting harder. It might be fine for people that use ASDM, but I use only CLI so it doesnt do me much good &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 16:18:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/checking-the-ip-of-network-object/m-p/2246810#M350338</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-07T16:18:27Z</dc:date>
    </item>
    <item>
      <title>Checking the IP of network object</title>
      <link>https://community.cisco.com/t5/network-security/checking-the-ip-of-network-object/m-p/2246811#M350339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jouni and Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually the thing here is that he is using an object host inside an object group not a name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So just to find the IP address do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network Julio&lt;/P&gt;&lt;P&gt; network-object object TEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;object network TEST&lt;/P&gt;&lt;P&gt; host 3.3.3.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we do a show run object id TEST you will get it &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 16:31:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/checking-the-ip-of-network-object/m-p/2246811#M350339</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-05-07T16:31:32Z</dc:date>
    </item>
    <item>
      <title>Checking the IP of network object</title>
      <link>https://community.cisco.com/t5/network-security/checking-the-ip-of-network-object/m-p/2246812#M350340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could also use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; sh run object in-line&amp;nbsp; | include TEST&lt;/P&gt;&lt;P&gt;object network TEST host 3.3.3.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 16:32:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/checking-the-ip-of-network-object/m-p/2246812#M350340</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-05-07T16:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Checking the IP of network object</title>
      <link>https://community.cisco.com/t5/network-security/checking-the-ip-of-network-object/m-p/2246813#M350341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio, I think it would not have a network mask configure under the "object-group" if it were an "object"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would just be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object-group network XYZ&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object object Cisco_1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 16:33:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/checking-the-ip-of-network-object/m-p/2246813#M350341</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-07T16:33:23Z</dc:date>
    </item>
    <item>
      <title>Checking the IP of network object</title>
      <link>https://community.cisco.com/t5/network-security/checking-the-ip-of-network-object/m-p/2246814#M350342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Jouni &amp;amp; Julio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Command&amp;nbsp; sh run&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object id&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;gives message object-group does not exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no option for sh run object in-line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;commands worked are &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show run name | inc Cisco_1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sh run name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;by running above 2 commands i can see the IP address&amp;nbsp; of cisco.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Many thanks 2 both of you.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MAhesh&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 16:43:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/checking-the-ip-of-network-object/m-p/2246814#M350342</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2013-05-07T16:43:22Z</dc:date>
    </item>
  </channel>
</rss>

