Bn202 Design The Four Branches Assessment Answers
Answer:
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 |
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 |
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
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 |
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 |
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 |
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)#vlan 10
VLAN 10 added:
Name:VLAN0010
VLANSwitch(config-vlan)#name Melbourne
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
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
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
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
We have configured the VLAN, VTP and dynamic routing in network devices and tested the connection among these networks.
References
[1] ComputerNetworkingNotes. “Configure VTP Server and Client in Switch”. 2018.
[2] TechRepublic. “Configure DHCP on a Cisco router or switch”. 2018.
[3] Support, T., Switching, L., Forwarding, L. and TechNotes, C. “Configure InterVLAN Routing on Layer 3 Switches”. 2018intervlanrouting.html [Accessed 30 May 2018].
Buy Bn202 Design The Four Branches Assessment Answers Online
Talk to our expert to get the help with Bn202 Design The Four Branches Assessment Answers to complete your assessment on time and boost your grades now
The main aim/motive of the management assignment help services is to get connect with a greater number of students, and effectively help, and support them in getting completing their assignments the students also get find this a wonderful opportunity where they could effectively learn more about their topics, as the experts also have the best team members with them in which all the members effectively support each other to get complete their diploma assignments. They complete the assessments of the students in an appropriate manner and deliver them back to the students before the due date of the assignment so that the students could timely submit this, and can score higher marks. The experts of the assignment help services at urgenthomework.com are so much skilled, capable, talented, and experienced in their field of programming homework help writing assignments, so, for this, they can effectively write the best economics assignment help services.