Ad space (banner)
📡Networking Lessons
Lesson 4 / 39

Entering Configuration Mode with configure terminal

When you want to change the device's configuration itself, use configure terminal. It takes you one step beyond privileged EXEC mode into configuration mode (global configuration mode), where actual changes are made.

The syntax is configure terminal (very often abbreviated to conf t).

After running configure terminal, the prompt changes to Switch(config)#, and device-wide configuration commands — changing the hostname, configuring interfaces, and so on — become available.

A common stumble is staying in configuration mode and being puzzled when show commands don't work properly. Verification commands generally run in privileged EXEC mode.

In real work, this command is the doorway you always pass through for initial device setup, VLAN construction, interface configuration — any configuration change at all.

Networking
Try it (type this into the pseudo terminal)
configure terminal

🧑‍💻 You can type this command into the Networking pseudo terminal to try it yourself (this page itself has no interactive terminal).

Ad space (banner)
Ad space (in-article)