SlideShare a Scribd company logo
1 of 4
Download to read offline
©
L
V
I
T
O
B
R
P
S
© 2013 Cisco and
Lab - Ini
Version)
nstructor No
Topology
Objectives
Part 1: Se
Part 2: In
Part 3: In
Backgroun
Before sta
devices in
lab may b
a Cisco sw
Note: The
Cisco IOS
IOS Relea
Dependin
from what
Required R
• 1 Rou
• 1 Swi
• 2 PCs
• Conso
Part 1: S
Step 1: Ca
Attach co
d/or its affiliates.
tializing
ote: Red font
et Up Device
itialize the R
itialize the S
nd / Scenar
arting a CCNA
n use have be
be unpredictab
witch.
e routers used
S Release 15.
ase 15.0(2) (l
g on the mod
t is shown in t
Resources
uter (Cisco 19
tch (Cisco 29
s (Windows 7
ole cables to
Set Up De
able the netw
nsole cables
All rights reserve
g and Re
color or Gray
es in the Netw
Router and R
Switch and R
rio
A hands-on la
een erased an
ble. This lab p
d with CCNA
.2(4)M3 (univ
anbasek9 ima
del and Cisco
the labs.
941 with Cisco
960 with Cisco
7, Vista, or XP
configure the
evices in
work as sho
to the device
ed. This docume
eloading
y highlights ind
work as Show
eload
eload
ab that makes
nd have no st
provides a de
hands-on lab
versalk9 imag
age). Other ro
IOS version,
o IOS softwar
o IOS Releas
P with termina
e Cisco IOS d
the Netw
own in the t
s shown in th
ent is Cisco Publ
g a Rout
dicate text tha
wn in the To
s use of eithe
tartup configu
etail procedure
bs are Cisco 1
e). The switc
outers, switch
the comman
re, Release 1
e 15.0(2) lanb
al emulation p
evices via the
work as S
topology.
he topology di
ic.
ter and S
at appears in
opology
r a Cisco rout
urations prese
e for initializin
1941 Integrate
hes used are
hes, and Cisc
nds available a
5.2(4)M3 uni
basek9 image
program, such
e console por
hown in t
iagram.
Switch (
the instructo
ter or switch,
ent. Otherwise
ng and reload
ed Services R
Cisco Cataly
co IOS version
and output pr
versal image
e or compara
h as Tera Ter
rts
the Topo
Instructo
r copy only.
ensure that t
e, the results
ding a Cisco ro
Routers (ISRs
yst 2960s with
ns can be use
roduced migh
or comparab
able)
m)
ology
Page 1 of 4
or
the
of your
outer and
s) with
h Cisco
ed.
ht vary
ble)
Initializing and Reloading a Router and Switch
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 4
Step 2: Power on all the devices in the topology.
Wait for all devices to finish the software load process before moving to Part 2.
Part 2: Initialize the Router and Reload
Step 1: Connect to the router.
Console into the router and enter privileged EXEC mode using the enable command.
Router> enable
Router#
Step 2: Erase the startup configuration file from NVRAM.
Type the erase startup-config command to remove the startup configuration from nonvolatile random-
access memory (NVRAM).
Router# erase startup-config
Erasing the nvram filesystem will remove all configuration files! Continue? [confirm]
[OK]
Erase of nvram: complete
Router#
Step 3: Reload the router.
Issue the reload command to remove an old configuration from memory. When prompted to Proceed with
reload, press Enter to confirm the reload. Pressing any other key will abort the reload.
Router# reload
Proceed with reload? [confirm]
*Nov 29 18:28:09.923: %SYS-5-RELOAD: Reload requested by console. Reload Reason:
Reload Command.
Note: You may receive a prompt to save the running configuration prior to reloading the router. Respond
by typing no and press Enter.
System configuration has been modified. Save? [yes/no]: no
Step 4: Bypass the initial configuration dialog.
After the router reloads, you are prompted to enter the initial configuration dialog. Enter no and press Enter.
Would you like to enter the initial configuration dialog? [yes/no]: no
Step 5: Terminate the autoinstall program.
You will be prompted to terminate the autoinstall program. Respond yes and then press Enter.
Would you like to terminate autoinstall? [yes]: yes
Router>
Part 3: Initialize the Switch and Reload
Step 1: Connect to the switch.
Console into the switch and enter privileged EXEC mode.
Initializing and Reloading a Router and Switch
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 4
Switch> enable
Switch#
Step 2: Determine if there have been any virtual local-area networks (VLANs) created.
Use the show flash command to determine if any VLANs have been created on the switch.
Switch# show flash
Directory of flash:/
2 -rwx 1919 Mar 1 1993 00:06:33 +00:00 private-config.text
3 -rwx 1632 Mar 1 1993 00:06:33 +00:00 config.text
4 -rwx 13336 Mar 1 1993 00:06:33 +00:00 multiple-fs
5 -rwx 11607161 Mar 1 1993 02:37:06 +00:00 c2960-lanbasek9-mz.150-2.SE.bin
6 -rwx 616 Mar 1 1993 00:07:13 +00:00 vlan.dat
32514048 bytes total (20886528 bytes free)
Switch#
Step 3: Delete the VLAN file.
a. If the vlan.dat file was found in flash, then delete this file.
Switch# delete vlan.dat
Delete filename [vlan.dat]?
You will be prompted to verify the file name. At this point, you can change the file name or just press
Enter if you have entered the name correctly.
b. When you are prompted to delete this file, press Enter to confirm the deletion. (Pressing any other key will
abort the deletion.)
Delete flash:/vlan.dat? [confirm]
Switch#
Step 4: Erase the startup configuration file.
Use the erase startup-config command to erase the startup configuration file from NVRAM. When you are
prompted to remove the configuration file, press Enter to confirm the erase. (Pressing any other key will abort
the operation.)
Switch# erase startup-config
Erasing the nvram filesystem will remove all configuration files! Continue? [confirm]
[OK]
Erase of nvram: complete
Switch#
Step 5: Reload the switch.
Reload the switch to remove any old configuration information from memory. When you are prompted to
reload the switch, press Enter to proceed with the reload. (Pressing any other key will abort the reload.)
Switch# reload
Proceed with reload? [confirm]
Note: You may receive a prompt to save the running configuration prior to reloading the switch. Type no
and press Enter.
Initializing and Reloading a Router and Switch
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 4
System configuration has been modified. Save? [yes/no]: no
Step 6: Bypass the initial configuration dialog.
After the switch reloads, you should see a prompt to enter the initial configuration dialog. Type no at the
prompt and press Enter.
Would you like to enter the initial configuration dialog? [yes/no]: no
Switch>
Reflection
1. Why is it necessary to erase the startup configuration before reloading the router?
_______________________________________________________________________________________
The startup configuration file is loaded into memory and becomes the running-config after the router reloads.
Erasing this file allows the router to return to its basic configuration after a reload.
2. You find a couple configurations issues after saving the running configuration to the startup configuration, so
you make the necessary changes to fix those issues. If you were to reload the device now, what configuration
would be restored to the device after the reload?
_______________________________________________________________________________________
The configuration at the time of the last save is restored to the device after a reload. Any changes made to
the running configuration after the last save would be lost.

More Related Content

What's hot

Theory of Automata and formal languages unit 1
Theory of Automata and formal languages unit 1Theory of Automata and formal languages unit 1
Theory of Automata and formal languages unit 1Abhimanyu Mishra
 
Top Down Parsing, Predictive Parsing
Top Down Parsing, Predictive ParsingTop Down Parsing, Predictive Parsing
Top Down Parsing, Predictive ParsingTanzeela_Hussain
 
Ludo mini project in c++
Ludo mini project in c++Ludo mini project in c++
Ludo mini project in c++Mauryasuraj98
 
Quine Mc Clusky (Tabular) method
Quine Mc Clusky (Tabular) methodQuine Mc Clusky (Tabular) method
Quine Mc Clusky (Tabular) methodSyed Saeed
 
Relation in Discrete Mathematics
Relation in Discrete Mathematics Relation in Discrete Mathematics
Relation in Discrete Mathematics NANDINI SHARMA
 
KRUSKAL'S algorithm from chaitra
KRUSKAL'S algorithm from chaitraKRUSKAL'S algorithm from chaitra
KRUSKAL'S algorithm from chaitraguest1f4fb3
 
Database Programming Techniques
Database Programming TechniquesDatabase Programming Techniques
Database Programming TechniquesRaji Ghawi
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCESabique Khan
 
3.6 radix sort
3.6 radix sort3.6 radix sort
3.6 radix sortKrish_ver2
 
Automata theory - NFA to DFA Conversion
Automata theory - NFA to DFA ConversionAutomata theory - NFA to DFA Conversion
Automata theory - NFA to DFA ConversionAkila Krishnamoorthy
 
All pair shortest path by Sania Nisar
All pair shortest path by Sania NisarAll pair shortest path by Sania Nisar
All pair shortest path by Sania NisarSania Nisar
 
Computer Oragnization Flipflops
Computer Oragnization FlipflopsComputer Oragnization Flipflops
Computer Oragnization FlipflopsVanitha Chandru
 

What's hot (20)

NFA & DFA
NFA & DFANFA & DFA
NFA & DFA
 
Theory of Automata and formal languages unit 1
Theory of Automata and formal languages unit 1Theory of Automata and formal languages unit 1
Theory of Automata and formal languages unit 1
 
Top Down Parsing, Predictive Parsing
Top Down Parsing, Predictive ParsingTop Down Parsing, Predictive Parsing
Top Down Parsing, Predictive Parsing
 
Ludo mini project in c++
Ludo mini project in c++Ludo mini project in c++
Ludo mini project in c++
 
Quine Mc Clusky (Tabular) method
Quine Mc Clusky (Tabular) methodQuine Mc Clusky (Tabular) method
Quine Mc Clusky (Tabular) method
 
Relation in Discrete Mathematics
Relation in Discrete Mathematics Relation in Discrete Mathematics
Relation in Discrete Mathematics
 
KRUSKAL'S algorithm from chaitra
KRUSKAL'S algorithm from chaitraKRUSKAL'S algorithm from chaitra
KRUSKAL'S algorithm from chaitra
 
Database Programming Techniques
Database Programming TechniquesDatabase Programming Techniques
Database Programming Techniques
 
Bloom filters
Bloom filtersBloom filters
Bloom filters
 
ARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCEARTIFICIAL INTELLIGENCE
ARTIFICIAL INTELLIGENCE
 
3.6 radix sort
3.6 radix sort3.6 radix sort
3.6 radix sort
 
Basic of BISS
Basic of BISSBasic of BISS
Basic of BISS
 
latches
 latches latches
latches
 
Automata theory - NFA to DFA Conversion
Automata theory - NFA to DFA ConversionAutomata theory - NFA to DFA Conversion
Automata theory - NFA to DFA Conversion
 
Quick sort
Quick sortQuick sort
Quick sort
 
All pair shortest path by Sania Nisar
All pair shortest path by Sania NisarAll pair shortest path by Sania Nisar
All pair shortest path by Sania Nisar
 
Graph data structure and algorithms
Graph data structure and algorithmsGraph data structure and algorithms
Graph data structure and algorithms
 
Computer Oragnization Flipflops
Computer Oragnization FlipflopsComputer Oragnization Flipflops
Computer Oragnization Flipflops
 
Tower of Hanoi
Tower of HanoiTower of Hanoi
Tower of Hanoi
 
Io streams
Io streamsIo streams
Io streams
 

Viewers also liked

Lab practice 1 configuring basic routing and switching (with answer)
Lab practice 1   configuring basic routing and switching (with answer) Lab practice 1   configuring basic routing and switching (with answer)
Lab practice 1 configuring basic routing and switching (with answer) Arz Sy
 
2.3.3.5 lab configuring a switch management address
2.3.3.5 lab   configuring a switch management address2.3.3.5 lab   configuring a switch management address
2.3.3.5 lab configuring a switch management addressPaty Dominguez Asto
 
1000 Ccna Questions And Answers
1000 Ccna Questions And Answers1000 Ccna Questions And Answers
1000 Ccna Questions And AnswersCCNAResources
 
Концепция строительства микрорайона ЗАПАДНЫЙ в Советском районе г. Волгограда
Концепция строительства микрорайона ЗАПАДНЫЙв Советском районе г. ВолгоградаКонцепция строительства микрорайона ЗАПАДНЫЙв Советском районе г. Волгограда
Концепция строительства микрорайона ЗАПАДНЫЙ в Советском районе г. Волгоградаswswestza
 
2.1.4.9 lab establishing a console session with tera term
2.1.4.9 lab   establishing a console session with tera term2.1.4.9 lab   establishing a console session with tera term
2.1.4.9 lab establishing a console session with tera termnacional22
 
Reto # 4 subnetting
Reto # 4 subnettingReto # 4 subnetting
Reto # 4 subnettingtimmaujim
 
Practica xammp y wireshark
Practica xammp y wiresharkPractica xammp y wireshark
Practica xammp y wiresharktimmaujim
 
Practica de laboratorio configuración Router y conexión de red
Practica de laboratorio configuración Router y conexión de redPractica de laboratorio configuración Router y conexión de red
Practica de laboratorio configuración Router y conexión de redtimmaujim
 
Marketing Inteligente - CBRE y Neuromobile
Marketing Inteligente - CBRE y NeuromobileMarketing Inteligente - CBRE y Neuromobile
Marketing Inteligente - CBRE y NeuromobileRaul Serapio
 
6.4.3.5 lab building a switch and router network
6.4.3.5 lab   building a switch and router network6.4.3.5 lab   building a switch and router network
6.4.3.5 lab building a switch and router networktimmaujim
 
CCNA Exploration 4 - Chapter 3
CCNA Exploration 4 - Chapter 3CCNA Exploration 4 - Chapter 3
CCNA Exploration 4 - Chapter 3Irsandi Hasan
 
CCNA RS_ITN - Chapter 10
CCNA RS_ITN - Chapter 10CCNA RS_ITN - Chapter 10
CCNA RS_ITN - Chapter 10Irsandi Hasan
 
ITE v5.0 - Chapter 4
ITE v5.0 - Chapter 4ITE v5.0 - Chapter 4
ITE v5.0 - Chapter 4Irsandi Hasan
 
ITE v5.0 - Chapter 2
ITE v5.0 - Chapter 2ITE v5.0 - Chapter 2
ITE v5.0 - Chapter 2Irsandi Hasan
 
CCNA Exploration 4 - Chapter 4
CCNA Exploration 4 - Chapter 4CCNA Exploration 4 - Chapter 4
CCNA Exploration 4 - Chapter 4Irsandi Hasan
 
CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 6CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 6Irsandi Hasan
 
CCNA RS_NB - Chapter 1
CCNA RS_NB - Chapter 1CCNA RS_NB - Chapter 1
CCNA RS_NB - Chapter 1Irsandi Hasan
 
ITE v5.0 - Chapter 10
ITE v5.0 - Chapter 10ITE v5.0 - Chapter 10
ITE v5.0 - Chapter 10Irsandi Hasan
 

Viewers also liked (20)

Lab practice 1 configuring basic routing and switching (with answer)
Lab practice 1   configuring basic routing and switching (with answer) Lab practice 1   configuring basic routing and switching (with answer)
Lab practice 1 configuring basic routing and switching (with answer)
 
2.3.3.5 lab configuring a switch management address
2.3.3.5 lab   configuring a switch management address2.3.3.5 lab   configuring a switch management address
2.3.3.5 lab configuring a switch management address
 
1000 Ccna Questions And Answers
1000 Ccna Questions And Answers1000 Ccna Questions And Answers
1000 Ccna Questions And Answers
 
Концепция строительства микрорайона ЗАПАДНЫЙ в Советском районе г. Волгограда
Концепция строительства микрорайона ЗАПАДНЫЙв Советском районе г. ВолгоградаКонцепция строительства микрорайона ЗАПАДНЫЙв Советском районе г. Волгограда
Концепция строительства микрорайона ЗАПАДНЫЙ в Советском районе г. Волгограда
 
2.1.4.9 lab establishing a console session with tera term
2.1.4.9 lab   establishing a console session with tera term2.1.4.9 lab   establishing a console session with tera term
2.1.4.9 lab establishing a console session with tera term
 
Itn instructor ppt_chapter1
Itn instructor ppt_chapter1Itn instructor ppt_chapter1
Itn instructor ppt_chapter1
 
Reto # 4 subnetting
Reto # 4 subnettingReto # 4 subnetting
Reto # 4 subnetting
 
Practica xammp y wireshark
Practica xammp y wiresharkPractica xammp y wireshark
Practica xammp y wireshark
 
Practica de laboratorio configuración Router y conexión de red
Practica de laboratorio configuración Router y conexión de redPractica de laboratorio configuración Router y conexión de red
Practica de laboratorio configuración Router y conexión de red
 
Marketing Inteligente - CBRE y Neuromobile
Marketing Inteligente - CBRE y NeuromobileMarketing Inteligente - CBRE y Neuromobile
Marketing Inteligente - CBRE y Neuromobile
 
6.4.3.5 lab building a switch and router network
6.4.3.5 lab   building a switch and router network6.4.3.5 lab   building a switch and router network
6.4.3.5 lab building a switch and router network
 
CCNA Exploration 4 - Chapter 3
CCNA Exploration 4 - Chapter 3CCNA Exploration 4 - Chapter 3
CCNA Exploration 4 - Chapter 3
 
IPv6 Static Routes
IPv6 Static RoutesIPv6 Static Routes
IPv6 Static Routes
 
CCNA RS_ITN - Chapter 10
CCNA RS_ITN - Chapter 10CCNA RS_ITN - Chapter 10
CCNA RS_ITN - Chapter 10
 
ITE v5.0 - Chapter 4
ITE v5.0 - Chapter 4ITE v5.0 - Chapter 4
ITE v5.0 - Chapter 4
 
ITE v5.0 - Chapter 2
ITE v5.0 - Chapter 2ITE v5.0 - Chapter 2
ITE v5.0 - Chapter 2
 
CCNA Exploration 4 - Chapter 4
CCNA Exploration 4 - Chapter 4CCNA Exploration 4 - Chapter 4
CCNA Exploration 4 - Chapter 4
 
CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 6CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 6
 
CCNA RS_NB - Chapter 1
CCNA RS_NB - Chapter 1CCNA RS_NB - Chapter 1
CCNA RS_NB - Chapter 1
 
ITE v5.0 - Chapter 10
ITE v5.0 - Chapter 10ITE v5.0 - Chapter 10
ITE v5.0 - Chapter 10
 

Similar to 0.0.0.1 lab initializing and reloading a router and switch - ilm

CCNA Lab 1-Configuring a Switch Part I
CCNA Lab 1-Configuring a Switch Part ICCNA Lab 1-Configuring a Switch Part I
CCNA Lab 1-Configuring a Switch Part IAmir Jafari
 
operating and configuring cisco a cisco IOS device
operating and configuring cisco a cisco IOS deviceoperating and configuring cisco a cisco IOS device
operating and configuring cisco a cisco IOS devicescooby_doo
 
Cisco labs practical6
Cisco labs practical6Cisco labs practical6
Cisco labs practical6Tai Lam
 
Configuring a cisco 2901 router
Configuring a cisco 2901 routerConfiguring a cisco 2901 router
Configuring a cisco 2901 routerIT Tech
 
04 module operating & configuring ios
04  module operating & configuring ios04  module operating & configuring ios
04 module operating & configuring iosAsif
 
Important cisco-chow-commands
Important cisco-chow-commandsImportant cisco-chow-commands
Important cisco-chow-commandsssusere31b5c
 
1.3 runlevels, shutdown, and reboot v3
1.3 runlevels, shutdown, and reboot v31.3 runlevels, shutdown, and reboot v3
1.3 runlevels, shutdown, and reboot v3Acácio Oliveira
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxgalerussel59292
 
Practica_Configuracion_Basica_SW_Cisco
Practica_Configuracion_Basica_SW_CiscoPractica_Configuracion_Basica_SW_Cisco
Practica_Configuracion_Basica_SW_CiscoRanghel Soto Espinoza
 
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...ginniapps
 
Cisco labs practical1
Cisco labs practical1Cisco labs practical1
Cisco labs practical1Tai Lam
 
Interconnecting cisco networking devices part-2
Interconnecting cisco networking devices part-2Interconnecting cisco networking devices part-2
Interconnecting cisco networking devices part-2DAVID RAUDALES
 
Ccna icnd2-labs exercices
Ccna icnd2-labs exercicesCcna icnd2-labs exercices
Ccna icnd2-labs exercicessaqrjareh
 
Configuring the cisco switch with the cli based setup program
Configuring the cisco switch with the cli based setup programConfiguring the cisco switch with the cli based setup program
Configuring the cisco switch with the cli based setup program3Anetwork com
 
TitleABC123 Version X1Film ListPSYCH650 Version 2.docx
TitleABC123 Version X1Film ListPSYCH650 Version 2.docxTitleABC123 Version X1Film ListPSYCH650 Version 2.docx
TitleABC123 Version X1Film ListPSYCH650 Version 2.docxjuliennehar
 
Forti gate troubleshooting_guide_v0.10
Forti gate troubleshooting_guide_v0.10Forti gate troubleshooting_guide_v0.10
Forti gate troubleshooting_guide_v0.10Phong Nguyễn
 

Similar to 0.0.0.1 lab initializing and reloading a router and switch - ilm (20)

CCNA Lab 1-Configuring a Switch Part I
CCNA Lab 1-Configuring a Switch Part ICCNA Lab 1-Configuring a Switch Part I
CCNA Lab 1-Configuring a Switch Part I
 
operating and configuring cisco a cisco IOS device
operating and configuring cisco a cisco IOS deviceoperating and configuring cisco a cisco IOS device
operating and configuring cisco a cisco IOS device
 
Cisco labs practical6
Cisco labs practical6Cisco labs practical6
Cisco labs practical6
 
Configuring a cisco 2901 router
Configuring a cisco 2901 routerConfiguring a cisco 2901 router
Configuring a cisco 2901 router
 
Router commands
Router commandsRouter commands
Router commands
 
Manual zxt 600
Manual zxt 600Manual zxt 600
Manual zxt 600
 
04 module operating & configuring ios
04  module operating & configuring ios04  module operating & configuring ios
04 module operating & configuring ios
 
Important cisco-chow-commands
Important cisco-chow-commandsImportant cisco-chow-commands
Important cisco-chow-commands
 
1.3 runlevels, shutdown, and reboot v3
1.3 runlevels, shutdown, and reboot v31.3 runlevels, shutdown, and reboot v3
1.3 runlevels, shutdown, and reboot v3
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
 
Day 5.2 startingarouter
Day 5.2 startingarouterDay 5.2 startingarouter
Day 5.2 startingarouter
 
Practica_Configuracion_Basica_SW_Cisco
Practica_Configuracion_Basica_SW_CiscoPractica_Configuracion_Basica_SW_Cisco
Practica_Configuracion_Basica_SW_Cisco
 
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
 
Cisco labs practical1
Cisco labs practical1Cisco labs practical1
Cisco labs practical1
 
Interconnecting cisco networking devices part-2
Interconnecting cisco networking devices part-2Interconnecting cisco networking devices part-2
Interconnecting cisco networking devices part-2
 
Ccna icnd2-labs exercices
Ccna icnd2-labs exercicesCcna icnd2-labs exercices
Ccna icnd2-labs exercices
 
Configuring the cisco switch with the cli based setup program
Configuring the cisco switch with the cli based setup programConfiguring the cisco switch with the cli based setup program
Configuring the cisco switch with the cli based setup program
 
TitleABC123 Version X1Film ListPSYCH650 Version 2.docx
TitleABC123 Version X1Film ListPSYCH650 Version 2.docxTitleABC123 Version X1Film ListPSYCH650 Version 2.docx
TitleABC123 Version X1Film ListPSYCH650 Version 2.docx
 
Station 1 POD1
Station 1 POD1Station 1 POD1
Station 1 POD1
 
Forti gate troubleshooting_guide_v0.10
Forti gate troubleshooting_guide_v0.10Forti gate troubleshooting_guide_v0.10
Forti gate troubleshooting_guide_v0.10
 

0.0.0.1 lab initializing and reloading a router and switch - ilm

  • 1. © L V I T O B R P S © 2013 Cisco and Lab - Ini Version) nstructor No Topology Objectives Part 1: Se Part 2: In Part 3: In Backgroun Before sta devices in lab may b a Cisco sw Note: The Cisco IOS IOS Relea Dependin from what Required R • 1 Rou • 1 Swi • 2 PCs • Conso Part 1: S Step 1: Ca Attach co d/or its affiliates. tializing ote: Red font et Up Device itialize the R itialize the S nd / Scenar arting a CCNA n use have be be unpredictab witch. e routers used S Release 15. ase 15.0(2) (l g on the mod t is shown in t Resources uter (Cisco 19 tch (Cisco 29 s (Windows 7 ole cables to Set Up De able the netw nsole cables All rights reserve g and Re color or Gray es in the Netw Router and R Switch and R rio A hands-on la een erased an ble. This lab p d with CCNA .2(4)M3 (univ anbasek9 ima del and Cisco the labs. 941 with Cisco 960 with Cisco 7, Vista, or XP configure the evices in work as sho to the device ed. This docume eloading y highlights ind work as Show eload eload ab that makes nd have no st provides a de hands-on lab versalk9 imag age). Other ro IOS version, o IOS softwar o IOS Releas P with termina e Cisco IOS d the Netw own in the t s shown in th ent is Cisco Publ g a Rout dicate text tha wn in the To s use of eithe tartup configu etail procedure bs are Cisco 1 e). The switc outers, switch the comman re, Release 1 e 15.0(2) lanb al emulation p evices via the work as S topology. he topology di ic. ter and S at appears in opology r a Cisco rout urations prese e for initializin 1941 Integrate hes used are hes, and Cisc nds available a 5.2(4)M3 uni basek9 image program, such e console por hown in t iagram. Switch ( the instructo ter or switch, ent. Otherwise ng and reload ed Services R Cisco Cataly co IOS version and output pr versal image e or compara h as Tera Ter rts the Topo Instructo r copy only. ensure that t e, the results ding a Cisco ro Routers (ISRs yst 2960s with ns can be use roduced migh or comparab able) m) ology Page 1 of 4 or the of your outer and s) with h Cisco ed. ht vary ble)
  • 2. Initializing and Reloading a Router and Switch © 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 4 Step 2: Power on all the devices in the topology. Wait for all devices to finish the software load process before moving to Part 2. Part 2: Initialize the Router and Reload Step 1: Connect to the router. Console into the router and enter privileged EXEC mode using the enable command. Router> enable Router# Step 2: Erase the startup configuration file from NVRAM. Type the erase startup-config command to remove the startup configuration from nonvolatile random- access memory (NVRAM). Router# erase startup-config Erasing the nvram filesystem will remove all configuration files! Continue? [confirm] [OK] Erase of nvram: complete Router# Step 3: Reload the router. Issue the reload command to remove an old configuration from memory. When prompted to Proceed with reload, press Enter to confirm the reload. Pressing any other key will abort the reload. Router# reload Proceed with reload? [confirm] *Nov 29 18:28:09.923: %SYS-5-RELOAD: Reload requested by console. Reload Reason: Reload Command. Note: You may receive a prompt to save the running configuration prior to reloading the router. Respond by typing no and press Enter. System configuration has been modified. Save? [yes/no]: no Step 4: Bypass the initial configuration dialog. After the router reloads, you are prompted to enter the initial configuration dialog. Enter no and press Enter. Would you like to enter the initial configuration dialog? [yes/no]: no Step 5: Terminate the autoinstall program. You will be prompted to terminate the autoinstall program. Respond yes and then press Enter. Would you like to terminate autoinstall? [yes]: yes Router> Part 3: Initialize the Switch and Reload Step 1: Connect to the switch. Console into the switch and enter privileged EXEC mode.
  • 3. Initializing and Reloading a Router and Switch © 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 4 Switch> enable Switch# Step 2: Determine if there have been any virtual local-area networks (VLANs) created. Use the show flash command to determine if any VLANs have been created on the switch. Switch# show flash Directory of flash:/ 2 -rwx 1919 Mar 1 1993 00:06:33 +00:00 private-config.text 3 -rwx 1632 Mar 1 1993 00:06:33 +00:00 config.text 4 -rwx 13336 Mar 1 1993 00:06:33 +00:00 multiple-fs 5 -rwx 11607161 Mar 1 1993 02:37:06 +00:00 c2960-lanbasek9-mz.150-2.SE.bin 6 -rwx 616 Mar 1 1993 00:07:13 +00:00 vlan.dat 32514048 bytes total (20886528 bytes free) Switch# Step 3: Delete the VLAN file. a. If the vlan.dat file was found in flash, then delete this file. Switch# delete vlan.dat Delete filename [vlan.dat]? You will be prompted to verify the file name. At this point, you can change the file name or just press Enter if you have entered the name correctly. b. When you are prompted to delete this file, press Enter to confirm the deletion. (Pressing any other key will abort the deletion.) Delete flash:/vlan.dat? [confirm] Switch# Step 4: Erase the startup configuration file. Use the erase startup-config command to erase the startup configuration file from NVRAM. When you are prompted to remove the configuration file, press Enter to confirm the erase. (Pressing any other key will abort the operation.) Switch# erase startup-config Erasing the nvram filesystem will remove all configuration files! Continue? [confirm] [OK] Erase of nvram: complete Switch# Step 5: Reload the switch. Reload the switch to remove any old configuration information from memory. When you are prompted to reload the switch, press Enter to proceed with the reload. (Pressing any other key will abort the reload.) Switch# reload Proceed with reload? [confirm] Note: You may receive a prompt to save the running configuration prior to reloading the switch. Type no and press Enter.
  • 4. Initializing and Reloading a Router and Switch © 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 4 System configuration has been modified. Save? [yes/no]: no Step 6: Bypass the initial configuration dialog. After the switch reloads, you should see a prompt to enter the initial configuration dialog. Type no at the prompt and press Enter. Would you like to enter the initial configuration dialog? [yes/no]: no Switch> Reflection 1. Why is it necessary to erase the startup configuration before reloading the router? _______________________________________________________________________________________ The startup configuration file is loaded into memory and becomes the running-config after the router reloads. Erasing this file allows the router to return to its basic configuration after a reload. 2. You find a couple configurations issues after saving the running configuration to the startup configuration, so you make the necessary changes to fix those issues. If you were to reload the device now, what configuration would be restored to the device after the reload? _______________________________________________________________________________________ The configuration at the time of the last save is restored to the device after a reload. Any changes made to the running configuration after the last save would be lost.