You are on page 1of 19

Resume, NSE1 and NSE2 Completed

172.50.16.0/24 MANILA, DAVAO, CEBU, BICOL

PROJECT DOCUMENTATION
IN
NET102

Passed to
Joel M. Alayon

Prepared by
Delgado, Edward Anilov G.

Section
BAIT2E

Student Number
21-2010
DELGADO, EDWARD ANILOV G.
Address: #140 Rosal ext. Payatas A, Quezon City
Phone: 09510830942
Email: delgadoedwardanilov.6.11.03@gmail.com
Male/ June 11, 2003
Filipino

I. Objective
Seeking a position in life to utilize my skills and abilities and achieve professional
growth while being resourceful, innovative and flexible. To add valuable assets to
your esteemed organization as an active member.

II. Educational Background

College : Quezon City University Batasan Rd, Quezon City, Metro Manila
Bachelor of Science in Information Technology
(Present)

Senior High: 2018 - 2021 South East Asia Institute of Trade and Technology, BDI
Center, Regalado Ave, Greater
Lagro, Quezon City, Cascading
Style Sheets (CSS) Graduate with
Distinction

Junior High: 2014 - 2018 Batasan Hills National High School, IBP Road, Batasan
Hills, Quezon City
Graduate with Distinction

Elementary: 2008 - 2014 Melencio M. Castelo Elementary School, Ilang-ilang,


Quezon City, Metro Manila

III. Extracurricular Activities


● Foreign Languages
When I was a SHS I had a foreign language subject and I learned a little Japanese.
IV. Skills

● Languages
- Tagalog (Native)
- English (Limited)
● Computer Skills
- Proficient in MS Word and PowerPoint
- Visual Basic
- HTML
- C++
- JavaScript
- Computer Hardware & Software

● Interpersonal Skills
- Critical Thinking
- Communication Skills
- Detail Oriented
- Analytical Abilities
- Creativity

V. Character References

● Christina Wong
English Teacher
South East Asia Institute of Trade and Technology (SEAITT)
09677589163
Edward Anilov Delgado
Information Security Awareness
November 4, 2022
Powered by TCPDF (www.tcpdf.org
)
Logical Topology Configuration

Physical Topology Configuration


SUBNETTING
Given IP Address: 172.50.16.0
Subnet Mask: /27 255.255.255.255
Subnet Given: 8

172.50.16.0 - 172.50.16.1 - 172.50.16.30 172.50.16.31

172.50.16.32 - 172.50.16.33 - 172.50.16.62 172.50.16.63

172.50.16.64 - 172.50.16.65 - 172.50.16.94 172.50.16.95

172.50.16.96 - 172.50.16.97 - 172.50.16.126 172.50.16.127

172.50.16.128 - 172.50.16.129 - 172.50.16.158 172.50.16.159

172.50.16.160 - 172.50.16.161 - 172.50.16.190 172.50.16.191

172.50.16.192 - 172.50.16.193 - 172.50.16.222 172.50.16.223

172.50.16.224 - 172.50.16.225 - 172.50.16.254 172.50.16.255

IP CONFIGURATION OF EACH PC’S,SERVER, AND LAPTOP

(do show ip int brief)


PC 0 - 172.50.16.1
PC 1 - 172.50.16.2
PC 2 - 172.50.16.98
PC 4 - 172.50.16.97
PC 5 - 172.50.16.161
PC 6 - 172.50.16.162
PC 7 - 172.50.16.225
PC 8 - 172.50.16.226
LAPTOP - 172.50.16.34
SERVER - 172.50.16.33

GATEWAY OF EACH ROUTER


MANILA - 172.50.16.30
DAVAO - 172.50.16.126
CEBU - 172.50.16.190
BICOL - 172.50.16.254

NETWORK IP ADDRESS (do show ip router)


ROUTER1_MANILA GI 0/1 - 172.50.16.0/27
GI 0/0 - 172.50.16.32/27
SE 0/0/0 - 172.50.16.64/27
ROUTER2_DAVAO
SE 0/0/1 - 172.50.16.64/27
GI 0/0 - 172.50.16.96/27
SE 0/0/0 - 172.50.16.128/27

ROUTER3_CEBU
SE 0/0/1 - 172.50.16.128/27
GI 0/0 - 172.50.16.160/27
SE 0/0/0 - 172.50.16.192/27

ROUTER4_BICOL
SE 0/0/1 - 172.50.16.224/27
GI 0/0 - 172.50.16.192/27

BASE CONFIGURATION
Router1_Manila Router2_Davao
Enable enable
Configuration terminal configure terminal
hostname Router1_Manila hostname Router1_Manila
no ip domain-lookup no ip domain-lookup
banner motd & banner motd &
& &
line console 0 line console 0
password cat password cat
login login
exit exit
enable enable secret dog
secret dog line vty 0 4
line vty 0 4 password cisco
password cisco login
login exit
exit
Router3_Cebu Router4_Bicol
enable enable
configure terminal configure terminal
hostname Router1_Manila hostname Router1_Manila
no ip domain-lookup no ip domain-lookup
banner motd & banner motd &
& &
line console 0 line console 0
password cat password cat
login login
exit exit
enable secret dog enable secret dog
line vty 0 4 line vty 0 4
password cisco password cisco
login login
exit exit

