System information

3-7
Using the Command Line Interface (CLI)
Using the CLI
Using the Command Line
Interface (CLI)
How To Move Between Levels
Moving Between the CLI and the Menu Interface. When moving
between interfaces, the switch retains the current privilege level (Manager or
Operator). That is, if you are at the Operator level in the menu and select the
Command Line Interface (CLI) option from the Main Menu, the CLI prompt
appears at the Operator level.
Changing Parameter Settings. Regardless of which interface is used (CLI,
menu interface, or web browser interface), the most recently configured
version of a parameter setting overrides any earlier settings for that parameter.
Change in Levels Example of Prompt , Command, and Result
Operator level
to
Manager level
HP2512> enable
Password:_
After you enter
enable, the Password prompt
appears. After you enter the Manager
password, this prompt appears:
HP2512#_
Manager level
to
Global configuration
level
HP2512# config
HP2512(config)#
Global configuration
level
to a
Context configuration
level
HP2512(config)# vlan-10
HP2512(vlan-10)#
Context configuration
level
to another
Context configuration
level
HP2512(vlan-10)# interface ethernet 3
HP2512(int-3)#
Move from any level
to the preceding level
HP2512(int-3)# exit
HP2512(config)# exit
HP2512# exit
HP2512>
Move from any level
to the Manager level
HP2512(int-3)# end
HP2512#
—or—
HP2512(config)# end
HP2512#