SlideShare uma empresa Scribd logo
1 de 15
Packet Tracer Practical Tips
Nishant M Gandhi
Teaching Assistant,
Computer Engineering Department,
S V National Institute of Technology, Surat.
Nishantgandhi99@gmail.com
Introduction:
Packet Tracer is a proprietary tool of Cisco. It is used to create &
simulate network virtually. It gives same environment virtually as it
exists physically. So what you do need to do and work same on all
virtually provided devices as you are working with them physically.
This is the beauty of this tool. This tool is widely used in CCNA
training.
This tool gives all type of network devices require to create one real
time working network and also provide same interface as if you are
working on real device.
Packet Tracer WIKI is available. You can read more online about it. Here my focus is how to
use it…
Different Operation:
Q1. How to set up instruments?
A1. Click on instrument. Then click on page to drop it.
Q2. How to connect different instruments with cables?
A2. On left bottom cornet you will find sign like
From here you can select your cable
Q3. How to set IP Address in any PC/Laptop or Server?
A3. Select PC in which you want to set IP Address, Click on it. One
menu will open having three tabs: Physical, Config, Desktop.
Select Desktop and go to “IP Configuration”. Here you can set IP
Addresses.
Q4. How to set IP Address in Router?
A4. Select Router , click on it. One menu will open having three tabs:
Physical, Config, CLI.
Select Config.
Select Interface in which you want to set IP, i.e.FastEthernet4/0.
Set IP Address in it & Check the ON check box.
Q5. What to do if Router doesn’t have enough Ethernet port to
connect?
A5. In most of the Routers, It has free physical slots which you can fill
up, if you want to connect more devices with Router.
Select Router,
Select tab Physical,
Now on left side there is list of different kind of Ethernet cards
whose detail is given in bottom.
Select the one you want.
Now switch off the Router from the right top side on the picture of
router.
Now Drag the Ethernet card from right bottom most side and drop it
on Routers’ empty slot.
Switch on the Router again.
Q6. How to Configure RIP in Router?
A6. In RIP configuration, You just need to enter the network address
of all interface that are directly connected with your Router. In other
word, you need to add all the network addresses which you have
entered in different Ethernet cards in your router.
i.e.
You have Router 1.
You have configured
FastEthernet 4/0 with 192.168.0.1/24
FastEthernet 5/0 with 192.168.1.1/24
FastEthernet 6/0 with 192.168.2.1/24
So for RIP
You need to enter three network addresses
192.168.0.0
192.168.1.0
192.168.2.0
1) One Network(with one PC) One Switch:
Step1: Put one PC & One Generic Switch
Step2: Connect them both with copper straight cable
Step3: Open property of My PC >> Desktop >> IP Configure
Now set following,
IP Address: 192.168.0.1
Subnet Mask: 255.255.255.0
You Are UP!!!!!!!!
2) Two Network(two PC each) One Switch:
Step1: Put four PC & One Generic Switch
PC0 & PC1 for Network 1
PC2 & PC3 for Network 2
Step2: Connect them all with copper straight cable
Step3: Set following IP & Mask
PC Name IP Address Subnet Mask
PC0 192.168.0.1 255.255.255.0
PC1 192.168.0.2 255.255.255.0
PC2 172.16.0.1 255.255.0.0
PC3 172.16.0.2 255.255.0.0
Try to ping each other and see what happens…
Observation: Though they are connected with each other with single
switch only PC0&PC1 can communicate with each other and
PC2&PC3 can communicate with each other.
Conclusion: For two computers to communicate, they must be in
same logical network.
3) Two Network Two Switch One Router:
Step1: Put four PC, One Generic Switch & One Generic Router
PC0 & PC1 for Network 1
PC2 & PC3 for Network 2
Step2: Connect them all(Switch & PCs) with copper straight cable
Step3: Connect Switches with Router using Fiber Cable
Step4: Set following IP & Mask
PC Name IP Address Subnet Mask
PC0 192.168.0.2 255.255.255.0
PC1 192.168.0.3 255.255.255.0
PC2 172.16.0.2 255.255.0.0
PC3 172.16.0.3 255.255.0.0
Step5: Set the Router’s FastEthernet IP Address in its respective
Interface IP Configuration as follow.
Interface IP Address Subnet Mask
Cable connected with Switch 0 192.168.0.1 255.255.255.0
Cable connected with Switch 1 172.16.0.1 255.255.0.0
Try to ping each other and see what happens…
Observation: Two network 192.168.0.0/24 and 172.16.0.0/16 can
communicate now. We have not specified(applied) any routing
algorithm.
Conclusion: With Router, We can make communication between two
different networks. When different networks are connected with
only one router then they don’t need to use routing algorithm
because router knows the all networks and where to send packets.
4) Two Network Two Switch Two Router:
Step1: Put four PC, One Generic Switch & One Generic Router
PC0 & PC1 for Network 1
PC2 & PC3 for Network 2
Step2: Connect them all(Switch & PCs) with copper straight cables
Step3: Connect Switches with Router using Fiber Cables
Step4: Connect Routers with Fiber Cables
Step5: Set following IP & Mask
PC Name IP Address Subnet Mask
PC0 192.168.0.2 255.255.255.0
PC1 192.168.0.3 255.255.255.0
PC2 192.168.1.2 255.255.255.0
PC3 192.168.1.3 255.255.255.0
Step6: Set the Router’s FastEthernet IP Address in its respective
Interface IP Configuration as follow.
Router 0:
Interface IP Address Subnet Mask
Cable connected with Switch 0 192.168.0.1 255.255.255.0
Cable connected with Router 1 172.16.0.1 255.255.255.0
Router 1:
Interface IP Address Subnet Mask
Cable connected with Switch 1 192.168.1.1 255.255.255.0
Cable connected with Router 0 172.16.0.2 255.255.255.0
Step7: Add network address in RIP for routing the packets.
Router 0:
192.168.0.0
172.16.0.0
Router 1:
192.168.1.0
172.16.0.0
Try to ping each other and see what happens…
Observation: Two network 192.168.0.0/24 and 192.168.1.0/24 can
communicate now. We have to configure routing algorithm (In our
case RIP).
Conclusion: With Router, We can make communication between two
different networks. When different networks are connected with
more than router then we need to use routing algorithm because
router has to decide where to send packets.
5) Three Network Three Switch Three Router:
Step1: Put six PC, three Generic Switch & three Generic Router
PC0 & PC1 for Network 1
PC2 & PC3 for Network 2
PC4 & PC5 for Network 3
Step2: Connect them all(Switch & PCs) with copper straight cables
Step3: Connect Switches with Router using Fiber Cables
Step4: Connect Routers with Fiber Cables
Step5: Set following IP & Mask
PC Name IP Address Subnet Mask
PC0 192.168.0.2 255.255.255.0
PC1 192.168.0.3 255.255.255.0
PC2 192.168.1.2 255.255.255.0
PC3 192.168.1.3 255.255.255.0
PC4 192.168.2.2 255.255.255.0
PC5 192.168.2.3 255.255.255.0
Step6: Set the Router’s FastEthernet IP Address in its respective
Interface IP Configuration as follow.
Router 0:
Interface IP Address Subnet Mask
Cable connected with Switch 0 192.168.0.1 255.255.255.0
Cable connected with Router 1 172.16.0.1 255.255.255.0
Router 1:
Interface IP Address Subnet Mask
Cable connected with Switch 1 192.168.1.1 255.255.255.0
Cable connected with Router 0 172.16.0.2 255.255.255.0
Cable connected with Router 2 172.16.1.1 255.255.255.0
Router 2:
Interface IP Address Subnet Mask
Cable connected with Switch 2 192.168.2.1 255.255.255.0
Cable connected with Router 1 172.16.1.2 255.255.255.0
Step7: Add network address in RIP for routing the packets.
Router 0:
192.168.0.0
172.16.0.0
Router 1:
192.168.1.0
172.16.0.0
Router 2:
192.168.2.0
172.16.0.0
Try to ping each other and see what happens…
Observation: Three network 192.168.0.0/24 and 192.168.1.0/24 and
192.168.2.0/24 can communicate now. We have to configure routing
algorithm (In our case RIP).
Conclusion: With Routers, We can make communication between
many different networks.
THE END

