EasyManua.ls Logo

Ruijie Networks RG-S2600E Series - Page 31

Default Icon
1191 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
S2600E/P CLI Reference Guide Chapter 2 Switch Management Configuration
Commands
Default
configuration
The default filename is flash:/rgos.bin.
Command
mode
Global configuration mode.
Usage
guideline
s
This command is used to set the startup main program
filename for the device. The system performs the boot
according to the file specified by the url parameter. This
function could implement the fast switching between the
different software versions.
Caution
1. This command only supports the URL with flash
prefix, that isthis command could only set the file in
local flash as the startup-config filename.
2. This configuration must be used in early boot, so it
is saved in the Boot ROM of the device instead of
the configuration file.
Examples
The following example sets the main program filename for
the device to implement the fast switching between the
different software versions.
Ruijie#show boot system
system boot file: flash:/rgos.bin
Ruijie#dir
Directory of flash:/
11015744 2008-01-01 08:00:46 rgos.bin
12019754 2008-02-01 08:00:46 s5750_10_4.bin
399 2006-01-01 08:01:37 config.text
33,030,144 bytes total. (10,590,592 bytes free)
Ruijie(config)# boot system s5750_10_4.bin
Ruijie(config)# show boot system
system boot file: flash:/ s5750_10_4.bin
When the device restarts, the system boots the
s5750_10_4.bin to run.