134
Parameters
slot
slot-number
: Specifies the member ID of an IRF member device. If no member device is specified, this
command displays the system software images on each IRF member device.
|
: Filters command output by specifying a regular expression. For more information about regular
expressions, see
Fundamentals Configuration Guide
.
begin
: Displays the first line that matches the specified regular expression and all lines that follow.
exclude
: Displays all lines that do not match the specified regular expression.
include
: Displays all lines that match the specified regular expression.
regular-expression
: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Examples
# Display system software images. (The command output varies with devices.)
<Sysname> display boot-loader
Slot 1
The current boot app is: flash:/test.bin
The main boot app is: flash:/test.bin
The backup boot app is: flash:/test.bin
Table 18
Command output
Field Description
Slot
Displays the member device ID.
The current boot app is
System software image that has been loaded on the member
device.
The main boot app is
Main system software image to be used at the next startup.
The backup boot app is
Backup system software image to be used at the next startup.
Related commands
boot-loader
display patch
Use
display patch
to display patch files that have been installed.
Syntax
display patch
[
|
{
begin
|
exclude
|
include
}
regular-expression
]
Views
Any view
Default command level
3: Manage level
Parameters
|
: Filters command output by specifying a regular expression. For more information about regular
expressions, see
Fundamentals Configuration Guide
.
begin
: Displays the first line that matches the specified regular expression and all lines that follow.