<?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: Lost Configuration on Power Outage in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4132615#M1072754</link>
    <description>&lt;P&gt;The answer or answers you feel is the correct answer, you can mark as a correct answer. Other posts you found helpful you can assign points to.&lt;/P&gt;
&lt;P&gt;When it comes to reporting a bug to Cisco, you need to open a TAC case as they need to see the issue for them selves as well as collect data to analyze.&lt;/P&gt;</description>
    <pubDate>Sun, 09 Aug 2020 01:57:12 GMT</pubDate>
    <dc:creator>Marius Gunnerud</dc:creator>
    <dc:date>2020-08-09T01:57:12Z</dc:date>
    <item>
      <title>Lost Configuration on Power Outage</title>
      <link>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4125527#M1072308</link>
      <description>&lt;P&gt;Yesterday, a very strange incident occurred, which led to the partial loss of my ASA5540 configuration.&amp;nbsp; The building in which our servers are housed, suffered a power outage of some type, and when the power came back on, and the ASA5540 rebooted, it kept trying to load an older binary, asa803-k8.bin, in a continuous loop.&amp;nbsp; I drove out there to inspect what was happening, and found that the BOOT variable was setup to "try" the older version first, then the newer version (asa917-32-k8.bin).&amp;nbsp; Unfortunately, it would never try the new version, and instead would just keep failing on the older version.&amp;nbsp; Not sure how all of this came to be, but I couldn't resolve getting out of the loop until I pressed &amp;lt;ESC&amp;gt; to break out of it, and into the ROMMON.&amp;nbsp; Then, at the ROMMON, I typed "boot help", and it then loaded an even older version of the IOS, asa722-k8.bin.&amp;nbsp; When that happened, the existing configuration changed dramatically, and I lost most of my configuration.&amp;nbsp; I figured out how to change the BOOT variable so that only the newest IOS would load, but my configuration is still mostly gone.&amp;nbsp; I have cut and paste it here, to try to see if I can get some help as to why when this is loaded, I cannot gain access to the Internet.&amp;nbsp; I can ping outside, but none of my servers on the inside can gain internet access.&amp;nbsp; I believe it must have something to do with NAT.&amp;nbsp; I also lost most of my ACL list that I had built up for access into the servers.&amp;nbsp; Here is the configuration file, as it now exists, with some of the IPs masked for privacy:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ciscoasa5540(config)# show config&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;: Serial Number: JMX1112L1JH&lt;BR /&gt;: Hardware: ASA5540-K8, 2560 MB RAM, CPU Pentium 4 2000 MHz&lt;BR /&gt;: Written by enable_15 at 14:50:20.086 UTC Sat Jul 25 2020&lt;BR /&gt;!&lt;BR /&gt;ASA Version 9.1(7)32&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa5540&lt;BR /&gt;domain-name edenxxx.net&lt;BR /&gt;enable password Vkz0vtCccFeMll8t encrypted&lt;BR /&gt;xlate per-session deny tcp any4 any6&lt;BR /&gt;xlate per-session deny tcp any6 any4&lt;BR /&gt;xlate per-session deny tcp any6 any6&lt;BR /&gt;xlate per-session deny udp any4 any4 eq domain&lt;BR /&gt;xlate per-session deny udp any4 any6 eq domain&lt;BR /&gt;xlate per-session deny udp any6 any4 eq domain&lt;BR /&gt;xlate per-session deny udp any6 any6 eq domain&lt;BR /&gt;xlate per-session deny tcp any4 any4&lt;BR /&gt;passwd Vkz0vtCccFeMll8t encrypted&lt;BR /&gt;names&lt;BR /&gt;name 10.1.252.219 Sendmail description OLD Mail Server (92)&lt;BR /&gt;name 10.1.252.247 ExchangeServer description Exchange Server 2016 (94)&lt;BR /&gt;name 10.1.252.249 WebServerIIS80 description Windows Server 2012 (93)&lt;BR /&gt;name 10.1.252.191 DRAC-WebServer description DRAC for Web Server (92)&lt;/P&gt;&lt;P&gt;name 10.1.252.249 WebServerIIS80 description Windows Server 2012 (93)&lt;BR /&gt;name 10.1.252.191 DRAC-WebServer description DRAC for Web Server (92)&lt;BR /&gt;name 10.1.252.246 NAS description Synology NAS (86)&lt;BR /&gt;name 10.1.252.250 WebServerIIS10 description Windows Server 2019 (88)&lt;BR /&gt;name 10.1.252.192 DRAC-VirtualServer description DRAC for Virtual Server (89)&lt;BR /&gt;name 10.1.252.245 DNS-Server description Primary DNS Server (91)&lt;BR /&gt;name 10.1.252.190 VM-HyperV-Port4 description Ethernet Port 4 for VM Machine (87)&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 12.xx.xx.90 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 10.1.252.254 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/3&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt;management-only&lt;BR /&gt;nameif management&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;boot system disk0:/asa917-32-k8.bin&lt;BR /&gt;boot system disk0:/asa722-k8.bin&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone UTC -8&lt;BR /&gt;dns domain-lookup outside&lt;BR /&gt;dns domain-lookup inside&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;name-server DNS-Server&lt;BR /&gt;name-server 8.8.8.8&lt;BR /&gt;domain-name edenhosting.net&lt;BR /&gt;object network VM-HyperV-Port4&lt;BR /&gt;host 10.1.252.190&lt;BR /&gt;description Created during name migration&lt;BR /&gt;object network WebServerIIS10_1&lt;/P&gt;&lt;P&gt;host 10.1.252.250&lt;BR /&gt;description Created during name migration&lt;BR /&gt;object-group network IIS85Server&lt;BR /&gt;object-group network WebServerIIS80&lt;BR /&gt;object-group network WebServerIIS10&lt;BR /&gt;object-group network Sendmail&lt;BR /&gt;object-group network DNS-Server&lt;BR /&gt;object-group network DRAC-VirtualServer&lt;BR /&gt;object-group network SQLServer&lt;BR /&gt;object-group network ExchangeServer&lt;BR /&gt;object-group network NAS&lt;BR /&gt;access-list outside_access_in extended deny ip 51.222.38.0 255.255.255.0 any4&lt;BR /&gt;access-list outside_access_in extended deny ip 65.197.196.0 255.255.255.0 any4&lt;BR /&gt;access-list outside_access_in extended deny ip 212.70.149.0 255.255.255.0 any4&lt;BR /&gt;access-list outside_access_in extended permit icmp any4 any4 echo-reply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;THIS IS WHERE ALL OF MY FORMER ACLs USED TO BE AND ARE NOW GONE&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;access-list outside_access_in extended permit tcp xx.xx.247.0 255.255.255.0 object VM-HyperV-Port4 eq 3395&lt;BR /&gt;access-list outside_access_in extended permit tcp xx.xx.247.0 255.255.255.0 object WebServerIIS10_1 eq 3395&lt;BR /&gt;access-list outside_access_in extended permit tcp xx.xx.247.0 255.255.255.0 object WebServerIIS10_1 eq 3389&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;logging from-address support@edenxxxx.net&lt;BR /&gt;logging recipient-address support@edenxxxx.net level errors&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu management 1500&lt;BR /&gt;ip verify reverse-path interface outside&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-782-151.bin&lt;BR /&gt;asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 12.xx.xx.81 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 management&lt;BR /&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;BR /&gt;fragment chain 1 outside&lt;BR /&gt;fragment chain 1 inside&lt;BR /&gt;fragment chain 1 management&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpoint _SmartCallHome_ServerCA&lt;BR /&gt;no validation-usage&lt;BR /&gt;crl configure&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;crypto ca certificate chain _SmartCallHome_ServerCA&lt;BR /&gt;certificate ca 18dad19e267de8bb4a2158cdcc6b3b4a&lt;/P&gt;&lt;P&gt;&amp;lt;Not Shown&amp;gt;&lt;/P&gt;&lt;P&gt;quit&lt;BR /&gt;telnet 10.1.252.0 255.255.255.0 inside&lt;BR /&gt;telnet timeout 10&lt;BR /&gt;ssh stricthostkeycheck&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;ntp server WebServerIIS80 source inside prefer&lt;BR /&gt;!&lt;BR /&gt;class-map type inspect http match-all asdm_medium_security_methods&lt;BR /&gt;match not request method head&lt;BR /&gt;match not request method post&lt;BR /&gt;match not request method get&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;class-map type inspect http match-all asdm_high_security_methods&lt;BR /&gt;match not request method head&lt;BR /&gt;match not request method get&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;inspect ftp&lt;BR /&gt;inspect h323 h225&lt;BR /&gt;inspect h323 ras&lt;BR /&gt;inspect rsh&lt;BR /&gt;inspect rtsp&lt;BR /&gt;inspect esmtp&lt;BR /&gt;inspect sqlnet&lt;BR /&gt;inspect skinny&lt;BR /&gt;inspect sunrpc&lt;BR /&gt;inspect xdmcp&lt;BR /&gt;inspect sip&lt;BR /&gt;inspect netbios&lt;BR /&gt;inspect tftp&lt;BR /&gt;inspect http&lt;BR /&gt;inspect ip-options&lt;BR /&gt;policy-map type inspect dns DNS-MediumSecurityLevel&lt;BR /&gt;parameters&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;id-randomization&lt;BR /&gt;id-mismatch action log&lt;BR /&gt;tsig enforced action log&lt;/P&gt;&lt;P&gt;policy-map type inspect esmtp ExtendedSMTP&lt;BR /&gt;parameters&lt;BR /&gt;no allow-tls&lt;BR /&gt;match sender-address length gt 320&lt;BR /&gt;drop-connection log&lt;BR /&gt;match MIME filename length gt 255&lt;BR /&gt;drop-connection log&lt;BR /&gt;match cmd line length gt 512&lt;BR /&gt;drop-connection log&lt;BR /&gt;match cmd RCPT count gt 100&lt;BR /&gt;drop-connection log&lt;BR /&gt;match body line length gt 998&lt;BR /&gt;drop-connection log&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;smtp-server 10.1.252.219 10.1.252.250&lt;BR /&gt;prompt hostname context&lt;BR /&gt;call-home reporting anonymous&lt;BR /&gt;call-home&lt;BR /&gt;profile CiscoTAC-1&lt;BR /&gt;no active&lt;BR /&gt;destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank" rel="noopener"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;/P&gt;&lt;P&gt;destination address email callhome@cisco.com&lt;BR /&gt;destination transport-method http&lt;BR /&gt;subscribe-to-alert-group diagnostic&lt;BR /&gt;subscribe-to-alert-group environment&lt;BR /&gt;subscribe-to-alert-group inventory periodic monthly&lt;BR /&gt;subscribe-to-alert-group configuration periodic monthly&lt;BR /&gt;subscribe-to-alert-group telemetry periodic daily&lt;BR /&gt;Cryptochecksum:f73b354382ad78753d07db0c1d94e1e5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, I do not know how to view the contents of that file.&amp;nbsp; I do have access to the firewall via ADSM.&lt;/P&gt;&lt;P&gt;To get the servers back up and running, I put our old Cisco PIX 515E back in, and we are up for now, but need to get back up on our ASA5540 as soon as possible.&amp;nbsp; I have a separate question regarding blocking a specific network subnet on the PIX 515E.&amp;nbsp; I have put the following in the old conduit list, but it is placed at the BOTTOM of all of the permits, so it doesn't work:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;conduit permit tcp host 12.xx.xx.88 eq 3389 any&lt;BR /&gt;conduit permit tcp host 12.xx.xx.88 eq ssh any&lt;BR /&gt;conduit permit tcp host 12.xx.xx.88 eq ftp any&lt;BR /&gt;conduit deny tcp host 212.70.149.82 any&lt;BR /&gt;conduit deny tcp host 212.70.149.51 any conduit deny tcp any any&lt;BR /&gt;conduit deny udp any any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know that the config needs to look like this, but I don't know how to get the lines up to the top:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;conduit deny tcp host 212.70.149.82 any&lt;BR /&gt;conduit deny tcp host 212.70.149.51 any conduit deny tcp any any&lt;/P&gt;&lt;P&gt;conduit permit tcp host 12.xx.xx.88 eq 3389 any&lt;BR /&gt;conduit permit tcp host 12.xx.xx.88 eq ssh any&lt;BR /&gt;conduit permit tcp host 12.xx.xx.88 eq ftp any&lt;BR /&gt;conduit deny udp any any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you all very much for your help!&amp;nbsp; It is most appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jan 2024 23:33:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4125527#M1072308</guid>
      <dc:creator>beatinger</dc:creator>
      <dc:date>2024-01-27T23:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Lost Configuration on Power Outage</title>
      <link>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4125572#M1072310</link>
      <description>&lt;P&gt;oh dear hell of a wild ride for you. you must consider open a TAC case with cisco. It should not revert back to old setup. I can completely understand your pain as network engineer. curious what cause the firewall to back into old day. seem like to it gone back to the past instead of back to the future. anyways jokes aside.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I never worked on Cisco PIX 515E cant assist on this but how much you have build the 5540. I noted there is no NAT commands if you need assistance to build the new unit happy to help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jul 2020 05:21:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4125572#M1072310</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2020-07-26T05:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Lost Configuration on Power Outage</title>
      <link>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4125642#M1072317</link>
      <description>&lt;P&gt;Do you not have a backup of the configuration you had on the ASA?&amp;nbsp; If not then I suggest that once this is up and running again, get a daily or weekly backup service up and running.&lt;/P&gt;
