<?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: Filtering by country code in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/filtering-by-country-code/m-p/1341672#M779968</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On line you can find country code range of ip addresses. Then you can block them with a ACL. Looking up online for "block ip address by country" will give you site that provide the ip addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then as you said you can use object groups in ACLs to block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no limitation for the object group sizes. The only limitation depends on the firewall specs and has to do with the maximum ACL sizes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Oct 2009 13:43:53 GMT</pubDate>
    <dc:creator>Panos Kampanakis</dc:creator>
    <dc:date>2009-10-15T13:43:53Z</dc:date>
    <item>
      <title>Filtering by country code</title>
      <link>https://community.cisco.com/t5/network-security/filtering-by-country-code/m-p/1341671#M779951</link>
      <description>&lt;P&gt;I have been tasked with configuring acl's to block a number of countries from accessing a particular site.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way in the asa to filter by country code?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, I am planning on creating a network object group for these ip addresses.  This object group will contain a large number of ip ranges, is there a max number of entries one network object group can contain?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or has anyone had experience doing this and have a better way to implement this type of config?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:26:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/filtering-by-country-code/m-p/1341671#M779951</guid>
      <dc:creator>PWCSinfosec</dc:creator>
      <dc:date>2019-03-11T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering by country code</title>
      <link>https://community.cisco.com/t5/network-security/filtering-by-country-code/m-p/1341672#M779968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On line you can find country code range of ip addresses. Then you can block them with a ACL. Looking up online for "block ip address by country" will give you site that provide the ip addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then as you said you can use object groups in ACLs to block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no limitation for the object group sizes. The only limitation depends on the firewall specs and has to do with the maximum ACL sizes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2009 13:43:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/filtering-by-country-code/m-p/1341672#M779968</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2009-10-15T13:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering by country code</title>
      <link>https://community.cisco.com/t5/network-security/filtering-by-country-code/m-p/1341673#M779998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the maximum acl size for an asa5540?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2009 13:54:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/filtering-by-country-code/m-p/1341673#M779998</guid>
      <dc:creator>PWCSinfosec</dc:creator>
      <dc:date>2009-10-15T13:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering by country code</title>
      <link>https://community.cisco.com/t5/network-security/filtering-by-country-code/m-p/1341674#M780023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no hard limit for the ASA. It depend on how much ACE (Access Control Entry) and memory on the box. ACE are calculated like this if you are using object group, let's say you have object group for source hosts, and destination hosts on a single ACL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list TEST perm ip object-group SOURCE object-group DESTINATION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;source = 10 hosts&lt;/P&gt;&lt;P&gt;destination = 10 hosts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then the ACE will be&lt;/P&gt;&lt;P&gt;10 x 10 = 100 ACE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find out how many ACE you have, you can use the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;show access-list xxxx | i element&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;jerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2009 14:50:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/filtering-by-country-code/m-p/1341674#M780023</guid>
      <dc:creator>Jerry Ye</dc:creator>
      <dc:date>2009-10-15T14:50:20Z</dc:date>
    </item>
  </channel>
</rss>

