<?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 Blocking a IP address on ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/blocking-a-ip-address-on-asa/m-p/2171095#M357981</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to add &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If traffic to the box is via SSH, Telnet or ASDM you could block it with each of those command sets configuration, no need for an ACL for that traffic,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Apr 2013 16:39:14 GMT</pubDate>
    <dc:creator>Julio Carvajal</dc:creator>
    <dc:date>2013-04-18T16:39:14Z</dc:date>
    <item>
      <title>Blocking a IP address on ASA</title>
      <link>https://community.cisco.com/t5/network-security/blocking-a-ip-address-on-asa/m-p/2171091#M357974</link>
      <description>&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to block all connections going to particular IP address on the internet.&lt;/P&gt;&lt;P&gt;Also we do not want any connection coming from that IP to our ASA.&lt;/P&gt;&lt;P&gt;Need to know which interface should i apply&amp;nbsp; the ACL?&lt;/P&gt;&lt;P&gt;Outside interface of ASA?&lt;/P&gt;&lt;P&gt;&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;</description>
      <pubDate>Tue, 12 Mar 2019 01:31:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-a-ip-address-on-asa/m-p/2171091#M357974</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2019-03-12T01:31:10Z</dc:date>
    </item>
    <item>
      <title>Blocking a IP address on ASA</title>
      <link>https://community.cisco.com/t5/network-security/blocking-a-ip-address-on-asa/m-p/2171092#M357975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to block traffic to that IP from any interface, then you can apply it on the outside interface outbound direction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list &lt;EM&gt;name &lt;/EM&gt;deny ip any host x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list &lt;EM&gt;name &lt;/EM&gt;permit ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group &lt;EM&gt;name &lt;/EM&gt;out interface outside&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;Felipe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 16:23:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-a-ip-address-on-asa/m-p/2171092#M357975</guid>
      <dc:creator>lcambron</dc:creator>
      <dc:date>2013-04-18T16:23:08Z</dc:date>
    </item>
    <item>
      <title>Blocking a IP address on ASA</title>
      <link>https://community.cisco.com/t5/network-security/blocking-a-ip-address-on-asa/m-p/2171093#M357976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Felipe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i need to block traffic coming from that IP&amp;nbsp; to ASA&amp;nbsp; then i can apply it to outside interface but in inside direction?&lt;/P&gt;&lt;P&gt;So when we apply ACL&amp;nbsp; to outside interface of ASA&amp;nbsp; how does it block all other interfaces also?&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>Thu, 18 Apr 2013 16:27:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-a-ip-address-on-asa/m-p/2171093#M357976</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2013-04-18T16:27:18Z</dc:date>
    </item>
    <item>
      <title>Blocking a IP address on ASA</title>
      <link>https://community.cisco.com/t5/network-security/blocking-a-ip-address-on-asa/m-p/2171094#M357980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i need to block traffic coming from that IP&amp;nbsp; to ASA&amp;nbsp; then i can apply it to outside interface but in inside direction?&lt;/P&gt;&lt;P&gt;Exactly, inbound direction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when we apply ACL&amp;nbsp; to outside interface of ASA&amp;nbsp; how does it block all other interfaces also?&lt;/P&gt;&lt;P&gt;Because you will not only block traffic TO the box but also traffic &lt;STRONG&gt;through &lt;/STRONG&gt;the box to another devices on other interfaces, this will be block as long as it needs to go via the outside&lt;/P&gt;&lt;P&gt;interface&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 16:38:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-a-ip-address-on-asa/m-p/2171094#M357980</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-04-18T16:38:21Z</dc:date>
    </item>
    <item>
      <title>Blocking a IP address on ASA</title>
      <link>https://community.cisco.com/t5/network-security/blocking-a-ip-address-on-asa/m-p/2171095#M357981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to add &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If traffic to the box is via SSH, Telnet or ASDM you could block it with each of those command sets configuration, no need for an ACL for that traffic,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 16:39:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-a-ip-address-on-asa/m-p/2171095#M357981</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-04-18T16:39:14Z</dc:date>
    </item>
    <item>
      <title>Blocking a IP address on ASA</title>
      <link>https://community.cisco.com/t5/network-security/blocking-a-ip-address-on-asa/m-p/2171096#M357983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Julio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks again for explaining.&lt;/P&gt;&lt;P&gt;ASA&amp;nbsp; is very interesting.&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;MAhesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 17:14:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-a-ip-address-on-asa/m-p/2171096#M357983</guid>
      <dc:creator>mahesh18</dc:creator>
      <dc:date>2013-04-18T17:14:28Z</dc:date>
    </item>
    <item>
      <title>Blocking a IP address on ASA</title>
      <link>https://community.cisco.com/t5/network-security/blocking-a-ip-address-on-asa/m-p/2171097#M357985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My pleasure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 17:16:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-a-ip-address-on-asa/m-p/2171097#M357985</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2013-04-18T17:16:14Z</dc:date>
    </item>
  </channel>
</rss>

