SlideShare ist ein Scribd-Unternehmen logo
1 von 21
Rafat Khandaker
PACKET TRACER 1.6.1 LAB
03/29/2016
Design network
Objectives:
• Designanddocumentanaddressingscheme basedonrequirements
. • Selectappropriate equipmentandcable the devices.
• Applyabasic configurationtothe devices.
• Verifyfull connectivitybetweenall devicesinthe topology.
• Identifylayer2and layer3 addressesusedtoswitchpackets.
Task 1: Designanddocumentanaddressingscheme.
Step1: Designanaddressingscheme.Basedonthe networkrequirementsshowninthe topology,design
an appropriate addressingscheme.
• Startingwiththe largestLAN,determinethe size of eachsubnetyouwill needforthe givenhost
requirement.
In thisnetwork,Iplanon usingthe private IPspace to it'smaximumefficiency.Inoticedwe
Have a total of 140 pc hosts with3 Routerinterface with3 switches,creatingatotal of 140+6 or more
IP addresses.
Planfor B1 : 80 hostsare neededusingclassCsubnet.
2^6 < 80 < 2^7 where lastoctet2^7 = 128
We can give B1 7 bitsfor host,leaving1bitfor subnet. mask= 255.255.255.128
Leavinguswithhostaddressspace ( 192.168.1.1 - 192.168.1.126 )
Subnet(192.168.1.0) withBroadcast (192.168.1.127)
Planfor B2
20 hostsneeded. 2^4 < 20 < 2^5
5 hostbitswith3 subnetbits. mask= 255.255.255.224
Hosts ' cannot be "lastoctet" = ( 1-127 ) 192.168.1.128 = new subnetforB2
Hosts :128 +32 = 160 hostaddressrange ( 192.168.1.129 - 192.168.1.160 )
Subnet(128) withbroadcastat (159)
Planfor HQ
40 hosts need2^6 = 64
At-least6bitsare neededforhostaddress,leaving2bitsfor subnet
Mask = 255.255.255.192
Host addresscannotoccupy previousdesignsforB1and B2
( 192.168.1.0 to 192.168.1.160 )
Start addresshasto be multiple of 64= 192.168.1.192
Host addressrange ( 192.168.1.193 - 192.168.1.254 )
Broadcast address= 192.168.1.255
Note that Addressspace 160 – 192 are notin use ( Reserve serial interfaces)
• Afterthe addresseshave beendeterminedforall the LAN subnets,assignthe firstavailableaddress
space to the WAN linkbetweenB1and HQ.assignaddressspace tothe WAN linkbetweenHQandB2.
NETWORK192.168.1.164/30 CIDR30 = 255.255.255.252 2 hostsper network
broadcast= 192.168.1.167 nextnetwork=192.168.1.168 w/broadcast at 192.168.1.171
Serial interface HQ= s2/0 192.168.1.165 ; s3/0 192.168.1.169 255.255.255.252
*I didnot use the firstavailable ipaddresswhichwas..161.. Inlast octet..* note
B1= s2/0 192.168.1.166 at HQ s2/0 192.168.1.166
B2= s3/0 192.168.1.170 at HQ s3/0 192.168.1.169
Device Interface IP address Subnet Mask Default GW
Fa0/0 192.168.1.193 255.255.255.192 Routerinterface
HQ S2/0 192.168.1.165 255.255.255.252 Routerinterface
S3/0 192.168.1.169 255.255.255.252 Routerinterface
B1 Fa0/0 192.168.1.1 255.255.255.128 Routerinterface
S2/0 192.168.1.166 255.255.255.252 Routerinterface
B2 Fa0/0 192.168.1.129 255.255.255.224 Routerinterface
S3/0 192.168.1.170 255.255.255.252 Routerinterface
PC0 NIC 192.168.1.2 - 126 255.255.255.128 192.168.1.1
PC1 NIC 192.168.1.194 -
254
255.255.255.192 192.168.1.193
PC2 NIC 192.168.1.130
- 158
255.255.255.128 192.168.1.129
Step2:
Documentthe addressingscheme.•Use the blankspaceson the topologytorecord the network
addressesindotted-decimal/slashformat.•Use the table providedinthe printedinstructionsto
documentthe IPaddresses,subnetmasksanddefaultgatewayaddresses. Forthe LANs,assignthe first
IP addresstothe router interface.Assignthe lastIPaddresstothe PC Forthe WAN links,assignthe first
IP addresstoHQ.
Task 2: Selectequipmentandcable devices.
Step1: Selectthe necessaryequipment.Selectthe remainingdevicesyouwillneedandadd
themto the workingspace inside PacketTracer.Use the labelsasa guide asto where toplace
the devices.
Step2: Finishcablingthe devices.Cablethe networksaccordingtothe topologytakingcare that
interfacesmatchyourdocumentationinTask1.
Task 3: Applyabasic configuration.
Step1: Configure the routers.Usingyourdocumentation,configure the routerswithbasic
configurationsincludingaddressing.Use ciscoasthe line passwordsandclassas the secret
password.Use 64000 as the clockrate.
Step2: Configure the PCs.Usingyourdocumentation,configure the PCswithanIPaddress,
subnetmask,anddefaultgateway.
Task
Packet Tracer Simulation
( after configuration )
Configuring Router HQ
NOTE AND IGNORE THE SERIAL INTERFACE* THEY HAVE BEEN PROPERLY ASSIGNED IN THE REAL PACKET
TRACER ! ***
Simplyconfigure RouterHQwithbasichostname,banner,password.Also,configure fastethernet
interface withipaddressIcalculatedattable.Make sure the interface isinnoshutdownmode.We can
see that the linkstate isgreen.
This portion of the command line, I configured the serial interfaces for the WAN port and also synced
withthe DCE clock rate of 64000, as documentedby the lab requirements for part 2. Also made sure to
configure each interface to no shutdown. Last but not least, made sure to copy the running config to
start-up config so the router will boot with the configuration changes.
* also forgot to enable secret class on configuration settings
Copy running-config to startup-config and reload the router
RESULT OF SHOW RUN FROMHQ
Router B1
Notice that the DCE interface did not show message when configuring clock rate. This is most likely
because I connected the B1 router to supply clock rate to Router HQ through the serial interface.
Configure Router B2
After configuring B2, this is the show run status
TROUBLESHOOTING ERRORS
I noticed that the link for s3/0 was not configured properly after I entered no shutdown command for
s2/0 on B2.
Fix
After assigning s3/0 on router HQ with IP address, clock rate and no shutdown . I was able to achieve
connection green.
Packet Tracer Simulation Network
Take notice here that all the links are green, meaning that the link state are in UP state, However for
the next portion of this lab i noticed that I have no layer 3 connectivity between the WAN links; this is
mostlikely due to packet tracer lab 1.6.1 assumption that the RIP protocol is administered by default.
This is not true for for this situation, I will have to enable RIP protocol.
Assign RIP v 2 for router B1 / B2 / HQ
Task 4: Test connectivity and examine the configuration.
In the last step
I troubleshootedthe networkwithaseriesof pingrequestfromthe hostsineachsubnet.
HOST to defaultgateway, hosttonextrouteronhop and hostto host connectivity.
I noticedthatI didnot have connectivitybetweenroutertorouterandhost past the defaultgateway.
I knewthatthe problemhadtobe onthe routerconfiguration.
Packettracer 1.6.1 labassumesthat ripv 2 isa protocal that hasalreadybeenpreconfigured.Inmy
case,configuringthe Packettracerfromscratch, it has notbeenconfigured.
aftertroubleshootingthe ripprotocal,i noticedthatthe routingtable didnothave the rip v2 update.
so to enable the update i hadto assignthe networkvalue tocommunicate the update.
IOS TERMINAL
we can see that RIPv2 didnotexchange routingupdates
I DID THIS FOR ALL ROUTERS ON THE NETWORK ANDACHIEVEDFULL CONNECTIVITY
Assignroutingripv 2 withthe networkto exchange update information
aftertroubleshootingi have full connectivitybetweenall hostfrom192.168.1.126
ALL HOSTS ACROSSTHE NETWORKCAN BE PINGEDFROM192.168.1.126
CONCLUSION:
I have completedthe packettracer1.6.1 lab.In thislabI have implementedthe subnettheoryand
routingprotocal to communicate informationacrossnetworktopology.Ihave constructedasimulation
to testand troubleshootconnectivity.Ihave successfulyusedthe troubleshootingprocedure to
complete all linkfailures.Ilearnedhowtodesignroutertorouternetworkdesignandsubnet
implementation.
CREATED BY RAFATKHANDAKER
YOUTUBE PACKTTRACER 1.6.1 lab withcommentary:
https://youtu.be/Mrcl5N0n5kY by Rafat Khandaker
THANK YOU

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
 
