SlideShare ist ein Scribd-Unternehmen logo
1 von 22
Electronic Presentation
Version 1.1

--MNS Protected©2013--
Disclaimer
• This presentation is a property of MAZENET SOLUTION
PVT Ltd , intended to be used for training purpose only.
• Reproducing and unauthorized distribution of this
document is prohibited.

MNS Protected©2013 | Ver 1.1

2
Working Modes Of a Router
1. User Mode (Default mode)

2. Privilege or Administrative Mode
3. Global Configuration Mode
4. Interface Configuration Mode
5. Line Configuration Mode
6. Router Mode
7. Sub-Interface Mode

MNS Protected©2013 | Ver 1.1

3
Overview of Router Modes

MNS Protected©2013 | Ver 1.1

4
USER MODE
• Router> is the user mode, I.e. the default prompt. It means
that when ever a router boots successfully it lands into the
user mode. Router cannot be configured from this mode, but

it is used for monitoring purpose.
• Router> enable

• Router #

MNS Protected©2013 | Ver 1.1

5
Privilege Mode
• Router# it is the administrating mode, we can check whether
the settings and configurations made have been implemented
or not.

Eg• “Router # Show ip interface brief ”. If it is new router all the
interfaces are by default shut down, so the message will be, “
administratively down, line protocol is down.”

MNS Protected©2013 | Ver 1.1

6
Global Configuration Mode
• As the name indicates, it is a global configuration mode I.e.
we can configure routing and any interface from this mode,
just by entering into the interface mode.

• Router# Configure Terminal
• Router (Config)#

MNS Protected©2013 | Ver 1.1

7
Router Modes

MNS Protected©2013 | Ver 1.1

8
User Mode Commands

MNS Protected©2013 | Ver 1.1

9
Privileged Mode Commands

MNS Protected©2013 | Ver 1.1

10
Specific Configuration Modes

MNS Protected©2013| Ver 1.1

11
Configuring a Router’s Name
• A router should be given a unique name as one of the first
configuration tasks.
• This task is accomplished in global configuration mode using the
following commands:
• Router(config)#hostname Tokyo
Tokyo(config)#
• As soon as the Enter key is pressed, the prompt changes from the
default host name (Router) to the newly configured host name
(which is Tokyo in the example above).

MNS Protected©2013 | Ver 1.1

12
Message Of The Day (MOTD)
• A message-of-the-day (MOTD) banner can be displayed on all
connected terminals.
• Enter global configuration mode by using the command
Router# configure terminal
Enter the command

Router(Config)#banner motd $The message of the day goes here$
• Save changes by issuing the command copy run start

MNS Protected©2013 | Ver 1.1

13
The “Clock” Command
• The clock command is used to set the clock of Router.

Syntax
• Router# clock set hh:mm:ss Day of week Month Year
E.g.
• Router#clock set 16:35:00 20 Oct 2013

• Note* This is the only configuration which can be done from
privilege mode, every other configuration should be done at
global configuration mode only.

MNS Protected©2013 | Ver 1.1

14
Show commands in privilege mode
• Router# show clock

• show interface(interface name e.g. e0)
• Show history
• Show running-config
• Show startup-config
To save configuration from Ram to Nvram
• Router#Copy Running-config Startup-config (or) Write

MNS Protected©2013 | Ver 1.1

15
Router Password Configuration
1. Privilege Mode Password

2. Virtual Terminal Password
3. Console Password

4. Auxiliary Password

MNS Protected©2013 | Ver 1.1

16
Router Password Configuration
• Privilege Passwords
Enable Password
Enable Secret
Enable Password:- It is global command restricts access to the
privilege mode, the password is in clear text.
Router(config)#Enable password 123

Enable Secret:-Here the password is in encrypted form
Router(config)#Enable secret cisco
MNS Protected©2013 | Ver 1.1

17
Virtual Terminal Password
• It establishes a login password on incoming Telnet
sessions.
• Router#conf t
• Router(config)#Line vty 0 15
• Router(config-line)#Login
• Router(config-line)#password cisco
• Router(config-line)#^Z

MNS Protected©2013 | Ver 1.1

18
Console Password
• It establishes a login password on the console terminal.

