0% found this document useful (0 votes)
69 views28 pages

Subnetting: Basics (Using Packet Tracer)

This document contains configuration commands for an ISP, HQ router, West region router, East region router, and three branch routers to establish connectivity between them using the subnet 172.36.0.0/16. The ISP, HQ, West, East, Branch1, Branch2, and Branch3 routers are all configured with interface and routing information to connect the different subnets within the 172.36.0.0/16 network and provide connectivity between all devices.

Uploaded by

christian
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views28 pages

Subnetting: Basics (Using Packet Tracer)

This document contains configuration commands for an ISP, HQ router, West region router, East region router, and three branch routers to establish connectivity between them using the subnet 172.36.0.0/16. The ISP, HQ, West, East, Branch1, Branch2, and Branch3 routers are all configured with interface and routing information to connect the different subnets within the 172.36.0.0/16 network and provide connectivity between all devices.

Uploaded by

christian
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 28

University of the East Caloocan

College of Engineering
Electronics and Communications Department

NEC 519 2 EC

Subnetting: Basics
(Using Packet Tracer)
Experiment No. 4

Group 6A
Briones, Jerome
De Vera, Mac Calvin
Torres, Christian
Villarete, Wilbert

Engr. Mark Anthony Aseoche


Instructor
Date: September 25, 2017
Exercise 1

@HQ:
en
conf t
int f0/1
ip add 192.168.31.193 255.255.255.224
no shut
exit
int s0/0/0
ip address 192.168.31.129 255.255.255.224
no shut
exit
int s0/0/1
ip address 192.168.31.161 255.255.255.224
no shut
exit

ip route 192.168.31.96 255.255.255.224 serial 0/0/0


ip route 192.168.31.64 255.255.255.224 serial 0/0/0
ip route 192.168.31.32 255.255.255.224 serial 0/0/1
ip route 192.168.31.0 255.255.255.224 serial 0/0/1

@Branch1:
en
conf t
int f0/0
ip add 192.168.31.65 255.255.255.224
no shut
exit
int f0/1
ip add 192.168.31.97 255.255.255.224
no shut
exit
int s0/0/0
ip add 192.168.31.158 255.255.255.224
no shut
exit

ip route 192.168.31.192 255.255.255.224 s0/0/0


ip route 192.168.31.160 255.255.255.224 s0/0/0
ip route 192.168.31.32 255.255.255.224 s0/0/0
ip route 192.168.31.0 255.255.255.224 s0/0/0

@Branch2:
en
conf t
int f0/0
clock rate 64000
ip add 192.168.31.33 255.255.255.224
no shut
exit
int f0/1
ip add 192.168.31.1 255.255.255.224
no shut
exit
int s0/0/1
ip add 192.168.31.190 255.255.255.224
no shut
exit

ip route 192.168.31.192 255.255.255.224 s0/0/1


ip route 192.168.31.128 255.255.255.224 s0/0/1
ip route 192.168.31.96 255.255.255.224 s0/0/1
ip route 192.168.31.64 255.255.255.224 s0/0/1
Torres, Christian Paul E.
Exercise 2

@ISP:
en
conf t
int s0/0/0
ip add 209.165.200.226 255.255.255.224
no shut
exit
copy run start

ip route 172.36.0.0 255.255.254.0 serial 0/0/0


ip route 172.36.2.0 255.255.254.0 serial 0/0/0
ip route 172.36.4.0 255.255.254.0 serial 0/0/0
ip route 172.36.6.0 255.255.254.0 serial 0/0/0
ip route 172.36.8.0 255.255.254.0 serial 0/0/0
ip route 172.36.10.0 255.255.254.0 serial 0/0/0
ip route 172.36.12.0 255.255.254.0 serial 0/0/0
ip route 172.36.14.0 255.255.254.0 serial 0/0/0
ip route 172.36.16.0 255.255.254.0 serial 0/0/0
ip route 172.36.18.0 255.255.254.0 serial 0/0/0
ip route 172.36.20.0 255.255.254.0 serial 0/0/0
ip route 172.36.22.0 255.255.254.0 serial 0/0/0
ip route 172.36.24.0 255.255.254.0 serial 0/0/0
ip route 172.36.26.0 255.255.254.0 serial 0/0/0
ip route 172.36.28.0 255.255.254.0 serial 0/0/0
@HQ:
en
conf t
int f0/0
ip add 172.36.14.1 255.255.254.0
no shut
exit
int s0/0/0
ip add 172.36.12.1 255.255.254.0
clock rate 64000
no shut
exit
int s0/0/1
ip add 172.36.16.1 255.255.254.0
clock rate 64000
no shut
exit

int s0/1/0
ip add 209.165.200.226 255.255.255.224
no shut
exit
copy run start

ip route 172.36.0.0 255.255.254.0 serial 0/0/0