6.5.1.2 packet tracer layer 2 security instructor
6.5.1.2 packet tracer   layer 2 security instructor6.5.1.2 packet tracer   layer 2 security instructor
6.5.1.2 packet tracer layer 2 security instructor
Salem Trabelsi
 
8. internal components of router
8. internal components of router8. internal components of router
8. internal components of router
Swarndeep Singh
 

Was ist angesagt? (20)

Vlan lab
Vlan labVlan lab
Vlan lab
 
Asa packet-flow-00
Asa packet-flow-00Asa packet-flow-00
Asa packet-flow-00
 
CCNA 1 Routing and Switching v5.0 Chapter 9
CCNA 1 Routing and Switching v5.0 Chapter 9CCNA 1 Routing and Switching v5.0 Chapter 9
CCNA 1 Routing and Switching v5.0 Chapter 9
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 
EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)
 
Ccnp workbook network bulls
Ccnp workbook network bullsCcnp workbook network bulls
Ccnp workbook network bulls
 
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
 
Ccna rse dynamic routing
Ccna rse dynamic routingCcna rse dynamic routing
Ccna rse dynamic routing
 
Cisco router basic
Cisco router basicCisco router basic
Cisco router basic
 
6.5.1.2 packet tracer layer 2 security instructor
6.5.1.2 packet tracer   layer 2 security instructor6.5.1.2 packet tracer   layer 2 security instructor
6.5.1.2 packet tracer layer 2 security instructor
 