INTERFACE CONFIGURATION

Router1_Manila Router2_Davao
ena ena
conf t conf t
int gi0/0 int gi0/0
ip add 172.50.16.62 255.255.255.224 ip add 172.50.16.126 255.255.255.224
noshutdown
exit noshutdown
exit
int gi0/1
ip add 172.50.16.30 255.255.255.224 int se0/0/0
noshutdown ip add 172.50.16.94 255.255.255.224
exit
noshutdown
exit
int se0/0/0
ip add 172.50.16.65 255.255.255.224
int se0/0/1
noshutdown
ip add 172.50.16.129 255.255.255.224
exit
noshutdown
exit
Router3_Cebu Router4_Bicol
ena ena
conf t conf t
int gi0/0 int gi0/0
ip add 172.50.16.190 255.255.255.224 ip add 172.50.16.254 255.255.255.224

noshutdown noshutdown
exit exit

int se0/0/0 int se0/0/0


ip add 172.50.16.158 255.255.255.224 ip add 172.50.16.222 255.255.255.224

noshutdown noshutdown
exit exit

int se0/0/1
ip add 172.50.16.193 255.255.255.224
noshutdown
exit

VLAN 10, 20, 30, 40, 99

Switch1 Switch2
vlan 10 vlan 10
name HRDept name HRDept
vlan 20 vlan 20
name ITDept name ITDept
vlan 30 vlan 30
name EngDept name EngDept
vlan 40 vlan 40
name MarDept name MarDept
vlan 99 vlan 99
name MngmDept name MngmDept
int fa0/1 int fa0/1
switchport mode access switchport mode access
switchport access vlan 10 switchport access vlan 10
exit exit
int range fa0/2-4 int range fa0/2-4
switchport mode access switchport mode access
switchport access vlan 10 switchport access vlan 10
exit exit
int range fa0/5-8 int range fa0/5-8
switchport mode access switchport mode access
switchport access vlan 20 switchport access vlan 20
exit exit
int range fa0/9-12 int range fa0/9-12
switchport mode access switchport mode access
switchport access vlan 30 switchport access vlan 30
exit exit
int range fa0/13-16 int range fa0/13-16
switchport mode access switchport mode access
switchport access vlan 40 switchport access vlan 40
exit int range fa0/17-20 exit int range fa0/17-20
switchport mode access switchport mode access
switchport access vlan 99 switchport access vlan 99
exit exit
int range fa0/21-24 int range fa0/21-24
switchport mode trunk switchport mode trunk
int range fa0/1-24 int range fa0/1-24
spanning-tree portfast
DHCP

Router1_Manila
Enable
configure terminal
ip dhcp excluded-address
172.50.16.27 172.50.16.30
ip dhcp pool ManilaDCdhcp
network 172.50.16.0
255.255.255.224
domain-name qcu.edu.ph
default-router
172.50.16.30
dns-server 172.50.16.29
exit
ip dhcp excluded-address
172.50.16.59 172.50.16.62
ip dhcp pool ManilaLANdhcp
network 172.50.16.32
255.255.255.224
domain-name qcu.edu.ph
default-router 172.50.16.62
dns-server 172.50.16.61
exit
do copy run start

Router2_Davao
Enable
configure terminal
ip dhcp excluded-address
172.50.16.123
172.50.16.126
ip dhcp pool DavaoLANdhcp
network 172.50.16.96
255.255.255.224
default-router
172.50.16.126
dns-server 172.50.16.125
exit
do copy run start

Router3_Cebu
enable
configure terminal
ip dhcp excluded-address
172.50.16.187
172.50.16.190
ip dhcp pool CebuLANdhcp
network 172.50.16.160
255.255.255.224
default-router 172.50.16.190
dns-server 172.50.16.189
exit
do copy run start

Router4_Bicol
enable
configure terminal
ip dhcp excluded-address
172.50.16.219
172.50.16.222
ip dhcp pool BicolLANdhcp
network 172.50.16.224
255.255.255.224
default-router
172.50.16.222
dns-server 172.50.16.221
exit
do copy run start
IMPLEMENTATION
Using Ping Typically, it is utilized to verify the connecting two devices together. To test a network printer
or copier, use Ping. to check if it is online or to ensure if you can connect to a router The issue I
encountered was when I was adding IP addresses to each device. Eventually realized that each device's IP address
was the same. I therefore needed to change the overlapped IP addresses, so I connected the devices to their own
networks. Like r1 and r2 they have 172.50.16.64 network.

DEVICES USED: LOGICAL VIEW


LAPTOP

CABLES
SERVER

PC

ROUTER

SWITCH 2960
DEVICES USED: PHYSICAL VIEW

LAPTOP
CABLE (Straight-through, DCE,Cross-over)

SERVER

PC

ROUTER 2901

SWITCH 2960

You might also like