cc/td/doc/product/lan/c2900xl/c2900sa4
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

Introduction
Installation Notes
Installation
Troubleshooting
Connecting the Switch to a Management Station or Modem
Cisco Connection Online
Additional Documentation

Introduction

This booklet provides the requirements and instructions for upgrading the standard edition software on your Catalyst 2900 series XL switch to the Catalyst 2900 series XL Enterprise Edition Software.

For additional information about the Catalyst 2900 series XL and its Enterprise Edition Software, refer to the following documents:

Any Catalyst 2900 series XL switch can be upgraded to the Enterprise Edition Software, but some models do not support all features. See Chapter 1, "Introduction," of the Catalyst 2900 Series XL Installation and Configuration Guide for a complete list of the Catalyst 2900 series XL switches, modules, and their capabilities.

Installation Notes

The procedures for installing the Enterprise Edition Software account for the following conditions:

Installation

This following sections provide the requirements and procedures for downloading the Enterprise Edition Software from

or

Installing the Cisco TFTP Server

The Cisco TFTP Server is on the CD with the switch software files. You can run this server on Windows 95, Windows 98, or Windows NT 4.0.

To install the Cisco TFTP Server, copy the self-extracting executable file to your desktop, click it, and follow the installation instructions.

To start the Cisco TFTP Server, click the server icon on the desktop or select Programs>Cisco TFTP Server from the Start menu.

To use the server to upgrade the switch software, you need to create a root directory. Start the TFTP server and select View>Options. Enter a path in the TFTP server root directory field, and click OK. Click Help if you need more information.

Installing the Software from a TFTP Server

To download the image file from a TFTP server to the switch, there must be IP connectivity between the server and the switch. The following procedure is for all releases of Catalyst 2900 series XL software.

To perform the steps in this section, you must have a TFTP server and a management station (such as a PC) with a CD-ROM drive.


Note The Cisco TFTP Server is included with the switch software, but you can use any TFTP server to copy the software files to the switch.

Follow these steps to copy the software from a TFTP server:

    1. Insert the Cisco Catalyst 2900 Series XL Enterprise Edition Software CD into the CD-ROM drive of the management station.

    2. Copy the image file and the HTML file from the CD to the root directory of the TFTP server. See "Installing the Cisco TFTP Server" section for instructions on how to define the root directory of the TFTP server.

    3. Power up the switch and allow it to execute the power-on self-test (POST). For information about POST, refer to the Catalyst 2900 Series XL Installation and Configuration Guide.

    4. Display the switch command-line interface (CLI) by using one of these methods:

