You are on page 1of 11

Republic of the Philippines

POLYTECHNIC UNIVERSITY OF THE PHILIPPINES


College of Engineering
COMPUTER ENGINEERING DEPARTMENT

CMPE 30114
Data and Digital Communications

MP6

Submitted to:
Engr. Jake Binuya

Submitted by:
Villaseñor, Christian Cyrille Y.
BSCpE 3-1

November 19, 2022

PUP A. Mabini Campus, Anonas Street, Sta. Mesa, Manila 1016


Direct Line: 335-1730 | Trunk Line: 335-1787 or 335-1777 local 000
Website: www.pup.edu.ph | Email: inquire@pup.edu.ph

THE COUNTRY’S 1st POLYTECHNICU


ISP:
HQ:
BRANCH:
Source Code:

ISP

ena

conf t

hostname ISP

no ip domain-lookup

banner motd #WELCOME TO NETWORKING! GOOD LUCK TO US ALL!#

line console 0

logging synchronous

password christian

login

line vty 0 4

password villasenor

login

exit

enable password 2020-10951-MN-0

service password-encryption

interface f0/0

ip address 192.168.1.1 255.255.255.0

no shut

interface S0/0

ip address 192.168.4.1 255.255.255.0

clock rate 64000

no shut

interface f0/1

ip address 192.168.2.1 255.255.255.0

no shut

exit

router rip

version 2

no auto-summary
network 192.168.1.0

network 192.168.2.0

end

cop r st

logout

HQ

ena

conf t

hostname HQ

no ip domain-lookup

banner motd #WELCOME TO NETWORKING! GOOD LUCK TO US ALL!#

line console 0

logging synchronous

password christian

login

line vty 0 4

password villasenor

login

exit

enable password 2020-10951-MN-0

service password-encryption

interface f0/0

ip address 192.168.3.1 255.255.255.0

no shut

interface f0/1

ip address 192.168.2.254 255.255.255.0

no shut

interface f1/0

ip address 192.168.0.1 255.255.255.0


no shut

exit

router rip

version 2

no auto-summary

network 192.168.0.0

network 192.168.2.0

network 192.168.3.0

end

cop r st

logout

BRANCH

ena

conf t

hostname BRANCH

no ip domain-lookup

banner motd #WELCOME TO NETWORKING! GOOD LUCK TO US ALL!#

line console 0

logging synchronous

password christian

login

line vty 0 4

password villasenor

login

exit

enable password 2020-10951-MN-0

service password-encryption

interface f0/0
ip address 192.168.3.254 255.255.255.0

no shut

interface f0/1

ip address 10.0.0.1 255.0.0.0

no shut

interface f1/0

ip address 172.16.0.1 255.255.0.0

no shut

exit

router rip

version 2

no auto-summary

network 192.168.3.0

network 10.0.0.0

network 172.16.0.0

end

cop r st

logout

Cancun

ena

conf t

host Cancun

line con 0

pass cisco

login

line vty 0 4

pass cisco

login

exit
ena sec class

ser pas

int fa0/0

ip add 172.16.10.1 255.255.255.0

no shut

int s0/0/0

ip add 172.16.20.1 255.255.255.252

clock rate 64000

no shut

exit

router rip

version 2

network 172.16.10.0

network 172.16.20.0

no auto-sum

end

cop r st

logout

Acapulco

ena

conf t

host Acapulco

line con 0

pass cisco

login

line vty 0 4

pass cisco
login

exit

ena sec class

ser pas

int f0/0

ip address 172.16.30.1 255.255.255.0

no shut

int s0/0/0

ip add 172.16.40.1 255.255.255.252

clock rate 64000

no shut

int s0/0/1

ip add 172.16.20.2 255.255.255.252

no shut

exit

router rip

version 2

network 172.16.20.0

network 172.16.30.0

network 172.16.40.0

no auto-sum

end

cop r st

logout

Mazatlan

ena

conf t
host Mazatlan

line con 0

pass cisco

login

line vty 0 4

pass cisco

login

exit

ena sec class

ser pas

int fa0/0

ip add 172.16.50.1 255.255.255.0

no shut

int s0/0/1

ip add 172.16.40.2 255.255.255.252

clock rate 64000

no shut

exit

router rip

version 2

network 172.16.40.0

network 172.16.50.0

no auto-sum

end

cop r st

logout

You might also like