157
Parameters
slot
slot-number-list
: Specifies a space-separated list of up to seven slot number items. Each item specifies
a card by its slot number or a range of cards in the form of
start-slot-number
to
end-slot-number
. For
example,
slot 0 to 1 2
. (In standalone mode.)
chassis
chassis-number
: Specifies an IRF member device by its member ID. (In IRF mode.)
slot
slot-number-list
: Specifies a space-separated list of up to seven slot number items. Each item specifies
a card by its slot number or a range of cards in the form of
start-slot-number
to
end-slot-number
on the
specified IRF member device. For example,
slot 0 to 1 2
. (In IRF mode.)
Examples
# In standalone mode, restore the entire BootWare image.
<Sysname> bootrom restore slot 17
This command will restore the Boot ROM file, Continue? [Y/N]:y
Now restoring the Boot ROM, please wait...
......Done.
# In IRF mode, restore the entire BootWare image.
<Sysname> bootrom restore chassis 1 slot 17
This command will restore the Boot ROM file, Continue? [Y/N]:y
Now restoring the Boot ROM, please wait...
......Done.
Related commands
bootrom backup
bootrom update
Use
bootrom update
to load the BootWare image in a storage medium to the Normal area of BootWare.
Syntax
In standalone mode:
bootrom update
file
file-url
slot
slot-number-list
In IRF mode:
bootrom update
file
file-url
chassis
chassis-number
slot
slot-number-list
Views
User view
Predefined user roles
network-admin
Parameters
file
file-url
: Specifies the file path of a .bin BootWare image file, a case-insensitive string of 1 to 256
characters. The file path uses the
flash:/
base-filename
.bin
format. The file path must not include the
chassis ID or slot ID.
slot
slot-number-list
: Specifies a space-separated list of up to seven slot number items. Each item specifies
a card by its slot number or a range of cards in the form of
start-slot-number
to
end-slot-number
. For
example,
slot 0 to 1 2
. (In standalone mode.)