Introduction: GNS3 is a network simulation software that allows you to create complex network topologies and simulate different network devices like routers, switches, and firewalls. In this lab, you will use GNS3 to create a network topology consisting of three routers and four switches. Materials: 1. GNS3 software installed on your computer 2. Three router images (such as Cisco IOS images) 3. Four switch images (such as Cisco IOS images) 4. Eight VPCs 5. Ethernet cables to connect devices Instructions: 1. Open GNS3 and create a new project. 2. Add three routers and four switches to your topology. To do this, click on the "Router" and "Switch" icons in the toolbar and drag them to the workspace area. You can also use the "Add a node" button in the toolbar. 3. Connect the devices using Ethernet cables. Your network should look like the picture below. Switch1 Cisco IOSv15.7(3)M3-3 Cisco IOSv15.7(3)M3-1 Cisco IOSv15.7(3)M3-2 Switch2 Switch Switch4 PC1 VPCS PC6 PC2 PC3 PC7 PC4 PC5 PC8 VPCS VPCS VPCS VPCS VPCS VPCS VPCS 4. Configure the routers and PCs with appropriate IP addresses 5. Test the connectivity PC1 and PC2. Are they able to ping each other? 6. Test the connectivity PC3 and PC4. Are they able to ping each other? 7. Test the connectivity PC1 and PC3. Are they able to ping each other? Test the connectivity PC1 and PC8. Are they able to ping each other? 8. 9. Setup static routes on all three routers 10. Retry steps 5 to 8. Are your answers different now? Conclusion: In this lab, you have learned how to create a network topology with GNS3 and configure routers and switches with IP addresses and routing protocols. You have also tested the connectivity between the devices by pinging them from one another. GNS3 is a powerful tool for network simulation and can be used to create more complex topologies for testing and learning purposes. Procedure: List all the commands you needed to use to configure your routers and PCs. Router commands: 1) Router# config 2) Router (config)# interface gigabitethernet 0/0 3) Router (config-if)# ip address 10.5.1.1 255.255.255.0 4) Router (config-if)# no shutdown 5) Router (config-if)#exit Repeat 2 to 5 for all 3 interfaces, taking care to allocate appropriate ip addresses Check all your interfaces Router# show interfaces Check all your routes Router# show ip route Check connectivity Router# ping Set up static route Router (config)# ip route destination_subnet_address mask Next_hop_ip_address Example: Router (config) %23 ip route 192.168.1.0 255.255.0.0 10.10.10.2 copy running-config startup-config and then save the project PC commands: 1) PC1# ip Example: (Assuming this PC is connected to the router interface which has an ip address 192.168.1.1) PC1# ip 192.168.1.2 255.255.255.0 192.168.1.1 Note: If we don't provide the gateway, there will be no connectivity to the PCs connected to the switch on the other router interface. A) Answer all questions in the instruction above B) Fill in the blanks below to complete your lab report: Fill in the blanks below to complete your lab report: Network Configuration: Router 1 Subnet addresses: Interface GigabitEthernet0/0: Interface GigabitEthernet0/1: Router 2 Subnet addresses: Interface GigabitEthernet0/0: Interface GigabitEthernet0/1: Router 3 Subnet addresses: Interface GigabitEthernet0/0: Interface GigabitEthernet0/1: Switch 1 Subnet addresses: VLAN 10: VLAN 20: Switch 2 Subnet addresses: VLAN 10: VLAN 20: Switch 3 Subnet addresses: VLAN 10: VLAN 20: Switch 4 Subnet addresses: VLAN 10: VLAN 20: IP addresses: VPC1: VPC2: VPC3: VPC4 VPC5: VPC6: VPC7: VPC8: Routing Configuration: Write the routing tables from all three routers M3-1: M3-2: M3-3:
Introduction: GNS3 is a network simulation software that allows you to create complex network topologies and simulate different network devices like routers, switches, and firewalls. In this lab, you will use GNS3 to create a network topology consisting of three routers and four switches. Materials: 1. GNS3 software installed on your computer 2. Three router images (such as Cisco IOS images) 3. Four switch images (such as Cisco IOS images) 4. Eight VPCs 5. Ethernet cables to connect devices Instructions: 1. Open GNS3 and create a new project. 2. Add three routers and four switches to your topology. To do this, click on the "Router" and "Switch" icons in the toolbar and drag them to the workspace area. You can also use the "Add a node" button in the toolbar. 3. Connect the devices using Ethernet cables. Your network should look like the picture below. Switch1 Cisco IOSv15.7(3)M3-3 Cisco IOSv15.7(3)M3-1 Cisco IOSv15.7(3)M3-2 Switch2 Switch Switch4 PC1 VPCS PC6 PC2 PC3 PC7 PC4 PC5 PC8 VPCS VPCS VPCS VPCS VPCS VPCS VPCS 4. Configure the routers and PCs with appropriate IP addresses 5. Test the connectivity PC1 and PC2. Are they able to ping each other? 6. Test the connectivity PC3 and PC4. Are they able to ping each other? 7. Test the connectivity PC1 and PC3. Are they able to ping each other? Test the connectivity PC1 and PC8. Are they able to ping each other? 8. 9. Setup static routes on all three routers 10. Retry steps 5 to 8. Are your answers different now? Conclusion: In this lab, you have learned how to create a network topology with GNS3 and configure routers and switches with IP addresses and routing protocols. You have also tested the connectivity between the devices by pinging them from one another. GNS3 is a powerful tool for network simulation and can be used to create more complex topologies for testing and learning purposes. Procedure: List all the commands you needed to use to configure your routers and PCs. Router commands: 1) Router# config 2) Router (config)# interface gigabitethernet 0/0 3) Router (config-if)# ip address 10.5.1.1 255.255.255.0 4) Router (config-if)# no shutdown 5) Router (config-if)#exit Repeat 2 to 5 for all 3 interfaces, taking care to allocate appropriate ip addresses Check all your interfaces Router# show interfaces Check all your routes Router# show ip route Check connectivity Router# ping Set up static route Router (config)# ip route destination_subnet_address mask Next_hop_ip_address Example: Router (config) %23 ip route 192.168.1.0 255.255.0.0 10.10.10.2 copy running-config startup-config and then save the project PC commands: 1) PC1# ip Example: (Assuming this PC is connected to the router interface which has an ip address 192.168.1.1) PC1# ip 192.168.1.2 255.255.255.0 192.168.1.1 Note: If we don't provide the gateway, there will be no connectivity to the PCs connected to the switch on the other router interface. A) Answer all questions in the instruction above B) Fill in the blanks below to complete your lab report: Fill in the blanks below to complete your lab report: Network Configuration: Router 1 Subnet addresses: Interface GigabitEthernet0/0: Interface GigabitEthernet0/1: Router 2 Subnet addresses: Interface GigabitEthernet0/0: Interface GigabitEthernet0/1: Router 3 Subnet addresses: Interface GigabitEthernet0/0: Interface GigabitEthernet0/1: Switch 1 Subnet addresses: VLAN 10: VLAN 20: Switch 2 Subnet addresses: VLAN 10: VLAN 20: Switch 3 Subnet addresses: VLAN 10: VLAN 20: Switch 4 Subnet addresses: VLAN 10: VLAN 20: IP addresses: VPC1: VPC2: VPC3: VPC4 VPC5: VPC6: VPC7: VPC8: Routing Configuration: Write the routing tables from all three routers M3-1: M3-2: M3-3:
Chapter13: Internet And Distributed Application Services
Section: Chapter Questions
Problem 15VE
Related questions
Question
Solve this

