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

Post on 22-Dec-2015

221 views 5 download

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

1

CPIT 470Lab 2

Lab Instructor: Aisha Ehsan

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

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

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

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

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

7

Assignment