Recover a Router from Corrupted or Missing Software Image

Size: px
Start display at page:

Download "Recover a Router from Corrupted or Missing Software Image"

Transcription

1 Cisco SMB Support Assistant Recover a Router from Corrupted or Missing Software Image Cisco Profile Contacts & Feedback Help Home > Work With My Routers > Cisco Routers > Recover a Router from Corrupted or Missing Software Image Service Requests Recover a Router from Corrupted or Missing Software Image Introduction Requirements Obtain the Software Image File Connect the PC to the Router Recover the Router from ROMmon mode Check Configuration Register Settings Look for a Valid Image in Flash Load the new software image with the TFTP server Next Step Troubleshoot the Procedure Related Information Download PDF Recover a Router from Corrupted or Missing Software Image Open a service request Update a service request Feedback Please rate this site: / Suggestions for improvement: Introduction This document explains on how to recover your Cisco Router from corrupt or missing software image. This procedure applies to the 800, 1700, 1800, 2600, 2800 and 3800 models of Cisco routers. If Cisco may contact you for more details or for future feedback opportunities, please enter your contact information: Full Name: Requirements To perform the steps described in this document, you need to have these items: Physical access to the Router that is installed and powered on A Windows PC with terminal-emulation software, such as HyperTerminal. A cross-over cable and a console cable. Refer to Cable Descriptions for further information. A new Cisco IOS software image provided to you by the SMB Technical Assistance Center (SMB TAC). (1 of 10)11/30/ :21:09 PM

2 Obtain the Software Image File Follow these steps to obtain a new software image: 1. If your Router software image is corrupted or missing, contact the SMB TAC to obtain the required software image. 2. Once you receive the software, take note of the exact name of the image file. The file has a similar name to this example: c2600-i-mz bin 3. Place the software image file in your C:\TFTP-Root directory. Connect the PC to the Router Complete these steps to connect the PC to the Router: 1. Connect your RJ-45 Ethernet port of your PC to the first LAN port or FastEthernet port or Gigabit Ethernet port of the router with a cross-over Ethernet cable. 2. Configure your PC with the IP address and with a subnet mask of For detailed instructions, refer to Configure an IP Address on Your PC. 3. Save the router software image in your C:\TFTP-Root directory. If you do not have a new image, contact the SMB Technical Assistance Center (SMB TAC) for assistance. 4. Launch your TFTP server program. 5. Connect your PC to the router with a console cable. You need a console access to your router in order to boot the router with a new software image. Note: Create a HyperTerminal connection to your router. For more information, refer to Create a HyperTerminal Connection. (2 of 10)11/30/ :21:09 PM

3 Recover the Router from ROMmon mode Follow these steps to recover the Router from the ROMmon mode: Check Configuration Register Settings Use this procedure to recover the router from the ROMmon mode, before you try to upgrade the router software image with the TFTP server. You can use this, only if your flash has a valid IOS software image. 1. If the router is stuck in ROMmon mode each time the router is restarted, it is probably due to the setting of the configuration register. Type confreg at the ROMmon prompt to verify the configured value of the configuration register. You can see the similar output: rommon 1 >confreg Configuration Summary (Virtual Configuration Register: 0x2100) enabled are: load rom after netboot fails console baud: 9600 boot: the ROM Monitor do you wish to change the configuration? y/n [n]: 2. In the output of the confreg command, the configuration register is set to a value 0x2100 that forces the router to go into the ROMmon mode each time it is reloaded or power-cycled. To make the router boot automatically from a default Cisco IOS software image, change the configuration register to a value 0x2102 as indicated in step Type confreg at the ROMmon prompt. Enter y in response to the question do you wish to change the configuration in the output. rommon 2 >confreg Configuration Summary enabled are: load rom after netboot fails console baud: 9600 boot: the ROM Monitor do you wish to change the configuration? y/n [n]:y 4. Enter n to all questions except to the question change the boot characteristics? y/n [n]:. Enter y to change the boot characteristics? y/n [n]: y and enter digit 2 in enter to boot: enable "diagnostic mode"? y/n [n]:n enable "use net in IP bcast address"? y/n [n]:n disable "load rom after netboot fails"? y/n [n]:n enable "use all zero broadcast"? y/n [n]:n enable "break/abort has effect"? y/n [n]:n enable "ignore system config info"? y/n [n]:n change console baud rate? y/n [n]:n change the boot characteristics? y/n [n]:y enter to boot: (3 of 10)11/30/ :21:09 PM

4 0 = ROM Monitor 1 = the boot helper image 2-15 = boot system [0]:2 Configuration Summary (Virtual Configuration Register: 0x2102) enabled are: load rom after netboot fails console baud: 9600 boot: image specified by the boot system commands or default to: cisco2-c3825 do you wish to change the configuration? y/n [n]: n You must reset or power cycle for new config to take effect Note: You have changed the configuration register to a value that makes the router to look for a valid Cisco IOS software image on startup and boot from the same. Reset the router now. 5. Type reset at the ROMmon prompt. rommon 3 >reset System Bootstrap, Version 12.3(11r)T1, RELEASE SOFTWARE (fc1) Technical Support: Copyright (c) 2004 by cisco Systems, Inc. Total memory size = 256 MB - DIMM0 = 256 MB, DIMM1 = 0 MB c3825 processor with Kbytes of main memory Main memory is configured to 72/0(dimm 0/1) bit mode with ECC enabled Upgrade ROMMON initialized program load complete, entry point: 0x , size: 0x22f97a8 Self decompressing the image : ################################################# ########################################################################## [OK] ----Output truncated The router must now reload with the new Cisco IOS software image. If the router still goes to ROMmon mode proceed to the section Look for a Valid Image in Flash. Look for a Valid Image in Flash If the configuration register value is set to make the system boot automatically from a default Cisco IOS software image, the router must boot normally. However, if the router still enters the ROMmon mode, it is probably because the device is unable to locate a valid Cisco IOS software image. Follow these steps to look for a valid Cisco IOS software image. 1. Type dev at the ROMmon prompt to display the file system that you use such as a flash or slot or disc. (4 of 10)11/30/ :21:09 PM