Mais conteúdo relacionado

Mais procurados

Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting Presentation
Touhidul Fahim
 
Cisco Router Basic Configuration
Cisco Router Basic ConfigurationCisco Router Basic Configuration
Cisco Router Basic Configuration
Prof. Erwin Globio
 
Open Shortest Path First
Open Shortest Path FirstOpen Shortest Path First
Open Shortest Path First
Kashif Latif
 
CCNA Routing Protocols
CCNA Routing ProtocolsCCNA Routing Protocols
CCNA Routing Protocols
Dsunte Wilson
 

Mais procurados (20)

Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting Presentation
 
Network Layer
Network LayerNetwork Layer
Network Layer
 
Router configuration
Router configurationRouter configuration
Router configuration
 
Cisco packet tracer router
Cisco packet tracer  routerCisco packet tracer  router
Cisco packet tracer router
 
Modes of router
Modes of routerModes of router
Modes of router
 
IP addressing and Subnetting PPT
IP addressing and Subnetting PPTIP addressing and Subnetting PPT
IP addressing and Subnetting PPT
 
Cisco Router Basic Configuration
Cisco Router Basic ConfigurationCisco Router Basic Configuration
Cisco Router Basic Configuration
 
Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
 
Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)Cisco Networking (Routing and Switching)
Cisco Networking (Routing and Switching)
 
