132
In FIPS mode, the system checks the signature of the startup software image for invalidity. If the startup
software image does not pass the check, specifying the startup software image fails.
Examples
# Specify a file as the main startup system software image file for all IRF member devices.
<Sysname> tftp 192.168.1.26 get main.bin
File will be transferred in binary mode
Downloading file from remote TFTP server, please wait...|
TFTP: 10105088 bytes received in 36 second(s)
File downloaded successfully.
<Sysname> boot-loader update file main.bin slot all main
This command will update the specified boot file of all boards. Continue? [Y/N]:Y
Now is updating, please wait...
<Sysname> reboot
bootrom
Use
bootrom
to upgrade the Boot ROM image of a member device.
Syntax
bootrom
update
file
file-url
slot
slot-number-list
Views
User view
Default command level
3: Manage level
Parameters
update file
file-url
: Loads a Boot ROM image in a storage medium to the Normal area of Boot ROM. The
file-url
argument specifies the image file path, a string of 1 to 63 characters. For more information about
file path naming, see "
slot
slot-number-list
: Specifies a space-separated list of up to seven IRF member ID items. Each item
specifies an IRF member device by its member ID or a range of IRF member devices in the form of
start-member-id
to
end-member-id
. For example,
slot 0 to 1 2
.
Usage guidelines
Make sure the upgrade file has been saved in the root directory of the storage medium on the device you
are upgrading.
In FIPS mode, the system checks the signature of the startup software image for invalidity. If the startup
software image does not pass the check, upgrading the Boot ROM image fails.
Examples
# Use the
a.btm
file to upgrade Boot ROM on the master (member ID 1). This example assumes that the
upgrade file has been saved in the root directory of the storage medium on the master.
<Sysname> bootrom update file a.btm slot 1
This command will update bootrom file on the specified board(s), Continue? [Y/N]:y
Now updating bootrom, please wait...
Start accessing bootflash chip...
Bootrom update succeeded in slot 1.