5 rommon 1 >dev Devices in device table: id name flash: compact flash bootflash: boot flash eprom: eprom rommon 2 > 2. Identify the router file system and type dir <file-system> which lists the files and directories in the file system. The keyword filesystem is either a flash or slot or disc. For example if you use flash file system type dir flash: at the ROMmon prompt to look for a valid image. rommon 2 >dir flash: Directory of flash: rw- c3825-advipservicesk9-mz bin rw- sdmconfig-38xx.cfg rw- sdm.tar rw- es.tar rw- common.tar rw- home.shtml rw- home.tar rw- 256MB.sdf 0 0 -rw- config_log_persist_dbase rw- vlan.dat 3. The output indicates that a valid image c3825-advipservicesk9-mz bin is indeed present in the Flash. Try to boot from that image with the boot command as specified in step If the router returns the dir: cannot open device flash: or bad device name" message, the device specified probably does not exist. If you have a 2800 or 3800 ISR, try to reset the flash card on the router or replace with the new one installed with IOS image. After that, reload the router. If it goes to ROMmon again, go to step Type " boot flash:[directory] [filename] " which boots the router. For example "boot flash:<image-name>" or boot slot<0/1>: <image-name> or boot disco<0/1>:<image name>, depends on the file system you use. rommon 2 >boot flash: c3825-advipservicesk9-mz bin program load complete, entry point: 0x , size: 0x22f97a8 Self decompressing the image : ################################################# ################################################################################ ########################################################################## [OK] ----output truncated (5 of 10)11/30/ :21:09 PM

6 Note: The router must now boot with the Cisco IOS software image specified in the boot command. 6. However, there are times when a valid image does not exist on any of the devices or the image on the Flash is corrupted. In these cases, a new Cisco IOS software image has to be downloaded with Trivial File Transfer Protocol (TFTP) procedure from the ROMmon mode. Refer to the section Load the new software image with the TFTP server. Load the new software image with the TFTP server This section describes how to load a Cisco IOS software image from a TFTP server to the router flash memory. Use the procedure only for disaster recovery, as it erases all the datas that exist in flash memory before a new software image is downloaded to the router. Follow these steps to download a new software image to the router with a TFTP server. 1. First, you must set ROMmon environment variables prior to the TFTP download. All variable names are case sensitive. You can view the ROMmon environment variables by the the set command. rommon 1 >set PS1=rommon! > BOOT= WARM_REBOOT=FALSE?=0 BSI=0 RANDOM_NUM= RET_2_RTS=10:27:44 UTC Thu Jun RET_2_RCALTS= These variables are required to be set for TFTP download: IP_ADDRESS: The IP address for this router IP_SUBNET_MASK: The subnet mask for this router DEFAULT_GATEWAY: The default gateway for this router TFTP_SERVER: The IP address of the TFTP server in which the software image is stored TFTP_FILE: The software image filename to fetch 3. At the rommon: command prompt in the HyperTerminal window, type IP_ADDRESS= and press Enter. rommon 2 >IP_ADDRESS= Type IP_SUBNET_MASK= and press Enter. rommon 3 >IP_SUBNET_MASK= Type DEFAULT_GATEWAY= and press Enter. rommon 4 >DEFAULT_GATEWAY= Type TFTP_SERVER= and press Enter. rommon 5 >TFTP_SERVER= (6 of 10)11/30/ :21:09 PM

7 7. Type TFTP_FILE=/tftpboot/spak/c3825-adventerprisek9-mz b.bin and press Enter. rommon 6 >TFTP_FILE= /tftpboot/spak/c3825-adventerprisek9-mz b.bin 8. Type sync and press Enter. rommon 7 >sync Note: The "sync" command is required to write the monitor environment changes to NVRAM. 9. Type tftpdnld and press Enter. Enter y in response to the question do you wish to continue? y/n: [n]: in the output. rommon 8 >tftpdnld IP_ADDRESS: IP_SUBNET_MASK: DEFAULT_GATEWAY: TFTP_SERVER: TFTP_FILE: /tftpboot/spak/c3825-adventerprisek9-mz b.bin GE_PORT: Ge0/0 TFTP_MEDIA_TYPE: Copper GE_SPEED_MODE: Auto Invoke this command for disaster recovery only. WARNING: all existing data in all partitions on flash will be lost! Do you wish to continue? y/n: [n]:y Mac Address: a41.2cf0 Receiving /tftpboot/spak/c3825-adventerprisek9-mz b.bin from !!!!!!!!!! File reception completed. Copying file /tftpboot/c3825-adventerprisek9-mz b.bin to flash. Format: All system sectors written. OK... Format: Operation completed successfully. Format of flash: complete rommon 7 > 10. At the rommon prompt, type dir flash: to verify the software image downloaded on to the flash memory. rommon 7 >dir flash: (7 of 10)11/30/ :21:09 PM

8 Directory of flash: rw- c3825-adventerprisek9-mz b.bin Note: You have downloaded the new image c3825-adventerprisek9-mz b.bin onto the flash with the TFTP server. 11. Type boot flash:<filename> and press Enter to boot the router with the new CiscO IOS software image. rommon 8 > boot flash:c3825-adventerprisek9-mz b.bin program load complete, entry point: 0x , size: 0x2688b78 Self decompressing the image : ################################################# ################################################################################ ################################################################################ ######### [OK] Smart Init is enabled smart init is sizing iomem ----output truncated--- Router > 12. The router must now boot with the new Cisco IOS software image specified in the boot command and it must be in Router > prompt. Note: For Cisco 2600 Routers which run the ROM monitor command tftpdnld, the command reports a bad checksum comparison when it loads Cisco IOS software images of Cisco IOS Software Release 12.0(2.2)T or later. As a workaround to this problem, set the ROM monitor variable TFTP_CHECKSUM to 0. The variable TFTP_CHECKSUM=0 is defined from the ROM monitor set command, proceeded by the tftpdnld procedure. Next Step You have completed Recover your Access Point with the new software image. To continue the setup process, refer to Configure Your Router with Security Device Manager. To configure other devices in your network, refer to the Configuration Overview Page. Troubleshoot the Procedure This section provides information about common problems that you may encounter. If this information does not solve your problem, contact (8 of 10)11/30/ :21:09 PM