• Router# configure terminal
• Router(config)#Line Console 0

• Router(config-line)#Login
• Router(config-line)#Password cisco

• Router(config-line)#^Z

MNS Protected©2013 | Ver 1.1

19
Auxillary Password
• It establishes a login password to remote administration.

• Router# configure terminal
• Router(config)#Line Aux 0

• Router(config-line)#Login
• Router(config-line)#Password cisco

• Router(config-line)#^Z

MNS Protected©2013 | Ver 1.1

20
Configuring Interfaces
• Router(config)#Interface Fast Ethernet 0/0

• Router(config-if)#ip address 10.1.1.2 255.0.0.0
• Router(config-if)#no shutdown

• Router(config-if)#^Z
• Router# Show Interface Fastethernet 0/0

MNS Protected©2013 | Ver 1.1

21
Serial (WAN)
• Router(config)#Interface Serial 0/0/0
• Router(config-if)#Ip Address 150.10.1.1 255.255.0.0
• Router(config)#clock rate 64000
• Router(config-if)#No shutdown
• Router(config-if)#^Z

MNS Protected©2013 | Ver 1.1

22

Weitere ähnliche Inhalte

Was ist angesagt?

Day 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERSDay 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERS
anilinvns
 
Trabajo IOS de CISCO
Trabajo IOS de CISCOTrabajo IOS de CISCO
Trabajo IOS de CISCO
cyberleon95
 
Switch configuration
Switch configurationSwitch configuration
Switch configuration
Muuluu
 
13. membuat simulasi jaringan vlan
13. membuat simulasi jaringan vlan13. membuat simulasi jaringan vlan
13. membuat simulasi jaringan vlan
manchesmobons
 

Was ist angesagt? (20)

CCNA 1 Routing and Switching v5.0 Chapter 3
CCNA 1 Routing and Switching v5.0 Chapter 3CCNA 1 Routing and Switching v5.0 Chapter 3
CCNA 1 Routing and Switching v5.0 Chapter 3
 
CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4
 
Konfigurasi remote server
Konfigurasi remote serverKonfigurasi remote server
Konfigurasi remote server
 
CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02
 
CCNA 1 Routing and Switching v5.0 Chapter 5
CCNA 1 Routing and Switching v5.0 Chapter 5CCNA 1 Routing and Switching v5.0 Chapter 5
CCNA 1 Routing and Switching v5.0 Chapter 5
 
Dasar dasar mikrotik
Dasar dasar mikrotikDasar dasar mikrotik
Dasar dasar mikrotik
 
Prosedur Instalasi Server Softswitch Berbasis SIP
Prosedur Instalasi Server Softswitch Berbasis SIPProsedur Instalasi Server Softswitch Berbasis SIP
Prosedur Instalasi Server Softswitch Berbasis SIP
 
CCNA 1 Routing and Switching v5.0 Chapter 11
CCNA 1 Routing and Switching v5.0 Chapter 11CCNA 1 Routing and Switching v5.0 Chapter 11
CCNA 1 Routing and Switching v5.0 Chapter 11
 
CCNA 1 Routing and Switching v5.0 Chapter 4
CCNA 1 Routing and Switching v5.0 Chapter 4CCNA 1 Routing and Switching v5.0 Chapter 4
CCNA 1 Routing and Switching v5.0 Chapter 4
 
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERSDay 1 INTRODUCTION TO IOS AND CISCO ROUTERS
Day 1 INTRODUCTION TO IOS AND CISCO ROUTERS
 
Packet tracer
Packet tracerPacket tracer
Packet tracer
 
Trabajo IOS de CISCO
Trabajo IOS de CISCOTrabajo IOS de CISCO
Trabajo IOS de CISCO
 
Laporan Konfigurasi Dasar Mikrotik
Laporan Konfigurasi Dasar MikrotikLaporan Konfigurasi Dasar Mikrotik
Laporan Konfigurasi Dasar Mikrotik
 
C C N A Day2
C C N A  Day2C C N A  Day2
C C N A Day2
 
Switch configuration
Switch configurationSwitch configuration
Switch configuration
 
