<?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: PIX 501 Switch Problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474859#M531153</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, this PIX was purchased on Ebay... which I assume leaves me with no way of getting support on the product.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Nov 2005 18:39:23 GMT</pubDate>
    <dc:creator>andyleealbrecht</dc:creator>
    <dc:date>2005-11-02T18:39:23Z</dc:date>
    <item>
      <title>PIX 501 Switch Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474848#M531134</link>
      <description>&lt;P&gt;My PIX 501 has been running like a champ for the last 6 months but today when I came home, all of the lights on the switch portion were off. The power light and the light for the 0 port were still lit up but none of the lights for the 1-4 ports were lit up.  I haven't made any configuration changes, so I'm not sure why all of a sudden the switch portion would just up and quit.  I've powered it off and that didn't make a difference. Any help or ideas would be appreciated.  I'd be glad to provide any information needed. Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:29:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474848#M531134</guid>
      <dc:creator>andyleealbrecht</dc:creator>
      <dc:date>2020-02-21T08:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Switch Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474849#M531135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you plug in the console cable will it reboots, do any errors come up on the screen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2005 02:19:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474849#M531135</guid>
      <dc:creator>jdepies</dc:creator>
      <dc:date>2005-11-01T02:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Switch Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474850#M531136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response! I tried setting it back to factory defaults a few minutes ago and when it boots up it now says "Cannot select private key" but it didn't say that before. Other than that, I don't see any errors on boot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2005 02:42:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474850#M531136</guid>
      <dc:creator>andyleealbrecht</dc:creator>
      <dc:date>2005-11-01T02:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Switch Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474851#M531137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you copy and paste the entire boot text from the console screen? That way we can see how far in the boot process it gets before it errors out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2005 16:37:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474851#M531137</guid>
      <dc:creator>jdepies</dc:creator>
      <dc:date>2005-11-01T16:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Switch Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474852#M531138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error message for the private is normal when the hostname or domainname does not fit with the ssh private key. You can simply create a new one and the message will disappear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#To see the ss key:&lt;/P&gt;&lt;P&gt;show ca mypubkey rsa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#configure hostnmae and domainname:&lt;/P&gt;&lt;P&gt;hostname cisco-pix&lt;/P&gt;&lt;P&gt;domain-name example.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#Remove old public key:&lt;/P&gt;&lt;P&gt;ca zeroize rsa key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#Generate a new ssh key:&lt;/P&gt;&lt;P&gt;ca generate rsa key 1024&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#Verifiy again the ssh key:&lt;/P&gt;&lt;P&gt;show ca mypubkey rsa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save the new ssh key:&lt;/P&gt;&lt;P&gt;ca save all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allow incomming ssh connections:&lt;/P&gt;&lt;P&gt;ssh ip_address [netmask] [interface_name]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See whitepaper for this settings:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_configuration_guide_chapter09186a0080172797.html#wp1034079" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_configuration_guide_chapter09186a0080172797.html#wp1034079&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2005 18:23:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474852#M531138</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-11-01T18:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Switch Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474853#M531139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I followed the instructions provided by patrick.iseli and I was able to get rid of that private key error.(Thanks patrick)  Here is what I captured during boot...Hopefully there is a way to resolve my switch problem. Thanks again!&lt;/P&gt;&lt;P&gt;*****************************************&lt;/P&gt;&lt;P&gt;Rebooting....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CISCO SYSTEMS PIX-501&lt;/P&gt;&lt;P&gt;Embedded BIOS Version 4.3.200 07/31/01 15:58:22.08&lt;/P&gt;&lt;P&gt;Compiled by morlee&lt;/P&gt;&lt;P&gt;16 MB RAM&lt;/P&gt;&lt;P&gt;PCI Device Table.&lt;/P&gt;&lt;P&gt;Bus Dev Func VendID DevID Class              Irq&lt;/P&gt;&lt;P&gt;00  00  00   1022   3000  Host Bridge        &lt;/P&gt;&lt;P&gt;00  11  00   8086   1209  Ethernet           9&lt;/P&gt;&lt;P&gt;00  12  00   8086   1209  Ethernet           10&lt;/P&gt;&lt;P&gt;Cisco Secure PIX Firewall BIOS (4.2) #6: Mon Aug 27 15:09:54 PDT 2001&lt;/P&gt;&lt;P&gt;Platform PIX-501&lt;/P&gt;&lt;P&gt;Flash=E28F640J3 @ 0x3000000&lt;/P&gt;&lt;P&gt;Use BREAK or ESC to interrupt flash boot.Use SPACE to begin flash boot immediately.Flash boot in 10 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seconds. 9 seconds. 8 seconds. 7 seconds.6 seconds.5 seconds. 4 seconds. 3 seconds. 2 seconds. 1 seconds.                               &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            Reading 1962496 bytes of image from &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flash.################################################################################################&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;###############&lt;/P&gt;&lt;P&gt;16MB RAM&lt;/P&gt;&lt;P&gt;mcwa i82559 Ethernet at irq  9  MAC: 0013.c365.defb&lt;/P&gt;&lt;P&gt;mcwa i82559 Ethernet at irq 10  MAC: 0013.c365.defd&lt;/P&gt;&lt;P&gt;Flash=E28F640J3 @ 0x3000000&lt;/P&gt;&lt;P&gt;BIOS Flash=E28F640J3 @ 0xD8000&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;/P&gt;&lt;P&gt;                              ||||      ||||&lt;/P&gt;&lt;P&gt;                          ..:||||||:..:||||||:..&lt;/P&gt;&lt;P&gt;                         c i s c o S y s t e m s &lt;/P&gt;&lt;P&gt;                        Private Internet eXchange&lt;/P&gt;&lt;P&gt;  -----------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;                        Cisco PIX Firewall&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cisco PIX Firewall Version 6.3(4)&lt;/P&gt;&lt;P&gt;Licensed Features:&lt;/P&gt;&lt;P&gt;Failover:                    Disabled&lt;/P&gt;&lt;P&gt;VPN-DES:                     Enabled&lt;/P&gt;&lt;P&gt;VPN-3DES-AES:                Enabled&lt;/P&gt;&lt;P&gt;Maximum Physical Interfaces: 2&lt;/P&gt;&lt;P&gt;Maximum Interfaces:          2&lt;/P&gt;&lt;P&gt;Cut-through Proxy:           Enabled&lt;/P&gt;&lt;P&gt;Guards:                      Enabled&lt;/P&gt;&lt;P&gt;URL-filtering:               Enabled&lt;/P&gt;&lt;P&gt;Inside Hosts:                10&lt;/P&gt;&lt;P&gt;Throughput:                  Unlimited&lt;/P&gt;&lt;P&gt;IKE peers:                   10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This PIX has a Restricted (R) license.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ****************************** Warning *******************************&lt;/P&gt;&lt;P&gt;  Compliance with U.S. Export Laws and Regulations - Encryption.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  This product performs encryption and is regulated for export&lt;/P&gt;&lt;P&gt;  by the U.S. Government.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  This product is not authorized for use by persons located&lt;/P&gt;&lt;P&gt;  outside the United States and Canada that do not have prior&lt;/P&gt;&lt;P&gt;  approval from Cisco Systems, Inc. or the U.S. Government.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  This product may not be exported outside the U.S. and Canada&lt;/P&gt;&lt;P&gt;  either by physical or electronic means without PRIOR approval&lt;/P&gt;&lt;P&gt;  of Cisco Systems, Inc. or the U.S. Government.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  Persons outside the U.S. and Canada may not re-export, resell&lt;/P&gt;&lt;P&gt;  or transfer this product by either physical or electronic means&lt;/P&gt;&lt;P&gt;  without prior approval of Cisco Systems, Inc. or the U.S.&lt;/P&gt;&lt;P&gt;  Government.&lt;/P&gt;&lt;P&gt;  ******************************* Warning *******************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copyright (c) 1996-2003 by Cisco Systems, Inc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                Restricted Rights Legend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use, duplication, or disclosure by the Government is&lt;/P&gt;&lt;P&gt;subject to restrictions as set forth in subparagraph&lt;/P&gt;&lt;P&gt;(c) of the Commercial Computer Software - Restricted&lt;/P&gt;&lt;P&gt;Rights clause at FAR sec. 52.227-19 and subparagraph&lt;/P&gt;&lt;P&gt;(c) (1) (ii) of the Rights in Technical Data and Computer&lt;/P&gt;&lt;P&gt;Software clause at DFARS sec. 252.227-7013.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                Cisco Systems, Inc.&lt;/P&gt;&lt;P&gt;                170 West Tasman Drive&lt;/P&gt;&lt;P&gt;                San Jose, California 95134-1706&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cryptochecksum(unchanged): 4d7d25f4 e03f1452 ca1c82da 531641b5 &lt;/P&gt;&lt;P&gt;Type help or '?' for a list of available commands.&lt;/P&gt;&lt;P&gt;pix&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2005 20:37:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474853#M531139</guid>
      <dc:creator>andyleealbrecht</dc:creator>
      <dc:date>2005-11-01T20:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Switch Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474854#M531140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I removed the doublicated message &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2005 04:45:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474854#M531140</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-11-02T04:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Switch Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474855#M531142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to do a recapulation of the status of your problem. Now everthing is working or do you still have an issue with your Switch ports ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: That the power plug is not very reliable. You just move the power cable a little bit and the PIX 501 stops functioning correctly. I have seen this on some PIX 501 devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2005 04:51:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474855#M531142</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-11-02T04:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Switch Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474856#M531146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm still having problems with the switch ports.  The PIX is getting power and the power light is lit. I can also use the console port and Port 0 will also work and light up, but none of the ports 1-4 appear to be working at all.  Any help would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2005 13:46:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474856#M531146</guid>
      <dc:creator>andyleealbrecht</dc:creator>
      <dc:date>2005-11-02T13:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Switch Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474857#M531148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm assuming that without any good ports on the switch portion that this PIX 501 is now pretty much useless.  Is this a correct assumption?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2005 17:52:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474857#M531148</guid>
      <dc:creator>andyleealbrecht</dc:creator>
      <dc:date>2005-11-02T17:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Switch Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474858#M531150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This sounds like a hardware issue, do you still have a garantie ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This guides might help you to figure out the problem:&lt;/P&gt;&lt;P&gt;PIX Hardware Troubleshooting:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094fd9.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094fd9.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hardware Troubleshooting Index Page:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/routers/ps214/products_tech_note09186a008012fb88.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/routers/ps214/products_tech_note09186a008012fb88.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All PIX papers:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/tsd_products_support_series_home.html" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/tsd_products_support_series_home.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2005 18:01:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474858#M531150</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-11-02T18:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Switch Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474859#M531153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, this PIX was purchased on Ebay... which I assume leaves me with no way of getting support on the product.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2005 18:39:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474859#M531153</guid>
      <dc:creator>andyleealbrecht</dc:creator>
      <dc:date>2005-11-02T18:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Switch Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474860#M531155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if this applies, or why it would suddenly change, but looking at your running-config, is the Inside interface now set to "shutdown"? If not, I would concur that you have a hardware issue. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2005 23:19:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474860#M531155</guid>
      <dc:creator>rsmith</dc:creator>
      <dc:date>2005-11-02T23:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Switch Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474861#M531157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's the info returned when I run 'show conf'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show conf&lt;/P&gt;&lt;P&gt; : &lt;/P&gt;&lt;P&gt;Saved&lt;/P&gt;&lt;P&gt; : &lt;/P&gt;&lt;P&gt;Written by enable_15 at 20:34:53.129 UTC Tue Nov 1 2005&lt;/P&gt;&lt;P&gt;PIX Version 6.3(4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 100full&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;enable password N7FecZuSHJlVZC2P encrypted&lt;/P&gt;&lt;P&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;hostname pix&lt;/P&gt;&lt;P&gt;domain-name ciscopix.local&lt;/P&gt;&lt;P&gt;fixup protocol dns maximum-length 512&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol sip udp 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol tftp 69&lt;/P&gt;&lt;P&gt; &amp;lt;--- More ---&amp;gt;               names&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;no ip address outside&lt;/P&gt;&lt;P&gt;ip address inside 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt; arp timeout 14400&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00&lt;/P&gt;&lt;P&gt;timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+ &lt;/P&gt;&lt;P&gt;aaa-server TACACS+ max-failed-attempts 3 &lt;/P&gt;&lt;P&gt;aaa-server TACACS+ deadtime 10 &lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius &lt;/P&gt;&lt;P&gt;aaa-server RADIUS max-failed-attempts 3 &lt;/P&gt;&lt;P&gt;aaa-server RADIUS deadtime 10 &lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local &lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community public&lt;/P&gt;&lt;P&gt; &amp;lt;--- More ---&amp;gt;               no snmp-server enable traps&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:4d7d25f4e03f1452ca1c82da531641b5&lt;/P&gt;&lt;P&gt; pix(config)#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2005 01:32:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474861#M531157</guid>
      <dc:creator>andyleealbrecht</dc:creator>
      <dc:date>2005-11-03T01:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Switch Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474862#M531158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow does the show interface looks like ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sincerely&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2005 02:56:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474862#M531158</guid>
      <dc:creator>Patrick Iseli</dc:creator>
      <dc:date>2005-11-03T02:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 501 Switch Problem</title>
      <link>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474863#M531160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show interface&lt;/P&gt;&lt;P&gt; interface ethernet0 "outside" is up, line protocol is down&lt;/P&gt;&lt;P&gt;   Hardware is i82559 ethernet, address is 0013.c365.defb&lt;/P&gt;&lt;P&gt;   MTU 1500 bytes, BW 10000 Kbit half duplex&lt;/P&gt;&lt;P&gt; 	0 packets input, 0 bytes, 0 no buffer&lt;/P&gt;&lt;P&gt; 	Received 0 broadcasts, 0 runts, 0 giants&lt;/P&gt;&lt;P&gt; 	0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort&lt;/P&gt;&lt;P&gt; 	0 packets output, 0 bytes, 0 underruns&lt;/P&gt;&lt;P&gt; 	0 output errors, 0 collisions, 0 interface resets&lt;/P&gt;&lt;P&gt; 	0 babbles, 0 late collisions, 0 deferred&lt;/P&gt;&lt;P&gt; 	0 lost carrier, 0 no carrier&lt;/P&gt;&lt;P&gt; 	input queue (curr/max blocks): hardware (128/128) software (0/0)&lt;/P&gt;&lt;P&gt; 	output queue (curr/max blocks): hardware (0/0) software (0/0)&lt;/P&gt;&lt;P&gt; interface ethernet1 "inside" is up, line protocol is down&lt;/P&gt;&lt;P&gt;   Hardware is i82559 ethernet, address is 0013.c365.defd&lt;/P&gt;&lt;P&gt;   IP address 192.168.1.1, subnet mask 255.255.255.0&lt;/P&gt;&lt;P&gt;   MTU 1500 bytes, BW 100000 Kbit full duplex&lt;/P&gt;&lt;P&gt; 	0 packets input, 0 bytes, 0 no buffer&lt;/P&gt;&lt;P&gt; 	Received 0 broadcasts, 0 runts, 0 giants&lt;/P&gt;&lt;P&gt; 	0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort&lt;/P&gt;&lt;P&gt; 	1 packets output, 60 bytes, 0 underruns&lt;/P&gt;&lt;P&gt; 	0 output errors, 0 collisions, 0 interface resets&lt;/P&gt;&lt;P&gt; 	0 babbles, 0 late collisions, 0 deferred&lt;/P&gt;&lt;P&gt; 	0 lost carrier, 0 no carrier&lt;/P&gt;&lt;P&gt; 	input queue (curr/max blocks): hardware (128/128) software (0/0)&lt;/P&gt;&lt;P&gt; &amp;lt;--- More ---&amp;gt;                	output queue (curr/max blocks): hardware (0/1) software (0/1)&lt;/P&gt;&lt;P&gt;  pix(config)#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2005 04:13:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-501-switch-problem/m-p/474863#M531160</guid>
      <dc:creator>andyleealbrecht</dc:creator>
      <dc:date>2005-11-03T04:13:32Z</dc:date>
    </item>
  </channel>
</rss>