9 the SMB Technical Assistance Center (SMB TAC) for assistance. Problem Cause(s) and Suggested Solution(s) The router boots and displays several error messages but does not display a prompt in HyperTerminal. Press Enter to clear the output and display the router prompt. Follow these steps: You receive an error message Interface link did not come up. Timed out. TFTP: Operation terminated or Timed Out after you perform step 12 of the Load the new software image with the TFTP server section. 1. Ensure that the PC's IP address is configured with with a subnet mask of Refer to Configure an IP Address on Your PC for instructions. 2. Ensure that you use the proper cable. You must use a crossover cable not a straight-through cable to connect your PC to the router first Ethernet port. Refer to Cable Descriptions for more information. 3. Ensure that you have launched TFTP Server program. You receive an error message: TFTP error 1 received (File not found). TFTP: Operation terminated. Ensure that the new software image is stored in your TFTP Root directory and you have specified the correct file path in step 7 of Load the new software image with the TFTP server section. If you are still unable to complete the procedure successfully, contact the SMB Technical Assistance Center (SMB TAC) for assistance. Related Information Cable Descriptions Create a HyperTerminal Connection Configure an IP Address on Your PC Configure Your Router with Security Device Manager Cisco Systems, Inc. All rights reserved. Terms and Conditions, Privacy Statement, Cookie Policy and Trademarks of Cisco Systems, Inc. (9 of 10)11/30/ :21:09 PM

10 (10 of 10)11/30/ :21:09 PM

Lab 8.4.3b Managing Cisco IOS images with ROMMON and TFTP

Lab 8.4.3b Managing Cisco IOS images with ROMMON and TFTP Lab 8.4.3b Managing Cisco IOS images with ROMMON and TFTP Host Device Name Interface IP Address Subnet Mask R1 R1 Fast Ethernet 0/0 172.17.0.1 255.255.0.0 Objectives Analyze the Cisco IOS image and router

More information

Xmodem Console Download Procedure Using ROMmon

Xmodem Console Download Procedure Using ROMmon Xmodem Console Download Procedure Using ROMmon Document ID: 15085 Contents Introduction Prerequisites Requirements Components Used Conventions Overview Usage Examples Xmodem Procedure for Downloading a

More information

Table of Contents. Cisco How to Download a Software Image to a Cisco 2600 through TFTP Using the tftpdnld ROMmon Command

Table of Contents. Cisco How to Download a Software Image to a Cisco 2600 through TFTP Using the tftpdnld ROMmon Command mand Table of Contents How to Download a Software Image to a Cisco 2600 through TFTP Using the tftpdnld ROMmon Command...1 Introduction...1 Prerequisites...1 Requirements...1 Components Used...1 Conventions...1

More information

Table of Contents. Cisco How to Download a Software Image to a Cisco 2600 via TFTP Using the tftpdnld ROMmon Command

Table of Contents. Cisco How to Download a Software Image to a Cisco 2600 via TFTP Using the tftpdnld ROMmon Command load a Software Image to a Cisco 2600 via TFTP Using the tftpd nd Table of Contents How to Download a Software Image to a Cisco 2600 via TFTP Using the tftpdnld ROMmon Command...1 Introduction...1 Before

More information

ROM Monitor. Entering the ROM Monitor APPENDIX

ROM Monitor. Entering the ROM Monitor APPENDIX APPENDIX B This appendix describes the Cisco router ROM monitor (also called the bootstrap program). The ROM monitor firmware runs when the router is powered up or reset. The firmware helps to initialize

More information

Loading IOS Image with Xmodem when TFTP is unavailable

Loading IOS Image with Xmodem when TFTP is unavailable Loading IOS Image with Xmodem when TFTP is unavailable Router#show version Cisco Internetwork Operating System Software IOS (tm) C2600 Software (C2600-D-M), Version 12.0(7), RELEASE SOFTWARE (fc1) Copyright

More information

http://computernetworkingnotes.com/ccna-study-guide/cisco-ios-naming-convention-explainedwith-examples.html

http://computernetworkingnotes.com/ccna-study-guide/cisco-ios-naming-convention-explainedwith-examples.html IOS is the most critical part of any cisco device. We should always keep a backup copy of IOS to deal with any unwanted situation. In this article I will explain the backup and restore process of IOS in

More information

Lab 8.4.3a Managing Cisco IOS Images with TFTP

Lab 8.4.3a Managing Cisco IOS Images with TFTP Lab 8.4.3a Managing Cisco IOS Images with TFTP Host Device Name Interface IP Address Subnet Mask R1 R1 Fast Ethernet 0/0 172.17.0.1 255.255.0.0 Objectives Analyze the Cisco IOS image and router flash memory.

More information

The Purpose and Use of the Configuration Register on All Cisco Routers

The Purpose and Use of the Configuration Register on All Cisco Routers The Purpose and Use of the Configuration Register on All Cisco Routers Document ID: 50421 Contents Introduction Prerequisites Requirements Components Used Conventions The Purpose of the Configuration Register

More information

How To Install Cisco Asr 9000 Series Router Software On A Mini Mini Mini (Cisco Ios) Router

How To Install Cisco Asr 9000 Series Router Software On A Mini Mini Mini (Cisco Ios) Router This chapter describes the router recovery methods in ROM Monitor (ROMMON) mode of the router. Table 1: Feature History for Router Recovery with the ROM Monitor Release Modification Release 4.2.0 A new

More information

3.1 Connecting to a Router and Basic Configuration

3.1 Connecting to a Router and Basic Configuration 3.1 Connecting to a Router and Basic Configuration Objective This lab will focus on the ability to connect a PC to a router in order to establish a console session and observe the user interface. A console

More information

Password Recovery Procedure for the Cisco 3600 and 3800 Series Routers

Password Recovery Procedure for the Cisco 3600 and 3800 Series Routers Password Recovery Procedure for the Cisco 3600 and 3800 Series Routers Document ID: 22189 Contents Introduction Prerequisites Requirements Components Used Related Products Conventions Step by Step Procedure

More information

Router Recovery with ROM Monitor

Router Recovery with ROM Monitor CHAPTER 2 This chapter describes the router recovery methods in ROM Monitor mode (ROMMON) of the router. This chapter contains the following sections: Overview, page 2-19 About ROMMON Installation Files,

More information

Password Recovery Procedure for the Cisco 806, 826, 827, 828, 831, 836, 837 and 881 Series Routers

Password Recovery Procedure for the Cisco 806, 826, 827, 828, 831, 836, 837 and 881 Series Routers Password Recovery Procedure for the Cisco 806, 826, 827, 828, 831, 836, 837 and 881 Series Routers Document ID: 12065 Contents Introduction Prerequisites Requirements Components Used Related Products Conventions

More information

Password Recovery Procedure for the Cisco 2900 Series Integrated Services Router

Password Recovery Procedure for the Cisco 2900 Series Integrated Services Router Password Recovery Procedure for the Cisco 2900 Series Integrated Services Router Document ID: 112033 Contents Introduction Prerequisites Requirements Components Used Related Products Conventions Step by

More information

Basic Router and Switch Instructions (Cisco Devices)

Basic Router and Switch Instructions (Cisco Devices) Basic Router and Switch Instructions (Cisco Devices) Basic Device Connection 1. Connect to the device via the console cable (light blue cable) and the use of a terminal program (Windows Hyperterminal,

More information

Password Recovery Procedure for the Cisco Catalyst 2948G L3, 4840G, and 4908G L3 Switch Routers

Password Recovery Procedure for the Cisco Catalyst 2948G L3, 4840G, and 4908G L3 Switch Routers Password Recovery Procedure for the Cisco Catalyst 2948G L3, 4840G, and 4908G L3 Switch Routers Document ID: 12738 Contents Introduction Before You Begin Conventions Prerequisites Step by Step Procedure

More information

Basic Configuration of the Cisco 12000 Series Internet Router

Basic Configuration of the Cisco 12000 Series Internet Router CHAPTER 2 Basic Configuration of the Cisco 12000 Series Internet Router This chapter describes how to boot and configure the Cisco 12000 Series Internet Router. It discusses the following subjects: Cisco

More information

Applicazioni Telematiche

Applicazioni Telematiche Angelo Coiro Laboratorio Applicazioni Telematiche L emulatore Packet Tracer Packet Tracer Cisco Packet Tracer is an academic software that allows to emulate Cisco devices Packet Tracer can be used for

More information

Lab 1.2.3 Review of Basic Router Configuration with RIP. Objective. Background / Preparation. General Configuration Tips

Lab 1.2.3 Review of Basic Router Configuration with RIP. Objective. Background / Preparation. General Configuration Tips Lab 1.2.3 Review of Basic Router Configuration with RIP Objective Cable and configure workstations and routers Setup IP addressing scheme using Class B networks Configure Routing Information Protocol (RIP)

More information

Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials.

Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials. Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials. CHAPTER 5 OBJECTIVES Configure a router with an initial configuration. Use the

More information

CCNA 2 Chapter 5. Managing Cisco IOS Software

CCNA 2 Chapter 5. Managing Cisco IOS Software 1 CCNA 2 Chapter 5 Managing Cisco IOS Software The default source for Cisco IOS Software depends on the hardware platform; most commonly, though, the router looks to the configuration commands that are

More information

Backup and Recovery Procedures

Backup and Recovery Procedures CHAPTER 10 This chapter provides Content Distribution Manager database backup and ACNS software recovery procedures. This chapter contains the following sections: Performing Backup and Restore Operations

More information

Procedure: You can find the problem sheet on Drive D: of the lab PCs. Part 1: Router & Switch

Procedure: You can find the problem sheet on Drive D: of the lab PCs. Part 1: Router & Switch University of Jordan Faculty of Engineering & Technology Computer Engineering Department Computer Networks Laboratory 907528 Lab. 2 Network Devices & Packet Tracer Objectives 1. To become familiar with

More information

Lab 5.3.9b Managing Router Configuration Files Using TFTP

Lab 5.3.9b Managing Router Configuration Files Using TFTP Lab 5.3.9b Managing Router Configuration Files Using TFTP Device Host Name Interface IP Address Subnet Mask R1 R1 Fast Ethernet 0/0 172.17.0.1 255.255.0.0 Objectives Download and install TFTP server software.

More information

Cisco Configuration Professional Quick Start Guide

Cisco Configuration Professional Quick Start Guide Cisco Configuration Professional Quick Start Guide April 29, 2011 This document explains how to start using Cisco Configuration Professional Express (Cisco CP Express) and Cisco Configuration Professional

More information

Configuring the Switch with the CLI-Based Setup Program

Configuring the Switch with the CLI-Based Setup Program APPENDIX D Configuring the Switch with the CLI-Based Setup Program This appendix provides a command-line interface (CLI)-based setup procedure for a standalone switch. For product overview information,

More information

USER MANUAL GUIMGR Graphical User Interface Manager for FRM301/FRM401 Media Racks

USER MANUAL GUIMGR Graphical User Interface Manager for FRM301/FRM401 Media Racks USER MANUAL GUIMGR Graphical User Interface Manager for FRM301/FRM401 Media Racks CTC Union Technologies Co., Ltd. Far Eastern Vienna Technology Center (Neihu Technology Park) 8F, No. 60 Zhouzi St. Neihu,

More information

Lab 4.5.2 Diagramming Intranet Traffic Flows

Lab 4.5.2 Diagramming Intranet Traffic Flows Lab 4.5.2 Diagramming Intranet Traffic Flows Objective Device Designation Device Name Address Subnet Mask Discovery Server Business Services 172.17.1.1 255.255.0.0 R1 FC-CPE-1 Fa0/1 172.17.0.1 Fa0/0 10.0.0.1

More information

Objectives. Router as a Computer. Router components and their functions. Router components and their functions

Objectives. Router as a Computer. Router components and their functions. Router components and their functions 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Objectives Introduction to Routing and Packet Forwarding Routing Protocols and Concepts Chapter 1 Identify a router as a computer with an OS and

More information

Lab 7.2.9 Load Balancing Across Multiple Paths

Lab 7.2.9 Load Balancing Across Multiple Paths Lab 7.2.9 Load Balancing Across Multiple Paths Objective Configure Load balance across multiple paths. Observe the load balancing process. Background/Preparation Cable a network similar to the one in the

More information

File Transfers. Contents

File Transfers. Contents A File Transfers Contents Overview..................................................... A-2................................... A-2 General Switch Software Download Rules..................... A-3 Using

More information

Lab 2 - Basic Router Configuration

Lab 2 - Basic Router Configuration CS326 Fall 2001 Room: PAI 5.48 Name: Lab 2 - Basic Router Configuration In this lab you will learn: the various configuration modes of Cisco 2621 routers how to set up IP addresses for such routers how

More information

Cisco - Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW)

