<?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 ASA Config Question (Weird) in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-config-question-weird/m-p/2047109#M921266</link>
    <description>&lt;P&gt;This is hard to explain but here I go -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At our Colo in TX we have a Cisco PIX I am upgrading to a Cisco ASA5520. Here is what I need help with. Since NAT commands have change in the new version, 8.4.4.1 I want to run the old-pix and the new-asa5520 in parallel, I was thinking I could avoid downtime and headaches...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have 2 public supplied IP blocks – Since I do not want to publish my external IP's in a forum I will just use some off the top of my head&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;•1. 207.218.56.32 /30&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;•2. 207.108.206.192/26&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first block is directly connect to the PIX firewall (207.218.56.34) and the Upstream Internet providers gateway (207.218.56.33). The other block is routed to the outside interface of the PIX firewall, everything works, we have several public outside addresses that staticly map to DMZ IP's on the PIX FW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far so good…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is where I get lost. We have another firewall for another division of our company that need their own security… For whatever reason… This firewall, (another ASA, but this one is a 5510), is assigned an IP from the /26 IP address range - 207.218.206.254. Even-though there is no physical network I can communicate "ping"between 207.218.56.34 (OLD-PIX) and 207.218.206.254 (ASA5510 separte company disvisions).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pix – Firewall&lt;/P&gt;&lt;P&gt;Current IP Addresses:&lt;/P&gt;&lt;P&gt;Interface Name IP address Subnet mask&lt;/P&gt;&lt;P&gt;Ethernet0 outside 207.218.56.34 255.255.255.252&lt;/P&gt;&lt;P&gt;Ethernet1 inside 172.16.13.240 255.255.252.0&lt;/P&gt;&lt;P&gt;Ethernet2 dmz 192.168.0.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ping to production ASA5510&lt;/P&gt;&lt;P&gt;old-pix-fw# ping outside 207.108.206.254&lt;/P&gt;&lt;P&gt;Type escape sequence to abort.&lt;/P&gt;&lt;P&gt;Sending 5, 100-byte ICMP Echos to 207.108.206.254, timeout is 2 seconds:&lt;/P&gt;&lt;P&gt;!!!!!&lt;/P&gt;&lt;P&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ping to test New ASA5520 (The one that will replace the PIX)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;old-pix-fw# ping outside 207.218.206.246&lt;/P&gt;&lt;P&gt;Type escape sequence to abort.&lt;/P&gt;&lt;P&gt;Sending 5, 100-byte ICMP Echos to 207.218.206.246, timeout is 2 seconds:&lt;/P&gt;&lt;P&gt;?????&lt;/P&gt;&lt;P&gt;Success rate is 0 percent (0/5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Existing ASA5510 (working) – another-asa-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current IP Addresses:&lt;/P&gt;&lt;P&gt;Interface Name IP address Subnet mask&lt;/P&gt;&lt;P&gt;Ethernet0/0 Outside 207.218.206.254 255.255.255.192&lt;/P&gt;&lt;P&gt;Ethernet0/1 inside 172.16.13.22 255.255.252.0&lt;/P&gt;&lt;P&gt;Ethernet0/2 DMZ 192.168.0.254 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another-asa-1# sh run | in route&lt;/P&gt;&lt;P&gt;route Outside 0.0.0.0 0.0.0.0 207.248.122.56.34 1&lt;/P&gt;&lt;P&gt;route inside 172.16.0.0 255.255.0.0 172.16.13.37 1&lt;/P&gt;&lt;P&gt;route inside 172.20.0.0 255.255.0.0 172.16.13.37 1&lt;/P&gt;&lt;P&gt;route inside 172.23.0.0 255.255.252.0 172.16.13.37 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New ASA - Testing to replace PIX (Not working)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current IP Addresses:&lt;/P&gt;&lt;P&gt;Interface Name IP address Subnet mask&lt;/P&gt;&lt;P&gt;GigabitEthernet0/0 outside 207.218.206.246 255.255.255.192&lt;/P&gt;&lt;P&gt;GigabitEthernet0/1 inside 172.16.13.235 255.255.252.0&lt;/P&gt;&lt;P&gt;GigabitEthernet0/2 dmz 192.168.0.250 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PHHColo-ASA5520-1# sh run | in route&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 207.218.56.34 1&lt;/P&gt;&lt;P&gt;route inside 172.20.0.0 255.255.252.0 172.16.13.37 1&lt;/P&gt;&lt;P&gt;route inside 172.20.4.0 255.255.252.0 172.16.13.37 1&lt;/P&gt;&lt;P&gt;route inside 172.23.0.0 255.255.252.0 172.16.13.37 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just don’t understand both the new-ASA and the another-ASA are configured thet same. and the PIX is configured that same for both as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is not too confusing, but it’s difficult to explain in just a few words.&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 12:42:55 GMT</pubDate>
    <dc:creator>mark.bottoroff</dc:creator>
    <dc:date>2020-02-21T12:42:55Z</dc:date>
    <item>
      <title>ASA Config Question (Weird)</title>
      <link>https://community.cisco.com/t5/network-security/asa-config-question-weird/m-p/2047109#M921266</link>
      <description>&lt;P&gt;This is hard to explain but here I go -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At our Colo in TX we have a Cisco PIX I am upgrading to a Cisco ASA5520. Here is what I need help with. Since NAT commands have change in the new version, 8.4.4.1 I want to run the old-pix and the new-asa5520 in parallel, I was thinking I could avoid downtime and headaches...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have 2 public supplied IP blocks – Since I do not want to publish my external IP's in a forum I will just use some off the top of my head&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;•1. 207.218.56.32 /30&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;•2. 207.108.206.192/26&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first block is directly connect to the PIX firewall (207.218.56.34) and the Upstream Internet providers gateway (207.218.56.33). The other block is routed to the outside interface of the PIX firewall, everything works, we have several public outside addresses that staticly map to DMZ IP's on the PIX FW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far so good…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is where I get lost. We have another firewall for another division of our company that need their own security… For whatever reason… This firewall, (another ASA, but this one is a 5510), is assigned an IP from the /26 IP address range - 207.218.206.254. Even-though there is no physical network I can communicate "ping"between 207.218.56.34 (OLD-PIX) and 207.218.206.254 (ASA5510 separte company disvisions).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pix – Firewall&lt;/P&gt;&lt;P&gt;Current IP Addresses:&lt;/P&gt;&lt;P&gt;Interface Name IP address Subnet mask&lt;/P&gt;&lt;P&gt;Ethernet0 outside 207.218.56.34 255.255.255.252&lt;/P&gt;&lt;P&gt;Ethernet1 inside 172.16.13.240 255.255.252.0&lt;/P&gt;&lt;P&gt;Ethernet2 dmz 192.168.0.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ping to production ASA5510&lt;/P&gt;&lt;P&gt;old-pix-fw# ping outside 207.108.206.254&lt;/P&gt;&lt;P&gt;Type escape sequence to abort.&lt;/P&gt;&lt;P&gt;Sending 5, 100-byte ICMP Echos to 207.108.206.254, timeout is 2 seconds:&lt;/P&gt;&lt;P&gt;!!!!!&lt;/P&gt;&lt;P&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ping to test New ASA5520 (The one that will replace the PIX)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;old-pix-fw# ping outside 207.218.206.246&lt;/P&gt;&lt;P&gt;Type escape sequence to abort.&lt;/P&gt;&lt;P&gt;Sending 5, 100-byte ICMP Echos to 207.218.206.246, timeout is 2 seconds:&lt;/P&gt;&lt;P&gt;?????&lt;/P&gt;&lt;P&gt;Success rate is 0 percent (0/5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Existing ASA5510 (working) – another-asa-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current IP Addresses:&lt;/P&gt;&lt;P&gt;Interface Name IP address Subnet mask&lt;/P&gt;&lt;P&gt;Ethernet0/0 Outside 207.218.206.254 255.255.255.192&lt;/P&gt;&lt;P&gt;Ethernet0/1 inside 172.16.13.22 255.255.252.0&lt;/P&gt;&lt;P&gt;Ethernet0/2 DMZ 192.168.0.254 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another-asa-1# sh run | in route&lt;/P&gt;&lt;P&gt;route Outside 0.0.0.0 0.0.0.0 207.248.122.56.34 1&lt;/P&gt;&lt;P&gt;route inside 172.16.0.0 255.255.0.0 172.16.13.37 1&lt;/P&gt;&lt;P&gt;route inside 172.20.0.0 255.255.0.0 172.16.13.37 1&lt;/P&gt;&lt;P&gt;route inside 172.23.0.0 255.255.252.0 172.16.13.37 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New ASA - Testing to replace PIX (Not working)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current IP Addresses:&lt;/P&gt;&lt;P&gt;Interface Name IP address Subnet mask&lt;/P&gt;&lt;P&gt;GigabitEthernet0/0 outside 207.218.206.246 255.255.255.192&lt;/P&gt;&lt;P&gt;GigabitEthernet0/1 inside 172.16.13.235 255.255.252.0&lt;/P&gt;&lt;P&gt;GigabitEthernet0/2 dmz 192.168.0.250 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PHHColo-ASA5520-1# sh run | in route&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 207.218.56.34 1&lt;/P&gt;&lt;P&gt;route inside 172.20.0.0 255.255.252.0 172.16.13.37 1&lt;/P&gt;&lt;P&gt;route inside 172.20.4.0 255.255.252.0 172.16.13.37 1&lt;/P&gt;&lt;P&gt;route inside 172.23.0.0 255.255.252.0 172.16.13.37 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just don’t understand both the new-ASA and the another-ASA are configured thet same. and the PIX is configured that same for both as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is not too confusing, but it’s difficult to explain in just a few words.&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 12:42:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-config-question-weird/m-p/2047109#M921266</guid>
      <dc:creator>mark.bottoroff</dc:creator>
      <dc:date>2020-02-21T12:42:55Z</dc:date>
    </item>
    <item>
      <title>ASA Config Question (Weird)</title>
      <link>https://community.cisco.com/t5/network-security/asa-config-question-weird/m-p/2047110#M921268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has already been covered - 8.4(3) changed ARP or non connected subnets. I hope they change it back.Downgrading to 8.4(2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 15:41:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-config-question-weird/m-p/2047110#M921268</guid>
      <dc:creator>mark.bottoroff</dc:creator>
      <dc:date>2012-08-23T15:41:23Z</dc:date>
    </item>
  </channel>
</rss>

