SMC Networks SMC6624M Switch User Manual


 
3-6
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
SMC TigerSwitch 10/100> enable
Password:_
After you enter
enable, the Password prompt
appears. After you enter the Manager
password, this prompt appears:
SMC TigerSwitch 10/100#_
Manager level
to
Global configuration
level
SMC TigerSwitch 10/100# config
SMC TigerSwitch 10/100(config)#
Global configuration
level
to a
Context configuration
level
SMC TigerSwitch 10/100(config)# vlan-10
SMC TigerSwitch 10/100(vlan-10)#
Context configuration
level
to another
Context configuration
level
SMC TigerSwitch 10/100(vlan-10)# interface
ethernet 3
SMC TigerSwitch 10/100(int-3)#
Move from any level
to the preceding level
SMC TigerSwitch 10/100(int-3)# exit
SMC TigerSwitch 10/100(config)# exit
SMC TigerSwitch 10/1002# exit
SMC TigerSwitch 10/1002>
Move from any level
to the Manager level
SMC TigerSwitch 10/100(int-3)# end
SMC TigerSwitch 10/100#
—or—
SMC TigerSwitch 10/100(config)# end
SMC TigerSwitch 10/100#