CCNA ppt
CCNA pptCCNA ppt
CCNA ppt
 
Spanning tree protocol (stp)
Spanning tree protocol (stp)Spanning tree protocol (stp)
Spanning tree protocol (stp)
 
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1
 
Ethernet protocol
Ethernet protocolEthernet protocol
Ethernet protocol
 
How to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guideHow to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guide
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracer
 
Classless inter domain routing
Classless inter domain routingClassless inter domain routing
Classless inter domain routing
 
8. internal components of router
8. internal components of router8. internal components of router
8. internal components of router
 
Network Sockets
Network SocketsNetwork Sockets
Network Sockets
 
NAT (network address translation) & PAT (port address translation)
NAT (network address translation) & PAT (port address translation)NAT (network address translation) & PAT (port address translation)
NAT (network address translation) & PAT (port address translation)
 

Andere mochten auch

Laboratorio packet tracer dhcp-dns-http
Laboratorio packet tracer dhcp-dns-httpLaboratorio packet tracer dhcp-dns-http
Laboratorio packet tracer dhcp-dns-http
hhlezana
 
Zagor - 002 - rijecni duh part 2
Zagor - 002 - rijecni duh part 2Zagor - 002 - rijecni duh part 2
Zagor - 002 - rijecni duh part 2
Blagojce Treneski
 
Biotechnics.ltd 16.09.2014
Biotechnics.ltd 16.09.2014Biotechnics.ltd 16.09.2014
Biotechnics.ltd 16.09.2014
biotechnics
 