ip route 172.36.2.0 255.255.254.0 serial 0/0/0
ip route 172.36.4.0 255.255.254.0 serial 0/0/0
ip route 172.36.6.0 255.255.254.0 serial 0/0/0
ip route 172.36.8.0 255.255.254.0 serial 0/0/0
ip route 172.36.10.0 255.255.254.0 serial 0/0/0
ip route 172.36.18.0 255.255.254.0 serial 0/0/1
ip route 172.36.20.0 255.255.254.0 serial 0/0/1
ip route 172.36.22.0 255.255.254.0 serial 0/0/1
ip route 172.36.24.0 255.255.254.0 serial 0/0/1
ip route 172.36.26.0 255.255.254.0 serial 0/0/1
ip route 172.36.28.0 255.255.254.0 serial 0/0/1

@West:
en
conf t
int f0/0
ip add 172.36.10.1 255.255.254.0
no shut
exit
int s0/0/0
ip add 172.36.13.254 255.255.254.0
no shut
exit
int s0/0/1
ip add 172.36.6.1 255.255.254.0
clock rate 64000
no shut
exit
int s0/1/0
ip add 172.36.8.1 255.255.254.0
clock rate 64000
no shut
exit
copy run start
ip route 209.165.200.0 255.255.255.224 serial 0/0/0
ip route 172.36.14.0 255.255.254.0 serial 0/0/0
ip route 172.36.16.0 255.255.254.0 serial 0/0/0
ip route 172.36.18.0 255.255.254.0 serial 0/0/0
ip route 172.36.20.0 255.255.254.0 serial 0/0/0
ip route 172.36.22.0 255.255.254.0 serial 0/0/0
ip route 172.36.24.0 255.255.254.0 serial 0/0/0
ip route 172.36.26.0 255.255.254.0 serial 0/0/0
ip route 172.36.28.0 255.255.254.0 serial 0/0/0
ip route 172.36.0.0 255.255.254.0 serial 0/0/1
ip route 172.36.2.0 255.255.254.0 serial 0/1/0
ip route 172.36.4.0 255.255.254.0 serial 0/0/1

@East:
en
conf t
int f0/0
ip add 172.36.18.1 255.255.254.0
no shut
exit
int s0/0/0
ip add 172.36.17.254 255.255.254.0
no shut
exit
int s0/0/1
ip add 172.36.20.1 255.255.254.0
clock rate 64000
no shut
exit
int s0/1/0
ip add 172.36.22.1 255.255.254.0
no shut
exit
copy run start
ip route 209.165.200.0 255.255.255.224 serial 0/0/0
ip route 172.36.0.0 255.255.254.0 serial 0/0/0
ip route 172.36.2.0 255.255.254.0 serial 0/0/0
ip route 172.36.4.0 255.255.254.0 serial 0/0/0
ip route 172.36.6.0 255.255.254.0 serial 0/0/0
ip route 172.36.8.0 255.255.254.0 serial 0/0/0
ip route 172.36.10.0 255.255.254.0 serial 0/0/0
ip route 172.36.12.0 255.255.254.0 serial 0/0/0
ip route 172.36.14.0 255.255.254.0 serial 0/0/0
ip route 172.36.24.0 255.255.254.0 serial 0/0/1
ip route 172.36.26.0 255.255.254.0 serial 0/0/1
ip route 172.36.28.0 255.255.254.0 serial 0/1/0

@Branch1:
en
conf t
int f0/0
ip add 172.36.0.1 255.255.254.0
no shut
exit
int s0/0/0
ip add 172.36.7.254 255.255.254.0
no shut
exit
int s0/0/1
ip add 172.36.4.1 255.255.254.0
clock rate 64000
no shut
exit
copy run start

ip route 209.165.200.0 255.255.255.224 serial 0/0/0


ip route 172.36.2.0 255.255.254.0 serial 0/0/1
ip route 172.36.8.0 255.255.254.0 serial 0/0/0
ip route 172.36.10.0 255.255.254.0 serial 0/0/0
ip route 172.36.12.0 255.255.254.0 serial 0/0/0
ip route 172.36.14.0 255.255.254.0 serial 0/0/0
ip route 172.36.16.0 255.255.254.0 serial 0/0/0
ip route 172.36.18.0 255.255.254.0 serial 0/0/0
ip route 172.36.20.0 255.255.254.0 serial 0/0/0
ip route 172.36.22.0 255.255.254.0 serial 0/0/0
ip route 172.36.24.0 255.255.254.0 serial 0/0/0
ip route 172.36.26.0 255.255.254.0 serial 0/0/0
ip route 172.36.28.0 255.255.254.0 serial 0/0/0

@Branch2:
en
conf t
int f0/0
ip add 172.36.2.1 255.255.254.0
no shut
exit
int s0/0/0
ip add 172.36.9.254 255.255.254.0
no shut
exit
int s0/0/1
ip add 172.36.5.254 255.255.254.0
no shut
exit
copy run start
ip route 209.165.200.0 255.255.255.224 serial 0/0/0
ip route 172.36.0.0 255.255.254.0 serial 0/0/1
ip route 172.36.6.0 255.255.254.0 serial 0/0/0
ip route 172.36.10.0 255.255.254.0 serial 0/0/0
ip route 172.36.12.0 255.255.254.0 serial 0/0/0
ip route 172.36.14.0 255.255.254.0 serial 0/0/0
ip route 172.36.16.0 255.255.254.0 serial 0/0/0
ip route 172.36.18.0 255.255.254.0 serial 0/0/0
ip route 172.36.20.0 255.255.254.0 serial 0/0/0
ip route 172.36.22.0 255.255.254.0 serial 0/0/0
ip route 172.36.24.0 255.255.254.0 serial 0/0/0
ip route 172.36.26.0 255.255.254.0 serial 0/0/0
ip route 172.36.28.0 255.255.254.0 serial 0/0/0