Pembahasan Solusi Soal UKK SMK TKJ Paket 4 Kurikulum 2013 Tahun 2020
Pembahasan Solusi Soal UKK SMK TKJ Paket 4 Kurikulum 2013 Tahun 2020Pembahasan Solusi Soal UKK SMK TKJ Paket 4 Kurikulum 2013 Tahun 2020
Pembahasan Solusi Soal UKK SMK TKJ Paket 4 Kurikulum 2013 Tahun 2020
 
Mikrotik ppt
Mikrotik pptMikrotik ppt
Mikrotik ppt
 
13. membuat simulasi jaringan vlan
13. membuat simulasi jaringan vlan13. membuat simulasi jaringan vlan
13. membuat simulasi jaringan vlan
 
Modes of router
Modes of routerModes of router
Modes of router
 
Routers and Routing Configuration
Routers and Routing ConfigurationRouters and Routing Configuration
Routers and Routing Configuration
 

Ähnlich wie Cisco router modes

Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracer
Anabia Anabia
 
CCNA at a glance
CCNA at a glanceCCNA at a glance
CCNA at a glance
Vikas Raut
 
Chapter 04 - Router Conf
Chapter 04 - Router ConfChapter 04 - Router Conf
Chapter 04 - Router Conf
phanleson
 

Ähnlich wie Cisco router modes (20)

test
testtest
test
 
Cisco config
Cisco configCisco config
Cisco config
 
Cisco config
Cisco configCisco config
Cisco config
 
Cisco config
Cisco configCisco config
Cisco config
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracer
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracer
 
General lab documentation~cisco router configuration
General lab documentation~cisco router configurationGeneral lab documentation~cisco router configuration
General lab documentation~cisco router configuration
 
CCNA at a glance
CCNA at a glanceCCNA at a glance
CCNA at a glance
 
Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)Cisco Internetworking Operating System (ios)
Cisco Internetworking Operating System (ios)
 
Chapter 10
Chapter 10Chapter 10
Chapter 10
 
CCNA presentation.
CCNA presentation.CCNA presentation.
CCNA presentation.
 
Chapter 04 - Router Conf
Chapter 04 - Router ConfChapter 04 - Router Conf
Chapter 04 - Router Conf
 
Day 5.3 configuration of router
Day 5.3 configuration of routerDay 5.3 configuration of router
Day 5.3 configuration of router
 
CCNA Security 05- securing the management plane
CCNA Security 05- securing the management planeCCNA Security 05- securing the management plane
CCNA Security 05- securing the management plane
 
Cisco Certified Network Associate (CCNA) - R&S - Semester 2 Notes
Cisco Certified Network Associate (CCNA) - R&S - Semester 2 NotesCisco Certified Network Associate (CCNA) - R&S - Semester 2 Notes
Cisco Certified Network Associate (CCNA) - R&S - Semester 2 Notes
 
Securing Switch Access
Securing Switch Access Securing Switch Access
Securing Switch Access
 
CCNA ALL IN ONE
CCNA ALL IN ONE CCNA ALL IN ONE
CCNA ALL IN ONE
 
Ccna command
Ccna commandCcna command
Ccna command
 
Ccna day2
Ccna day2Ccna day2
Ccna day2
 
Ccna 2
Ccna 2Ccna 2
Ccna 2
 

Kürzlich hochgeladen

Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
SanaAli374401
 

Kürzlich hochgeladen (20)

Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 