&lt;P&gt;In addition to missing NAT statements, almost all the objects you currently have configured are empty.&amp;nbsp; Start by filling in those values and once they are populated get NAT in place.&amp;nbsp; Once those two are done work on getting the ACLs restored.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you checked the startup config to make sure that your old configuration is there?&lt;/P&gt;
&lt;P&gt;For furture referece, If you face a similar issue you can select which image to boot from that is stored in flash from ROMMON by using the command boot &amp;lt;file path&amp;gt;&amp;nbsp; replace file path with the location where the file is (for example boot disk0:asa-file-image.bin)&lt;/P&gt;
&lt;P&gt;Optionally you can try to boot from a TFTP server.&amp;nbsp; And as a last effort you can try to edit the confreg so that the ASA will ignor the configuration upon boot.&amp;nbsp; Change the confreg value to 0x41.&amp;nbsp; When done change it back to 0x1.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jul 2020 09:12:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4125642#M1072317</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2020-07-26T09:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Lost Configuration on Power Outage</title>
      <link>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4125802#M1072329</link>
      <description>Hello Sheraz,&lt;BR /&gt;Thank you very much for your reply. Yes, this is one the strangest encounters I've been through. Why Cisco would design their software to not only try to load an OLDER IOS with no warning, and then wipe out an existing configuration, really baffles me. I am a software engineer myself (more so than a network engineer), so if I were them, I would build in plenty of "ARE YOU SURE?" prompts, etc., and at least offer a save of the existing configuration, and so on. This is truly a wild ride, and a very expensive one.&lt;BR /&gt;And yes, you are absolutely correct that all of the NAT configuration is missing. Here is what I get when I type "show nat:"&lt;BR /&gt;ciscoasa5540(config)# show nat&lt;BR /&gt;ciscoasa5540(config)#&lt;BR /&gt;Nothing at all...lol. Wow.&lt;BR /&gt;&lt;BR /&gt;Unfortunately, I am not familiar enough with the new IOS to get all of my NAT instructions back in. Please let me know how I should proceed.&lt;BR /&gt;Most appreciated!&lt;BR /&gt;</description>
      <pubDate>Sun, 26 Jul 2020 23:04:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4125802#M1072329</guid>
      <dc:creator>beatinger</dc:creator>
      <dc:date>2020-07-26T23:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Lost Configuration on Power Outage</title>
      <link>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4125806#M1072331</link>
      <description>&lt;P&gt;Hello Marius,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&amp;nbsp; Unfortunately, I do not have the configuration backed up, which is really surprising, which is one of the very first things that I do upon completion of a setup.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I read your reply, and I dont' fully understand what this means: "In addition to missing NAT statements, almost all the objects you currently have configured are empty. Start by filling in those values and once they are populated get NAT in place. Once those two are done work on getting the ACLs restored."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure where to start, as once I had gotten this configured, I went on to doing a huge programming project, and I am totally lost at this point.&amp;nbsp; Unfortunately, I am getting old, and having a lot of sleeping issues, so my memory just isn't what it used to be.&amp;nbsp; I am not sure where to start, or what to do at this point.&amp;nbsp; Thank you very much for your help.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jul 2020 23:20:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4125806#M1072331</guid>
      <dc:creator>beatinger</dc:creator>
      <dc:date>2020-07-26T23:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Lost Configuration on Power Outage</title>
      <link>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4125896#M1072339</link>
      <description>&lt;P&gt;I can feel for you. Please let me know what is your network design happy to get spare time and help you to get this nat up and running again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;could you share the old firewall config change the IP addresses for security reasons I shall get them convert for you for your new unit ASA.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 07:06:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4125896#M1072339</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2020-07-27T07:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Lost Configuration on Power Outage</title>
      <link>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4125958#M1072341</link>
      <description>&lt;P&gt;Here are the objects I am refering to.&amp;nbsp; You only have two objects that have host IPs configured.&amp;nbsp; I am assuming that the others should not be empty and that they should be in use?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;object network VM-HyperV-Port4&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;host 10.1.252.190&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;description Created during name migration&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;object network WebServerIIS10_1&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;host 10.1.252.250&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;description Created during name migration&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;object-group network IIS85Server&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;object-group network WebServerIIS80&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;object-group network WebServerIIS10&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;object-group network Sendmail&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;object-group network DNS-Server&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;object-group network DRAC-VirtualServer&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;object-group network SQLServer&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;object-group network ExchangeServer&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;object-group network NAS&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you provide us with the IPs for these servers and then we can get started on the NAT and ACL configuration.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here is an example of how to configure your NAT.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;object network webserver&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;host 10.1.1.10&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;nat (DMZ,outside) source static interface service tcp http&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;object network server_subnet&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;subnet 10.1.1.0 255.255.255.0&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;nat (DMZ,outside) dynamic interface&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;access-list outside-in extended permit tcp any host 10.1.1.10 eq 80&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;access-group outside-in in interface outside&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are several reasons that the ASA would try an older version...1. the existing version might have become corrupt. 2. The existing version, for whatever reason, may have been removed from the flash.&amp;nbsp; 3. The configuration specified the older ASA version as 1st in the boot sequence to try.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 09:15:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4125958#M1072341</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2020-07-27T09:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Lost Configuration on Power Outage</title>
      <link>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4126418#M1072359</link>
      <description>Hello Marius,&lt;BR /&gt;Thank you very much for helping me out with this. To further complicate things, I am suffering from insomnia and withdrawals from Lunesta, which destroys your memory and cognitive abilities. Doctor didn't inform me of this really bad side-effect. So, I'll be going back out to the server room tomorrow, and will get up tomorrow morning and start trying to piece this back together again. Again, I really appreciate your input, very much.&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jul 2020 03:01:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4126418#M1072359</guid>
      <dc:creator>beatinger</dc:creator>
      <dc:date>2020-07-28T03:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Lost Configuration on Power Outage</title>
      <link>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4127051#M1072390</link>
      <description>Hello Sheraz,&lt;BR /&gt;Okay, I have worked on the configuration today, and did my best to add the NAT commands back in.&lt;BR /&gt;I am now getting the following when I issue the "show nat" command:&lt;BR /&gt;ciscoasa5540(config)# show nat&lt;BR /&gt;&lt;BR /&gt;Auto NAT Policies (Section 2)&lt;BR /&gt;1 (inside) to (outside) source static SQL-Primary 12.43.6.87&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;2 (inside) to (outside) source static Sendmail 12.43.6.92&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;3 (inside) to (outside) source static DNS-Server 12.43.6.91&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;4 (inside) to (outside) source static NAS 12.43.6.86&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;5 (inside) to (outside) source static ExchangeServer 12.43.6.94&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;6 (inside) to (outside) source static WebServerIIS80 12.43.6.93&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;7 (inside) to (outside) source static WebServerIIS10 12.43.6.88&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;&lt;BR /&gt;Manual NAT Policies (Section 3)&lt;BR /&gt;1 (inside) to (outside) source dynamic any interface&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As this email is adding extra line breaks, I am going to cut and paste configuration on the post directly.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jul 2020 02:21:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4127051#M1072390</guid>
      <dc:creator>beatinger</dc:creator>
      <dc:date>2020-07-29T02:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Lost Configuration on Power Outage</title>
      <link>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4127057#M1072392</link>
      <description>&lt;P&gt;Hello there.&amp;nbsp; Following is the current configuration listing:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ciscoasa5540(config)# show config&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;: Serial Number: JMX1112L1JH&lt;BR /&gt;: Hardware: ASA5540-K8, 2560 MB RAM, CPU Pentium 4 2000 MHz&lt;BR /&gt;: Written by enable_15 at 18:22:38.870 UTC Tue Jul 28 2020&lt;BR /&gt;!&lt;BR /&gt;ASA Version 9.1(7)32&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa5540&lt;BR /&gt;domain-name edenhosting.net&lt;BR /&gt;enable password Vkz0vtCccFeMll8t encrypted&lt;BR /&gt;xlate per-session deny tcp any4 any6&lt;BR /&gt;xlate per-session deny tcp any6 any4&lt;BR /&gt;xlate per-session deny tcp any6 any6&lt;BR /&gt;xlate per-session deny udp any4 any4 eq domain&lt;BR /&gt;xlate per-session deny udp any4 any6 eq domain&lt;BR /&gt;xlate per-session deny udp any6 any4 eq domain&lt;BR /&gt;xlate per-session deny udp any6 any6 eq domain&lt;BR /&gt;xlate per-session deny tcp any4 any4&lt;BR /&gt;passwd Vkz0vtCccFeMll8t encrypted&lt;BR /&gt;names&lt;BR /&gt;name 10.1.252.219 Sendmail description OLD Mail Server (92)&lt;BR /&gt;name 10.1.252.247 ExchangeServer description Exchange Server 2016 (94)&lt;BR /&gt;name 10.1.252.249 WebServerIIS80 description Windows Server 2012 (93)&lt;BR /&gt;name 10.1.252.191 DRAC-WebServer description DRAC for Web Server (92)&lt;BR /&gt;name 10.1.252.246 NAS description Synology NAS (86)&lt;BR /&gt;name 10.1.252.250 WebServerIIS10 description Windows Server 2019 (88)&lt;BR /&gt;name 10.1.252.192 DRAC-VirtualServer description DRAC for Virtual Server (89)&lt;BR /&gt;name 10.1.252.245 DNS-Server description Primary DNS Server (91)&lt;BR /&gt;name 10.1.252.190 SQL-Primary description Primary MS-SQL Server (87)&lt;BR /&gt;name 10.1.252.254 Cisco-5540 description Cisco 5540 Firewall (90)&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 12.43.6.90 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address Cisco-5540 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/3&lt;/P&gt;&lt;P&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt;management-only&lt;BR /&gt;nameif management&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;boot system disk0:/asa917-32-k8.bin&lt;BR /&gt;boot system disk0:/asa722-k8.bin&lt;BR /&gt;ftp mode passive&lt;BR /&gt;clock timezone UTC -8&lt;BR /&gt;dns domain-lookup outside&lt;BR /&gt;dns domain-lookup inside&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;name-server DNS-Server&lt;BR /&gt;name-server 8.8.8.8&lt;BR /&gt;domain-name edenhosting.net&lt;BR /&gt;object network SQL-Primary&lt;BR /&gt;host 10.1.252.190&lt;BR /&gt;object network WebServerIIS10&lt;BR /&gt;host 10.1.252.250&lt;BR /&gt;object network WebServerIIS80&lt;BR /&gt;host 10.1.252.249&lt;BR /&gt;object network Sendmail&lt;BR /&gt;host 10.1.252.219&lt;BR /&gt;object network ExchangeServer&lt;BR /&gt;host 10.1.252.247&lt;BR /&gt;object network DRAC-WebServer&lt;BR /&gt;host 10.1.252.191&lt;BR /&gt;object network NAS&lt;BR /&gt;host 10.1.252.246&lt;BR /&gt;object network DRAC-VirtualServer&lt;BR /&gt;host 10.1.252.192&lt;BR /&gt;object network DNS-Server&lt;BR /&gt;host 10.1.252.245&lt;BR /&gt;object network SQL-Server&lt;BR /&gt;host 10.1.252.190&lt;BR /&gt;object network Cisco-5540&lt;BR /&gt;host 10.1.252.254&lt;BR /&gt;access-list outside_access_in extended deny ip 51.222.38.0 255.255.255.0 any4&lt;BR /&gt;access-list outside_access_in extended deny ip 65.197.196.0 255.255.255.0 any4&lt;BR /&gt;access-list outside_access_in extended deny ip 212.70.149.0 255.255.255.0 any4&lt;BR /&gt;access-list outside_access_in extended permit icmp any4 any4 echo-reply&lt;BR /&gt;access-list outside_access_in extended permit tcp any4 host 12.43.6.93 eq www&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any4 host 12.43.6.93 eq https&lt;BR /&gt;access-list outside_access_in extended permit tcp any4 host 12.43.6.88 eq https&lt;BR /&gt;access-list outside_access_in extended permit tcp any4 host 12.43.6.88 eq www&lt;BR /&gt;access-list outside_access_in extended permit tcp 76.170.247.0 255.255.255.0 host 12.43.6.88 eq 3389&lt;BR /&gt;access-list outside_access_in extended permit tcp 76.170.247.0 255.255.255.0 host 12.43.6.87 eq 3389&lt;BR /&gt;access-list outside_access_in extended permit tcp any4 host 12.43.6.91 eq domain&lt;BR /&gt;access-list outside_access_in extended permit udp any4 host 12.43.6.91 eq domain&lt;BR /&gt;access-list outside_access_in extended permit tcp any4 host 12.43.6.92 eq smtp&lt;BR /&gt;access-list outside_access_in extended permit tcp any4 host 12.43.6.92 eq 587&lt;BR /&gt;access-list outside_access_in extended permit tcp any4 host 12.43.6.92 eq 465&lt;BR /&gt;access-list outside_access_in extended permit tcp any4 host 12.43.6.92 eq pop3&lt;BR /&gt;access-list outside_access_in extended permit tcp any4 host 12.43.6.86 eq www&lt;BR /&gt;access-list outside_access_in extended permit tcp any4 host 12.43.6.86 eq https&lt;BR /&gt;access-list outside_access_in extended permit tcp any4 host 12.43.6.86 eq 5001&lt;BR /&gt;access-list outside_access_in extended permit tcp 76.170.247.0 255.255.255.0 host 12.43.6.93 eq 3389&lt;BR /&gt;access-list outside_access_in extended permit tcp 76.170.247.0 255.255.255.0 host 12.43.6.90 eq ssh&lt;BR /&gt;access-list outside_access_in extended permit tcp 76.170.247.0 255.255.255.0 host 12.43.6.90 eq telnet&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;logging from-address support@edenhosting.net&lt;BR /&gt;logging recipient-address support@edenhosting.net level errors&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu management 1500&lt;BR /&gt;ip verify reverse-path interface outside&lt;BR /&gt;no failover&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;asdm image disk0:/asdm-782-151.bin&lt;BR /&gt;asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;!&lt;BR /&gt;object network SQL-Primary&lt;BR /&gt;nat (inside,outside) static 12.43.6.87&lt;BR /&gt;object network WebServerIIS10&lt;BR /&gt;nat (inside,outside) static 12.43.6.88&lt;BR /&gt;object network WebServerIIS80&lt;BR /&gt;nat (inside,outside) static 12.43.6.93&lt;BR /&gt;object network Sendmail&lt;BR /&gt;nat (inside,outside) static 12.43.6.92&lt;BR /&gt;object network ExchangeServer&lt;BR /&gt;nat (inside,outside) static 12.43.6.94&lt;BR /&gt;object network NAS&lt;BR /&gt;nat (inside,outside) static 12.43.6.86&lt;BR /&gt;object network DNS-Server&lt;BR /&gt;nat (inside,outside) static 12.43.6.91&lt;BR /&gt;!&lt;BR /&gt;nat (inside,outside) after-auto source dynamic any interface&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 12.43.6.81 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 management&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;fragment chain 1 outside&lt;BR /&gt;fragment chain 1 inside&lt;BR /&gt;fragment chain 1 management&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is more, but I believe this is the pertinent stuff.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the show nat now shows the following:&lt;/P&gt;&lt;P&gt;Auto NAT Policies (Section 2)&lt;BR /&gt;1 (inside) to (outside) source static SQL-Primary 12.43.6.87&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;2 (inside) to (outside) source static Sendmail 12.43.6.92&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;3 (inside) to (outside) source static DNS-Server 12.43.6.91&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;4 (inside) to (outside) source static NAS 12.43.6.86&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;5 (inside) to (outside) source static ExchangeServer 12.43.6.94&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;6 (inside) to (outside) source static WebServerIIS80 12.43.6.93&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;7 (inside) to (outside) source static WebServerIIS10 12.43.6.88&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;Manual NAT Policies (Section 3)&lt;BR /&gt;1 (inside) to (outside) source dynamic any interface&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this look correct now?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, how do I go about with the rating process?&amp;nbsp; Sorry that I am still quite the beginner with all this!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 02:43:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4127057#M1072392</guid>
      <dc:creator>beatinger</dc:creator>
      <dc:date>2020-07-29T02:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Lost Configuration on Power Outage</title>
      <link>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4128381#M1072470</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based upon the information that both of you kind gentlemen pointed out, I was able to get this firewall working again.&amp;nbsp; I had some difficulty with the ACLs, and had to change them to using the network objects rather than specifying a host. As in the following example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any4 object WebServerIIS80 eq https&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also had to add this NAT instruction:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nat (inside,outside) after-auto source dynamic any interface&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And now everything is finally working again.&amp;nbsp; Thank you very much for your assistance!&lt;/P&gt;&lt;P&gt;I am going to post a new question about getting VPN going, as that is the next item on my list to work on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 22:04:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4128381#M1072470</guid>
      <dc:creator>beatinger</dc:creator>
      <dc:date>2020-07-30T22:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Lost Configuration on Power Outage</title>
      <link>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4128397#M1072471</link>
      <description>&lt;P&gt;Oh, and I would like to add that indeed, the Cisco IOS has a lot of bugs, that I should be reporting to them somehow.&amp;nbsp; I just don't know how.&amp;nbsp; I found several more while going through this nightmare.&amp;nbsp; Really stupid stuff like the IOS thinking that "10.1.252" and "10.10.1" are the SAME SUBNET.&amp;nbsp; Wow, that one had me laughing.&amp;nbsp; I had to revert to using "172.16.1." on an interface instead, just to get around this.&amp;nbsp; Please let me know how to report to Cisco, and I'll do that.&amp;nbsp; Thank you again!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 23:21:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4128397#M1072471</guid>
      <dc:creator>beatinger</dc:creator>
      <dc:date>2020-07-30T23:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Lost Configuration on Power Outage</title>
      <link>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4130463#M1072636</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;I was wondering why I stopped hearing from both of you with regards to this case.&amp;nbsp; I want to make sure that I am doing the right thing when it comes to giving you the proper credit for helping.&amp;nbsp; Can you please let me know how I go about doing that, or if I didn’t do that, or if I did something wrong or something?&amp;nbsp; Thank you very much!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 00:12:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4130463#M1072636</guid>
      <dc:creator>beatinger</dc:creator>
      <dc:date>2020-08-05T00:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Lost Configuration on Power Outage</title>
      <link>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4132615#M1072754</link>
      <description>&lt;P&gt;The answer or answers you feel is the correct answer, you can mark as a correct answer. Other posts you found helpful you can assign points to.&lt;/P&gt;
&lt;P&gt;When it comes to reporting a bug to Cisco, you need to open a TAC case as they need to see the issue for them selves as well as collect data to analyze.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Aug 2020 01:57:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/lost-configuration-on-power-outage/m-p/4132615#M1072754</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2020-08-09T01:57:12Z</dc:date>
    </item>
  </channel>
</rss>

