Table Of Contents
Troubleshooting Security ImplementationsTroubleshooting CiscoSecure Scanner
Before Calling Cisco Systems' TAC Team
Troubleshooting CiscoSecure Intrusion Detection System (NetRanger)
Commands That Can Be Used to Troubleshoot the Application
Error Files Used for Debugging Application Errors
Before Calling Cisco Systems' TAC Team
Additional Debug Command Notes
External Users Cannot Access an Internal System (Web Server, Mail Server)
Before Calling Cisco Systems' TAC Team
PIX 520 Password Recovery Procedure
Downloading a PIX 515 Image over TFTP
Password-Recovery Procedure: Platforms Running Current Cisco IOS Releases
Password-Recovery Procedure: Platforms Running Recent Software Releases
Password-Recovery Procedure: Platforms Running Earlier Software Releases
Password-Recovery Procedure: IGS Running Software Prior to Software Release 9.1
Password-Recovery Procedure: Cisco 500-CS Communication Server
Troubleshooting Security Implementations
This chapter covers several of the security products used to protect the network. It includes scanning software (CiscoSecure Scanner, formerly known as NetSonar), intrusion-detection software (CiscoSecure Intrusion Detection System, formerly known as NetRanger), firewall software (Cisco PIX Firewall), and router and switch password recovery.
As the Internet grows, so does the possibility of illegal activities. These activities can range from denial-of-service attacks to the compromising of propriety data. Many products have been developed to protect networks.
Firewalls were the first security products introduced to prevent unauthorized entry into the protected network. They allow network access only to specifically configured protocols and network objects. Next came intrusion-detection software products. These products track authorized traffic permitted by the firewall, while searching for unauthorized activity such as hacking attempts or denial-of-service attacks. Finally there was scanning software, which allowed administrators to detect security vulnerabilities in their network design.
This chapter assists a network administrator in debugging the security products mentioned here that have been installed in the network. This chapter assumes that the reader is familiar with the installation and operation of the software products to be debugged.
Only debugging commands are discussed in this chapter. For more information about the command syntax or explanation for each software product, refer to the user manual. You can also find the commands under "Service and Support" in the "Technical Documentation" section of Cisco Connection Online (CCO).
In the creation of this chapter, care was taken to use only the latest versions of software. If you have earlier versions of software than those discussed here, refer to the user's manual for your product for proper commands and syntax.
Objectives
The objective of this chapter is to help those already familiar with installed security software products to do some basic troubleshooting or debugging.
Troubleshooting CiscoSecure Scanner
The majority (75 percent) of the CiscoSecure Scanner (NetSonar) problems deal with licensing. The license issues are being addressed and will change with the next release.
Table 25-1 describes the other 25 percent of common problems.
Before Calling Cisco Systems' TAC Team
Before calling Cisco Systems's Technical Assistance Center (TAC), make sure that you have read through this chapter and completed the actions suggested for your system's problem.
In addition, note and document the following information so that we may better assist you:
•
Operating system (Solaris or Windows NT) version
•
CiscoSecure Scanner version
Troubleshooting CiscoSecure Intrusion Detection System (NetRanger)
The main objective of this section is to help diagnose problems that may occur when running CiscoSecure Intrusion Detection System (IDS). There are three parts to the IDS: the Director, and the Sensor, and the Post Office. The Sensor discussed in this section is the appliance, not the feature that is now available in the IOS. The Post Office is the communication backbone that allows NetRanger services and hosts to communicate with each other. All communication is supported by a proprietary, connection-based protocol that can switch between alternate routes to maintain point-to-point connections.
Commands That Can Be Used to Troubleshoot the Application
CiscoSecure IDS comes with several commands and logs that are highly valuable when troubleshooting a problem with the software. This section gives a brief description of each command and each log file, followed by an example. Later sections discuss when to use each command.
The following commands are used when troubleshooting:
•
nrvers—Used to extract the version number of each of the processes running. This is especially helpful after upgrading the software.
netrangr@director>nrversApplication Versions for director.rtppostofficed v2.2.1 (release) 99/07/19-22:30loggerd v2.2.1 (release) 99/07/19-22:31packetd v2.2.1 (release) 99/07/19-22:44managed v2.2.1 (release) 99/07/19-22:29configd v2.2.1 (release) 99/07/19-22:29sapd v2.2.1 (release) 99/07/19-22:31fileXfer v2.2.1 (release) 99/07/19-22:36•
nrstatus—Used to find the current status of all daemons. The command displays all daemons that are currently running on the system.
netrangr@director>nrstatusnetrangr 28906 1 99 Feb 05 ? 8295:01 /usr/nr/bin/nr.managednetrangr 28921 1 0 Feb 05 ? 0:04 /usr/nr/bin/nr.configdnetrangr 28948 1 0 Feb 05 ? 0:09 /usr/nr/bin/nr.fileXferdnetrangr 28936 1 0 Feb 05 ? 0:04 /usr/nr/bin/nr.sapdnetrangr 28877 1 0 Feb 05 ? 0:29 /usr/nr/bin/nr.loggerdnetrangr 28891 1 0 Feb 05 ? 6:17 /usr/nr/bin/nr.packetdnetrangr 28217 1 0 Feb 05 ? 6:47 /usr/nr/bin/nr.postofficed•
nrconns—Used to determine the currently configured connections and their status. Things to look for in the output include the IP address of the host and the information in brackets []. In the example that follows, [Established] means the communication is up and running. [SynSent] means that the Director sent a packet to sensor2 and never received a response.
netrangr@director>nrconnsConnection Status for director.rtpsensor.rtp Connection 1: 171.68.120.214 45000 1 [Established] sto:0002 with Version 1sensor2.rtp Connection 1: 171.68.120.213 45000 1 [SynSent] sto:0002 with Version 1•
nrest—Is the same command as nrconns, but it shows only established connections. It will not display any other connections except for those already established.
netrangr@director>nrestEstablished Connections for director.rtpsensor.rtp Connection 1: 171.68.120.214 45000 1 [Established] sto:0002 with Version 1•
nrstop—Used to force all IDS daemons to gracefully shut down.
netrangr@director>nrstopdone•
nrstart—Used to start all IDS daemons. This command reads the file /usr/nr/etc/daemons and starts all the IDS daemons listed.
netrangr@director>nrstartstarting netranger services:netrangr 1671 1 0 09:28:49 pts/0 0:00 /usr/nr/bin/nr.postofficednetrangr 1781 1 0 09:28:51 ? 0:00 /usr/nr/bin/nr.configdnetrangr 1741 1 0 09:28:50 ? 0:00 /usr/nr/bin/nr.loggerdnetrangr 1823 1 0 09:28:51 pts/0 0:00 /usr/nr/bin/nr.fileXferdnetrangr 1751 1 0 09:28:50 ? 0:00 /usr/nr/bin/nr.packetdnetrangr 1766 1 0 09:28:50 ? 0:00 /usr/nr/bin/nr.managednetrangr 1796 1 0 09:28:51 ? 0:00 /usr/nr/bin/nr.sapdnetranger startup done.Error Files Used for Debugging Application Errors
The following files are located in the /usr/nr/etc directory. Each is created when you run the application the first time. If you delete these files and stop and start the application, these files will be re-created. However, if you do not delete these files, information will be appended on to it. Each file contains the error associated with that daemon. For example, communication errors would be found in the errors.postoffice file.
On the Sensor or appliance:
•
errors.fileXferd—Errors with transferring files between the Sensor and the Director. This type of file transfers normally happen when configuring the Sensor.
•
errors.managed—Errors occurring while creating the access list on the router or when trying to communicate with the router.
•
errors.packetd—Errors occurring while capturing traffic of the network.
•
errors.postofficed—Errors occurring with the communication infrastructure.
•
errors.sapd—Errors occurring during file management.
On the Director:
•
errors.postofficed—Errors occurring with the communication infrastructure.
•
errors.sapd—Errors occurring during file management. This includes Oracle on the Director.
•
errors.configd—Errors occurring during the configuration process of Sensors.
•
errors.smid—Errors occurring with OpenView.
•
errors.eventd—Errors occurring when trying to run an event. This is normally the paging process but can be any script that you would like to run.
•
errors.fileXferd—Errors with transferring files between the Sensor and the Director. This type of file transfer normally happens when configuring the Sensor.
•
errors.loggerd—Errors occurring while trying to log data to the log files.
•
errors.nrConfigure—Errors occurring with the configuration graphical user interface (GUI).
Table 25-2 shows symptoms, possible problems, and suggested actions to be taken when troubleshooting CiscoSecure IDS.
Before Calling Cisco Systems' TAC Team
Before calling Cisco Systems's Technical Assistance Center (TAC), make sure that you have read through this chapter and completed the actions suggested for your system's problem.
In addition, note and document the following information so that we can better assist you:
•
Versions of each daemon. Use the nrvers command.
•
Operating systems installed on the hardware. This is especially important on the Director.
•
Compress the /usr/nr/etc and the error files in the /usr/nr/var directory.
Troubleshooting PIX Firewall
To debug the PIX Firewall, you must first breakdown the task at hand. The following is a possible breakdown of a task, followed by solutions to possible problems, error codes, and debug commands. The symptoms and their likely solutions are included in Table 25-3. The error codes and their definitions should help in the interpretation of errors found in various logs. The debug commands are listed and accompanied by examples to assist in their use.
Finding the Real Problem
The PIX is the gateway to the Internet for the network and is normally blamed for problems that occur when a user cannot get out to the Internet. Although the PIX might be the problem, there are many other elements involved that might be causing the problem. Here you will find a list of other areas that could be causing the problem with a quick checklist.
•
User's host machine
–
Can the host machine ping to anything else on the inside network?
–
Is the proper default gateway assigned?
–
Can the host machine ping the inside interface of the PIX?
•
Protected inside router
–
Can the router ping the inside interface of the PIX?
–
Can the router ping the user's host?
–
Can the router get to anything on the external network?
•
PIX
–
Can the PIX ping the outside router?
–
Can the PIX get to an external site past the outside router?
–
IS the host's address defined in the nat command?
–
Are there enough addresses defined in the global pool for all the internal hosts?
•
Unprotected outside router
–
Can the outside router get to the Internet?
–
Does the outside router see packets coming from the PIX?
As you can see, many other factors are involved when troubleshooting the PIX Firewall.
debug Commands
The following commands are helpful when debugging the PIX Firewall.
•
show debug—Used to display what debugging is turned on.
•
show debug
•
debug icmp trace off
•
debug packet off
•
debug sqlnet off
•
debug icmp trace—When a host is pinged through the PIX Firewall from any interface, trace output displays on the console. The following example shows a successful ping from an external host (192.150.50.42) to the PIX Firewall's outside interface (200.200.200.1).
router#debug icmp traceInbound ICMP echo reply (len 32 id 1 seq 256) 192.150.50.1 > 192.150.50.42Outbound ICMP echo request (len 32 id 1 seq 512) 192.150.50.42 > 192.150.50.1Inbound ICMP echo reply (len 32 id 1 seq 512) 192.150.50.1 > 192.150.50.42Outbound ICMP echo request (len 32 id 1 seq 768) 192.150.50.42 > 192.150.50.1Inbound ICMP echo reply (len 32 id 1 seq 768) 192.150.50.1 > 192.150.50.42Outbound ICMP echo request (len 32 id 1 seq 1024) 192.150.50.42 > 192.150.50.1Inbound ICMP echo reply (len 32 id 1 seq 1024) 192.150.50.1 > 192.150.50.42•
debug packet if_name—Used to debug a packet. The following example lists the information as it appears in a packet.
router#debug packet inside--------PACKET ----------- IP --4.3.2.1 ==> 255.3.2.1ver = 0x4 hlen = 0x5 tos = 0x0 tlen = 0x60id = 0x3902 flags = 0x0 frag off=0x0ttl = 0x20 proto=0x11 chksum = 0x5885-—UDP --source port = 0x89 dest port = 0x89len = 0x4c checksum = 0xa6a0-—DATA --00000014: 00 01 00 00|....00000024: 00 00 00 01 20 45 49 45 50 45 47 45 47 45 46 46| .... EIEPEGEGEFF00000034: 43 43 4e 46 41 45 44 43 41 43 41 43 41 43 41 43| CCNFAEDCACACACAC00000044: 41 43 41 41 41 00 00 20 00 01 c0 0c 00 20 00 01| ACAAA.. ..... ..00000054: 00 04 93 e0 00 06 60 00 01 02 03 04 00| ......\Q......--------END OF PACKET ---------•
debug packet if_name [src source_ip [netmask mask]] [dst dest_ip [netmask mask]] [[proto icmp] | [proto tcp [sport src_port] [dport dest_port]] | [proto udp [sport src_port] [dport dest_port]] [rx|tx|both]—Used to see the contents of packets as it travels between two destinations.
Syntax description:
–
if_name—Interface name from which the packets are arriving; for example, to monitor packets coming into the PIX Firewall from the outside, set if_name to outside.
–
src source—Source IP address.
–
netmask mask—Network mask.
–
dst dest_ip—Destination IP address.
–
proto icmp—Display ICMP packets only.
–
proto tcp—Display TCP packets only.
–
sport src_ port—Source port. See the "Ports" section in "Introduction" for a list of valid port literal names.
–
dport dest_ port—Destination port.
–
proto udp—Display UDP packets only.
–
rx—Display only packets received at the PIX Firewall.
–
tx—Display only packets that were transmitted from the PIX Firewall.
–
both—Display both received and transmitted packets.
In the following example, the contents of the tcp packets on port 25 with the source address of 200.200.200.20 and the destination address of 100.100.100.10 are displayed.
debug packet outside src 200.200.200.20 dst 100.100.100.10 proto tcp dport 25 both
Note
Use of the debug packet command on a PIX Firewall experiencing a heavy load may result in the output displaying so fast that it may be impossible to stop the output by entering the no debug packet command from the console. You can enter the no debug packet command from a Telnet session.
Additional Debug Command Notes
The debug icmp trace command now sends output to the Trace Channel. The location of the Trace Channel depends on whether you have a simultaneous Telnet console session running at the same time as the console session, or if you are using only the PIX Firewall serial console.
If you are using only the PIX Firewall serial console, all debug commands display on the serial console.
If you have both a serial console session and a Telnet console session accessing the console, then no matter where you enter the debug icmp trace or the debug sqlnet commands, the output displays on the Telnet console session.
If you have two or more Telnet console sessions, the first session is the Trace Channel. If that session closes, the serial console session becomes the Trace Channel. The next Telnet console session that accesses the console will then become the Trace Channel.
The debug packet command displays only on the serial console. However, you can enable or disable this command from either the serial console or a Telnet console sessions.
The debug commands are shared between all Telnet and serial console sessions.
Note
The downside of the Trace Channel feature is that if one administrator is using the serial console and another administrator starts a Telnet console session, the serial console debug icmp trace and debug sqlnet output will suddenly stop without warning. In addition, the administrator on the Telnet console session will suddenly be viewing debug output, which may be unexpected. If you are using the serial console and debug output is not appearing, use the who command to see if a Telnet console session is running.
Note
To let users ping through the PIX Firewall, add the conduit permit icmp any command to the configuration. This lets pings go outbound and inbound.
Troubleshooting Steps
The first example deals with an internal user who cannot access the Internet. These are recommended troubleshooting steps to follow, but note that these steps may not solve every instance of this problem.
Step 1
Go to the end user's machine and have the user ping the PIX's internal interface. If you get a response, go to the next step. If you do not get a response, check the following for possible solutions:
•
User cannot ping any internal address. Check interface card on the user's system.
•
User can ping other systems on the same network but cannot ping the PIX. This assumes that there is a router between the user's system and the PIX. Check the following:
a.
The default route on the user's system.
b.
The default route or static route on the inside router. Make sure that the inside router is configured to route the traffic both ways.
•
PIX cannot ping user's system. If not on the same network, check the internal router. If the PIX can ping the internal router but not beyond, make sure that the PIX knows how to get to that subnet.
a.
Check the default inside route on the PIX. In the following example, the default route would be 100.100.100.2.
Route inside 0.0.0.0 0.0.0.0 100.100.100.2 1Route inside 0.0.0.0 0.0.0.0 100.100.100.2 1b.
Check the routing table on the inside router to make sure that the inside router knows how to properly route the packets.
Step 2
On the PIX, turn on debug icmp trace.
•
Allow ICMP traffic through the PIX. To do this enter the following command:
conduit permit icmp any any
Note
Use of the debug packet command on a PIX Firewall experiencing a heavy load may result in the output displaying so fast that it may be impossible to stop the output by entering the no debug packet command from the console. You can enter the no debug packet command from a Telnet session.
•
Next find out if the user's system has a translated address. To do this, use the following command:
show xlate local ip_address•
If there is a translated address, you will need to clear the address. Use the following command:
clear xlate local ip_addressStep 3
Try to access a web site from the user's system.
Step 4
Check the translation table to make sure that a translation was built for the user's system. Refer to the command in Step 2.
Step 5
If there was no translation built, have the user's system try to ping an outside system, and then watch the output from the debug command. If you do not see any output, then the packet is not making it to the PIX. If the packet is making it to the PIX, then check the syslog output and check to make sure that there are enough addresses in the global command. Verify that the user's address is included in the nat command addresses. Check other items between the PIX and the user's system. Confirm that there is a valid default route.
Step 6
If there was a translation built, turn on debugging of the packet, and see if the packet is traveling through the PIX.
Step 7
If the packet goes out but you do not get a return, then the outside router does not know how to return the traffic. Check the routing table on the outside router.
External Users Cannot Access an Internal System (Web Server, Mail Server)
The following six steps provide a practical approach to troubleshooting common problems associated with external users having difficulty accessing a company's internet/mail servers.
Step 1
The first step in this type of debugging is to allow pings from the external source for testing purposes. Use this command:
conduit permit icmp any anyStep 2
Next turn on debug icmp trace.
Note
Use of the debug packet command on a PIX Firewall experiencing a heavy load may result in the output displaying so fast that it may be impossible to stop the output by entering the no debug packet command from the console. You can enter the no debug packet command from a Telnet session.
Step 3
Have an external site try to ping the internal system via the translated address. For example, if your web server has an internal address of 10.10.10.1 and a translated address of 200.200.200.1, have the external site ping the 200.200.200.1 address.
Step 4
If you do not see the packets on the PIX, check the external router to ensure that they are making it to there. If they are, then check the routing table on the external router to make sure that the router knows how to route the packet. If the routing tables are correct, then check the ARP table on the router to make sure that it has the proper MAC address for the packet. It should be the same as the PIX's external MAC address.
Step 5
Check the static and conduit statements in the configuration on the PIX for the server in question, and ensure that they are correct. You can also check by the following two commands:
–
show static—This will show all the static addresses currently assigned.
–
show conduit—This will show all the conduits that are currently applied.
Step 6
If the packet goes through, then have the external site try to get to the server again. This time, use port 80 (web browsing). If the external user cannot get to the server, check the log for their address. Check to see if the address is getting denied.
Troubleshooting Techniques
Table 25-3 suggests what actions to take when presented with the two most common Pix firewall connectivity problems.
Before Calling Cisco Systems' TAC Team
Before calling Cisco Systems' Technical Assistance Center (TAC), make sure that you have read through this chapter and completed the actions suggested for your system's problem.
Additionally, do the following and document the results so that we can better assist you:
•
Obtain the version of the PIX IOS software
•
Obtain as much hardware information as possible
Additional Sources
Books:
•
Atkins, Derek. Internet Security Professional Reference, Second Edition. Indianapolis: New Riders Publishing, 1997.
•
Kaeo, Merike. Designing Network Security. Indianapolis: Cisco Press, 1999.
URLs:
•
Internet: www.securityfocus.com (SecurityFocus.com is a single place, or community, on the Internet where people and corporations can go to find security information and have security questions answered by leading authorities in the industry. This site provides access to security links and resources including news, books, mailing lists, tools and products, and security services.)
•
Internet: www.finjan.com (Finjan makes filters and other countermeasures to block the Java Scripts used to execute session hijacking, session replay attacks, and other "mobile code" attacks.)
•
Newsgroups: alt.2600 (This is a newsgroup of interest to hackers and security experts. It has a vast amount of information on network intrusion and protection techniques.)
PIX Maintenance
The PIX has two important maintenance features:
•
Password recovery
•
Software upgrades
These are discussed in the next sections.
Password Recovery
The password recovery for the PIX 515 requires a TFTP server to download the password data to it because that model does not have a floppy drive. For the other PIX models, use the following procedure.
A password recovery image will be available. This image will need to be copied using TFTP to the PIX just like any new upgrade image.
The TFTP capabilities directly take the place of the floppy loader, so, all previous functions that were handled with a floppy will be handled with TFTP.
Please note the following:
•
TFTP on the PIX requires that you reboot the PIX.
•
When you enter the ROM monitor, the PIX application will not be running, so no traffic will pass in your network while this operation is being performed.
•
The TFTP server should be on the most secure part of the network (preferably on the inside).
•
Using TFTP for a new image or password recovery will require your network to be offline until this activity is complete.
•
Once the system is rebooted, the addresses used during the TFTP process do not remain in the configuration or memory.
PIX 520 Password Recovery Procedure
The following is the recommended process for recovering lost passwords in PIX 520 firewalls.
Step 1
Download Nppix.bin and rawrite.exe from: www.cisco.com/warp/customer/110/34.shtml into the same directory on a PC. (You will need a CCO login to download.)
Step 2
When you have retrieved the two files, execute RAWRITE: C:\TEMP>RAWRITE.
RaWrite 1.2—Write the disk file to a raw floppy disk.
Step 3
Enter source filename: NPPIX.BIN.
Step 4
Enter destination drive A.
Step 5
Insert a formatted disk into drive A, and press Enter.
The Rawrite program then writes the password recovery image to disk.
Step 6
Boot your PIX with that disk, which will clear the old password.
Downloading a PIX 515 Image over TFTP
Because the PIX 515 does not have a floppy drive, the only method of password recovery available is by downloading a recovery program from a TFTP server. The TFTP capabilities directly take the place of the floppy loader, so all previous functions that were handled with a floppy will be handled with TFTP.
Please note the following:
•
TFTP on the PIX requires that you reboot the PIX.
•
When you enter the ROM monitor, the PIX application will not be running, so no traffic will pass in your network while this operation is being performed.
•
The TFTP server should be on the most secure part of the network (preferably on the inside).
•
Using TFTP to copy a new image or password recovery will require your network to be offline until this activity is complete.
•
Once the system is rebooted, the addresses used during the TFTP process do not remain in the configuration or memory.
The PIX 515 receives its boot image either from Flash memory or by downloading the image from a TFTP server.
This section describes the monitor command, which you will invoke while the PIX 515 is booting by sending a Break character or pressing the Escape key.
Because the PIX 515 does not have a disk drive, you need to send a binary image to the PIX 515 using TFTP.
The PIX 515 has a special mode called monitor mode that lets you retrieve the binary image over the network. When you power on or reboot the PIX 515, it waits 10 seconds, during which you can send a break character or press the Escape key to activate monitor mode.
If you do not want to enter the boot mode, press the Spacebar to start the normal boot immediately, or wait until the 10 seconds have finished, and the PIX 515 will boot normally.
While in monitor mode, you can enter commands that let you specify the location of the binary image, download it, and reboot the PIX 515 from the new image. If you do not activate monitor mode, the PIX 515 boots normally from Flash memory.
Monitor mode also lets you ping the TFTP server to see if it is online and to specify the IP address of the nearest router if the image is not on a subnet shared with a PIX 515 interface.
The monitor feature works only on the PIX 515 and not with earlier models of the PIX Firewall. TFTP does not perform authentication when transferring files, so a username and password on the TFTP server are not required.
If you are using Windows Hyperterminal, you can press the Esc (Escape) key or send a Break character by pressing the Ctrl and break keys.
From a Telnet session to a terminal server that has serial access to the PIX 515, use Ctrl-] to get the Telnet command prompt, and then enter the send break command.
If the TFTP service stops receiving data requests during a file transfer, it waits 4 seconds and then closes the connection.
To download an image over TFTP, use the following procedure:
Step 1
Immediately after you power on the PIX Firewall and the startup messages appears, send a Break character, or press the Esc (Escape) key.
The monitor prompt appears.
Step 2
If desired, enter a question mark (?) to list available commands.
Step 3
Use the interface command to specify which interface the ping traffic should use. If the PIX 515 has only two interfaces, the monitor command defaults to the inside interface.
Step 4
Use the address command to specify the IP address of the PIX Firewalls interface.
Step 5
Use the server command to specify the IP address of the remote server.
Step 6
Use the file command to specify the filename of the PIX Firewall image.
Step 7
If needed, enter the gateway command to specify the IP address of a router gateway through which the server is accessible.
Step 8
If needed, use the ping command to verify accessibility. If this command fails, configure access to the server before continuing.
Step 9
Use the TFTP command to start the download.
Step 10
After the download is complete, reboot the PIX and install a new password.
Software Upgrade Paths
The software upgrade procedure that you follow depends on whether you want to keep your configuration files intact. If you do, use the procedure outlined in Table 25-4.
If you don't care about retaining the configuration information, you can upgrade directly from the current version to the latest version.
Recovering a Lost Password
This section describes the procedures required to recover a lost login or enable password. The procedures differ, depending on the platform and the software used, but in all cases, password recovery requires that the router be taken out of operation and powered down.
If you need to perform one of the following procedures, make certain that secondary systems can temporarily serve the functions of the router undergoing the procedure. If this is not possible, advise all potential users and, if possible, perform the procedure during low-use hours.
Note
Make a note of your password and store it in a secure place.
All the procedures for recovering lost passwords depend on changing the configuration register of the router. Depending on the platform and software you are using, this will be done by reconfiguring the router software or by physically moving a jumper or DIP switch on the router.
Table 25-5 shows which platforms have configuration registers in software and which require that you change the jumper or DIP switch position to change the configuration register.