Transcribed Image Text:Introduction: GNS3 is a network simulation software that allows you to create complex network
topologies and simulate different network devices like routers, switches, and firewalls. In this lab, you
will use GNS3 to create a network topology consisting of three routers and four switches.
Materials:
1. GNS3 software installed on your computer
2. Three router images (such as Cisco IOS images)
3.
Four switch images (such as Cisco IOS images)
4. Eight VPCs
5.
Ethernet cables to connect devices
Instructions:
1. Open GNS3 and create a new project.
2. Add three routers and four switches to your topology. To do this, click on the "Router" and
"Switch" icons in the toolbar and drag them to the workspace area. You can also use the "Add a
node" button in the toolbar.
3. Connect the devices using Ethernet cables. Your network should look like the picture below.
Switch1
Cisco IOSv15.7(3)M3-3
Cisco IOSv15.7(3)M3-1
Cisco IOSv15.7(3)M3-2
Switch2
Switch
Switch4
PC1
VPCS
PC6
PC2
PC3
PC7
PC4
PC5
PC8
VPCS
VPCS
VPCS
VPCS
VPCS
VPCS
VPCS
4. Configure the routers and PCs with appropriate IP addresses
5. Test the connectivity PC1 and PC2. Are they able to ping each other?
6. Test the connectivity PC3 and PC4. Are they able to ping each other?
7. Test the connectivity PC1 and PC3. Are they able to ping each other?
Test the connectivity PC1 and PC8. Are they able to ping each other?
8.
9. Setup static routes on all three routers
10. Retry steps 5 to 8. Are your answers different now?
Conclusion: In this lab, you have learned how to create a network topology with GNS3 and configure
routers and switches with IP addresses and routing protocols. You have also tested the connectivity
between the devices by pinging them from one another. GNS3 is a powerful tool for network simulation
and can be used to create more complex topologies for testing and learning purposes.
Procedure:
List all the commands you needed to use to configure your routers and PCs.
Router commands:
1) Router# config
2) Router (config)# interface gigabitethernet 0/0
3) Router (config-if)# ip address 10.5.1.1 255.255.255.0
4) Router (config-if)# no shutdown
5) Router (config-if)#exit
Repeat 2 to 5 for all 3 interfaces, taking care to allocate appropriate ip addresses
Check all your interfaces
Router# show interfaces
Check all your routes
Router# show ip route
Check connectivity
Router# ping <ip address>
Set up static route
Router (config)# ip route destination_subnet_address mask Next_hop_ip_address
Example:
Router (config) %23 ip route 192.168.1.0 255.255.0.0 10.10.10.2
copy running-config startup-config and then save the project
PC commands:
1)
PC1# ip <ip address> <mask> <gateway>
Example: (Assuming this PC is connected to the router interface which has
an ip address 192.168.1.1)
PC1# ip 192.168.1.2 255.255.255.0 192.168.1.1
Note: If we don't provide the gateway, there will be no connectivity to the PCs
connected to the switch on the other router interface.
A) Answer all questions in the instruction above
B) Fill in the blanks below to complete your lab report:
Fill in the blanks below to complete your lab report:
Network Configuration:
Router 1 Subnet addresses:
Interface GigabitEthernet0/0:
Interface GigabitEthernet0/1:
Router 2 Subnet addresses:
Interface GigabitEthernet0/0:
Interface GigabitEthernet0/1:
Router 3 Subnet addresses:
Interface GigabitEthernet0/0:
Interface GigabitEthernet0/1:
Switch 1 Subnet addresses:
VLAN 10:
VLAN 20:
Switch 2 Subnet addresses:
VLAN 10:
VLAN 20:
Switch 3 Subnet addresses:
VLAN 10:
VLAN 20:
Switch 4 Subnet addresses:
VLAN 10:
VLAN 20:
IP addresses:
VPC1:
VPC2:
VPC3:
VPC4
VPC5:
VPC6:
VPC7:
VPC8:
Routing Configuration:
Write the routing tables from all three routers
M3-1:
M3-2:
M3-3:
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 2 steps

Recommended textbooks for you

Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning

A+ Guide to Hardware (Standalone Book) (MindTap C…
Computer Science
ISBN:
9781305266452
Author:
Jean Andrews
Publisher:
Cengage Learning

Principles of Information Systems (MindTap Course…
Computer Science
ISBN:
9781285867168
Author:
Ralph Stair, George Reynolds
Publisher:
Cengage Learning

Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning

A+ Guide to Hardware (Standalone Book) (MindTap C…
Computer Science
ISBN:
9781305266452
Author:
Jean Andrews
Publisher:
Cengage Learning

Principles of Information Systems (MindTap Course…
Computer Science
ISBN:
9781285867168
Author:
Ralph Stair, George Reynolds
Publisher:
Cengage Learning

Enhanced Discovering Computers 2017 (Shelly Cashm…
Computer Science
ISBN:
9781305657458
Author:
Misty E. Vermaat, Susan L. Sebok, Steven M. Freund, Mark Frydenberg, Jennifer T. Campbell
Publisher:
Cengage Learning

Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning