CPIT 470 Lab 2 Lab Instructor : Aisha Ehsan 1. Lab 2: Building Small Network Topology Outline of...

7
CPIT 470 Lab 2 Lab Instructor: Aisha Ehsan 1

Transcript of CPIT 470 Lab 2 Lab Instructor : Aisha Ehsan 1. Lab 2: Building Small Network Topology Outline of...

Page 1: CPIT 470 Lab 2 Lab Instructor : Aisha Ehsan 1. Lab 2: Building Small Network Topology Outline of this lab:  Building small network topology with two.

1

CPIT 470Lab 2

Lab Instructor: Aisha Ehsan

Page 2: CPIT 470 Lab 2 Lab Instructor : Aisha Ehsan 1. Lab 2: Building Small Network Topology Outline of this lab:  Building small network topology with two.

2

Lab 2: Building Small Network Topology

Outline of this lab: Building small network topology with

two networks using Packet Tracer. Verifying the connectivity between the

networks.

Assignment: Building a network topology with 4 networks

Page 3: CPIT 470 Lab 2 Lab Instructor : Aisha Ehsan 1. Lab 2: Building Small Network Topology Outline of this lab:  Building small network topology with two.

3

Lab 2: Building Small Network Topology

192.168.10.0 / 25

255.255.255.128

192.168.10.128 / 25 255.255.255.128

Router

Switch 1 Switch

2

PC 1

PC 2

PC 3

PC 4

Page 4: CPIT 470 Lab 2 Lab Instructor : Aisha Ehsan 1. Lab 2: Building Small Network Topology Outline of this lab:  Building small network topology with two.

4

Lab 2: Building Small Network Topology

Fa 0/0 192.168.10.126 255.255.255.128

Fa 0/1 192.168.10.254 255.255.255.128

192.168.10.1 255.255.255.128 192.168.10.126

192.168.10.2 255.255.255.128 192.168.10.126

192.168.10.129

255.255.255.128 192.168.10.254

192.168.10.130

255.255.255.128 192.168.10.254

Router

Switch 1

Switch 2

Page 5: CPIT 470 Lab 2 Lab Instructor : Aisha Ehsan 1. Lab 2: Building Small Network Topology Outline of this lab:  Building small network topology with two.

5

Configure the Ethernet interfaces of the routers (Gateways):

Router(config)# interface Fa 0/0 Router(Config – if)# ip address 192.168.10.126 255.255.255.128Router(Config – if)# description Connection to East LAN Router(Config – if)# no shutdown Router(Config – if)#end

View the interface is up with the assigned IP address Router# show ip int brief

Lab 2: Building Small Network Topology

Page 6: CPIT 470 Lab 2 Lab Instructor : Aisha Ehsan 1. Lab 2: Building Small Network Topology Outline of this lab:  Building small network topology with two.

6

Verify the connectivity: Using ping command, verify the connectivity between two networks. ping 192.168.10.xxx

Verify the Routing Table of Router:

Router# show ip route

Lab 2: Building Small Network Topology

Page 7: CPIT 470 Lab 2 Lab Instructor : Aisha Ehsan 1. Lab 2: Building Small Network Topology Outline of this lab:  Building small network topology with two.

7

Assignment