Cisco - Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW) Page 1 of 20 Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW) Document ID: 50036 Contents Introduction Prerequisites Requirements Components Used Network Diagram The Role of Switched

More information

Lab 6.2.3 Managing the MAC Address Table

Lab 6.2.3 Managing the MAC Address Table Lab 6.2.3 Managing the MAC Address Table Objective Create a basic switch configuration. Manage the switch MAC table. Background/Preparation Cable a network similar to the one in the diagram. The configuration

More information

Lab 5.3.8 Configuring PAT with SDM and Static NAT using Cisco IOS Commands

Lab 5.3.8 Configuring PAT with SDM and Static NAT using Cisco IOS Commands Lab 5.3.8 Configuring PAT with SDM and Static NAT using Cisco IOS Commands Device Host Name Interface IP Address Subnet Mask R1 CustomerRouter Serial 0/0/0 (DTE) 209.165.200.225 255.255.255.224 Fast Ethernet

More information

Configuring the Switch with the CLI Setup Program

Configuring the Switch with the CLI Setup Program APPENDIXC Configuring the Switch with the CLI Setup Program This appendix provides a command-line interface (CLI) setup procedure for a standalone switch. To set up the switch by using Express Setup, see

More information

Digitally Signed Cisco Software

Digitally Signed Cisco Software Digitally Signed Cisco Software Last Updated: January 16, 2013 The Digitally Signed Cisco Software feature describes how to identify digitally signed Cisco software, gather software authentication information

More information

USB Disable for Cisco ISRs Feature Module

USB Disable for Cisco ISRs Feature Module USB Disable for Cisco ISRs Feature Module First Published: March 28, 2011 Part Number: This guide describes the USB Disable feature in the following major sections: Feature Introduction, page 1 Restrictions,

More information

Managing vlan.dat in Cisco Catalyst Switches Running Cisco IOS Software

Managing vlan.dat in Cisco Catalyst Switches Running Cisco IOS Software Managing vlan.dat in Cisco Catalyst Switches Running Cisco IOS Software Document ID: 109304 Contents Introduction Prerequisites Requirements Components Used Related Products Conventions Background Information

More information

Lab 4.5.4 Diagramming External Traffic Flows

Lab 4.5.4 Diagramming External Traffic Flows Lab 4.5.4 Diagramming External Traffic Flows Device Designation Device Name Address Subnet Mask Discovery Server Business Services 172.17.1.1 255.255.0.0 R1 R2 R3 FC-CPE-1 FC-CPE-2 ISP Fa0/1 172.17.0.1

More information

File Transfers. Contents

File Transfers. Contents A File Transfers Contents Overview..................................................... A-2................................... A-2 General Switch Software Download Rules..................... A-3 Using

More information

HOW TO CONFIGURE CISCO FIREWALL PART I

HOW TO CONFIGURE CISCO FIREWALL PART I HOW TO CONFIGURE CISCO FIREWALL PART I Cisco Abstract: Please find below a step by step process to configure the PIX Firewall from scratch. A simple scenario is given here where you have a corporate network

More information

Lab 3.1.2 Creating a Logical Network Diagram

Lab 3.1.2 Creating a Logical Network Diagram Lab 3.1.2 Creating a Logical Network Diagram Objectives Use router and switch commands to obtain information about an existing network. Use Cisco Network Assistant to obtain information about an existing

More information

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 KRAMER ELECTRONICS LTD. USER GUIDE Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 Contents 1 Connecting to the Kramer Device via the Ethernet Port 1 1.1 Connecting the Ethernet Port Directly

More information

c. Securely insert the Ethernet cable from your cable or DSL modem into the Internet port (B) on the WGT634U. Broadband modem

c. Securely insert the Ethernet cable from your cable or DSL modem into the Internet port (B) on the WGT634U. Broadband modem Start Here Follow these instructions to set up your router. Verify That Basic Requirements Are Met Assure that the following requirements are met: You have your broadband Internet service settings handy.

