The CLI is organized into a hierarchy of command modes, with the EXEC
mode being the highest-level mode of the hierarchy. Higher-level modes branch
into lower-level modes. You use
create,
enter, and
scope commands to move from higher-level modes to
modes in the next lower level , and the
exit command to move up one level in the mode
hierarchy.
 Note |
Most command modes are associated with managed objects, so you must
create an object before you can access the mode associated with that object.
You use
create and
enter commands to create managed objects for the
modes being accessed. The
scope commands do not create managed objects, and
can only access modes for which managed objects already exist.
|
Each mode contains a set of commands that can be entered in that mode.
Most of the commands available in each mode pertain to the associated managed
object. Depending on your assigned role and locale, you may have access to only
a subset of the commands available in a mode; commands to which you do not have
access are hidden.
The CLI prompt for each mode shows the full path down the mode hierarchy
to the current mode. This helps you to determine where you are in the command
mode hierarchy, and can be an invaluable tool when you need to navigate through
the hierarchy.
The following table lists the main command modes, the commands used to
access each mode, and the CLI prompt associated with each mode.
Table 1 Main Command Modes and Prompts
Mode Name
|
Commands Used to Access
|
Mode Prompt
|
EXEC
|
top command from any mode
|
#
|
chassis
|
enter chassis and
scope chassis commands from EXEC mode
|
/chassis #
|
Ethernet server
|
enter eth-server and
scope eth-server commands from EXEC mode
|
/eth-server #
|
Ethernet uplink
|
enter eth-uplink and
scope eth-uplink commands from EXEC profile
mode
|
/eth-uplink #
|
Fibre Channel uplink
|
enter fc-uplink and
scope fc-uplink commands from EXEC profile
mode
|
/fc-uplink #
|
firmware
|
enter firmware and
scope firmware commands from EXEC profile mode
|
/firmware #
|
monitoring
|
enter monitoring and
scope monitoring commands from EXEC profile
mode
|
/monitoring #
|
oranization
|
create org,
enter org, and
scope org commands from EXEC profile mode
|
/org #
|
security
|
enter security and
scope security commands from EXEC profile mode
|
/security #
|
fabric-interconnect
|
enter fabric-interconnect and
scope fabric-interconnect commands from EXEC
profile mode
|
/fabric-interconnect #
|
system
|
enter system and
scope system commands from EXEC profile mode
|
/system #
|