<?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 ASA 5520: Adding network objects via CLI in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5520-adding-network-objects-via-cli/m-p/1805387#M494082</link>
    <description>&lt;P&gt;Hi (again),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working with ASA 5520s. I am trying to figure out how to add network objects via CLI. I know I could easily do it using ASDM, but I like to learn the hardway first. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question: How do I add the subnet mask for a network object when creating via CLI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's how I'm creating the obejcts: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;config t&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network telnet-users-group&lt;/P&gt;&lt;P&gt;description users allowed telnet access outbound&lt;/P&gt;&lt;P&gt;network-object host 172.16.25.50&lt;/P&gt;&lt;P&gt;network-object hosts 172.16.25.51&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That sets up the hosts with IP addresses, but how do I add the subnet mask?&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;Dan &lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 21:46:19 GMT</pubDate>
    <dc:creator>dan</dc:creator>
    <dc:date>2019-03-11T21:46:19Z</dc:date>
    <item>
      <title>ASA 5520: Adding network objects via CLI</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-adding-network-objects-via-cli/m-p/1805387#M494082</link>
      <description>&lt;P&gt;Hi (again),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working with ASA 5520s. I am trying to figure out how to add network objects via CLI. I know I could easily do it using ASDM, but I like to learn the hardway first. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question: How do I add the subnet mask for a network object when creating via CLI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's how I'm creating the obejcts: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;config t&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network telnet-users-group&lt;/P&gt;&lt;P&gt;description users allowed telnet access outbound&lt;/P&gt;&lt;P&gt;network-object host 172.16.25.50&lt;/P&gt;&lt;P&gt;network-object hosts 172.16.25.51&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That sets up the hosts with IP addresses, but how do I add the subnet mask?&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;Dan &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:46:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-adding-network-objects-via-cli/m-p/1805387#M494082</guid>
      <dc:creator>dan</dc:creator>
      <dc:date>2019-03-11T21:46:19Z</dc:date>
    </item>
    <item>
      <title>ASA 5520: Adding network objects via CLI</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-adding-network-objects-via-cli/m-p/1805388#M494085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not need to it for a single host, the firewall takes it to be 255.255.255.255, but if you are adding a network or subnet then you can, for it you can add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network test&lt;/P&gt;&lt;P&gt;&amp;nbsp; subnet 20.0.0.0 255.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network test1&lt;/P&gt;&lt;P&gt;&amp;nbsp; subnet 10.0.0.0 255.0.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network test-group&lt;/P&gt;&lt;P&gt; network-object object test&lt;/P&gt;&lt;P&gt; network-object object test1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 16:37:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-adding-network-objects-via-cli/m-p/1805388#M494085</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-11-04T16:37:44Z</dc:date>
    </item>
    <item>
      <title>ASA 5520: Adding network objects via CLI</title>
      <link>https://community.cisco.com/t5/network-security/asa-5520-adding-network-objects-via-cli/m-p/1805389#M494086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; After looking at how the ASDM GUI created hosts I sort of figured that was the case.&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;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 16:51:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5520-adding-network-objects-via-cli/m-p/1805389#M494086</guid>
      <dc:creator>dan</dc:creator>
      <dc:date>2011-11-04T16:51:12Z</dc:date>
    </item>
  </channel>
</rss>