Mapa efqm.2
Mapa efqm.2Mapa efqm.2
Mapa efqm.2
Bladan
 

Andere mochten auch (20)

CCNA Routing & Switching. Novedades Enrutamiento. OSPF Multiárea y OSPFv3
CCNA Routing & Switching. Novedades Enrutamiento. OSPF Multiárea y OSPFv3CCNA Routing & Switching. Novedades Enrutamiento. OSPF Multiárea y OSPFv3
CCNA Routing & Switching. Novedades Enrutamiento. OSPF Multiárea y OSPFv3
 
Laboratorio packet tracer dhcp-dns-http
Laboratorio packet tracer dhcp-dns-httpLaboratorio packet tracer dhcp-dns-http
Laboratorio packet tracer dhcp-dns-http
 
Vlsm exercises solutions
Vlsm exercises solutionsVlsm exercises solutions
Vlsm exercises solutions
 
CCNA presentation.
CCNA presentation.CCNA presentation.
CCNA presentation.
 
Zagor - 002 - rijecni duh part 2
Zagor - 002 - rijecni duh part 2Zagor - 002 - rijecni duh part 2
Zagor - 002 - rijecni duh part 2
 
Dns Blackholing
Dns BlackholingDns Blackholing
Dns Blackholing
 
Bizkaia
BizkaiaBizkaia
Bizkaia
 
Producción del Biocarbón
Producción del BiocarbónProducción del Biocarbón
Producción del Biocarbón
 
Blackspot 5 sosro
Blackspot 5   sosroBlackspot 5   sosro
Blackspot 5 sosro
 
Deltek First Cloud Solutions for PS Firms
Deltek First Cloud Solutions for PS FirmsDeltek First Cloud Solutions for PS Firms
Deltek First Cloud Solutions for PS Firms
 
Cinema
CinemaCinema
Cinema
 
This is Bixti
This is BixtiThis is Bixti
This is Bixti
 
Biotechnics.ltd 16.09.2014
Biotechnics.ltd 16.09.2014Biotechnics.ltd 16.09.2014
Biotechnics.ltd 16.09.2014
 
Die Euro-Millionaer-Vorschau
Die Euro-Millionaer-VorschauDie Euro-Millionaer-Vorschau
Die Euro-Millionaer-Vorschau
 
Bizi bizi 14-17
Bizi bizi 14-17Bizi bizi 14-17
Bizi bizi 14-17
 
Space Policy - Vis Viva - 10th bi-weekly meeting - August 7, 2013
Space Policy - Vis Viva - 10th bi-weekly meeting - August 7, 2013Space Policy - Vis Viva - 10th bi-weekly meeting - August 7, 2013
Space Policy - Vis Viva - 10th bi-weekly meeting - August 7, 2013
 
Foursquare Blackout
Foursquare BlackoutFoursquare Blackout
Foursquare Blackout
 
Billionairess Academy
Billionairess AcademyBillionairess Academy
Billionairess Academy
 
Mapa efqm.2
Mapa efqm.2Mapa efqm.2
Mapa efqm.2
 
What further tx in ps a
What further tx in ps aWhat further tx in ps a
What further tx in ps a
 

Ähnlich wie CCNA Packet Tracer 1.6.1

ITNE2003 -  AssignmentLearning ObjectivesUpon completion of this.docx
ITNE2003 -  AssignmentLearning ObjectivesUpon completion of this.docxITNE2003 -  AssignmentLearning ObjectivesUpon completion of this.docx
ITNE2003 -  AssignmentLearning ObjectivesUpon completion of this.docx
sleeperfindley
 
Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracer
Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracerCcnav5.org ccna 4-v5_practice_skills_assessment__packet_tracer
Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracer
Đồng Quốc Vương
 
Ccna 4 v5 practice skills assessment – packet tracer
Ccna 4 v5 practice skills assessment – packet tracerCcna 4 v5 practice skills assessment – packet tracer
Ccna 4 v5 practice skills assessment – packet tracer
Đồng Quốc Vương
 
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersCcnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
Đồng Quốc Vương
 
