To enter the other modes, at the configuration prompt type one of the following commands. Use the exit command to return to Configuration mode or the end command to return to Privileged Exec mode.
TABLE 4-2 Configuration Modes
Mode | Command | Prompt | See Page |
|
|
|
|
Interface | interface {ethernet port port- | ||
| channel idvlan id} |
|
|
Line | line {console vty} | ||
VLAN | vlan database |
| |
|
|
|
|
For example, you can use the following commands to enter interface configuration mode, and then return to Privileged Exec mode.
Console(config)#interface ethernet SNP5
.
.
4.1.2.12Command-Line Processing
Commands are not case sensitive. You can abbreviate commands and parameters as long as they contain enough letters to differentiate them from any other currently available commands or parameters. You can use the Tab key to complete partial commands, or enter a partial command followed by the ? character to display a list of possible matches. You can also use the following editing keystrokes for command- line processing:
TABLE 4-3 CLI Editing Keystrokes
Keystrokes | Function |
|
|
Shifts cursor to start of command line. | |
Shifts cursor to the left one character. | |
Shifts cursor to end of command line. | |
Shifts cursor to the right one character. | |
Shows the last command. | |
Deletes the entire line. | |
Deletes the last word typed. | |
Delete key or backspace key | Erases a mistake when typing a command. |
|
|