server% telnet switch_ip_address

    5. At the command prompt, enter privileged EXEC mode:

      switch> enable
      switch#

    6. Display the name of the current (default) image file. The following example shows the current name in italic:

      switch# show boot
      BOOT path-list: flash:current_image
      Config file: flash:config.text
      Enable Break: 1 Manual Boot: no

    7. If there is no file defined in the BOOT path-list, enter dir flash: to display the contents of Flash memory. The file named c2900XL-h-mz_current_version is your current image file.

    8. Rename the current image file to the name of the new image. This does not affect the operation of the switch.

      switch# rename flash:current_image flash:new_image
      Source filename [current_image]?
      Destination filename [new_image]?

    9. Display the contents of Flash memory to verify the renaming of the file:

      switch# dir flash:
      Directory of flash:
      -rwx 910426 Mar 06 1993 23:47:28 new_image -rwx 80971 Sep 14 1998 03:10:38 c2900XL-diag-mz-112.0.0.11-SA2
      -rwx 4800 Mar 01 1993 00:04:14 html
      -rwx 159 Jan 01 1970 00:00:34 env_vars
      -rwx 1121 Mar 01 1993 18:46:01 config.text

    10. If you are upgrading models WS-C2908-XL, WS-C2924-XL, WS-C2924C-XL, or WS-C2916M-XL, you need to delete the diagnostics file to make room for the new image.

    11. Enter terminal configuration mode:

      switch# configure terminal
      Enter configuration commands, one per line. End with CNTL/Z.

    12. Disable access to the switch HTML pages:

      switch(config)# no IP http server

    13. Change the name of the default image file:

      switch(config)# boot system flash:new_image

    14. Return to privileged EXEC mode:

      switch(config)# end

    15. Verify that the name of the default image file is correct:

      switch# show boot
      BOOT path-list: flash:new_image
      Config file: flash:config.text
      Enable Break: 1
      Manual Boot: no
      HELPER path-list:
      NVRAM/Config file
      buffer size: 32768

    16. Use the name of the new image file when you copy it from the TFTP server to Flash memory:

      switch# copy tftp://server_ip_address//path/new_image flash:new_image
      Source IP address or hostname [server_ip_address]?
      Source filename [path/filename]?
      Destination filename [flash:new_image]?
      Loading /path/filename.bin from server_ip_address (via!)
      [OK - 843975 bytes]

    17. Remove the manager software HTML files:

      switch# del flash:html/*.*

    18. If you are running Cisco IOS Release 11.2(8)SA3 or later, remove the files in the Snmp directory:

      switch# del flash:html/Snmp/*.*

    19. If you are running Cisco IOS Release 11.2(8)SA2 or earlier, create a directory on the switch Flash memory to be used for the HTML files:

      switch# mkdir flash:html/Snmp

    20. Enter the following command to copy the HTML file from the TFTP server to the switch Flash memory:

      switch# tar /x tftp://server_ip_address//path/filename.tar flash:html Loading /path/filename.tar from server_ip_address (via!)
      extracting advanced.gif (2648 bytes)
      extracting amber.gif (530 bytes)!
      extracting bar.gif (4156 bytes)!
      extracting cool.gif (530 bytes)
      extracting daytona.gif (1470 bytes)
      extracting duplgnd.gif (639 bytes)!
      . . .

    21. Enter terminal configuration mode:

      switch# configure terminal
      Enter configuration commands, one per line. End with CNTL/Z.

    22. Reenable access to the switch HTTP pages:

      switch(config)# IP http server

    23. Return to privileged EXEC mode:

      switch(config)# end

    24. Reload the new software with the following command:

      switch# reload
      System configuration has been modified. Save? [yes/no]:y
      Proceed with reload? [confirm]

    25. Press Return to confirm the reload.

Installing the Software via the XMODEM Protocol

You can download the Enterprise Edition Software from a management station to the switch via the XMODEM protocol. To avoid interrupts from the system during this procedure, you enter the xmodem command from the system boot loader. The switch software is not running when you enter commands from the boot loader.

The procedure for downloading the software via XMODEM is largely dependent on the modem software you are using, and it does not include upgrading the HTML file. You can upgrade the HTML file with Visual Switch Manager after you have upgraded the switch software. The Catalyst 2900 Series XL Installation and Configuration Guide describes how to upgrade the HTML file by using Visual Switch Manager.

To perform the steps in this section, you must have the following items:

Follow these steps to download the software via the XMODEM protocol:

    1. Insert the Cisco Catalyst 2900 Series XL Enterprise Edition Software CD into the CD-ROM drive of the management station.

    2. Copy the image file from the CD to a temporary area on the management station.

    3. Power up the switch and allow it to execute the power-on self-test (POST). For information about POST, refer to the installation and configuration guide that shipped with your switch.

    4. Connect the switch console port to the management station as described in the "Connecting the Switch to a Management Station or Modem" section.

    5. Start your emulation program, and display the command-line interface (CLI). At the command prompt, enter privileged EXEC mode:

      switch> enable
      switch#

    6. Display the name of the current (default) image file. The following example shows the current name in italic:

      switch# show boot
      BOOT path-list: flash:current_image
      Config file: flash:config.text
      Enable Break: 1 Manual Boot: no

    7. If there is no file defined in the BOOT path-list, enter dir flash: to display the contents of Flash memory. The file named c2900XL-h-mz_current_version is your current image file.

    8. Rename the current image file to the name of the new image. This does not affect the operation of the switch.

      switch# rename flash:current_image flash:new_image
      Source filename [current_image]?
      Destination filename [new_image]?

    9. Display the contents of Flash memory to verify the renaming of the file:

      switch# dir flash:
      Directory of flash:
      -rwx 910426 Mar 06 1993 23:47:28 new_image -rwx 80971 Sep 14 1998 03:10:38 c2900XL-diag-mz-112.0.0.11-SA2
      -rwx 4800 Mar 01 1993 00:04:14 html
      -rwx 159 Jan 01 1970 00:00:34 env_vars
      -rwx 1121 Mar 01 1993 18:46:01 config.text

    10. If you are upgrading models WS-C2908-XL, WS-C2924-XL, WS-C2924C-XL, or WS-C2916M-XL, you need to delete the diagnostics file to make room for the new image.

    11. Enter terminal configuration mode:

      switch# configure terminal
      Enter configuration commands, one per line. End with CNTL/Z.

    12. Configure the switch to wait for a manual command before reloading the software. You can then enter commands from the boot loader.

      switch(conf)# boot manual

    13. Return to privileged EXEC mode:

      switch(conf)# end

    14. Save the change to the configuration file:

      switch# copy running-config startup-config

    15. Reload the switch software, and press Enter to confirm the reload:

      switch(conf)# reload Proceed with reload? [confirm]

    16. Some text displays, and the following message appears:

      The system is not configured to boot automatically. The following command will finish loading the operating system software: boot switch:

    17. Enter the command to start the XMODEM upgrade:

