BN321 Assignment: Local Area Network Design and Implementation

Verified

Added on  2022/11/30

|16
|888
|304
Homework Assignment
AI Summary
This document presents a comprehensive Local Area Network (LAN) design and implementation, addressing IP addressing, subnetting, and network configurations. The assignment details a network architecture with multiple subnets, including labs, library, and classroom environments, using a 192.168.0.0/23 network. It demonstrates the allocation of IP addresses, subnet masks, and assignable ranges for each subnet. The solution includes router and switch configurations using Cisco Packet Tracer, showcasing the setup of VLANs, DHCP pools, and trunking. Configuration commands are provided for the router, including interface configurations, encapsulation, and IP address assignments, as well as DHCP exclusions and pools. Switch configurations are also detailed, covering VTP domain setup, VLAN creation, and interface configurations. The document provides screenshots of the network device configurations, offering a complete guide to the design and implementation of a local area network.
Document Page
Running head: ADVANCED NETWORK DESIGN
Local Area Network Design and Implementation
Name of the Student
Name of the University
Author’s Note
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
1
ADVANCED NETWORK DESIGN
Network Design
Simple IP addressing solution
Major Network: 192.168.0.0/23
Available IP addresses in major network: 510
Number of IP addresses needed: 299
Available IP addresses in allocated subnets: 362
About 75% of available major network address space is used
About 83% of subnetted network address space is used
Subnet
Name
Neede
d Size
Allocate
d Size
Address Mas
k
Dec Mask Assignable
Range
Broadcast
LAB 1 27 30 192.168.0.1
28
/27 255.255.255.2
24
192.168.0.1
29 -
192.168.0.1
Document Page
2
ADVANCED NETWORK DESIGN
192.168.0.1
58
59
LAB 2 27 30 192.168.0.1
60
/27 255.255.255.2
24
192.168.0.1
61 -
192.168.0.1
90
192.168.0.1
91
LAB 3 27 30 192.168.0.1
92
/27 255.255.255.2
24
192.168.0.1
93 -
192.168.0.2
22
192.168.0.2
23
LAB 4 27 30 192.168.0.2
24
/27 255.255.255.2
24
192.168.0.2
25 -
192.168.0.2
54
192.168.0.2
55
LAB 5 27 30 192.168.1.0 /27 255.255.255.2
24
192.168.1.1
-
192.168.1.3
0
192.168.1.3
1
LAB 6 27 30 192.168.1.3
2
/27 255.255.255.2
24
192.168.1.3
3 -
192.168.1.6
2
192.168.1.6
3
Library
Student
10 14 192.168.1.1
12
/28 255.255.255.2
40
192.168.1.1
13 -
192.168.1.1
26
192.168.1.1
27
Library
Staff
15 30 192.168.1.6
4
/27 255.255.255.2
24
192.168.1.6
5 -
192.168.1.9
192.168.1.9
5
Document Page
3
ADVANCED NETWORK DESIGN
4
Classroo
m
12 14 192.168.1.9
6
/28 255.255.255.2
40
192.168.1.9
7 -
192.168.1.1
10
192.168.1.1
11
Wireless
1
50 62 192.168.0.0 /26 255.255.255.1
92
192.168.0.1
-
192.168.0.6
2
192.168.0.6
3
Wireless
2
50 62 192.168.0.6
4
/26 255.255.255.1
92
192.168.0.6
5 -
192.168.0.1
26
192.168.0.1
27
Network Device Configuration
Router Configuration Screenshot
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
4
ADVANCED NETWORK DESIGN
Document Page
5
ADVANCED NETWORK DESIGN
Document Page
6
ADVANCED NETWORK DESIGN
LAB Switch Configuration Screenshot
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
7
ADVANCED NETWORK DESIGN
Classroom and Library Switch Configuration Screenshot
Configuration commands used for configuring the network in packet
tracer
Here we have used the two interface of the router i.e. fa 0/0 and fa0/1 and subdivided the interface for
creating a dhcp pool for each of the subnet. The configuration used for configuring the router and the
layer 3 switch is attached for reference below.
Router Configuration
int f0/0.10
encapsulation dot1Q 10
ip add 192.168.0.129 255.255.255.224
exit
int f0/0.20
encapsulation dot1Q 20
ip add 192.168.0.161 255.255.255.224
Document Page
8
ADVANCED NETWORK DESIGN
exit
int f0/0.30
encapsulation dot1Q 30
ip add 192.168.0.193 255.255.255.224
exit
int f0/0.40
encapsulation dot1Q 40
ip add 192.168.0.225 255.255.255.224
exit
int fa 0/0.50
encapsulation dot1Q 50
ip add 192.168.1.1 255.255.255.224
int fa 0/0.60
encapsulation dot1Q 60
ip add 192.168.1.33 255.255.255.224
int fa 0/0.70
encapsulation dot1Q 70
ip add 192.168.0.1 255.255.255.224
ip dhcp excluded-address 192.168.0.129
ip dhcp excluded-address 192.168.0.161
ip dhcp excluded-address 192.168.0.193
ip dhcp excluded-address 192.168.0.225
ip dhcp excluded-address 192.168.1.1
Document Page
9
ADVANCED NETWORK DESIGN
ip dhcp excluded-address 192.168.1.33
ip dhcp excluded-address 192.168.0.1
ip dhcp pool lab1
network 192.168.0.128 255.255.255.224
default-router 192.168.0.129
ip dhcp pool lab2
network 192.168.0.160 255.255.255.224
default-router 192.168.0.161
exit
ip dhcp pool lab3
network 192.168.0.192 255.255.255.224
default-router 192.168.0.193
exit
ip dhcp pool lab4
network 192.168.0.224 255.255.255.224
default-router 192.168.0.225
exit
ip dhcp pool lab5
network 192.168.1.0 255.255.255.224
default-router 192.168.1.1
exit
ip dhcp pool lab6
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
10
ADVANCED NETWORK DESIGN
network 192.168.1.32 255.255.255.224
default-router 192.168.1.33
exit
ip dhcp pool wireless1
network 192.168.0.0 255.255.255.192
default-router 192.168.0.1
exit
int fa 0/0
no shut
int fa 0/1.10
encapsulation dot1Q 10
ip add 192.168.1.113 255.255.255.240
exit
int fa 0/1.20
encapsulation dot1Q 20
ip add 192.168.1.65 255.255.255.224
exit
int fa 0/1.30
encapsulation dot1Q 30
ip add 192.168.1.97 255.255.255.240
exit
int fa 0/1.40
encapsulation dot1Q 40
Document Page
11
ADVANCED NETWORK DESIGN
ip add 192.168.0.65 255.255.255.192
exit
ip dhcp excluded-address 192.168.1.113
ip dhcp excluded-address 192.168.1.65
ip dhcp excluded-address 192.168.1.97
ip dhcp excluded-address 192.168.0.65
ip dhcp pool Librarystudent
network 192.168.1.112 255.255.255.240
default-router 192.168.1.113
ip dhcp pool Librarystaff
network 192.168.1.64 255.255.255.224
default-router 192.168.1.65
ip dhcp pool classroom
network 192.168.1.96 255.255.255.240
default-router 192.168.1.97
int fa 0/1
no shut
Switch1 Configuration
VTP domain dname
vtp mode server
vtp version 2
VLAN 10
name lab1
chevron_up_icon
1 out of 16
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]