cc/td/doc/product/atm/ls1010s/wa5/12/8_17b
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

Managing Configuration Files, System Images, and Functional Images

Managing Configuration Files, System Images, and Functional Images

This chapter describes some fundamental tasks you perform to maintain the configuration files, system images, and hardware functional images used by your ATM switch router.


Note   This chapter provides advanced configuration instructions for the Catalyst 8540 MSR, Catalyst 8510 MSR, and LightStream 1010 ATM switch routers. For complete descriptions of the commands mentioned in this chapter, refer to the ATM  Switch Router Command Reference publication.

The chapter includes the following sections:

Check the information in the first sections of the chapter to determine if it applies to your installation. Also, familiarize yourself with the Cisco IOS File System section, as this describes new features in this release. If you are an experienced IOS user, you can skip the third section.

Configuring a Static IP Route

If you are managing the ATM switch router through an Ethernet interface or ATM subinterface on the multiservice route processor, and your management station or Trivial File Transfer Protocol (TFTP) server is on a different subnet than the ATM switch router, you must first configure a static IP route.


Caution Failure to configure a static IP route prior to installing the new image will result in a loss of remote administrative access to the ATM switch router. If this happens, you can regain access from a direct console connection, although this requires physical access to the console port.

To configure a static IP route, perform the following steps, beginning in global configuration mode:

Command Purpose

Step 1 

Switch(config)# ip route prefix1 mask2 ethernet 0 | atm 0[.subinterface#]

Configures a static IP route on the Ethernet interface or ATM subinterface of the route processor.

Step 2 

Switch(config)# end

Switch#

Returns to privileged EXEC mode.

Step 3 

Switch# copy system:running-config nvram:startup-config

Saves the configuration to NVRAM.

1The IP route prefix of the remote network where the management station or TFTP server resides.
2The subnet mask of the remote network where the management station or TFTP server resides.

The following example shows how to configure an IP address on the main Ethernet port, then save the configuration.

Switch(config)# interface ethernet 0
Switch(config-if)# ip address 172.20.52.11 255.255.255.224
Switch(config-if)# end
Switch# copy system:running-config nvram:startup-config

Understanding the Cisco IOS File System

This release of the ATM switch router system software uses the Cisco IFS (IOS File System). With IFS, you now access files on a storage device by specifying a filename and the file system containing the file. The following old command, for example, accesses the running-config and startup-config files:

Switch# copy running-config startup-config
 

With IFS, you additionally specify the system containing the files using the syntax filesystem:filename. For example:

Switch# copy system:running-config nvram:startup-config
 

The syntax filesystem:filename is called the file URL. In addition, remote file systems (such as TFTP, FTP, and rcp) allow you to specify additional options in the file URL, such as username, password, remote host, and so on. This way, you can enter all the required information at once without having to respond to prompts.

With IFS, some show commands have been replaced with more commands. For example:

Switch# show running-config
 

has been replaced with the following command:

Switch# more system:running-config
 

For complete information on using file URLs and the new IFS commands and syntax, refer to the Configuration Fundamentals Configuration Guide and the Configuration Fundamentals Command Reference publications.

File Systems and Memory Devices

File systems on the ATM switch router include read-only memory (RAM, or system), Flash memory (such as bootflash and the Flash PC cards in slot0 and slot1), and remote file systems (such as TFTP or rcp servers).

You can use the show file systems privileged EXEC command to display the valid file systems on your ATM switch router. The following example shows the file systems on a Catalyst 8540 MSR:

Switch# show file systems
File Systems:
 
     Size(b)     Free(b)      Type  Flags  Prefixes
*   20578304     8984376     flash     rw   slot0: flash:
     7995392      118192     flash     rw   slot1:
     7602176      636256     flash     rw   bootflash:
           -           -   unknown     rw   rcsf:
           -           -    opaque     rw   null:
           -           -    opaque     rw   system:
           -           -   network     rw   tftp:
      520184      517855     nvram     rw   nvram:
           -           -   network     rw   rcp:
           -           -   network     rw   ftp:
     5242880           0    opaque     ro   atm-acct-ready:
     5242880     5242880    opaque     ro   atm-acct-active:
    20578304     5264212     flash     rw   sec-slot0:
           -           -     flash     rw   sec-slot1:
     7602176      641048     flash     rw   sec-bootflash:
      520184      517855     nvram     rw   sec-nvram:
           -           -     nvram     rw   sec-rcsf:

File System Tasks

Refer to the Configuration Fundamentals Configuration Guide for details on the following frequently performed tasks:

Maintaining System Images and Configuration Files

The following sections list common tasks you perform to maintain system images and configuration files on your ATM switch router:

For detailed instructions on performing these tasks, refer to the Configuration Fundamentals Configuration Guide.

Modifying, Downloading, and Maintaining Configuration Files

The following are frequently performed tasks to maintain configuration files:

Modifying, Downloading, and Maintaining System Images

The following are frequently performed tasks to maintain system image files:

Rebooting and Specifying Startup Information

The following commonly performed tasks are used to reboot the ATM switch router and specify startup information:

Additional File Transfer Features

The following file configuration file transfer options are also available:

Maintaining Functional Images (Catalyst 8540 MSR)

You can load functional images used by certain hardware controllers in the ATM switch router. This section describes the function and maintenance of functional image.

Understanding Functional Images (Catalyst 8540 MSR)

Functional images provide the low-level operating functionality for various hardware controllers. On hardware controllers with insystem programmable devices, such as field programmable gate arrays (FPGAs) and Erasable Programmable Logic Devices (EPLDs), the hardware functional images can be reprogrammed independently of loading the system image and without removing the devices from the controller.

On the ATM switch router, you can reprogram the functional images on the route processors, rommon, switch processors, switch processor feature cards, carrier modules, full-width modules, and network clock modules.

All new hardware is shipped with functional images preloaded. Loading a different functional image is required only when upgrading or downgrading functional image versions.

Loading Functional Images (Catalyst 8540 MSR)

You load a functional image in two steps:


Step 1   Copy the image to a Flash memory device (bootflash, slot0, or slot1). For instructions on copying files to a Flash memory device, refer to the Configuration Fundamentals Configuration Guide .

Step 2   Load the image from the Flash memory device to the hardware controller.



Note   The command for loading functional images on the ATM switch router differs from that described in the Cisco IOS documentation.

To download a functional image from a Flash memory device to a hardware controller, use the following command in privileged EXEC mode:

Command
Purpose

reprogram device:filename {slot [subcard] | rommon}

Loads the functional image with the specified filename to a device.

The reprogram command checks the compatibility of the image for the selected card type before downloading the functional image. If you have specified a slot number without a subcard, the functional image is downloaded to the full-width module that occupies that slot.


Note   After loading a new functional image on the primary route processor or on one of the switch processors, you must power-cycle the switch for the hardware to reconfigure itself with the new image.


Caution  Do not interrupt the download procedure. Wait until it has finished before attempting any commands on the switch.

Example

The following example demonstrates loading the functional image fi_c8540_rp.B.3_91 from the Flash PC card in slot 0 to the controller for the route processor in slot 4.

Switch# reprogram slot0:fi_c8540_rp.B.3_91 4

Displaying the Functional Image Information (Catalyst 8540 MSR)

To display the functional image version in a hardware controller, use the following command in privileged EXEC mode:
Command
Purpose

show functional-image-info {slot slot | subslotslot/subslot}

Displays the functional image information.

The following example shows the functional image information in the controller for the route processor module in slot 4:

Switch# show functional-image-info slot 4
 
Details for cpu Image on slot: 4
 
Functional Version of the FPGA Image: 4.8
 #Jtag-Distribution-Format-B
 #HardwareRequired: 100(3.0-19,4.0-19,5.0-19)
 #FunctionalVersion: 4.8
 #Sections: 1
 #Section1Format: MOTOROLA_EXORMAX
 
  Copyright (c) 1996-00 by cisco Systems, Inc.
  All rights reserved.
  generated by:       holliday
  on:                 Mon Mar  6 13:59:17 PST 2000
  using:              /vob/cougar/bin/jtag_script Version 1.13
  config file:        cpu.jcf
 
  Chain description:
  Part type Bits Config file
  10k50     10   ../cidrFpga2/max/cidr_fpga.ttf
  xcs4062   3    ../cubiFpga2/xil/cubi.bit
  xcs4062   3    ../cubiFpga2/xil/cubi.bit
  generic   2              
  XC4005    3    /vob/cougar/custom/common/jtcfg/xil/jtcfg_r.bit
  Number devices             = 5
  Number of instruction bits = 21 
 
  FPGA config file information:
  Bitgen date/time  Sum   File
  100/03/02 19:14:49 7068  ../cidrFpga2/max/cidr_fpga.ttf
  1999/04/15 18:46:32 36965 ../cubiFpga2/xil/cubi.bit
  1999/04/15 18:46:32 36965 ../cubiFpga2/xil/cubi.bit
  98/06/11 16:56:44 49904 /vob/cougar/custom/common/jtcfg/xil/jtcfg_r.bit
#End-Of-Header

Maintaining Functional Images (Catalyst 8510 MSR and LightStream 1010)

You can load functional images used by certain hardware controllers in the ATM switch router. This section describes the function and maintenance of functional images.

Understanding Functional Images (Catalyst 8510 MSR and LightStream 1010)

Functional images provide the low-level operating functionality for various hardware controllers. On hardware controllers with insystem programmable devices, such as Field Programmable Gate Arrays (FPGAs) and Erasable Programmable Logic Devices (EPLDs), the hardware functional images can be reprogrammed independently of loading the system image and without removing the devices from the controller.


Note   You can currently reprogram the functional image on the channelized  DS3 and channelized E1 Frame Relay port adapters.

All new hardware is shipped with functional images preloaded. Loading a different functional image is required only when upgrading or downgrading functional image versions.

Loading Functional Images (Catalyst 8510 MSR and LightStream 1010)

You load a functional image in two steps:


Step 1   Copy the image to a Flash memory device (bootflash, slot0, or slot1). For instructions on copying files to a Flash memory device, refer to the Configuration Fundamentals Configuration Guide .

Step 2   Load the image from the Flash memory device to the hardware controller.



Note   The command for loading functional images on the ATM switch router differs from that described in the Cisco IOS documentation.

To download a functional image from a Flash memory device to a hardware controller, use the following command in privileged EXEC mode:

Command
Purpose

reprogram device:filename {slot [subcard] | rommon}

Loads the functional image with the specified filename to a device.

The reprogram command checks the compatibility of the image for the selected card type before downloading the functional image.


Caution  Do not interrupt the download procedure. Wait until it has finished before attempting any commands on the switch.

Example

The following example demonstrates loading the functional image abr_tmp.exo from the Flash PC card in slot 0 to the controller in slot 0, subcard 1:

Switch# reprogram slot0:abr_tmp.exo 0 1

Displaying the Functional Image Information (Catalyst 8510 MSR and LightStream 1010)

To display the functional image version in a hardware controller, use the following command in privileged EXEC mode:

Command
Purpose

show functional-image-info {slot slot | subslotslot/subcard}

Displays the functional image information.

The following example shows the functional image information for the module in slot 4, subcard 0:

Switch# show functional-image-info subslot 4/0
###HardwareRequired   : B8(3.2)
##FunctionalVersion  : 2.3
##Sections           : 1
##Section1Format     : BINARY, length = 303016
# PUMA-4CE1 Firmware image
# Firmware Image       : fi-c8510-4e1fr.2_3
#
# EPLD config file  : C85MS-4E1-FRRJ48.jcf
# Chain description:
# Part type   Bits  Config file
# EPM7256S    10    /cougar/custom/puma/pld/testbench/PROG_FILES/4CE1/PLD/DB/7256.pof
# EPM7064S    10    /cougar/custom/puma/pld/testbench/PROG_FILES/4CE1/PLD/DB/7064.pof
# EPM7064S    10    /cougar/custom/puma/pld/testbench/PROG_FILES/4CE1/PLD/MB/7064.pof
# Number devices    = 3
# Number of instruction bits = 30
#
# FPGA config file information:
###End-of-header 
 

hometocprevnextglossaryfeedbacksearchhelp
Posted: Tue Aug 29 13:15:11 PDT 2000
Copyright 1989-2000©Cisco Systems Inc.