switch: copy xmodem: flash:new_image

    18. Return to your emulation program, such as ProComm Plus or HyperTerminal, and start the dialog to send the file. The upgrade can take as long as 25 minutes.

    19. After the transfer is complete, manually reboot the system:

switch: boot

    20. When the software has finished loading, return to privileged EXEC mode, and then enter global configuration mode:

switch: enable password: switch# configure terminal switch(conf)#

    21. Configure the switch to reload the switch software automatically:

switch(conf)# no boot manual

    22. Save the running configuration to be used when switch restarts:

switch(conf)# end switch# copy running-config start-up config

    23. Use the Visual Switch Manager web interface to upgrade the switch with the latest HTML files.

Troubleshooting

The Catalyst 2900 Series XL Installation and Configuration Guide that shipped with your switch contains procedures for recovering from corrupted software and forgotten passwords. You can always access that manual online as described in the "Cisco Connection Online" section.

Connecting the Switch to a Management Station or Modem

To connect the switch to a management station or dial-up modem, follow these steps:

    1. Configure the baud rate and character format of the management station or modem and the console port on the switch so that they match. The following are the default physical characteristics of the console port on the switch: 9600 baud, 8 data bits, 1 stop bit, no parity.

    2. Insert one end of the supplied rollover cable into the console port on the rear panel of the switch.

    3. Attach one of the following supplied adapters to a management station or modem:

    4. Insert the other end of the supplied rollover cable into the adapter.

Cisco Connection Online

Cisco Connection Online (CCO) is Cisco Systems' primary, real-time support channel. Maintenance customers and partners can self-register on CCO to obtain additional information and services.

Available 24 hours a day, 7 days a week, CCO provides a wealth of standard and value-added services to Cisco's customers and business partners. CCO services include product information, product documentation, software updates, release notes, technical tips, the Bug Navigator, configuration notes, brochures, descriptions of service offerings, and download access to public and authorized files.

CCO serves a wide variety of users through two interfaces that are updated and enhanced simultaneously: a character-based version and a multimedia version that resides on the World Wide Web (WWW). The character-based CCO supports Zmodem, Kermit, Xmodem, FTP, and Internet e-mail, and it is excellent for quick access to information over lower bandwidths. The WWW version of CCO provides richly formatted documents with photographs, figures, graphics, and video, as well as hyperlinks to related information.

You can access CCO in the following ways:

For a copy of CCO's Frequently Asked Questions (FAQ), contact cco-help@cisco.com. For additional information, contact cco-team@cisco.com.

If you are a network administrator and need personal technical assistance with a Cisco product that is under warranty or covered by a maintenance contract, contact Cisco's Technical Assistance Center (TAC) at 800  553-2447, 408  526-7209, or tac@cisco.com. To obtain general information about Cisco Systems, Cisco products, or upgrades, contact 800  553-6387, 408  526-7208, or cs-rep@cisco.com.

Additional Documentation

Cisco documentation and additional literature are available in a CD-ROM package, which ships with your product. The Documentation CD-ROM, a member of the Cisco Connection Family, is updated monthly. Therefore, it might be more up to date than printed documentation. To order additional copies of the Documentation CD-ROM, contact your local sales representative or call customer service. The CD-ROM package is available as a single package or as an annual subscription. You can also access Cisco documentation on the World Wide Web at http://www.cisco.com, http://www-china.cisco.com, or http://www-europe.cisco.com.

If you are reading Cisco product documentation on the World Wide Web, you can submit comments electronically. Click Feedback in the toolbar, and select Documentation. After you complete the form, click Submit to send it to Cisco. We appreciate your comments.


hometocprevnextglossaryfeedbacksearchhelp

Copyright 1989-1998©Cisco Systems Inc.