Switch User Manual

112 Configuration and Image Files
www.dell.com | support.dell.com
Example
The following example copies a system image named file1 from the TFTP server with an IP address
of 172.16.101.101 to non active image file.
boot system
The
boot system
Privileged EXEC mode command specifies the system image that the device
loads at startup.
Syntax
boot system
{
image-1
|
image-2
}
image-1
—Specifies image 1 as the system startup image.
image-2
—Specifies image 2 as the system startup image.
Default Configuration
This command has no default configuration.
Command Mode
Privileged EXEC mode
User Guidelines
Use the
show bootvar
command to find out which image is the active image.
Examples
The following example loads system image 1 for the next device startup.
Console# copy tftp://172.16.101.101/file1 image
Accessing file 'file1' on 172.16.101.101...
Loading file1 from 172.16.101.101:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!! [OK]
Copy took 0:01:11 [hh:mm:ss]
Console# boot system image-1