More information

Lab - Using IOS CLI with Switch MAC Address Tables

Lab - Using IOS CLI with Switch MAC Address Tables Topology Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/1 192.168.1.1 255.255.255.0 N/A S1 VLAN 1 192.168.1.11 255.255.255.0 192.168.1.1 S2 VLAN 1 192.168.1.12

More information

Angelos Stavrou. OF COURSE there is no Magic so lets see show things work in practice...

Angelos Stavrou. OF COURSE there is no Magic so lets see show things work in practice... Cisco Inter-network Operating System (IOS) A short guide for the NetAdmin Angelos Stavrou Let's start out at the very beginning with the question: "What is a Command?" The most important thing to understand

More information

Objectives Understand Cisco IOS system architecture components. Work with the Cisco IOS Command Line Interface (CLI) and common commands.

Objectives Understand Cisco IOS system architecture components. Work with the Cisco IOS Command Line Interface (CLI) and common commands. Objectives Understand Cisco IOS system architecture components. Work with the Cisco IOS Command Line Interface (CLI) and common commands. Learn about Cisco IOS troubleshooting techniques. Understand upgrading

More information

Administering the Network Analysis Module. Cisco IOS Software. Logging In to the NAM with Cisco IOS Software CHAPTER

Administering the Network Analysis Module. Cisco IOS Software. Logging In to the NAM with Cisco IOS Software CHAPTER CHAPTER 4 How you administer the NAM on your Catalyst 6500 series switch or Cisco 7600 series router depends on whether you are using the Cisco IOS software or the Catalyst operating system software. Several

More information

Lab 1.4.1 Introductory Lab 1 - Getting Started and Building Start.txt

Lab 1.4.1 Introductory Lab 1 - Getting Started and Building Start.txt Lab 1.4.1 Introductory Lab 1 - Getting Started and Building Start.txt Objective This lab may introduce new CCNP lab equipment and certain IOS features. This introductory activity also describes how to

More information

SDRAM and DRAM Memory Systems Overview

SDRAM and DRAM Memory Systems Overview CHAPTER SDRAM and DRAM Memory Systems Overview Product Numbers: MEM-NPE-32MB=, MEM-NPE-64MB=, MEM-NPE-128MB=, MEM-SD-NPE-32MB=, MEM-SD-NPE-64MB=, MEM-SD-NPE-128MB=, MEM-SD-NSE-256MB=, MEM-NPE-400-128MB=,

More information

- Advanced IOS Functions -

- Advanced IOS Functions - 1 The Configuration Register - Advanced IOS Functions - The configuration register (config-register) is a hexadecimal value that controls various aspects of how a router boots, including: Baud Rate Boot

More information

CCNA Discovery 4.0.3.0 Networking for Homes and Small Businesses Student Packet Tracer Lab Manual

CCNA Discovery 4.0.3.0 Networking for Homes and Small Businesses Student Packet Tracer Lab Manual 4.0.3.0 Networking for Homes and Small Businesses Student Packet Tracer Lab Manual This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial

More information

Generate CSR for Third Party Certificates and Download Unchained Certificates to the WLC

Generate CSR for Third Party Certificates and Download Unchained Certificates to the WLC Generate CSR for Third Party Certificates and Download Unchained Certificates to the WLC Document ID: 70584 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information

More information

Connecting to the Firewall Services Module and Managing the Configuration

Connecting to the Firewall Services Module and Managing the Configuration CHAPTER 3 Connecting to the Firewall Services Module and This chapter describes how to access the command-line interface and work with the configuration. This chapter includes the following sections: Connecting

More information

Lab 5.3.7 Configuring DHCP with SDM and the Cisco IOS CLI

Lab 5.3.7 Configuring DHCP with SDM and the Cisco IOS CLI Lab 5.3.7 Configuring DHCP with SDM and the Cisco IOS CLI Device Host Name Interface IP Address Subnet Mask R1 Customer Serial 0/0/1 (DTE) 209.165.200.225 255.255.255.224 Fast Ethernet 0/0 192.168.1.1

More information

Lab 4.2.4 Advanced Telnet Operations

Lab 4.2.4 Advanced Telnet Operations Lab 4.2.4 Advanced Telnet Operations Objective Use the telnet command to remotely access other routers. Verify that the application layer between the source and the destination is working properly. Suspend

More information

Reboot the ExtraHop System and Test Hardware with the Rescue USB Flash Drive

Reboot the ExtraHop System and Test Hardware with the Rescue USB Flash Drive Reboot the ExtraHop System and Test Hardware with the Rescue USB Flash Drive This guide explains how to create and use a Rescue USB flash drive to reinstall and recover the ExtraHop system. When booting

More information

Device Installer User Guide

Device Installer User Guide Device Installer User Guide Part Number 900-325 Revision B 12/08 Table Of Contents 1. Overview... 1 2. Devices... 2 Choose the Network Adapter for Communication... 2 Search for All Devices on the Network...

More information

Lab 3.10.2 Use Network Inspector to Observe STP Behavior

Lab 3.10.2 Use Network Inspector to Observe STP Behavior Lab 3.10.2 Use Network Inspector to Observe STP Behavior Objective The purpose of this lab is to observe STP behavior with the Network Inspector switch trace feature. Scenario A new switched network has

More information

Lab 2.3.2 Configuring OSPF with Loopback Addresses

Lab 2.3.2 Configuring OSPF with Loopback Addresses Lab 2.3.2 Configuring OSPF with Loopback Addresses Objective Configure routers with a Class C IP addressing scheme. Observe the election process for designated routers (DR) and backup designated routers

More information

Configuring a Gateway of Last Resort Using IP Commands

Configuring a Gateway of Last Resort Using IP Commands Configuring a Gateway of Last Resort Using IP Commands Document ID: 16448 Contents Introduction Prerequisites Requirements Components Used Conventions ip default gateway ip default network Flag a Default

