ENTERING COMMANDS
•Interface Configuration - These commands modify the port configuration such as
•Line Configuration - These commands modify the console port and Telnet configuration, and include command such as parity and databits.
•VLAN Configuration - Includes the command to create VLAN groups.
To enter the Global Configuration mode, enter the command configure in Privileged Exec mode. The system prompt will change to “Console(config)#” which gives you access privilege to all Global Configuration commands.
Console#configure
Console(config)#
To enter the other modes, at the configuration prompt type one of the following commands. Use the exit or end command to return to the Privileged Exec mode.
Mode | Command | Prompt | Page |
|
|
|
|
Interface | interface {ethernet port | ||
|
|
| |
|
|
|
|
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 1/5
.
.
.