<?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: Access-lists with tpc-udp object-group in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/access-lists-with-tpc-udp-object-group/m-p/1263678#M857904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are the guidelines.. you can create service group that includes tcp-udp ports but when creating the access list for example an inbound acl you must specify in your permit rule either udp  or tcp, so you will need two access-list for each the udp and tcp protocol using same sevrice tcp-udp group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa80/command/reference/no.html#wp1750094" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa80/command/reference/no.html#wp1750094&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Oct 2009 21:44:27 GMT</pubDate>
    <dc:creator>JORGE RODRIGUEZ</dc:creator>
    <dc:date>2009-10-01T21:44:27Z</dc:date>
    <item>
      <title>Access-lists with tpc-udp object-group</title>
      <link>https://community.cisco.com/t5/network-security/access-lists-with-tpc-udp-object-group/m-p/1263677#M857903</link>
      <description>&lt;P&gt;I am converting from my pix to a ASA 5505.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having issues making an access list that includes a tcp-udp object-group.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a recommended practice for doing this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:22:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-lists-with-tpc-udp-object-group/m-p/1263677#M857903</guid>
      <dc:creator>jsaumer2006</dc:creator>
      <dc:date>2019-03-11T16:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Access-lists with tpc-udp object-group</title>
      <link>https://community.cisco.com/t5/network-security/access-lists-with-tpc-udp-object-group/m-p/1263678#M857904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are the guidelines.. you can create service group that includes tcp-udp ports but when creating the access list for example an inbound acl you must specify in your permit rule either udp  or tcp, so you will need two access-list for each the udp and tcp protocol using same sevrice tcp-udp group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa80/command/reference/no.html#wp1750094" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa80/command/reference/no.html#wp1750094&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2009 21:44:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-lists-with-tpc-udp-object-group/m-p/1263678#M857904</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2009-10-01T21:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Access-lists with tpc-udp object-group</title>
      <link>https://community.cisco.com/t5/network-security/access-lists-with-tpc-udp-object-group/m-p/1263679#M857905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I try and make the access list entry it is giving me the following error message in the ASDM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ERROR] access-list outside_access_in line 4 extended permit  object-group Test_Group object-group Test host xxx.xx.xx.xxx&lt;/P&gt;&lt;P&gt;	 specified object group &lt;TEST_GROUP&gt; has wrong type; expecting protocol type&lt;/TEST_GROUP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The object-group Test is in the config as the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group service Test tcp-udp&lt;/P&gt;&lt;P&gt; port-object range 20 21&lt;/P&gt;&lt;P&gt; port-object eq 22&lt;/P&gt;&lt;P&gt; port-object eq 55&lt;/P&gt;&lt;P&gt; port-object eq 5631&lt;/P&gt;&lt;P&gt; port-object eq 5632&lt;/P&gt;&lt;P&gt; port-object range 9500 9505&lt;/P&gt;&lt;P&gt; port-object eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Test group is made as the following:&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 host Test_3&lt;/P&gt;&lt;P&gt; network-object host Test_2&lt;/P&gt;&lt;P&gt; network-object host Test_1&lt;/P&gt;&lt;P&gt; network-object host Test_4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 01:02:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-lists-with-tpc-udp-object-group/m-p/1263679#M857905</guid>
      <dc:creator>jsaumer2006</dc:creator>
      <dc:date>2009-10-02T01:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Access-lists with tpc-udp object-group</title>
      <link>https://community.cisco.com/t5/network-security/access-lists-with-tpc-udp-object-group/m-p/1263680#M857907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't defined in your post  where network group hosts are comming from nor where is xxx.xxx.xxx.xxx host, but looking at your acl name outside_access_in I will assume xxx.xxx.xxx.xxx  is an inside host and your network group are hosts from the outside , the inbound rule will read as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp object-group Test_Group host xxx.xxx.xxx.xxx object-group Test &lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit udp object-group Test_Group host xxx.xxx.xxx.xxx object-group Test &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in above permit tcp and upd inbound rules example you must use &lt;B&gt;network&lt;/B&gt; object group follow by destination host inside xxx.xxx.xxx.xxx follow by &lt;B&gt;service&lt;/B&gt; tcp-udp test object-group &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 02:36:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-lists-with-tpc-udp-object-group/m-p/1263680#M857907</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2009-10-02T02:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Access-lists with tpc-udp object-group</title>
      <link>https://community.cisco.com/t5/network-security/access-lists-with-tpc-udp-object-group/m-p/1263681#M857909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think my problem was that I was using the ASDM top put in the rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the command line, I didn't have any issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the guidance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 12:30:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-lists-with-tpc-udp-object-group/m-p/1263681#M857909</guid>
      <dc:creator>jsaumer2006</dc:creator>
      <dc:date>2009-10-02T12:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Access-lists with tpc-udp object-group</title>
      <link>https://community.cisco.com/t5/network-security/access-lists-with-tpc-udp-object-group/m-p/1263682#M857911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jayson, glad worked out .. PLS rate helpful post if helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 12:56:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-lists-with-tpc-udp-object-group/m-p/1263682#M857911</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2009-10-02T12:56:02Z</dc:date>
    </item>
  </channel>
</rss>

