BN202 Internetworking Technologies: Network Design and Implementation

Verified

Added on  2023/06/11

|16
|1131
|293
Report
AI Summary
This report presents a detailed network design and implementation plan for four branches of a telecommunication network, utilizing VLANs and DHCP server configuration. The design incorporates VTP configuration in the Melbourne branch for efficient network management. The report outlines the project scope, requirements, network design strategy, hardware requirements, and a justification for the chosen design. It includes detailed IP addressing schemes for both the main network and server network, along with interface addressing for various devices. The configuration of VLAN switches, routers, and servers is provided, along with testing procedures to ensure network connectivity. The report concludes with a summary of the implemented configurations and a list of references used in the design process. Desklib offers a wealth of similar solved assignments and past papers for students.
Document Page
Project Scope
This project aims to design the four branches of telecommunication network using VLAN and
communicate with file and web server
Project Requirements
We need to design four branches of telecommunication network. These network should be
configured via DHCP server with VLAN. In Melbourne branch, we need to design the VTP configuration.
The remote web and file server can communicate it
Network Design Strategy
We need to design these network with cost efficiency and good network traffic also. Network
admin should allocate additional IP which is required the number of host. These additional IP is used for
future upgradation of network
Project Hardware Requirements
Device Name Manufacturer Name Model Ports
Router Cisco 2811 Series High Speed WAN
Interface,
10/100 Fast Ethernet
Ports
Switch Cisco Catalyst 2960 Series 24 Fast Ethernet Ports
PC HP HP Z240 SFF
Workstation
Intel® Ethernet I350-T2
2-Port 1Gb Network
Interface Card
Web Server IBM Cloud Server
File Server HP HP Pavilion All-in-One -
27-a210t
802.11a/b/g/n/ac (1x1)
and Bluetooth® 4.2 M.2
combo
Cable Type: Cat 6
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
Server Name Manufacturer
Name
Model Hardware Details
Web Server IBM Cloud Server
File Server HP HP Z240 SFF
Workstation
Windows 7
Professional 64
(available through
downgrade rights from
Windows 10 Pro)
Intel® Xeon® E3
processor
8 GB memory; 1 TB
HDD storage
NVIDIA® Quadro ®
K1200 (4 GB)
PC HP HP Pavilion All-in-
One - 27-a210t
Windows 10 Home 64,
Intel® HD Graphics 630,
8 GB DDR4-2133
SDRAM (2 x 4 GB),
802.11a/b/g/n/ac (1x1)
and Bluetooth® 4.2 M.2
combo
Document Page
Network Design
Justification
The project requires to configure VLAN, VTP and DHCP configuration. So I used the VLAN for four
branches of telecommunication network instead of four routers. Here I implement only one switch for
VTP in Melbourne LAN. I designed the number IP address which is greater than required hosts. This
network can easily upgrade in future
Document Page
IP Addressing
Network Chosen: 172.16.0.0 /24
Network
Name
Number
of System
Required
Number
of IP
allotted
Network
Address
Subnet Address Usable IP Range
Melbourne 300 510 172.16.0.0 255.255.254.0 172.16.0.1 to 172.16.1.254
Canberra 200 254 172.16.2.0 255.255.255.0 172.16.2.1 to 172.16.2.254
Adelaide 200 254 172.16.3.0 255.255.255.0 172.16.3.1 to 172.16.3.254
Brisbane 200 254 172.16.4.0 255.255.255.0 172.16.4.1 to 172.16.4.254
Branch – HQ 2 2 172.16.5.4 255.255.255.252 172.16.5.5 to 172.16.5.6
Server Network Addressing
Network Chosen: 192.168.100.0 /24
Network
Name
Number
of System
Required
Number
of IP
allotted
Network
Address
Subnet Address Usable IP Range
HQ Server 2 14 192.168.100.0 255.255.255.240 192.168.100.1 to
192.168.100.14
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
Interface Addressing
Device Name Interface
Name IP Address Subnet Mask Default
Gateway
Branch
Fa 0/0.10 172.16.0.1 255.255.254.0 -
Fa 0/0.20 172.16.2.1 255.255.255.0 -
Fa 0/0.30 172.16.3.1 255.255.255.0 -
Fa 0/0.40 172.16.4.1 255.255.255.0 -
Fa 0/0.99 172.16.5.1 255.255.255.252 -
S 0/0 172.16.5.5 255.255.255.252 -
VLAN Switch VLAN 99 172.16.5.2 255.255.255.252 -
HQ S 0/0 172.16.5.6 255.255.255.252 -
Fa 0/0 192.168.100.1 255.255.255.240 -
File Server Eth 0 192.168.100.2 255.255.255.240 192.168.100.1
Web Server Eth 0 192.168.100.3 255.255.255.240 192.168.100.1
Melbourne PC1 Eth 0 Dynamic (DHCP) 172.16.0.1
Canberra PC1 Eth 0 Dynamic (DHCP) 172.16.2.1
Adelaide PC1 Eth 0 Dynamic (DHCP) 172.16.3.1
Brisbane PC1 Eth 0 Dynamic (DHCP) 172.16.4.1
Document Page
Switch Configuration
Basic Configuration
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#hostname VLANSwitch
VLANSwitch(config)#line console 0
VLANSwitch(config-line)#password cisco
VLANSwitch(config-line)#login
VLANSwitch(config-line)#exit
VLANSwitch(config)#line vty 0 4
VLANSwitch(config-line)#password cisco
VLANSwitch(config-line)#login
VLANSwitch(config-line)#exit
VLANSwitch(config)#enable secret class
Document Page
VLAN Creation
VLANSwitch(config)#vlan 10
VLAN 10 added:
Name:VLAN0010
VLANSwitch(config-vlan)#name Melbourne
VLANSwitch(config-vlan)#exit
VLAN Interface
VLANSwitch(config)#interface fa 0/1
VLANSwitch(config-if)#switchport mode trunk
VLANSwitch(config-if)#switchport trunk allowed vlan 10,20,30,40,99
VLANSwitch(config-if)#exit
VLANSwitch(config)#interface ra fa 0/2-5
VLANSwitch(config-if-range)#s
VLANSwitch(config-if-range)#switchport mode access
VLANSwitch(config-if-range)#switchport access vlan 10
VLANSwitch(config-if-range)#exit
VLANSwitch(config)#interface ra fa 0/6-10
VLANSwitch(config-if-range)#switchport mode access
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
VLANSwitch(config-if-range)#switchport access vlan 20
VLANSwitch(config-if-range)#exit
VLANSwitch(config)#interface ra fa 0/11-15
VLANSwitch(config-if-range)#switchport mode access
VLANSwitch(config-if-range)#switchport access vlan 30
VLANSwitch(config-if-range)#exit
VLANSwitch(config)#interface ra fa 0/16-20
VLANSwitch(config-if-range)#switchport mode access
VLANSwitch(config-if-range)#switchport access vlan 40
VLANSwitch(config-if-range)#exit
Setting Interface Description
VLANSwitch(config)#interface fa 0/1
VLANSwitch(config-if)#description Truck Port Created By Pravesh
VLANSwitch(config-if)#exit
VLANSwitch(config)#interface ra fa 0/2-5
VLANSwitch(config-if-range)#description Access Port Created By Shrestha
Document Page
VLANSwitch(config-if-range)#exit
VLANSwitch(config)#interface ra fa 0/6-10
VLANSwitch(config-if-range)#description Access Port for VLAN 20 - Pravesh Shrestha
VLANSwitch(config-if-range)#exit
VTP Configuration
VTP Server
VTP Client
Document Page
Router Configuration
Basic Configuration
Sub Interface Configuration
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
DHCP Configuration
Serial Interface Configuration
Document Page
Server Interface Configuration
Web Server
File Server
RIP Configuration
chevron_up_icon
1 out of 16
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]