<?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 not taking an access-list command in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-not-taking-an-access-list-command/m-p/1584075#M593780</link>
    <description>&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are my relevant configs on the ASA 5510 running 8.3(2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;object network Obj_ABC_ICS&lt;BR /&gt; host 192.168.55.11&lt;BR /&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;object-group network ObjGrp_ABC_IP&lt;BR /&gt; network-object host 1.2.3.4&lt;BR /&gt;object-group service ObjGrp_ABC_Ports&lt;BR /&gt; service-object tcp destination eq 3389&lt;BR /&gt; service-object tcp destination eq www&lt;BR /&gt; service-object tcp destination eq https&lt;BR /&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Then I try to create an ACL with the following command I got the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;access-list ACL_test extended permit tcp object-group ObjGrp_ABC_IP object Obj_ABC_ICS object-group ObjGrp_ABC_Ports&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;ERROR: specified object group &amp;lt;ObjGrp_ABC_Ports&amp;gt; has wrong type; expecting service type&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's indeed the service type!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What did I do wrong? I also saw the "protocol" type object-group. What's the difference between "service" type and "protocol" type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 19:37:23 GMT</pubDate>
    <dc:creator>Difan Zhao</dc:creator>
    <dc:date>2019-03-11T19:37:23Z</dc:date>
    <item>
      <title>ASA not taking an access-list command</title>
      <link>https://community.cisco.com/t5/network-security/asa-not-taking-an-access-list-command/m-p/1584075#M593780</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are my relevant configs on the ASA 5510 running 8.3(2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;object network Obj_ABC_ICS&lt;BR /&gt; host 192.168.55.11&lt;BR /&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;object-group network ObjGrp_ABC_IP&lt;BR /&gt; network-object host 1.2.3.4&lt;BR /&gt;object-group service ObjGrp_ABC_Ports&lt;BR /&gt; service-object tcp destination eq 3389&lt;BR /&gt; service-object tcp destination eq www&lt;BR /&gt; service-object tcp destination eq https&lt;BR /&gt;!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Then I try to create an ACL with the following command I got the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;access-list ACL_test extended permit tcp object-group ObjGrp_ABC_IP object Obj_ABC_ICS object-group ObjGrp_ABC_Ports&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;ERROR: specified object group &amp;lt;ObjGrp_ABC_Ports&amp;gt; has wrong type; expecting service type&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's indeed the service type!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What did I do wrong? I also saw the "protocol" type object-group. What's the difference between "service" type and "protocol" type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:37:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-not-taking-an-access-list-command/m-p/1584075#M593780</guid>
      <dc:creator>Difan Zhao</dc:creator>
      <dc:date>2019-03-11T19:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: ASA not taking an access-list command</title>
      <link>https://community.cisco.com/t5/network-security/asa-not-taking-an-access-list-command/m-p/1584076#M593781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are using enhanced object groups. Please&amp;nbsp; try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;access-list&amp;nbsp; ACL_test extended&amp;nbsp; permit &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;object-group&amp;nbsp; ObjGrp_ABC_Ports &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;object-group&amp;nbsp; ObjGrp_ABC_IP object Obj_ABC_ICS &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00800d641d.shtml#serv"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00800d641d.shtml#serv&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope&amp;nbsp; this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 16:15:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-not-taking-an-access-list-command/m-p/1584076#M593781</guid>
      <dc:creator>Nagaraja Thanthry</dc:creator>
      <dc:date>2011-01-19T16:15:08Z</dc:date>
    </item>
  </channel>
</rss>