Ccna command
Ccna commandCcna command
Ccna command
 
Routers and Routing Configuration
Routers and Routing ConfigurationRouters and Routing Configuration
Routers and Routing Configuration
 
Subnetting
SubnettingSubnetting
Subnetting
 
OSI Physical Layer
OSI Physical LayerOSI Physical Layer
OSI Physical Layer
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
 
Open Shortest Path First
Open Shortest Path FirstOpen Shortest Path First
Open Shortest Path First
 
Ring Topology Design with Cisco Packet Tracer
Ring Topology Design with Cisco Packet TracerRing Topology Design with Cisco Packet Tracer
Ring Topology Design with Cisco Packet Tracer
 
Hybrid Topology Design with Cisco Packet Tracer
Hybrid Topology Design with Cisco Packet TracerHybrid Topology Design with Cisco Packet Tracer
Hybrid Topology Design with Cisco Packet Tracer
 
Vlan
Vlan Vlan
Vlan
 
CCNA Routing Protocols
CCNA Routing ProtocolsCCNA Routing Protocols
CCNA Routing Protocols
 
Vlan lab
Vlan labVlan lab
Vlan lab
 

Semelhante a Packet tracer practical guide

119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut
nicolelemmimg
 
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
 
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
 
Wireless lab4902
Wireless lab4902Wireless lab4902
Wireless lab4902
mark scott
 
Mikro tik site to site eoip tunnel with i psec
Mikro tik site to site eoip tunnel with i psecMikro tik site to site eoip tunnel with i psec
Mikro tik site to site eoip tunnel with i psec
Uttam Ds
 
Ccna new lab_manual_by_esp_team
Ccna new lab_manual_by_esp_teamCcna new lab_manual_by_esp_team
Ccna new lab_manual_by_esp_team
Raja Mazhar
 
Ccna 1 final exam answer v5
Ccna 1 final exam answer v5Ccna 1 final exam answer v5
Ccna 1 final exam answer v5
friv4schoolgames
 
ProjectPurposeThe purpose of this project is to provide an o.docx
ProjectPurposeThe purpose of this project is to provide an o.docxProjectPurposeThe purpose of this project is to provide an o.docx
ProjectPurposeThe purpose of this project is to provide an o.docx
woodruffeloisa
 

Semelhante a Packet tracer practical guide (20)

119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut
 
cisco lab_1.pptx
cisco lab_1.pptxcisco lab_1.pptx
cisco lab_1.pptx
 
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
 
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
 
Wireless lab4902
Wireless lab4902Wireless lab4902
Wireless lab4902
 
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
 
Mikro tik site to site eoip tunnel with i psec
Mikro tik site to site eoip tunnel with i psecMikro tik site to site eoip tunnel with i psec
Mikro tik site to site eoip tunnel with i psec
 
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
 
Computer Network
Computer Network Computer Network
Computer Network
 
Ccna new lab_manual_by_esp_team
Ccna new lab_manual_by_esp_teamCcna new lab_manual_by_esp_team
Ccna new lab_manual_by_esp_team
 
2.1.1.5 Packet Tracer - Create a Simple Network Using Packet Tracer (3).pdf
2.1.1.5 Packet Tracer - Create a Simple  Network Using Packet Tracer (3).pdf2.1.1.5 Packet Tracer - Create a Simple  Network Using Packet Tracer (3).pdf
2.1.1.5 Packet Tracer - Create a Simple Network Using Packet Tracer (3).pdf
 
Ch5
Ch5Ch5
Ch5
 
35d70683c4fd405d89db4a5287aa4b89
35d70683c4fd405d89db4a5287aa4b8935d70683c4fd405d89db4a5287aa4b89
35d70683c4fd405d89db4a5287aa4b89
 
Ccna 1 final exam answer v5
Ccna 1 final exam answer v5Ccna 1 final exam answer v5
Ccna 1 final exam answer v5
 
Ccna guide
Ccna guideCcna guide
Ccna guide
 
Cn lab-manual
Cn lab-manualCn lab-manual
Cn lab-manual
 
Cn lab-manual
Cn lab-manualCn lab-manual
Cn lab-manual
 
Ccna1 v6.0 pretest exam answers 2018
Ccna1 v6.0 pretest exam answers 2018Ccna1 v6.0 pretest exam answers 2018
Ccna1 v6.0 pretest exam answers 2018
 
ProjectPurposeThe purpose of this project is to provide an o.docx
ProjectPurposeThe purpose of this project is to provide an o.docxProjectPurposeThe purpose of this project is to provide an o.docx
ProjectPurposeThe purpose of this project is to provide an o.docx
 

Mais de Nishant Gandhi (8)

Customer Feedback Analytics for Starbucks
Customer Feedback Analytics for Starbucks Customer Feedback Analytics for Starbucks
Customer Feedback Analytics for Starbucks
 
Guest Lecture: Introduction to Big Data at Indian Institute of Technology
Guest Lecture: Introduction to Big Data at Indian Institute of TechnologyGuest Lecture: Introduction to Big Data at Indian Institute of Technology
Guest Lecture: Introduction to Big Data at Indian Institute of Technology
 
Processing Large Graphs
Processing Large GraphsProcessing Large Graphs
Processing Large Graphs
 
Graph Coloring Algorithms on Pregel Model using Hadoop
Graph Coloring Algorithms on Pregel Model using HadoopGraph Coloring Algorithms on Pregel Model using Hadoop
Graph Coloring Algorithms on Pregel Model using Hadoop
 
Neo4j vs giraph
Neo4j vs giraphNeo4j vs giraph
Neo4j vs giraph
 
Map reduce programming model to solve graph problems
Map reduce programming model to solve graph problemsMap reduce programming model to solve graph problems
Map reduce programming model to solve graph problems
 
Hadoop Report
Hadoop ReportHadoop Report
Hadoop Report
 
Hadoop
HadoopHadoop
Hadoop
 

Último

Último (20)

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
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
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
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
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
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...
 
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
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
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...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 

