<?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 Having issue with ACL confuration in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/having-issue-with-acl-confuration/m-p/3998131#M23527</link>
    <description>&lt;P&gt;I am having the issue with following below configuration and getting error. Please help me solve the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;object-group network LERAPID7_Console&lt;BR /&gt;network-object host 192.168.2.80&lt;/P&gt;&lt;P&gt;object-group network LMRAPID7_Console&lt;BR /&gt;network-object host 192.168.2.81&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;object-group network RAPID7_CONSOLE&lt;BR /&gt;group-object LERAPID7_Console&lt;BR /&gt;group-object LMRAPID7_Console&lt;/P&gt;&lt;P&gt;object-group service Rapid7-Management&lt;BR /&gt;service-object tcp destination eq 3750&lt;BR /&gt;service-object tcp destination eq 40814&lt;BR /&gt;service-object tcp destination eq https&lt;/P&gt;&lt;P&gt;access-list global-access extended permit tcp object-group any object-group RRAPID7_CONSOLE object-group Rapid7-Management&lt;/P&gt;&lt;P&gt;ERROR: specified object-group (Rapid7_Management) has wrong type; expecting service type&lt;/P&gt;</description>
    <pubDate>Thu, 12 Dec 2019 20:23:44 GMT</pubDate>
    <dc:creator>Mohammad Rahman</dc:creator>
    <dc:date>2019-12-12T20:23:44Z</dc:date>
    <item>
      <title>Having issue with ACL confuration</title>
      <link>https://community.cisco.com/t5/network-security/having-issue-with-acl-confuration/m-p/3998131#M23527</link>
      <description>&lt;P&gt;I am having the issue with following below configuration and getting error. Please help me solve the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;object-group network LERAPID7_Console&lt;BR /&gt;network-object host 192.168.2.80&lt;/P&gt;&lt;P&gt;object-group network LMRAPID7_Console&lt;BR /&gt;network-object host 192.168.2.81&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;object-group network RAPID7_CONSOLE&lt;BR /&gt;group-object LERAPID7_Console&lt;BR /&gt;group-object LMRAPID7_Console&lt;/P&gt;&lt;P&gt;object-group service Rapid7-Management&lt;BR /&gt;service-object tcp destination eq 3750&lt;BR /&gt;service-object tcp destination eq 40814&lt;BR /&gt;service-object tcp destination eq https&lt;/P&gt;&lt;P&gt;access-list global-access extended permit tcp object-group any object-group RRAPID7_CONSOLE object-group Rapid7-Management&lt;/P&gt;&lt;P&gt;ERROR: specified object-group (Rapid7_Management) has wrong type; expecting service type&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 20:23:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/having-issue-with-acl-confuration/m-p/3998131#M23527</guid>
      <dc:creator>Mohammad Rahman</dc:creator>
      <dc:date>2019-12-12T20:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Having issue with ACL confuration</title>
      <link>https://community.cisco.com/t5/network-security/having-issue-with-acl-confuration/m-p/3998317#M23528</link>
      <description>&lt;P&gt;Hi Mohammad-&lt;/P&gt;
&lt;P&gt;The CLI is rejecting the syntax because your object-group already specifies the protocol type (TCP) and your access-list is also calling out for the "TCP." If you already have the protocol defined your object group then you don't need it in your Access Control List Entry. The thread below explains pretty well and it includes an example that you can follow:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.cisco.com/t5/firewalls/unable-to-create-acl-with-object-group-for-service-port/td-p/2716499" target="_blank"&gt;https://community.cisco.com/t5/firewalls/unable-to-create-acl-with-object-group-for-service-port/td-p/2716499&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Thank you for rating helpful posts!&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 05:52:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/having-issue-with-acl-confuration/m-p/3998317#M23528</guid>
      <dc:creator>nspasov</dc:creator>
      <dc:date>2019-12-13T05:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Having issue with ACL confuration</title>
      <link>https://community.cisco.com/t5/network-security/having-issue-with-acl-confuration/m-p/3998510#M23529</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;A href="https://community.cisco.com/t5/user/viewprofilepage/user-id/274561" target="_self"&gt;&lt;SPAN class=""&gt;nspasov&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; for your quick answer. I got that solved but I changed my configuration as below. When I browse using the port number 3780, show access-list showing 0 hitting. Please help me solve this issue then I will be done with my project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;object-group network Rapid7_Server&lt;BR /&gt;network-group host 192.168.2.2&lt;/P&gt;&lt;P&gt;object-group network Outside_Host&lt;BR /&gt;network-group host 192.168.1.165&lt;/P&gt;&lt;P&gt;object-group service Rapid7_MGMT tcp&lt;BR /&gt;port-object eq 3780&lt;BR /&gt;port-object eq https&lt;BR /&gt;access-list global-access extended permit tcp object-group Outside_Host object-group Rapid7_Server object-group Rapid7_MGMT&lt;/P&gt;&lt;P&gt;access-list global-access line 1 extended permit tcp object-group Outside_Host object-group Rapid7_Server object-group Rapid7_MGMT (hitcnt=0) 0x80fcc2fc&lt;BR /&gt;access-list global-access line 1 extended permit tcp host 192.168.1.165 host 192.168.2.2 eq 3780 (hitcnt=0) 0x5ff3d781&lt;BR /&gt;access-list global-access line 1 extended permit tcp host 192.168.1.165 host 192.168.2.2 eq https (hitcnt=0) 0x5025c4b8&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 15:05:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/having-issue-with-acl-confuration/m-p/3998510#M23529</guid>
      <dc:creator>Mohammad Rahman</dc:creator>
      <dc:date>2019-12-13T15:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Having issue with ACL confuration</title>
      <link>https://community.cisco.com/t5/network-security/having-issue-with-acl-confuration/m-p/3998995#M23530</link>
      <description>&lt;P&gt;It is hard to tell why your ACEs are not getting any hits without knowing the test methodology that you used. A simple/quick test is to use the "packet-tracer" command. Can you run that and post the output and also check if the ACEs are getting a hit after running the command? The packet-tracer command actually generates real traffic so you should see the hit count increase.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Thank you for rating helpful posts!&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2019 00:41:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/having-issue-with-acl-confuration/m-p/3998995#M23530</guid>
      <dc:creator>nspasov</dc:creator>
      <dc:date>2019-12-15T00:41:45Z</dc:date>
    </item>
  </channel>
</rss>

