<?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: Router to ASA Firewall config conversion in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/router-to-asa-firewall-config-conversion/m-p/4778679#M1098011</link>
    <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;i know it has been a while since you posted this but what tool did you use to convert access lists from router to ASA firewall please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thank you&lt;/P&gt;</description>
    <pubDate>Mon, 20 Feb 2023 17:04:27 GMT</pubDate>
    <dc:creator>SS2020</dc:creator>
    <dc:date>2023-02-20T17:04:27Z</dc:date>
    <item>
      <title>Router to ASA Firewall config conversion</title>
      <link>https://community.cisco.com/t5/network-security/router-to-asa-firewall-config-conversion/m-p/4035481#M1066959</link>
      <description>&lt;P&gt;Good day experts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could someone assist me with how i can convert configs on a router to ASA firewall running 8.6 code.&lt;/P&gt;&lt;P&gt;I have managed to convert most of the configs but these below seem challenging this NATing and overloading is not making sense but it works on the router currently.&lt;/P&gt;&lt;P&gt;Acess-List 111 is also being called upon on a VPN as intersting traffic. VPN i managed to bring up. Just this below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NAT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ip nat pool SERVERS 192.168.10.50 192.168.10.50 prefix-length 24&lt;BR /&gt;ip nat inside source static tcp 10.10.10.50 80 interface GigabitEthernet0/1 80&lt;BR /&gt;ip nat inside source list 111 pool SERVERS overload&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ACL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;access-list 111 permit ip host 10.10.10.50 host 172.20.1.66&lt;BR /&gt;access-list 111 permit ip host 10.10.10.50 host 172.20.1.71&lt;BR /&gt;access-list 111 permit ip host 10.10.10.50 host 172.20.1.72&lt;BR /&gt;access-list 111 permit ip host 10.10.10.50 host 172.20.1.73&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I kind of don't follow whats happening here... and worse converting it to ASA...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks ion advance expert&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 15:15:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/router-to-asa-firewall-config-conversion/m-p/4035481#M1066959</guid>
      <dc:creator>yamikani2g2</dc:creator>
      <dc:date>2020-02-25T15:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Router to ASA Firewall config conversion</title>
      <link>https://community.cisco.com/t5/network-security/router-to-asa-firewall-config-conversion/m-p/4035499#M1066961</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;object-group network Source-Group&lt;BR /&gt;network-object host 10.10.10.50&lt;BR /&gt;!&lt;BR /&gt;object-group network Source-NAT-Group&lt;BR /&gt;network-object host 192.168.10.50&lt;BR /&gt;!&lt;BR /&gt;object-group network Destination-Group&lt;BR /&gt;network-object host 172.20.1.66&lt;BR /&gt;network-object host 172.20.1.71&lt;BR /&gt;network-object host 172.20.1.72&lt;BR /&gt;network-object host 172.20.1.73&lt;BR /&gt;!&lt;BR /&gt;object service obj-http&lt;BR /&gt;service tcp destination eq 80&lt;BR /&gt;!&lt;BR /&gt;nat (inside,outside) source static Source-Group interface service obj-http obj-http&lt;BR /&gt;nat (inside,outside) source static Source-Group Source-NAT-Group destination static Destination-Group Destination-Group&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rate for helpful post&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 15:35:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/router-to-asa-firewall-config-conversion/m-p/4035499#M1066961</guid>
      <dc:creator>Pawan Raut</dc:creator>
      <dc:date>2020-02-25T15:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Router to ASA Firewall config conversion</title>
      <link>https://community.cisco.com/t5/network-security/router-to-asa-firewall-config-conversion/m-p/4035509#M1066963</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're right , it seems that overload doesn't make sense here.&lt;/P&gt;&lt;P&gt;Can you post the result of "sh ip nat translation" on the router with traffic established from the server ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 15:45:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/router-to-asa-firewall-config-conversion/m-p/4035509#M1066963</guid>
      <dc:creator>Jerome BERTHIER</dc:creator>
      <dc:date>2020-02-25T15:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Router to ASA Firewall config conversion</title>
      <link>https://community.cisco.com/t5/network-security/router-to-asa-firewall-config-conversion/m-p/4036389#M1067037</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/94841"&gt;@Pawan Raut&lt;/a&gt;&amp;nbsp;Thank you for the config will test and share the result.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/315884"&gt;@Jerome BERTHIER&lt;/a&gt;&amp;nbsp;let me log in and paste the NAT translation here thank you for the quick response.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 19:04:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/router-to-asa-firewall-config-conversion/m-p/4036389#M1067037</guid>
      <dc:creator>yamikani2g2</dc:creator>
      <dc:date>2020-02-26T19:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Router to ASA Firewall config conversion</title>
      <link>https://community.cisco.com/t5/network-security/router-to-asa-firewall-config-conversion/m-p/4778679#M1098011</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;i know it has been a while since you posted this but what tool did you use to convert access lists from router to ASA firewall please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thank you&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 17:04:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/router-to-asa-firewall-config-conversion/m-p/4778679#M1098011</guid>
      <dc:creator>SS2020</dc:creator>
      <dc:date>2023-02-20T17:04:27Z</dc:date>
    </item>
  </channel>
</rss>