@Branch3:
en
conf t
int f0/0
ip add 172.36.26.1 255.255.254.0
no shut
exit
int s0/0/0
ip add 172.36.21.254 255.255.254.0
no shut
exit
int s0/0/1
ip add 172.36.24.1 255.255.254.0
clock rate 64000
no shut
exit
copy run start
ip route 209.165.200.0 255.255.255.224 serial 0/0/0
ip route 172.36.0.0 255.255.254.0 serial 0/0/0
ip route 172.36.2.0 255.255.254.0 serial 0/0/0
ip route 172.36.4.0 255.255.254.0 serial 0/0/0
ip route 172.36.6.0 255.255.254.0 serial 0/0/0
ip route 172.36.8.0 255.255.254.0 serial 0/0/0
ip route 172.36.10.0 255.255.254.0 serial 0/0/0
ip route 172.36.12.0 255.255.254.0 serial 0/0/0
ip route 172.36.14.0 255.255.254.0 serial 0/0/0
ip route 172.36.16.0 255.255.254.0 serial 0/0/0
ip route 172.36.18.0 255.255.254.0 serial 0/0/0
ip route 172.36.26.0 255.255.254.0 serial 0/0/0
ip route 172.36.28.0 255.255.254.0 serial 0/0/1
@Branch4:
en
conf t
int f0/0
ip add 172.36.28.1 255.255.254.0
no shut
exit
int s0/0/0
ip add 172.36.23.254 255.255.254.0
no shut
exit
int s0/0/1
ip add 172.36.25.254 255.255.254.0
no shut
exit
exit
copy run start
en
conf t
ip route 209.165.200.0 255.255.255.224 serial 0/0/0
ip route 172.36.0.0 255.255.254.0 serial 0/0/0
ip route 172.36.2.0 255.255.254.0 serial 0/0/0
ip route 172.36.4.0 255.255.254.0 serial 0/0/0
ip route 172.36.6.0 255.255.254.0 serial 0/0/0
ip route 172.36.8.0 255.255.254.0 serial 0/0/0
ip route 172.36.10.0 255.255.254.0 serial 0/0/0
ip route 172.36.12.0 255.255.254.0 serial 0/0/0
ip route 172.36.14.0 255.255.254.0 serial 0/0/0
ip route 172.36.16.0 255.255.254.0 serial 0/0/0
ip route 172.36.18.0 255.255.254.0 serial 0/0/0
ip route 172.36.20.0 255.255.254.0 serial 0/0/0
ip route 172.36.26.0 255.255.254.0 serial 0/0/1
De Vera, Mac Calvin
Exercise 3

@HQ:
en
conf t
int f0/0
ip add 172.37.0.1 255.255.255.128
no shut
exit
int s0/0/0
ip address 172.37.1.129 255.255.255.128
no shut
exit
int s0/0/1
ip address 172.37.1.1 255.255.255.128
clock rate 64000
no shut
exit
copy run start

ip route 172.37.0.128 255.255.255.128 s0/0/1


ip route 172.37.2.0 255.255.255.128 s0/0/0
ip route 172.37.2.128 255.255.255.128 s0/0/0
ip route 172.37.3.0 255.255.255.128 s0/0/1
ip route 172.37.3.128 255.255.255.128 s0/0/1

@Branch1:
en
conf t
int f0/0
ip add 172.37.2.129 255.255.255.128
no shut
exit
int f0/1
ip add 172.37.2.1 255.255.255.128
no shut
exit
int s0/0/0
ip address 172.37.1.254 255.255.255.128
clock rate 64000
no shut
exit
int s0/0/1
ip address 172.37.0.129 255.255.255.128
no shut
exit
copy run start
ip route 172.37.0.0 255.255.255.128 s0/0/0
ip route 172.37.1.0 255.255.255.128 s0/0/1
ip route 172.37.3.0 255.255.255.128 s0/0/1
ip route 172.37.3.128 255.255.255.128 s0/0/1

@Branch2:
en
conf t
int f0/0
ip add 172.37.3.1 255.255.255.128
no shut
exit
int f0/1
ip add 172.37.3.129 255.255.255.128
no shut
exit
int s0/0/0
ip address 172.37.0.254 255.255.255.128
clock rate 64000
no shut
exit
int s0/0/1
ip address 172.37.1.126 255.255.255.128
no shut
exit

copy run start

ip route 172.37.0.0 255.255.255.128 s0/0/1


ip route 172.37.1.128 255.255.255.128 s0/0/1
ip route 172.37.2.0 255.255.255.128 s0/0/1
ip route 172.37.2.128 255.255.255.128 s0/0/1

You might also like