Cisco 3560x-24p 参考指南

下载
页码 1188
 
2-77
Catalyst 3750-X and 3560-X Switch Command Reference
OL-21522-02
Chapter 2      Catalyst 3750-X and 3560-X Switch Cisco IOS Commands
boot system
boot system
Use the boot system global configuration command on the switch stack or on a standalone switch to 
specify the Cisco IOS image to load during the next boot cycle. Use the no form of this command to 
return to the default setting.
boot system {filesystem:/file-url ...| switch {number | all}}
no boot system
no boot system switch {number | all}
Syntax Description
Defaults
The switch attempts to automatically boot up the system by using information in the BOOT environment 
variable. If this variable is not set, the switch attempts to load and execute the first executable image it 
can by performing a recursive, depth-first search throughout the flash file system. In a depth-first search 
of a directory, each encountered subdirectory is completely searched before continuing the search in the 
original directory. 
Command Modes
Global configuration
Command History
Usage Guidelines
Filenames and directory names are case sensitive.
If you enter the boot system filesystem:/file-url command on the stack master, the specified software 
image is loaded only on the stack master during the next boot cycle.
On the stack master, use the boot system switch number command to specify that the software image is 
loaded on the specified stack member during the next boot cycle. Use the boot system switch all 
command to specify that the software image is loaded on all the stack members during the next boot 
cycle.
filesystem:
Alias for a flash file system. Use flash: for the system board flash device.
/file-url
The path (directory) and name of a bootable image. Separate image names 
with a semicolon.
switch 
Specify the switches on which the Cisco IOS image is loaded.
This keyword is supported only on on stacking-capable switches.
number
Specify a stack member. (Specify one stack member only.)
This keyword is supported only on on stacking-capable switches.
all
Specify all stack members.
This keyword is supported only on on stacking-capable switches.
Release
Modification
12.2(53)SE2
This command was introduced.