manual on networking cabling with pratical guide
manual on networking cabling with pratical guidemanual on networking cabling with pratical guide
manual on networking cabling with pratical guide
NuhuSamaila
 
119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut
nicolelemmimg
 
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docxCCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
keturahhazelhurst
 
Sharing your-internet-connection-on-linux
Sharing your-internet-connection-on-linuxSharing your-internet-connection-on-linux
Sharing your-internet-connection-on-linux
jasembo
 
Www ccnav5 net_ccna_3_v5_final_exam_answers_2014
Www ccnav5 net_ccna_3_v5_final_exam_answers_2014Www ccnav5 net_ccna_3_v5_final_exam_answers_2014
Www ccnav5 net_ccna_3_v5_final_exam_answers_2014
Đồng Quốc Vương
 
Ccnav5.org ccna 4-v50_practice_final_exam
Ccnav5.org ccna 4-v50_practice_final_examCcnav5.org ccna 4-v50_practice_final_exam
Ccnav5.org ccna 4-v50_practice_final_exam
Đồng Quốc Vương
 
CCNA1 v7.0_ ITN Practice PT Skills Assessment (PTSA)12 Answers.pdf
CCNA1 v7.0_ ITN Practice PT Skills Assessment (PTSA)12 Answers.pdfCCNA1 v7.0_ ITN Practice PT Skills Assessment (PTSA)12 Answers.pdf
CCNA1 v7.0_ ITN Practice PT Skills Assessment (PTSA)12 Answers.pdf
ngombeemmanuel
 

Ähnlich wie CCNA Packet Tracer 1.6.1 (20)

ITNE2003 -  AssignmentLearning ObjectivesUpon completion of this.docx
ITNE2003 -  AssignmentLearning ObjectivesUpon completion of this.docxITNE2003 -  AssignmentLearning ObjectivesUpon completion of this.docx
ITNE2003 -  AssignmentLearning ObjectivesUpon completion of this.docx
 
Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracer
Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracerCcnav5.org ccna 4-v5_practice_skills_assessment__packet_tracer
Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracer
 
Ccna 4 v5 practice skills assessment – packet tracer
Ccna 4 v5 practice skills assessment – packet tracerCcna 4 v5 practice skills assessment – packet tracer
Ccna 4 v5 practice skills assessment – packet tracer
 
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersCcnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
 
ccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answersccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answers
 
Cn lab-manual
Cn lab-manualCn lab-manual
Cn lab-manual
 
manual on networking cabling with pratical guide
manual on networking cabling with pratical guidemanual on networking cabling with pratical guide
manual on networking cabling with pratical guide
 
CCNA-lab-Manual.pdf
CCNA-lab-Manual.pdfCCNA-lab-Manual.pdf
CCNA-lab-Manual.pdf
 
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAMCMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
CMIT 350 FINAL EXAM CCNA CERTIFICATION PRACTICE EXAM
 
119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut
 
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docxCCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
CCNA Connecting NetworksSA ExamLab 13 CCNA Connecting Netwo.docx
 
Sharing your-internet-connection-on-linux
Sharing your-internet-connection-on-linuxSharing your-internet-connection-on-linux
Sharing your-internet-connection-on-linux
 
Ccna routing and switching
Ccna routing and switchingCcna routing and switching
Ccna routing and switching
 
Www ccnav5 net_ccna_3_v5_final_exam_answers_2014
Www ccnav5 net_ccna_3_v5_final_exam_answers_2014Www ccnav5 net_ccna_3_v5_final_exam_answers_2014
Www ccnav5 net_ccna_3_v5_final_exam_answers_2014
 
CCNA 1 Final v5.0 2014
CCNA 1 Final  v5.0 2014CCNA 1 Final  v5.0 2014
CCNA 1 Final v5.0 2014
 
Loopback address
Loopback addressLoopback address
Loopback address
 