Cisco router modes

  • 2. Disclaimer • This presentation is a property of MAZENET SOLUTION PVT Ltd , intended to be used for training purpose only. • Reproducing and unauthorized distribution of this document is prohibited. MNS Protected©2013 | Ver 1.1 2
  • 3. Working Modes Of a Router 1. User Mode (Default mode) 2. Privilege or Administrative Mode 3. Global Configuration Mode 4. Interface Configuration Mode 5. Line Configuration Mode 6. Router Mode 7. Sub-Interface Mode MNS Protected©2013 | Ver 1.1 3
  • 4. Overview of Router Modes MNS Protected©2013 | Ver 1.1 4
  • 5. USER MODE • Router> is the user mode, I.e. the default prompt. It means that when ever a router boots successfully it lands into the user mode. Router cannot be configured from this mode, but it is used for monitoring purpose. • Router> enable • Router # MNS Protected©2013 | Ver 1.1 5
  • 6. Privilege Mode • Router# it is the administrating mode, we can check whether the settings and configurations made have been implemented or not. Eg• “Router # Show ip interface brief ”. If it is new router all the interfaces are by default shut down, so the message will be, “ administratively down, line protocol is down.” MNS Protected©2013 | Ver 1.1 6
  • 7. Global Configuration Mode • As the name indicates, it is a global configuration mode I.e. we can configure routing and any interface from this mode, just by entering into the interface mode. • Router# Configure Terminal • Router (Config)# MNS Protected©2013 | Ver 1.1 7
  • 9. User Mode Commands MNS Protected©2013 | Ver 1.1 9
  • 10. Privileged Mode Commands MNS Protected©2013 | Ver 1.1 10
  • 11. Specific Configuration Modes MNS Protected©2013| Ver 1.1 11
  • 12. Configuring a Router’s Name • A router should be given a unique name as one of the first configuration tasks. • This task is accomplished in global configuration mode using the following commands: • Router(config)#hostname Tokyo Tokyo(config)# • As soon as the Enter key is pressed, the prompt changes from the default host name (Router) to the newly configured host name (which is Tokyo in the example above). MNS Protected©2013 | Ver 1.1 12
  • 13. Message Of The Day (MOTD) • A message-of-the-day (MOTD) banner can be displayed on all connected terminals. • Enter global configuration mode by using the command Router# configure terminal Enter the command Router(Config)#banner motd $The message of the day goes here$ • Save changes by issuing the command copy run start MNS Protected©2013 | Ver 1.1 13
  • 14. The “Clock” Command • The clock command is used to set the clock of Router. Syntax • Router# clock set hh:mm:ss Day of week Month Year E.g. • Router#clock set 16:35:00 20 Oct 2013 • Note* This is the only configuration which can be done from privilege mode, every other configuration should be done at global configuration mode only. MNS Protected©2013 | Ver 1.1 14
  • 15. Show commands in privilege mode • Router# show clock • show interface(interface name e.g. e0) • Show history • Show running-config • Show startup-config To save configuration from Ram to Nvram • Router#Copy Running-config Startup-config (or) Write MNS Protected©2013 | Ver 1.1 15
  • 16. Router Password Configuration 1. Privilege Mode Password 2. Virtual Terminal Password 3. Console Password 4. Auxiliary Password MNS Protected©2013 | Ver 1.1 16
  • 17. Router Password Configuration • Privilege Passwords Enable Password Enable Secret Enable Password:- It is global command restricts access to the privilege mode, the password is in clear text. Router(config)#Enable password 123 Enable Secret:-Here the password is in encrypted form Router(config)#Enable secret cisco MNS Protected©2013 | Ver 1.1 17
  • 18. Virtual Terminal Password • It establishes a login password on incoming Telnet sessions. • Router#conf t • Router(config)#Line vty 0 15 • Router(config-line)#Login • Router(config-line)#password cisco • Router(config-line)#^Z MNS Protected©2013 | Ver 1.1 18
  • 19. Console Password • It establishes a login password on the console terminal. • Router# configure terminal • Router(config)#Line Console 0 • Router(config-line)#Login • Router(config-line)#Password cisco • Router(config-line)#^Z MNS Protected©2013 | Ver 1.1 19
  • 20. Auxillary Password • It establishes a login password to remote administration. • Router# configure terminal • Router(config)#Line Aux 0 • Router(config-line)#Login • Router(config-line)#Password cisco • Router(config-line)#^Z MNS Protected©2013 | Ver 1.1 20
  • 21. Configuring Interfaces • Router(config)#Interface Fast Ethernet 0/0 • Router(config-if)#ip address 10.1.1.2 255.0.0.0 • Router(config-if)#no shutdown • Router(config-if)#^Z • Router# Show Interface Fastethernet 0/0 MNS Protected©2013 | Ver 1.1 21
  • 22. Serial (WAN) • Router(config)#Interface Serial 0/0/0 • Router(config-if)#Ip Address 150.10.1.1 255.255.0.0 • Router(config)#clock rate 64000 • Router(config-if)#No shutdown • Router(config-if)#^Z MNS Protected©2013 | Ver 1.1 22