Network Router User Manual
10-6
Cisco ONS 15530 Configuration Guide and Command Reference
78-14227-01, Cisco IOS Release 12.1(10)EV2
Chapter 10 Managing Your Cisco ONS 15530 System
Accessing System Images on TFTP Servers
Booting from a CompactFlash Card
The Cisco ONS 15530 can be booted, automatically or manually, from a variety of sources, including a
network server or Flash memory device. This section describes how to configure the Cisco ONS 15530
to boot automatically from an system image on a CompactFlash card. For an example of configuring the
system to boot manually from a CompactFlash card, see the “Updating System Images” section on
page 10-11.
To enable booting from a CompactFlash card, perform the following steps:
When you enter boot system commands, be careful not to insert extra spaces because they influence the
way the system interprets the command. Notice the difference in the following examples:
Examples
The following command correctly instructs the system to boot the image1 file in onboard Flash memory.
Switch(config)# boot system flash bootflash:image1
The following command incorrectly contains a space between “disk0:” and “image2.” The system finds
the filename field blank and so boots the first file on the CompactFlash card.
Switch(config)# boot system flash disk0: image2
Accessing System Images on TFTP Servers
For ease of management, the Cisco ONS 15530 can access TFTP servers for booting and archiving
purposes. This sections describes how to access system images on a TFTP server.
Command Purpose
Step 1
Switch# configure terminal
Switch(config)#
Enters global configuration mode.
Step 2
Switch(config)# no boot system Disables booting from bootflash.
Step 3
Switch(config)# boot system flash [bootflash:
| disk0:][partition-number:][filename]
Enables booting from the specified system image on
the specified Flash file system.
Step 4
Switch(config)# config-register 0x2102 Sets the configuration register for automatic
booting.
1
1. This is the default configuration register setting. For details on using the configuration register to set boot parameters, refer
to the “Initial Configuration” chapter.
Step 5
Switch(config)# end
Switch#
Exits global configuration mode.
Step 6
Switch# copy system:running-config
nvram:startup-config
Saves the configuration to NVRAM.
Step 7
Switch# reload Reboots the system.