Running head network design 1 netwo
Running head network design                             1 netwoRunning head network design                             1 netwo
Running head network design 1 netwo
 
Ccnav5.org ccna 4-v50_practice_final_exam
Ccnav5.org ccna 4-v50_practice_final_examCcnav5.org ccna 4-v50_practice_final_exam
Ccnav5.org ccna 4-v50_practice_final_exam
 
CCNA1 v7.0_ ITN Practice PT Skills Assessment (PTSA)12 Answers.pdf
CCNA1 v7.0_ ITN Practice PT Skills Assessment (PTSA)12 Answers.pdfCCNA1 v7.0_ ITN Practice PT Skills Assessment (PTSA)12 Answers.pdf
CCNA1 v7.0_ ITN Practice PT Skills Assessment (PTSA)12 Answers.pdf
 
acn-practical_manual-19-20-1 final.pdf
acn-practical_manual-19-20-1 final.pdfacn-practical_manual-19-20-1 final.pdf
acn-practical_manual-19-20-1 final.pdf
 

Mehr von Rafat Khandaker (10)

Packet Tracer: Load Balancing with GLBP and FHRP
Packet Tracer: Load Balancing with GLBP and FHRPPacket Tracer: Load Balancing with GLBP and FHRP
Packet Tracer: Load Balancing with GLBP and FHRP
 
Packet Tracer: SNMP, Netflow, Sys-log
Packet Tracer: SNMP, Netflow, Sys-logPacket Tracer: SNMP, Netflow, Sys-log
Packet Tracer: SNMP, Netflow, Sys-log
 
Packet Tracer: Routing protocols EIGRP and OSPF
Packet Tracer: Routing protocols EIGRP and OSPFPacket Tracer: Routing protocols EIGRP and OSPF
Packet Tracer: Routing protocols EIGRP and OSPF
 
Packet Tracer: Nat protocol
Packet Tracer: Nat protocolPacket Tracer: Nat protocol
Packet Tracer: Nat protocol
 
CCNA Security configuration
CCNA Security configurationCCNA Security configuration
CCNA Security configuration
 
Packet Tracer: Cisco, Spanning tree protocol
Packet Tracer: Cisco, Spanning tree protocolPacket Tracer: Cisco, Spanning tree protocol
Packet Tracer: Cisco, Spanning tree protocol
 
Packet Tracer: WAN, point to point links.
Packet Tracer: WAN, point to point links.Packet Tracer: WAN, point to point links.
Packet Tracer: WAN, point to point links.
 
CCNA- Router on stick, VLAN and Trunking
CCNA- Router on stick, VLAN and TrunkingCCNA- Router on stick, VLAN and Trunking
CCNA- Router on stick, VLAN and Trunking
 
Career Prep Exit Project
Career Prep Exit ProjectCareer Prep Exit Project
Career Prep Exit Project
 
Career Prep Exit Project
Career Prep Exit ProjectCareer Prep Exit Project
Career Prep Exit Project
 

Kürzlich hochgeladen

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Kürzlich hochgeladen (20)

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 

