+ All Categories
Home > Documents > networking design

networking design

Date post: 07-Mar-2016
Category:
Upload: scherraine-khrys
View: 221 times
Download: 0 times
Share this document with a friend
Description:
networking design

of 16

Transcript

JMJ Marist BrothersCollege of Engineering and TechnologyNOTRE DAME OF M ARBEL UNIVERSITYCity of Koronadal, South Cotabato

7-Floor Institution Building

____________________

A Network Proposal

____________________

In Partial Fulfillment

of the Requirements for the Degree

Bachelor of Science in Electrical Engineering

____________________

By

Scherraine Khrys G. CastillonVanessa Kris D. Claveria

February 2016

VLSM TableStarting Network Address: 172.16.0.0/24Network NameNumber of HostSlash/PrefixSubnet MaskNetwork AddressHost AddressesBroadcast Address

Training andExamination Room150/24255.255.255.0172.16.0.0172.16.0.1- 172.16.0.254172.16.0.255

150/24255.255.255.0172.16.1.0172.16.1.1- 172.16.1.254172.16.1.255

CustomerAssistance110/25255.255.255.128172.16.2.0172.16.2.1- 172.16.2.126172.16.2.127

110/25255.255.255.128172.16.2.128172.16.2.129- 172.16.2.254172.16.2.255

Software Developing Laboratory50/26255.255.55.192172.16.3.0172.16.3.1- 172.16.3.62172.16.3.63

50/26255.255.25.192172.16.3.64172.16.3.65- 172.16.3.126172.16.3.127

Graphic/Design Department andAudio Visual Department30/27255.255.25.224172.16.3.128172.16.3.129- 172.16.3.158172.16.3.159

30/27255.255.255.224172.16.3.160172.16.3.162- 172.16.3.190172.16.3.191

Research and QualityControl Department10/282525.255.255.240172.16.3.192172.16.3.193- 172.16.3.206172.16.3.207

10/28255.255.255.240172.16.3.208172.16.3.210- 172.16.3.222172.16.3.223

Accounting/ Audit and Marketing Department5/29255.255.255.248172.16.3.224172.16.225- 172.16.3.230172.16.3.231

5/29255.255.255.248172.169.232172.16.233- 172.16.3.238172.16.3.239

Admin5/29255.255.255.248172.16.3.240172.16.3.241- 172.16.3.247172.16.3.248

IP Addressing hostname T/EDept

no ip domain-lookup

interface FastEthernet0/0ip address 172.16.0.1 255.255.255.0

interface FastEthernet0/1ip address 172.16.1.1 255.255.255.0

interface Serial0/0/1ip address 172.16.3.249 255.255.255.252

router ospf 1network 172.16.3.248 0.0.0.3 area 0network 172.16.3.240 0.0.0.7 area 0network 172.16.0.0 0.0.0.255 area 0network 172.16.1.0 0.0.0.255 area 0

line con 0logging synchronous

line vty 0 4logging synchronous

end

hostname CustAsst

no ip domain-lookup

interface FastEthernet0/0ip address 172.16.2.1 255.255.255.128

interface FastEthernet0/1ip address 172.16.2.129 255.255.255.128

interface Serial0/1/0ip address 172.16.3.253 255.255.255.252

router ospf 1

network 172.16.3.252 0.0.0.3 area 0network 172.16.2.0 0.0.0.255 area 0network 172.16.0.0 0.0.0.255 area 0network 172.16.1.0 0.0.0.255 area 0network 172.16.3.0 0.0.0.127 area 0network 172.16.3.240 0.0.0.7 area 0network 172.16.2.0 0.0.0.127 area 0network 172.16.2.128 0.0.0.127 area 0

line con 0logging synchronous

line vty 0 4logging synchronous

end

hostname SoftDevLab

no ip domain-lookup

interface FastEthernet0/0ip address 172.16.3.1 255.255.255.192

interface FastEthernet0/1ip address 172.16.3.65 255.255.255.192

interface Serial0/1/1ip address 172.16.4.1 255.255.255.252

router ospf 1network 172.16.4.0 0.0.0.3 area 0network 172.16.3.0 0.0.0.127 area 0

line con 0logging synchronous

line vty 0 4logging synchronous

end

hostname HQ

no ip domain-lookup

interface FastEthernet0/0ip address 172.16.3.241 255.255.255.248

interface Serial0/0/0ip address 172.16.4.5 255.255.255.252

interface Serial0/0/1ip address 172.16.3.250 255.255.255.252

interface Serial0/1/0ip address 172.16.3.254 255.255.255.252

interface Serial0/1/1ip address 172.16.4.2 255.255.255.252

router ospf 1network 172.16.3.248 0.0.0.3 area 0network 172.16.3.252 0.0.0.3 area 0network 172.16.4.0 0.0.0.3 area 0network 172.16.0.0 0.0.0.255 area 0network 172.16.1.0 0.0.0.255 area 0network 172.16.3.0 0.0.0.127 area 0network 172.16.3.240 0.0.0.7 area 0default-information originate

ip route 0.0.0.0 0.0.0.0 Serial0/0/0

line con 0logging synchronous

line vty 0 4logging synchronous

end

hostname R/QCDept

no ip domain-lookup

interface FastEthernet0/0ip address 172.16.3.193 255.255.255.240

interface FastEthernet0/1ip address 172.16.3.210 255.255.255.240

interface Serial0/0/0ip address 172.16.4.21 255.255.255.252

interface Serial0/1/1ip address 172.16.4.17 255.255.255.252

router eigrp 1network 172.16.4.16 0.0.0.3network 172.16.3.192 0.0.0.15network 172.16.3.208 0.0.0.15no auto-summary

line con 0logging synchronous

line vty 0 4logging synchronous

end

hostname A/M/ADept

interface FastEthernet0/0ip address 172.16.3.225 255.255.255.248

interface FastEthernet0/1ip address 172.16.3.233 255.255.255.248

interface Serial0/0/0ip address 172.16.4.25 255.255.255.252

interface Serial0/1/0ip address 172.16.4.13 255.255.255.252

router eigrp 1network 172.16.4.12 0.0.0.3network 172.16.3.224 0.0.0.7network 172.16.3.232 0.0.0.7no auto-summary

line con 0logging synchronous

line vty 0 4logging synchronous

end

hostname G/D/AVDept

no ip domain-lookup

interface FastEthernet0/0ip address 172.16.3.162 255.255.255.224

interface FastEthernet0/1ip address 172.16.3.129 255.255.255.224

interface Serial0/0/1ip address 172.16.4.9 255.255.255.252

router eigrp 1network 172.16.4.8 0.0.0.3network 172.16.3.128 0.0.0.31network 172.16.3.160 0.0.0.31no auto-summary

line con 0logging synchronous

line vty 0 4logging synchronous

end

hostname BR1

no ip domain-lookup

interface Serial0/0/0ip address 172.16.4.6 255.255.255.252

interface Serial0/0/1ip address 172.16.4.10 255.255.255.252

interface Serial0/1/0ip address 172.16.4.14 255.255.255.252

interface Serial0/1/1ip address 172.16.4.18 255.255.255.252

router eigrp 1redistribute staticnetwork 172.16.4.16 0.0.0.3network 172.16.4.12 0.0.0.3network 172.16.4.8 0.0.0.3no auto-summary

ip route 0.0.0.0 0.0.0.0 Serial0/0/0

line con 0logging synchronous

line vty 0 4logging synchronous

end

Floor Layout


Recommended