<?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 8.3+ migration changes hosts to objects? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-8-3-migration-changes-hosts-to-objects/m-p/2063128#M398836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you are right. The host that has a "name" entry gets migrated to object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the URL for your reference:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa83/upgrading/migrating.html#wp106362"&gt;http://www.cisco.com/en/US/docs/security/asa/asa83/upgrading/migrating.html#wp106362&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the full migration document to version 8.3 and above for your reference:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa83/upgrading/migrating.html"&gt;http://www.cisco.com/en/US/docs/security/asa/asa83/upgrading/migrating.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2012 14:58:51 GMT</pubDate>
    <dc:creator>Jennifer Halim</dc:creator>
    <dc:date>2012-09-27T14:58:51Z</dc:date>
    <item>
      <title>ASA 8.3+ migration changes hosts to objects?</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-migration-changes-hosts-to-objects/m-p/2063125#M398833</link>
      <description>&lt;P&gt;I'm testing upgrading an ASA from 8.2.5 to 8.4.4.&amp;nbsp; During the the upgrade, it change all of my ACL host entries to objects.&amp;nbsp; But I noticed that the keyword "host" is still a valid option when creating an ACL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to understand why this change is made during the migration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 23:58:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-migration-changes-hosts-to-objects/m-p/2063125#M398833</guid>
      <dc:creator>jason.williams</dc:creator>
      <dc:date>2019-03-11T23:58:52Z</dc:date>
    </item>
    <item>
      <title>ASA 8.3+ migration changes hosts to objects?</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-migration-changes-hosts-to-objects/m-p/2063126#M398834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From ASA 8.3 onwards, ACL applied to the outside interface for example the destination no longer use the mapped/translated address but the real address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;If you have NAT for an internal host to a public IP, with version 8.2 and lower, the ACL applied to the outside interface will say something like: permit tcp any host &lt;PUBLICIP&gt; eq 80&lt;/PUBLICIP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From version 8.3 onwards, the ACL will say: permit tcp any host &lt;PRIVATEIP&gt; eq 80&lt;/PRIVATEIP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the NAT configuration also changes from version 8.3 onwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are all the changes from version 8.3 onwards (major changes being the NAT configuration and also ACL):&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa83/release/notes/asarn83.html#wp432043"&gt;http://www.cisco.com/en/US/docs/security/asa/asa83/release/notes/asarn83.html#wp432043&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that answers your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 20:59:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-migration-changes-hosts-to-objects/m-p/2063126#M398834</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-09-25T20:59:20Z</dc:date>
    </item>
    <item>
      <title>ASA 8.3+ migration changes hosts to objects?</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-migration-changes-hosts-to-objects/m-p/2063127#M398835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has nothing to do with NAT rules.&amp;nbsp; These were changes made to standard access-list rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previously, it looked like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_name extended permit tcp object-group obj_group_name host SERVER1 eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I get this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network SERVER1&lt;/P&gt;&lt;P&gt; host 1.1.1.1&lt;/P&gt;&lt;P&gt; description Created during name migration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; access-list acl_name extended permit tcp object-group obj_group_name object SERVER1 eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I noticed that it only did this if we had a name entry for the host.&amp;nbsp; If the ACL included a "host 10.10.10.10", then that ACL was unchanged.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 12:30:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-migration-changes-hosts-to-objects/m-p/2063127#M398835</guid>
      <dc:creator>jason.williams</dc:creator>
      <dc:date>2012-09-26T12:30:56Z</dc:date>
    </item>
    <item>
      <title>ASA 8.3+ migration changes hosts to objects?</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-3-migration-changes-hosts-to-objects/m-p/2063128#M398836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you are right. The host that has a "name" entry gets migrated to object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the URL for your reference:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa83/upgrading/migrating.html#wp106362"&gt;http://www.cisco.com/en/US/docs/security/asa/asa83/upgrading/migrating.html#wp106362&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the full migration document to version 8.3 and above for your reference:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa83/upgrading/migrating.html"&gt;http://www.cisco.com/en/US/docs/security/asa/asa83/upgrading/migrating.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 14:58:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-3-migration-changes-hosts-to-objects/m-p/2063128#M398836</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-09-27T14:58:51Z</dc:date>
    </item>
  </channel>
</rss>

