SlideShare a Scribd company logo
1 of 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

More Related Content

What's hot

VLAN Trunking Protocol
VLAN Trunking ProtocolVLAN Trunking Protocol
VLAN Trunking ProtocolNetwax Lab
 
Lab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routingLab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routingMuhd Mu'izuddin
 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting PresentationTouhidul Fahim
 
CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2Nil Menon
 
CCNA SUMMER TRAINNING PPT
CCNA SUMMER TRAINNING PPTCCNA SUMMER TRAINNING PPT
CCNA SUMMER TRAINNING PPTNishant Goel
 
Difference b/w STP RSTP PVST & MSTP
Difference b/w STP RSTP PVST & MSTPDifference b/w STP RSTP PVST & MSTP
Difference b/w STP RSTP PVST & MSTPNetwax Lab
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationDsunte Wilson
 
Router and Routing Protocol Attacks
Router and Routing Protocol AttacksRouter and Routing Protocol Attacks
Router and Routing Protocol AttacksConferencias FIST
 
Address resolution protocol (ARP)
Address resolution protocol (ARP)Address resolution protocol (ARP)
Address resolution protocol (ARP)NetProtocol Xpert
 
Cisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationCisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationHamed Moghaddam
 
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1AIRTEL
 
2.2.4.9 packet tracer configuring switch port security instructions - ig
2.2.4.9 packet tracer   configuring switch port security instructions - ig2.2.4.9 packet tracer   configuring switch port security instructions - ig
2.2.4.9 packet tracer configuring switch port security instructions - igAlex Ramirez
 
CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5Nil Menon
 
Packet tracer practical guide
Packet tracer practical guidePacket tracer practical guide
Packet tracer practical guideNishant Gandhi
 

What's hot (20)

VLAN Trunking Protocol
VLAN Trunking ProtocolVLAN Trunking Protocol
VLAN Trunking Protocol
 
Lab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routingLab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routing
 
Ether channel fundamentals
Ether channel fundamentalsEther channel fundamentals
Ether channel fundamentals
 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting Presentation
 
CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2
 
CCNA SUMMER TRAINNING PPT
CCNA SUMMER TRAINNING PPTCCNA SUMMER TRAINNING PPT
CCNA SUMMER TRAINNING PPT
 
Difference b/w STP RSTP PVST & MSTP
Difference b/w STP RSTP PVST & MSTPDifference b/w STP RSTP PVST & MSTP
Difference b/w STP RSTP PVST & MSTP
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
 
Arp and rarp
Arp and rarpArp and rarp
Arp and rarp
 
Cisco packet tracer dhcp
Cisco packet tracer   dhcpCisco packet tracer   dhcp
Cisco packet tracer dhcp
 
CCNA Report
CCNA ReportCCNA Report
CCNA Report
 
Lab6.4.1
Lab6.4.1Lab6.4.1
Lab6.4.1
 
Router and Routing Protocol Attacks
Router and Routing Protocol AttacksRouter and Routing Protocol Attacks
Router and Routing Protocol Attacks
 
Address resolution protocol (ARP)
Address resolution protocol (ARP)Address resolution protocol (ARP)
Address resolution protocol (ARP)
 
Cisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationCisco CCNA- NAT Configuration
Cisco CCNA- NAT Configuration
 
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1
 
2.2.4.9 packet tracer configuring switch port security instructions - ig
2.2.4.9 packet tracer   configuring switch port security instructions - ig2.2.4.9 packet tracer   configuring switch port security instructions - ig
2.2.4.9 packet tracer configuring switch port security instructions - ig
 
CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5
 
Packet tracer practical guide
Packet tracer practical guidePacket tracer practical guide
Packet tracer practical guide
 
Networking Lab Report
Networking Lab ReportNetworking Lab Report
Networking Lab Report
 

Viewers also liked

Viewers also liked (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
 

Similar to 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.docxsleeperfindley
 
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
 
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Đồ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 guideNuhuSamaila
 
CCNA-lab-Manual.pdf
CCNA-lab-Manual.pdfCCNA-lab-Manual.pdf
CCNA-lab-Manual.pdfDrPreethiD1
 
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 EXAMHamesKellor
 
119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tutnicolelemmimg
 
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.docxketurahhazelhurst
 
Sharing your-internet-connection-on-linux
Sharing your-internet-connection-on-linuxSharing your-internet-connection-on-linux
Sharing your-internet-connection-on-linuxjasembo
 
Ccna routing and switching
Ccna routing and switchingCcna routing and switching
Ccna routing and switchingCRIS FERNANDEZ
 
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
 
Loopback address
Loopback addressLoopback address
Loopback addressCEC Landran
 
Running head network design 1 netwo
Running head network design                             1 netwoRunning head network design                             1 netwo
Running head network design 1 netwoAKHIL969626
 
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.pdfngombeemmanuel
 

Similar to 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
 
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
 

More from Rafat Khandaker

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 FHRPRafat Khandaker
 
Packet Tracer: SNMP, Netflow, Sys-log
Packet Tracer: SNMP, Netflow, Sys-logPacket Tracer: SNMP, Netflow, Sys-log
Packet Tracer: SNMP, Netflow, Sys-logRafat Khandaker
 
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 OSPFRafat Khandaker
 
Packet Tracer: Nat protocol
Packet Tracer: Nat protocolPacket Tracer: Nat protocol
Packet Tracer: Nat protocolRafat Khandaker
 
CCNA Security configuration
CCNA Security configurationCCNA Security configuration
CCNA Security configurationRafat Khandaker
 
Packet Tracer: Cisco, Spanning tree protocol
Packet Tracer: Cisco, Spanning tree protocolPacket Tracer: Cisco, Spanning tree protocol
Packet Tracer: Cisco, Spanning tree protocolRafat Khandaker
 
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.Rafat Khandaker
 
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 TrunkingRafat Khandaker
 
Career Prep Exit Project
Career Prep Exit ProjectCareer Prep Exit Project
Career Prep Exit ProjectRafat Khandaker
 
Career Prep Exit Project
Career Prep Exit ProjectCareer Prep Exit Project
Career Prep Exit ProjectRafat Khandaker
 

More from 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
 

Recently uploaded

Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 

Recently uploaded (20)

Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 

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