<?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: Convert a strange ACL line to a rule in ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/convert-a-strange-acl-line-to-a-rule-in-asa/m-p/1562156#M745261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess it's not as nice as just converting the commands to the ASA... but the nice part is that once you created the object-groups you can manage the subnets just as you did with the routers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean... just reference to the entire object-group (instead than to the wildcard statements in the ACL).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Nov 2010 20:49:15 GMT</pubDate>
    <dc:creator>Federico Coto Fajardo</dc:creator>
    <dc:date>2010-11-10T20:49:15Z</dc:date>
    <item>
      <title>Convert a strange ACL line to a rule in ASA</title>
      <link>https://community.cisco.com/t5/network-security/convert-a-strange-acl-line-to-a-rule-in-asa/m-p/1562151#M745247</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me if there is a shorter solution to convert those lines in a router ACL to my rule base in ASA / CSM ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 349pt; border-collapse: collapse;" width="465"&gt;&lt;COLGROUP span="1"&gt;&lt;COL span="1" style="width: 349pt; mso-width-source: userset; mso-width-alt: 17005;" width="465" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl24" height="17" style="background-color: transparent; width: 349pt; height: 12.75pt; border: windowtext;" width="465"&gt;access-list 109 deny&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;ip 10.0.0.0 0.15.56.127 10.4.8.0 0.0.0.255&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD height="17" style="background-color: transparent; height: 12.75pt; border: windowtext;"&gt;access-list 109 permit ip 10.0.0.0 0.15.56.127 any&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;P&gt;...&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;Dave&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:07:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/convert-a-strange-acl-line-to-a-rule-in-asa/m-p/1562151#M745247</guid>
      <dc:creator>Dave Tremblay</dc:creator>
      <dc:date>2019-03-11T19:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Convert a strange ACL line to a rule in ASA</title>
      <link>https://community.cisco.com/t5/network-security/convert-a-strange-acl-line-to-a-rule-in-asa/m-p/1562152#M745248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are using a wildcard mask to define a weird group of addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 109 deny&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;ip 10.0.0.0 0.15.56.127 10.4.8.0 255.255.255.0&lt;/P&gt;&lt;P&gt;access-list 109 permit ip 10.0.0.0 0.15.56.127 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ASA won't support wildcards and only support subnet masks.&lt;/P&gt;&lt;P&gt;So to convert those rules to ASA you will need to create the list of entries in the ACL with the appropiate subnet mask.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just out of curiosity... what is the purpose of the above ACL in your router?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 20:01:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/convert-a-strange-acl-line-to-a-rule-in-asa/m-p/1562152#M745248</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-11-10T20:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Convert a strange ACL line to a rule in ASA</title>
      <link>https://community.cisco.com/t5/network-security/convert-a-strange-acl-line-to-a-rule-in-asa/m-p/1562153#M745249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response, even if I kind of knew the answer... I was wondering if someone came with a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those wierd wildcards are meant for special ranges of IP to access another range of ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of repeting lines for nothing and since the environment (subnet) is defined like that in every other subnets, they implemented bizarre wildcards like that. In one line, I can include every other lines, see the following...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;deny 10.1.8.0 - 127&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.4.8.0 255.255.255.0&amp;nbsp; (range of IP)&lt;/P&gt;&lt;P&gt;permit 10.1.8.0 - 127&amp;nbsp; 10.4.8.0 255.255.248.0 (complete subnet)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;deny 10.1.16.0 - 127&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.4.8.0 255.255.255.0&lt;/P&gt;&lt;P&gt;permit 10.1.16.0 - 127&amp;nbsp; 10.4.8.0 255.255.248.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;deny 10.1.24.0 - 127&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.4.8.0 255.255.255.0&lt;/P&gt;&lt;P&gt;permit 10.1.24.0 - 127&amp;nbsp; 10.4.8.0 255.255.248.0&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;deny 10.15.248.0 - 127&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.4.8.0 255.255.255.0&lt;/P&gt;&lt;P&gt;permit 10.15.248.0 - 127&amp;nbsp; 10.4.8.0 255.255.248.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 20:16:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/convert-a-strange-acl-line-to-a-rule-in-asa/m-p/1562153#M745249</guid>
      <dc:creator>Dave Tremblay</dc:creator>
      <dc:date>2010-11-10T20:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Convert a strange ACL line to a rule in ASA</title>
      <link>https://community.cisco.com/t5/network-security/convert-a-strange-acl-line-to-a-rule-in-asa/m-p/1562154#M745250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's no way to use wildcard masks in ASAs.&lt;/P&gt;&lt;P&gt;I guess one option would be to create object-groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can group networks in one object (and have several objects), and then reference the permit/deny statements between objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will simplify the configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 20:39:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/convert-a-strange-acl-line-to-a-rule-in-asa/m-p/1562154#M745250</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-11-10T20:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Convert a strange ACL line to a rule in ASA</title>
      <link>https://community.cisco.com/t5/network-security/convert-a-strange-acl-line-to-a-rule-in-asa/m-p/1562155#M745253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yep, I know... but it's going to be a pain to implement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 20:45:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/convert-a-strange-acl-line-to-a-rule-in-asa/m-p/1562155#M745253</guid>
      <dc:creator>Dave Tremblay</dc:creator>
      <dc:date>2010-11-10T20:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Convert a strange ACL line to a rule in ASA</title>
      <link>https://community.cisco.com/t5/network-security/convert-a-strange-acl-line-to-a-rule-in-asa/m-p/1562156#M745261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess it's not as nice as just converting the commands to the ASA... but the nice part is that once you created the object-groups you can manage the subnets just as you did with the routers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean... just reference to the entire object-group (instead than to the wildcard statements in the ACL).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 20:49:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/convert-a-strange-acl-line-to-a-rule-in-asa/m-p/1562156#M745261</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-11-10T20:49:15Z</dc:date>
    </item>
  </channel>
</rss>