More information

Connect the Host to attach to Fast Ethernet switch port Fa0/2. Configure the host as shown in the topology diagram above.

Connect the Host to attach to Fast Ethernet switch port Fa0/2. Configure the host as shown in the topology diagram above. Lab 1.2.2 Capturing and Analyzing Network Traffic Host Name IP Address Fa0/0 Subnet Mask IP Address S0/0/0 Subnet Mask Default Gateway RouterA 172.17.0.1 255.255.0.0 192.168.1.1 (DCE) 255.255.255.0 N/A

More information

Introduction to Routing and Packet Forwarding. Routing Protocols and Concepts Chapter 1

Introduction to Routing and Packet Forwarding. Routing Protocols and Concepts Chapter 1 Introduction to Routing and Packet Forwarding Routing Protocols and Concepts Chapter 1 1 1 Objectives Identify a router as a computer with an OS and hardware designed for the routing process. Demonstrate

More information

Upgrading Software Images on Catalyst Series Switches/routers

Upgrading Software Images on Catalyst Series Switches/routers Upgrading Software Images on Catalyst Series Switches/routers Advanced Systems Administration Course Fred Msumeno University computing Centre Ltd, University of Dar es salaam, E-mail: mfred@udsm.ac.tz

More information

This techno knowledge paper can help you if: You need to setup a WAN connection between a Patton Router and a NetGuardian.

This techno knowledge paper can help you if: You need to setup a WAN connection between a Patton Router and a NetGuardian. Problem: Patton / 240T WAN Setup Platform: NetGuardian 240T This TKP is a guide to setting up a PPP to T1 WAN connection between a Patton Model 2603 Router and a NetGuardian 240T. The example in this guide

More information

FRM301 SNMP Upgrade Procedure

FRM301 SNMP Upgrade Procedure The information within this document is intended for experienced service personnel with knowledge of TCP/IP networking, PC networking configuration, serial terminal configuration and operation. Failure

More information

Managing Software and Configurations

Managing Software and Configurations 55 CHAPTER This chapter describes how to manage the ASASM software and configurations and includes the following sections: Saving the Running Configuration to a TFTP Server, page 55-1 Managing Files, page

More information

Lab 1.5.1 Introductory Lab 1 Getting Started and Building Start.txt

Lab 1.5.1 Introductory Lab 1 Getting Started and Building Start.txt Lab 1.5.1 Introductory Lab 1 Getting Started and Building Start.txt Objective This lab will introduce to the student the CCNP lab equipment and certain IOS features that might be new. This introductory

More information

Managing Storage Services Modules

Managing Storage Services Modules CHAPTER 3 This chapter describes how to manage the Storage Services Module (SSM) and provides information about SSI images. This chapter includes the following sections: SSM Overview, page 3-1 Initial

More information

Update Firmware from GUI

Update Firmware from GUI Update Firmware from GUI Purpose: Update firmware from embedded GUI. Product Affect: SA-4551S, SA-6651S, SA-6651E, SA-8850S, SS-4551E, SS-4552E, SS-6651E, SS-6652E, SS-4501E, SS-4501R, SS-4502E, SS-4502R,

More information

How Do I Recover infiniti Remotes and Line Cards?

How Do I Recover infiniti Remotes and Line Cards? How Do I Recover infiniti Remotes and Line Cards? Date: June 26, 2008 Overview This FAQ contains the following information and procedures pertaining to ids Release 6.0.1 and later: Before Attempting to

More information

[HOW TO RECOVER AN INFINITI/EVOLUTION MODEM IDX3.0.0.0] 1

[HOW TO RECOVER AN INFINITI/EVOLUTION MODEM IDX3.0.0.0] 1 [HOW TO RECOVER AN INFINITI/EVOLUTION MODEM IDX3.0.0.0] 1 How to Recover an infiniti/evolution Modem Software Reference idx 3.0.0.0 (12.0.0.0) Updated: November 17 th 2011 Overview Recovery Procedures

More information

Debugging Network Communications. 1 Check the Network Cabling

Debugging Network Communications. 1 Check the Network Cabling Debugging Network Communications Situation: you have a computer and your NetBurner device on a network, but you cannot communicate between the two. This application note provides a set of debugging steps

More information

Catalyst Layer 3 Switch for Wake On LAN Support Across VLANs Configuration Example

Catalyst Layer 3 Switch for Wake On LAN Support Across VLANs Configuration Example Catalyst Layer 3 Switch for Wake On LAN Support Across VLANs Configuration Example Document ID: 91672 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information

More information

Installing Windows 95 Drivers and Utilities for the Cisco Aironet 340/350 Series Client Adapters

Installing Windows 95 Drivers and Utilities for the Cisco Aironet 340/350 Series Client Adapters Installing Windows 95 Drivers and Utilities for the Cisco Aironet 340/350 Series Client Adapters Document ID: 12134 You need a valid Cisco.com account in order to download Cisco Aironet drivers, firmware,

More information

Chapter 2 Reading Organizer

Chapter 2 Reading Organizer Chapter 2 Reading Organizer After completion of this chapter, you should be able to: Explain the advantages and disadvantages of static routing Configure initial settings on a Cisco switch Configure switch

More information

Honeywell Internet Connection Module

Honeywell Internet Connection Module Honeywell Internet Connection Module Setup Guide Version 1.0 - Page 1 of 18 - ICM Setup Guide Technical Support Setup - Guide Table of Contents Introduction... 3 Network Setup and Configuration... 4 Setting

More information

Image Verification. Finding Feature Information. Restrictions for Image Verification

Image Verification. Finding Feature Information. Restrictions for Image Verification The feature allows users to automatically verify the integrity of Cisco IOS images. Thus, users can be sure that the image is protected from accidental corruption, which can occur at any time during transit,

More information

SLC 5/05 Processors Firmware/Operating System ControlFLASH Upgrade

