<?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 Access-group command on ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/access-group-command-on-asa/m-p/2066612#M396765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennifer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to ASA&amp;nbsp; world but have to learn now as new job we have few ASAs.&lt;/P&gt;&lt;P&gt;It is very good that we have people like you in this forum who can answer the questions and we can understand the&lt;/P&gt;&lt;P&gt;concept better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Oct 2012 04:51:54 GMT</pubDate>
    <dc:creator>mahesh18</dc:creator>
    <dc:date>2012-10-26T04:51:54Z</dc:date>
    <item>
      <title>Access-group command on ASA</title>
      <link>https://community.cisco.com/t5/network-security/access-group-command-on-asa/m-p/2066607#M396760</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need&amp;nbsp; to confirm if this is right way to use ACL&amp;nbsp; to block specfic user from accessing www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Config 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list BLOCK extended deny tcp host 192.168.1.1 any eq www log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group BLOCK in interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here IP 192.168.1.1 is used as source&amp;nbsp; which is&amp;nbsp; inside interface of ASA .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now host PC 192.168.1.6 is not able to access internet but hit count does not increment stays at zero need to know why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Config 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i use source IP&amp;nbsp; of PC then user PC is still able to access the internet .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mahesh Parmar&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:14:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-group-command-on-asa/m-p/2066607#M396760</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2019-03-12T00:14:20Z</dc:date>
    </item>
    <item>
      <title>Access-group command on ASA</title>
      <link>https://community.cisco.com/t5/network-security/access-group-command-on-asa/m-p/2066608#M396761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you would like to block host 192.168.1.6 from accessing the web, then you would need to configure the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list BLOCK extended deny tcp host 192.168.1.6 any eq www log&lt;/P&gt;&lt;P&gt;access-list BLOCK extended permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second line is to ensure that everything else is permitted to go out to the internet. Because by default there is an implicit deny ip any any at the end of an access-list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 03:11:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-group-command-on-asa/m-p/2066608#M396761</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-10-26T03:11:07Z</dc:date>
    </item>
    <item>
      <title>Access-group command on ASA</title>
      <link>https://community.cisco.com/t5/network-security/access-group-command-on-asa/m-p/2066609#M396762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennifer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply so i do not need to use the access-group command then ?&lt;/P&gt;&lt;P&gt;Can you please tell then when we use access-group command in ASA ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 03:13:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-group-command-on-asa/m-p/2066609#M396762</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2012-10-26T03:13:51Z</dc:date>
    </item>
    <item>
      <title>Access-group command on ASA</title>
      <link>https://community.cisco.com/t5/network-security/access-group-command-on-asa/m-p/2066610#M396763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennifer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I applied the following config &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list BLOCK extended deny tcp host 192.168.1.7 any eq www log&lt;/P&gt;&lt;P&gt;access-list BLOCK extended permit tcp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group BLOCK out interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now user PC is unable to access www&amp;nbsp; but when i do sh access-list&amp;nbsp; i see hit counters stay at zero it does not increment&lt;/P&gt;&lt;P&gt;can you please tell why ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 03:38:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-group-command-on-asa/m-p/2066610#M396763</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2012-10-26T03:38:34Z</dc:date>
    </item>
    <item>
      <title>Access-group command on ASA</title>
      <link>https://community.cisco.com/t5/network-security/access-group-command-on-asa/m-p/2066611#M396764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason why is normally DNS resolution happens first, before the user can access the internet.&lt;/P&gt;&lt;P&gt;Since you are not permitting udp any any, then the hitcount for denying the WWW still shows zero since it doesn't even get into that stage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you also include:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list BLOCK extended permit udp any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you will see hitcount on the udp as well as the deny for that host on www.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 03:41:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-group-command-on-asa/m-p/2066611#M396764</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-10-26T03:41:11Z</dc:date>
    </item>
    <item>
      <title>Access-group command on ASA</title>
      <link>https://community.cisco.com/t5/network-security/access-group-command-on-asa/m-p/2066612#M396765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennifer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to ASA&amp;nbsp; world but have to learn now as new job we have few ASAs.&lt;/P&gt;&lt;P&gt;It is very good that we have people like you in this forum who can answer the questions and we can understand the&lt;/P&gt;&lt;P&gt;concept better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 04:51:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-group-command-on-asa/m-p/2066612#M396765</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2012-10-26T04:51:54Z</dc:date>
    </item>
    <item>
      <title>Access-group command on ASA</title>
      <link>https://community.cisco.com/t5/network-security/access-group-command-on-asa/m-p/2066613#M396766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mahesh. Good to hear that you have learnt through the forum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 04:54:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-group-command-on-asa/m-p/2066613#M396766</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2012-10-26T04:54:04Z</dc:date>
    </item>
  </channel>
</rss>

