<?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: Create Network object in ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/create-network-object-in-asa/m-p/1005547#M939651</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;acbenny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object groups are extremely easy. You just have to have and idea of how you want your ACLs to look.  Object groups are just cosmetic when it comes down to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just for the sake of putting it out there, you can create a few different types of object groups.  They are: ICMP-Type, Network, Protocol, and Service.  You can also do what is called nesting, but only with similar object group types.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;You'll first start by creating one.  Below is an example: &lt;/P&gt;&lt;P&gt;** This is if you have any systems pre-configured to names&lt;/P&gt;&lt;P&gt;(config)#names&lt;/P&gt;&lt;P&gt;(config)#name 10.1.1.10 myFTPserver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(config)#object-group network ftp_servers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(config-network)#network-object host 10.1.1.14&lt;/P&gt;&lt;P&gt;(config-network)#network-object host myFTPserver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(config-network)#network-object 10.1.1.32 255.255.255.224&lt;/P&gt;&lt;P&gt;(config-network)#exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you've created your object group, you will need to use it within your ACL.  It will look something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(config)#access-list 101 permit ip any object-group ftp_servers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you only want a specific protocol, say these are associated to FTP, then you should specify it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(config)#access-list 101 permit tcp any object-group ftp_servers eq ftp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this assists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an FYI, I'm just taking this straight from the cisco documentation: &lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00800d641d.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00800d641d.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Apr 2008 11:55:32 GMT</pubDate>
    <dc:creator>chickman</dc:creator>
    <dc:date>2008-04-07T11:55:32Z</dc:date>
    <item>
      <title>Create Network object in ASA</title>
      <link>https://community.cisco.com/t5/network-security/create-network-object-in-asa/m-p/1005545#M939643</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The method to create network object make me quite confuse that if I create network object by ASDM, it is success. But if I use CLI in create network object, it seems fail. Attach is the screen dump for your reference. Any one has idea ? Thank you !&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:28:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/create-network-object-in-asa/m-p/1005545#M939643</guid>
      <dc:creator>acbenny</dc:creator>
      <dc:date>2019-03-11T12:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Create Network object in ASA</title>
      <link>https://community.cisco.com/t5/network-security/create-network-object-in-asa/m-p/1005546#M939645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attachment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 06:07:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/create-network-object-in-asa/m-p/1005546#M939645</guid>
      <dc:creator>acbenny</dc:creator>
      <dc:date>2008-04-07T06:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create Network object in ASA</title>
      <link>https://community.cisco.com/t5/network-security/create-network-object-in-asa/m-p/1005547#M939651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;acbenny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object groups are extremely easy. You just have to have and idea of how you want your ACLs to look.  Object groups are just cosmetic when it comes down to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just for the sake of putting it out there, you can create a few different types of object groups.  They are: ICMP-Type, Network, Protocol, and Service.  You can also do what is called nesting, but only with similar object group types.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;You'll first start by creating one.  Below is an example: &lt;/P&gt;&lt;P&gt;** This is if you have any systems pre-configured to names&lt;/P&gt;&lt;P&gt;(config)#names&lt;/P&gt;&lt;P&gt;(config)#name 10.1.1.10 myFTPserver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(config)#object-group network ftp_servers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(config-network)#network-object host 10.1.1.14&lt;/P&gt;&lt;P&gt;(config-network)#network-object host myFTPserver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(config-network)#network-object 10.1.1.32 255.255.255.224&lt;/P&gt;&lt;P&gt;(config-network)#exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you've created your object group, you will need to use it within your ACL.  It will look something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(config)#access-list 101 permit ip any object-group ftp_servers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you only want a specific protocol, say these are associated to FTP, then you should specify it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(config)#access-list 101 permit tcp any object-group ftp_servers eq ftp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this assists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an FYI, I'm just taking this straight from the cisco documentation: &lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00800d641d.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00800d641d.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 11:55:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/create-network-object-in-asa/m-p/1005547#M939651</guid>
      <dc:creator>chickman</dc:creator>
      <dc:date>2008-04-07T11:55:32Z</dc:date>
    </item>
  </channel>
</rss>