SLC 5/05 Processors Firmware/Operating System ControlFLASH Upgrade Installation Instructions SLC 5/05 Processors Firmware/Operating System ControlFLASH Upgrade Catalog Numbers 1747-DU501 Topic Page System Requirements 3 Install ControlFLASH 3 Prior to Running ControlFLASH

More information

Lab 3 Routing Information Protocol (RIPv1) on a Cisco Router Network

Lab 3 Routing Information Protocol (RIPv1) on a Cisco Router Network Lab 3 Routing Information Protocol (RIPv1) on a Cisco Router Network CMPE 150 Fall 2005 Introduction Today you are going to be thrown into using Cisco s Internetwork Operating System (IOS) to configure

More information

Consolidated Packages and SubPackages Management

Consolidated Packages and SubPackages Management Consolidated Packages and SubPackages Management This document discusses how consolidated packages and software subpackages (individual and optional) are run and managed on the Cisco cbr Series Converged

More information

Connecting the DG-102S VoIP Gateway to your network

Connecting the DG-102S VoIP Gateway to your network Contents of Package: DG-102S VoIP Station Gateway Power adapter CD-ROM, including User s Manual Quick Install Guide Requirements: RS-232 Console Cable Two RJ-45 CAT-5 Straight-Through Cables For more information

More information

Configuring System Message Logging

Configuring System Message Logging CHAPTER 1 This chapter describes how to configure system message logging on the Cisco 4700 Series Application Control Engine (ACE) appliance. Each ACE contains a number of log files that retain records

More information

4 Networking Generators

4 Networking Generators 4 Networking Generators Topics in this chapter: Overview Configuring a file server Establishing a network environment Network operations Controlling a generator remotely Upgrading generators over a network

More information

Application Development Kit for Android Installation Guide

Application Development Kit for Android Installation Guide Application Development Kit for Android Installation Guide 90001280_B 3/12/2012 2012 Digi International Inc. All rights reserved. Digi, Digi International, the Digi logo, the Digi website, a Digi International

More information

PIX/ASA: Upgrade a Software Image using ASDM or CLI Configuration Example

PIX/ASA: Upgrade a Software Image using ASDM or CLI Configuration Example PIX/ASA: Upgrade a Software Image using ASDM or CLI Configuration Example Document ID: 69984 Contents Introduction Prerequisites Requirements Components Used Related Products Conventions Download Software

More information

Lab 8.3.3b Configuring a Remote Router Using SSH

Lab 8.3.3b Configuring a Remote Router Using SSH Lab 8.3.3b Configuring a Remote Router Using SSH Objectives Use SDM to configure a router to accept SSH connections. Configure SSH client software on a PC. Establish a connection to a Cisco ISR using SSH

More information

Configuring the ASA IPS Module

Configuring the ASA IPS Module CHAPTER 62 This chapter describes how to configure the ASA IPS module. The ASA IPS module might be a physical module or a software module, depending on your ASA model. For a list of supported ASA IPS modules

More information

NetLINE Wireless Broadband Gateway

NetLINE Wireless Broadband Gateway NetLINE Setup Guide Farallon s NetLINE connects to your cable/dsl modem, allowing computers on your local wired and wireless networks to share a single broadband connection to the Internet. This Setup

More information

1-Port Wireless USB 2.0 Print Server Model # APSUSB201W. Quick Installation Guide. Ver. 2A

1-Port Wireless USB 2.0 Print Server Model # APSUSB201W. Quick Installation Guide. Ver. 2A 1-Port Wireless USB 2.0 Print Server Model # APSUSB201W Quick Installation Guide Ver. 2A Section 1 Step 1Connect one end of the Ethernet cable to the RJ-45 port of the Print Server and attach the other

More information

Using Cisco UC320W with Windows Small Business Server

Using Cisco UC320W with Windows Small Business Server Using Cisco UC320W with Windows Small Business Server This application note explains how to deploy the Cisco UC320W in a Windows Small Business Server environment. Contents This document includes the following

More information

HP Security Modules. Software Upgrade Guide. Part number: 5998-2259 Document version: 6PW103-20130314

HP Security Modules. Software Upgrade Guide. Part number: 5998-2259 Document version: 6PW103-20130314 HP Security Modules Software Upgrade Guide Part number: 5998-2259 Document version: 6PW103-20130314 Legal and notice information Copyright 2013 Hewlett-Packard Development Company, L.P. No part of this

More information

Computer Networks I Laboratory Exercise 1

Computer Networks I Laboratory Exercise 1 Computer Networks I Laboratory Exercise 1 The lab is divided into two parts where the first part is a basic PC network TCP/IP configuration and connection to the Internet. The second part is building a

More information

Chapter 10 Troubleshooting

Chapter 10 Troubleshooting Chapter 10 Troubleshooting This chapter provides troubleshooting tips and information for your ProSafe Dual WAN Gigabit Firewall with SSL & IPsec VPN. After each problem description, instructions are provided

More information

CUSTOMER RELEASE NOTES

CUSTOMER RELEASE NOTES RS Switch Router Version 2.0.1.3 January 2002 INTRODUCTION: This document provides specific information for version 2.0.1.3 for the RS Switch Router family of products. It is recommended that one thoroughly

More information

Cisco Router Configuration Tutorial

Cisco Router Configuration Tutorial Cisco Router Configuration Tutorial Cisco Inter-network Operating System: Cisco IOS Modes of Operation The Cisco IOS software provides access to several different command modes. Each command mode provides

More information

Upgrading to the Cisco ubr7246vxr Universal Broadband Router

Upgrading to the Cisco ubr7246vxr Universal Broadband Router Upgrading to the Cisco ubr7246vxr Universal Broadband Router This document outlines the process for upgrading an existing Cisco ubr7246 universal broadband router to a Cisco ubr7246vxr chassis, along with

More information