CCNA Packet Tracer 1.6.1

  • 1. Rafat Khandaker PACKET TRACER 1.6.1 LAB 03/29/2016 Design network Objectives: • Designanddocumentanaddressingscheme basedonrequirements . • Selectappropriate equipmentandcable the devices. • Applyabasic configurationtothe devices. • Verifyfull connectivitybetweenall devicesinthe topology. • Identifylayer2and layer3 addressesusedtoswitchpackets. Task 1: Designanddocumentanaddressingscheme. Step1: Designanaddressingscheme.Basedonthe networkrequirementsshowninthe topology,design an appropriate addressingscheme. • Startingwiththe largestLAN,determinethe size of eachsubnetyouwill needforthe givenhost requirement.
  • 2. In thisnetwork,Iplanon usingthe private IPspace to it'smaximumefficiency.Inoticedwe Have a total of 140 pc hosts with3 Routerinterface with3 switches,creatingatotal of 140+6 or more IP addresses. Planfor B1 : 80 hostsare neededusingclassCsubnet. 2^6 < 80 < 2^7 where lastoctet2^7 = 128 We can give B1 7 bitsfor host,leaving1bitfor subnet. mask= 255.255.255.128 Leavinguswithhostaddressspace ( 192.168.1.1 - 192.168.1.126 ) Subnet(192.168.1.0) withBroadcast (192.168.1.127) Planfor B2 20 hostsneeded. 2^4 < 20 < 2^5 5 hostbitswith3 subnetbits. mask= 255.255.255.224 Hosts ' cannot be "lastoctet" = ( 1-127 ) 192.168.1.128 = new subnetforB2 Hosts :128 +32 = 160 hostaddressrange ( 192.168.1.129 - 192.168.1.160 ) Subnet(128) withbroadcastat (159) Planfor HQ 40 hosts need2^6 = 64 At-least6bitsare neededforhostaddress,leaving2bitsfor subnet Mask = 255.255.255.192 Host addresscannotoccupy previousdesignsforB1and B2 ( 192.168.1.0 to 192.168.1.160 ) Start addresshasto be multiple of 64= 192.168.1.192 Host addressrange ( 192.168.1.193 - 192.168.1.254 ) Broadcast address= 192.168.1.255
  • 3. Note that Addressspace 160 – 192 are notin use ( Reserve serial interfaces) • Afterthe addresseshave beendeterminedforall the LAN subnets,assignthe firstavailableaddress space to the WAN linkbetweenB1and HQ.assignaddressspace tothe WAN linkbetweenHQandB2. NETWORK192.168.1.164/30 CIDR30 = 255.255.255.252 2 hostsper network broadcast= 192.168.1.167 nextnetwork=192.168.1.168 w/broadcast at 192.168.1.171 Serial interface HQ= s2/0 192.168.1.165 ; s3/0 192.168.1.169 255.255.255.252 *I didnot use the firstavailable ipaddresswhichwas..161.. Inlast octet..* note B1= s2/0 192.168.1.166 at HQ s2/0 192.168.1.166 B2= s3/0 192.168.1.170 at HQ s3/0 192.168.1.169 Device Interface IP address Subnet Mask Default GW Fa0/0 192.168.1.193 255.255.255.192 Routerinterface HQ S2/0 192.168.1.165 255.255.255.252 Routerinterface S3/0 192.168.1.169 255.255.255.252 Routerinterface B1 Fa0/0 192.168.1.1 255.255.255.128 Routerinterface S2/0 192.168.1.166 255.255.255.252 Routerinterface B2 Fa0/0 192.168.1.129 255.255.255.224 Routerinterface S3/0 192.168.1.170 255.255.255.252 Routerinterface PC0 NIC 192.168.1.2 - 126 255.255.255.128 192.168.1.1 PC1 NIC 192.168.1.194 - 254 255.255.255.192 192.168.1.193 PC2 NIC 192.168.1.130 - 158 255.255.255.128 192.168.1.129 Step2: Documentthe addressingscheme.•Use the blankspaceson the topologytorecord the network addressesindotted-decimal/slashformat.•Use the table providedinthe printedinstructionsto documentthe IPaddresses,subnetmasksanddefaultgatewayaddresses. Forthe LANs,assignthe first IP addresstothe router interface.Assignthe lastIPaddresstothe PC Forthe WAN links,assignthe first IP addresstoHQ.
  • 4. Task 2: Selectequipmentandcable devices. Step1: Selectthe necessaryequipment.Selectthe remainingdevicesyouwillneedandadd themto the workingspace inside PacketTracer.Use the labelsasa guide asto where toplace the devices. Step2: Finishcablingthe devices.Cablethe networksaccordingtothe topologytakingcare that interfacesmatchyourdocumentationinTask1. Task 3: Applyabasic configuration. Step1: Configure the routers.Usingyourdocumentation,configure the routerswithbasic configurationsincludingaddressing.Use ciscoasthe line passwordsandclassas the secret password.Use 64000 as the clockrate. Step2: Configure the PCs.Usingyourdocumentation,configure the PCswithanIPaddress, subnetmask,anddefaultgateway. Task Packet Tracer Simulation ( after configuration )
  • 5. Configuring Router HQ NOTE AND IGNORE THE SERIAL INTERFACE* THEY HAVE BEEN PROPERLY ASSIGNED IN THE REAL PACKET TRACER ! *** Simplyconfigure RouterHQwithbasichostname,banner,password.Also,configure fastethernet interface withipaddressIcalculatedattable.Make sure the interface isinnoshutdownmode.We can see that the linkstate isgreen.
  • 6. This portion of the command line, I configured the serial interfaces for the WAN port and also synced withthe DCE clock rate of 64000, as documentedby the lab requirements for part 2. Also made sure to configure each interface to no shutdown. Last but not least, made sure to copy the running config to start-up config so the router will boot with the configuration changes. * also forgot to enable secret class on configuration settings Copy running-config to startup-config and reload the router
  • 7. RESULT OF SHOW RUN FROMHQ
  • 8.
  • 10.
  • 11. Notice that the DCE interface did not show message when configuring clock rate. This is most likely because I connected the B1 router to supply clock rate to Router HQ through the serial interface. Configure Router B2 After configuring B2, this is the show run status
  • 13. I noticed that the link for s3/0 was not configured properly after I entered no shutdown command for s2/0 on B2. Fix After assigning s3/0 on router HQ with IP address, clock rate and no shutdown . I was able to achieve connection green. Packet Tracer Simulation Network
  • 14. Take notice here that all the links are green, meaning that the link state are in UP state, However for the next portion of this lab i noticed that I have no layer 3 connectivity between the WAN links; this is mostlikely due to packet tracer lab 1.6.1 assumption that the RIP protocol is administered by default. This is not true for for this situation, I will have to enable RIP protocol. Assign RIP v 2 for router B1 / B2 / HQ
  • 15. Task 4: Test connectivity and examine the configuration. In the last step I troubleshootedthe networkwithaseriesof pingrequestfromthe hostsineachsubnet. HOST to defaultgateway, hosttonextrouteronhop and hostto host connectivity. I noticedthatI didnot have connectivitybetweenroutertorouterandhost past the defaultgateway. I knewthatthe problemhadtobe onthe routerconfiguration.
  • 16. Packettracer 1.6.1 labassumesthat ripv 2 isa protocal that hasalreadybeenpreconfigured.Inmy case,configuringthe Packettracerfromscratch, it has notbeenconfigured. aftertroubleshootingthe ripprotocal,i noticedthatthe routingtable didnothave the rip v2 update.
  • 17. so to enable the update i hadto assignthe networkvalue tocommunicate the update. IOS TERMINAL we can see that RIPv2 didnotexchange routingupdates I DID THIS FOR ALL ROUTERS ON THE NETWORK ANDACHIEVEDFULL CONNECTIVITY Assignroutingripv 2 withthe networkto exchange update information aftertroubleshootingi have full connectivitybetweenall hostfrom192.168.1.126
  • 18.
  • 19.
  • 20. ALL HOSTS ACROSSTHE NETWORKCAN BE PINGEDFROM192.168.1.126 CONCLUSION: I have completedthe packettracer1.6.1 lab.In thislabI have implementedthe subnettheoryand routingprotocal to communicate informationacrossnetworktopology.Ihave constructedasimulation to testand troubleshootconnectivity.Ihave successfulyusedthe troubleshootingprocedure to complete all linkfailures.Ilearnedhowtodesignroutertorouternetworkdesignandsubnet implementation.
  • 21. CREATED BY RAFATKHANDAKER YOUTUBE PACKTTRACER 1.6.1 lab withcommentary: https://youtu.be/Mrcl5N0n5kY by Rafat Khandaker THANK YOU