How to Configure Cisco Router Modes

How to Configure Cisco Router Modes

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

Entering into Cisco Router Modes

1. User Exec Mode / Look only Mode / Line Mode

Router>

Cisco Router Modes
User Exec Mode

2. Enable Mode / Privilege Exec Mode

Router> enable                                                                        

Router#
Cisco Router Modes
Privilege Exec Mode

3. Global Configuration Mode

Router# configure terminal

Router (config) #

Cisco Router Modes
Global Configuration Mode

4. Interface Mode

Router (config) # interface fastEthernet 0/0

OR

Router (config) # interface Serial 1/0

Router (config-if) # 

Cisco Router Modes
Interface Mode

Exiting From Cisco Router Modes

1. Interface Mode

Router (config-if) # exit

Router (config) #

2. Global Configuration Mode

Router (config) # exit

Jan 12 03:23:12.655: %SYS-5-CONFIG_I: Configured from console by console

Router#


3. User Exec Mode

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
Cisco Router Modes Complete Overview

Overview of Cisco Router Modes
Cisco Router Modes
Overview of Cisco Router Modes


Search Tags

  1. Cisco Router modes
  2. CISCO Router Modes in Packet Tracer
  3. Basic Router Configuration
  4. Cisco IOS Command Hierarchy


Post a Comment

0 Comments