How to Configure Cisco Router Modes
Cisco router has different configuration modes; each router mode has a different set of commands to execute. By watching the router CLI prompt you can perceive which configuration mode you are in. Some router modes that we use frequently are shown below:
v User Exec Mode
v Privilege Mode
v Global Configuration Mode
v Interface Mode
Router>
User Exec Mode |
Router> enable
Privilege Exec Mode |
Router# configure terminal
Router (config) #
Global Configuration Mode |
Router (config) # interface fastEthernet 0/0
OR
Router (config) # interface Serial 1/0
Router (config-if) #
Interface Mode |
Router (config-if) # exit
Router (config) #
Router (config) # exit
Jan
12 03:23:12.655: %SYS-5-CONFIG_I: Configured from console by console
Router#
Router# exit
OR
Router# logout
Router Con0 is now available
Press RETURN to get started
Router>
Tip: When you use the EXIT or LOGOUT command at enable mode, it will exit you from enable mode as
well as terminates your session. As a result, it will clear the history buffer
as well. If you wish to go to user exec
mode without terminating the session, use the DISABLE command at enable mode.
Router# disable
Router>
The following figure
depicts the complete process of entering and exiting from interfaces.
Cisco Router Modes Complete Overview |
Overview of Cisco Router Modes |
Search
Tags
- Cisco Router modes
- CISCO Router Modes in Packet Tracer
- Basic Router Configuration
- Cisco IOS Command Hierarchy
0 Comments