Packet tracer practical guide

  • 1. Packet Tracer Practical Tips Nishant M Gandhi Teaching Assistant, Computer Engineering Department, S V National Institute of Technology, Surat. Nishantgandhi99@gmail.com Introduction: Packet Tracer is a proprietary tool of Cisco. It is used to create & simulate network virtually. It gives same environment virtually as it exists physically. So what you do need to do and work same on all virtually provided devices as you are working with them physically. This is the beauty of this tool. This tool is widely used in CCNA training. This tool gives all type of network devices require to create one real time working network and also provide same interface as if you are working on real device. Packet Tracer WIKI is available. You can read more online about it. Here my focus is how to use it…
  • 2. Different Operation: Q1. How to set up instruments? A1. Click on instrument. Then click on page to drop it. Q2. How to connect different instruments with cables? A2. On left bottom cornet you will find sign like From here you can select your cable Q3. How to set IP Address in any PC/Laptop or Server? A3. Select PC in which you want to set IP Address, Click on it. One menu will open having three tabs: Physical, Config, Desktop. Select Desktop and go to “IP Configuration”. Here you can set IP Addresses. Q4. How to set IP Address in Router? A4. Select Router , click on it. One menu will open having three tabs: Physical, Config, CLI. Select Config. Select Interface in which you want to set IP, i.e.FastEthernet4/0. Set IP Address in it & Check the ON check box.
  • 3. Q5. What to do if Router doesn’t have enough Ethernet port to connect? A5. In most of the Routers, It has free physical slots which you can fill up, if you want to connect more devices with Router. Select Router, Select tab Physical, Now on left side there is list of different kind of Ethernet cards whose detail is given in bottom. Select the one you want. Now switch off the Router from the right top side on the picture of router. Now Drag the Ethernet card from right bottom most side and drop it on Routers’ empty slot. Switch on the Router again.
  • 4. Q6. How to Configure RIP in Router? A6. In RIP configuration, You just need to enter the network address of all interface that are directly connected with your Router. In other word, you need to add all the network addresses which you have entered in different Ethernet cards in your router. i.e. You have Router 1. You have configured FastEthernet 4/0 with 192.168.0.1/24 FastEthernet 5/0 with 192.168.1.1/24 FastEthernet 6/0 with 192.168.2.1/24 So for RIP You need to enter three network addresses 192.168.0.0 192.168.1.0 192.168.2.0
  • 5. 1) One Network(with one PC) One Switch: Step1: Put one PC & One Generic Switch Step2: Connect them both with copper straight cable Step3: Open property of My PC >> Desktop >> IP Configure Now set following, IP Address: 192.168.0.1 Subnet Mask: 255.255.255.0 You Are UP!!!!!!!!
  • 6. 2) Two Network(two PC each) One Switch: Step1: Put four PC & One Generic Switch PC0 & PC1 for Network 1 PC2 & PC3 for Network 2 Step2: Connect them all with copper straight cable Step3: Set following IP & Mask PC Name IP Address Subnet Mask PC0 192.168.0.1 255.255.255.0 PC1 192.168.0.2 255.255.255.0 PC2 172.16.0.1 255.255.0.0 PC3 172.16.0.2 255.255.0.0
  • 7. Try to ping each other and see what happens… Observation: Though they are connected with each other with single switch only PC0&PC1 can communicate with each other and PC2&PC3 can communicate with each other. Conclusion: For two computers to communicate, they must be in same logical network.
  • 8. 3) Two Network Two Switch One Router: Step1: Put four PC, One Generic Switch & One Generic Router PC0 & PC1 for Network 1 PC2 & PC3 for Network 2 Step2: Connect them all(Switch & PCs) with copper straight cable Step3: Connect Switches with Router using Fiber Cable Step4: Set following IP & Mask PC Name IP Address Subnet Mask PC0 192.168.0.2 255.255.255.0 PC1 192.168.0.3 255.255.255.0 PC2 172.16.0.2 255.255.0.0 PC3 172.16.0.3 255.255.0.0
  • 9. Step5: Set the Router’s FastEthernet IP Address in its respective Interface IP Configuration as follow. Interface IP Address Subnet Mask Cable connected with Switch 0 192.168.0.1 255.255.255.0 Cable connected with Switch 1 172.16.0.1 255.255.0.0 Try to ping each other and see what happens… Observation: Two network 192.168.0.0/24 and 172.16.0.0/16 can communicate now. We have not specified(applied) any routing algorithm. Conclusion: With Router, We can make communication between two different networks. When different networks are connected with only one router then they don’t need to use routing algorithm because router knows the all networks and where to send packets.
  • 10. 4) Two Network Two Switch Two Router: Step1: Put four PC, One Generic Switch & One Generic Router PC0 & PC1 for Network 1 PC2 & PC3 for Network 2 Step2: Connect them all(Switch & PCs) with copper straight cables Step3: Connect Switches with Router using Fiber Cables Step4: Connect Routers with Fiber Cables Step5: Set following IP & Mask PC Name IP Address Subnet Mask PC0 192.168.0.2 255.255.255.0 PC1 192.168.0.3 255.255.255.0
  • 11. PC2 192.168.1.2 255.255.255.0 PC3 192.168.1.3 255.255.255.0 Step6: Set the Router’s FastEthernet IP Address in its respective Interface IP Configuration as follow. Router 0: Interface IP Address Subnet Mask Cable connected with Switch 0 192.168.0.1 255.255.255.0 Cable connected with Router 1 172.16.0.1 255.255.255.0 Router 1: Interface IP Address Subnet Mask Cable connected with Switch 1 192.168.1.1 255.255.255.0 Cable connected with Router 0 172.16.0.2 255.255.255.0 Step7: Add network address in RIP for routing the packets. Router 0: 192.168.0.0 172.16.0.0 Router 1: 192.168.1.0 172.16.0.0 Try to ping each other and see what happens… Observation: Two network 192.168.0.0/24 and 192.168.1.0/24 can communicate now. We have to configure routing algorithm (In our case RIP).
  • 12. Conclusion: With Router, We can make communication between two different networks. When different networks are connected with more than router then we need to use routing algorithm because router has to decide where to send packets.
  • 13. 5) Three Network Three Switch Three Router: Step1: Put six PC, three Generic Switch & three Generic Router PC0 & PC1 for Network 1 PC2 & PC3 for Network 2 PC4 & PC5 for Network 3 Step2: Connect them all(Switch & PCs) with copper straight cables Step3: Connect Switches with Router using Fiber Cables Step4: Connect Routers with Fiber Cables Step5: Set following IP & Mask PC Name IP Address Subnet Mask PC0 192.168.0.2 255.255.255.0 PC1 192.168.0.3 255.255.255.0 PC2 192.168.1.2 255.255.255.0
  • 14. PC3 192.168.1.3 255.255.255.0 PC4 192.168.2.2 255.255.255.0 PC5 192.168.2.3 255.255.255.0 Step6: Set the Router’s FastEthernet IP Address in its respective Interface IP Configuration as follow. Router 0: Interface IP Address Subnet Mask Cable connected with Switch 0 192.168.0.1 255.255.255.0 Cable connected with Router 1 172.16.0.1 255.255.255.0 Router 1: Interface IP Address Subnet Mask Cable connected with Switch 1 192.168.1.1 255.255.255.0 Cable connected with Router 0 172.16.0.2 255.255.255.0 Cable connected with Router 2 172.16.1.1 255.255.255.0 Router 2: Interface IP Address Subnet Mask Cable connected with Switch 2 192.168.2.1 255.255.255.0 Cable connected with Router 1 172.16.1.2 255.255.255.0 Step7: Add network address in RIP for routing the packets. Router 0: 192.168.0.0 172.16.0.0 Router 1: 192.168.1.0 172.16.0.0
  • 15. Router 2: 192.168.2.0 172.16.0.0 Try to ping each other and see what happens… Observation: Three network 192.168.0.0/24 and 192.168.1.0/24 and 192.168.2.0/24 can communicate now. We have to configure routing algorithm (In our case RIP). Conclusion: With Routers, We can make communication between many different networks. THE END