<?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 ASA5505 Object Groups in Access-List in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa5505-object-groups-in-access-list/m-p/1296286#M838549</link>
    <description>&lt;P&gt;I have an ASA running 8.0(4).  I am attempting to use an object-group to consolidate the incoming access-list as their are several servers behind the asa running web servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when specifying any as the source network (I even tried using 0.0.0.0 0.0.0.0), it will not let me specify a destination port when I use an object group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words, it will let me do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list Allowed_Incoming_temp permit tcp any object-group Servers_Running_Web_Site&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but won't let me do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list Allowed_Incoming_temp permit tcp any object-group Servers_Running_Web_Site eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also odd is that if the source "network" is an object group, it will allow a port specification.  In other words, this is ok:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list Allowed_Incoming_temp permit tcp object-group Temp_List object-group Servers_Running_Web_Site eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course that doesn't really do me much good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a bug in this version of the asa OS?  Was this by design and if so, what is the intent of limiting port specification?  Is there a way to do what I am looking for without creating an entry for each server and not using the object-group?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your assistance.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 16:05:24 GMT</pubDate>
    <dc:creator>caplinktech</dc:creator>
    <dc:date>2019-03-11T16:05:24Z</dc:date>
    <item>
      <title>ASA5505 Object Groups in Access-List</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-object-groups-in-access-list/m-p/1296286#M838549</link>
      <description>&lt;P&gt;I have an ASA running 8.0(4).  I am attempting to use an object-group to consolidate the incoming access-list as their are several servers behind the asa running web servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when specifying any as the source network (I even tried using 0.0.0.0 0.0.0.0), it will not let me specify a destination port when I use an object group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words, it will let me do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list Allowed_Incoming_temp permit tcp any object-group Servers_Running_Web_Site&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but won't let me do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list Allowed_Incoming_temp permit tcp any object-group Servers_Running_Web_Site eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also odd is that if the source "network" is an object group, it will allow a port specification.  In other words, this is ok:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list Allowed_Incoming_temp permit tcp object-group Temp_List object-group Servers_Running_Web_Site eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course that doesn't really do me much good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a bug in this version of the asa OS?  Was this by design and if so, what is the intent of limiting port specification?  Is there a way to do what I am looking for without creating an entry for each server and not using the object-group?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your assistance.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:05:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-object-groups-in-access-list/m-p/1296286#M838549</guid>
      <dc:creator>caplinktech</dc:creator>
      <dc:date>2019-03-11T16:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 Object Groups in Access-List</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-object-groups-in-access-list/m-p/1296287#M838550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried on my box and it worked ????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;######&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA-5510-8x(config)#   object-group network mynetwork&lt;/P&gt;&lt;P&gt;ASA-5510-8x(config-network)# net&lt;/P&gt;&lt;P&gt;ASA-5510-8x(config-network)# network-object host 1.1.1.1&lt;/P&gt;&lt;P&gt;ASA-5510-8x(config-network)# network-object host 2.2.2.2&lt;/P&gt;&lt;P&gt;ASA-5510-8x(config-network)#&lt;/P&gt;&lt;P&gt;ASA-5510-8x(config-network)#&lt;/P&gt;&lt;P&gt;ASA-5510-8x(config-network)# exit&lt;/P&gt;&lt;P&gt;ASA-5510-8x(config)#&lt;/P&gt;&lt;P&gt;ASA-5510-8x(config)#&lt;/P&gt;&lt;P&gt;ASA-5510-8x(config)#&lt;/P&gt;&lt;P&gt;ASA-5510-8x(config)# access-l testacl permit tcp any ob&lt;/P&gt;&lt;P&gt;ASA-5510-8x(config)# access-l testacl permit tcp any object-group mynetwork eq www&lt;/P&gt;&lt;P&gt;ASA-5510-8x(config)# sh access-l testacl&lt;/P&gt;&lt;P&gt;access-list testacl; 2 elements&lt;/P&gt;&lt;P&gt;access-list testacl line 1 extended permit tcp any object-group mynetwork eq www 0xf40a2caa&lt;/P&gt;&lt;P&gt;  access-list testacl line 1 extended permit tcp any host 1.1.1.1 eq www (hitcnt=0) 0x11d45404&lt;/P&gt;&lt;P&gt;  access-list testacl line 1 extended permit tcp any host 2.2.2.2 eq www (hitcnt=0) 0xf620c462&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#######&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hTH&lt;/P&gt;&lt;P&gt;sUSHIl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 18:19:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-object-groups-in-access-list/m-p/1296287#M838550</guid>
      <dc:creator>suschoud</dc:creator>
      <dc:date>2009-08-12T18:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 Object Groups in Access-List</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-object-groups-in-access-list/m-p/1296288#M838551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sloppiness from trying to do things in a hurry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was a capitalization error, must have typed too fast when typing the object group name and my "standards" didn't come in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for getting me to slow down and think for a bit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2009 19:10:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-object-groups-in-access-list/m-p/1296288#M838551</guid>
      <dc:creator>caplinktech</dc:creator>
      <dc:date>2009-08-12T19:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 Object Groups in Access-List</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-object-groups-in-access-list/m-p/1296289#M838552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no problem....m in TAC and never saw that before...was kind of amazed by the behaviour.... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&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>Wed, 12 Aug 2009 19:18:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-object-groups-in-access-list/m-p/1296289#M838552</guid>
      <dc:creator>suschoud</dc:creator>
      <dc:date>2009-08-12T19:18:13Z</dc:date>
    </item>
  </channel>
</rss>

