College of Science & Engineering: LAN Technologies Assignment

Verified

Added on  2022/12/26

|16
|1024
|48
Practical Assignment
AI Summary
This assignment solution presents a comprehensive design and implementation of a Local Area Network (LAN) for Victoria University. It begins with an IP addressing plan, detailing subnetting and address allocation for various departments including Sport, Business, Health, Engineering, and Human Resources. The solution includes the configuration of a router with VLANs using encapsulation dot1Q, DHCP pools, and NAT. It also covers the configuration of multiple switches, including VTP setup for domain management, trunking, and access port configurations for each department's VLANs. The document contains configuration scripts for routers and switches, along with verification steps and a bibliography of relevant networking technologies. The assignment addresses the requirements of a multi-building network with specific departmental needs, demonstrating practical application of networking concepts and technologies.
Document Page
Running head: LOCAL AREA NETWORK TECHNOLOGIES
Local Area Network Technologies
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
1LOCAL AREA NETWORK TECHNOLOGIES
Design and drawing of Network Topology
IP Addressing Plan
172.59.0.0/16
Sport
Allocated subnet/Mask 255.255.255.0 /24
Network address 172.59.0.0
Default gateway address 172.59.0.1
Document Page
2LOCAL AREA NETWORK TECHNOLOGIES
Valid host address range 172.59.0.1 - 172.59.0.254
Broadcast address 172.59.0.255
Business
Allocated subnet/Mask 255.255.255.128 /25
Network address 172.59.1.0
Default gateway address 172.59.1.1
Valid host address range 172.59.1.1 - 172.59.1.126
Broadcast address 172.59.1.127
Health
Allocated subnet/Mask 255.255.255.128 /25
Network address 172.59.1.128
Default gateway address 172.59.1.129
Valid host address range 172.59.1.129 - 172.59.1.254
Broadcast address 172.59.1.255
Engineering
Allocated subnet/Mask 255.255.255.192 /26
Network address 172.59.2.0
Default gateway address 172.59.2.1
Document Page
3LOCAL AREA NETWORK TECHNOLOGIES
Valid host address range 172.59.2.1 - 172.59.2.62
Broadcast address 172.59.2.63
Human Resource
Allocated subnet/Mask 255.255.255.224 /27
Network address 172.59.2.64
Default gateway address 172.59.2.65
Valid host address range 172.59.2.65 - 172.59.2.94
Broadcast address 172.59.2.95
Configuration script
Router
int S0/0/0
ip address 200.1.4.2 255.255.255.0
no shut
ip nat outside
int f0/0.10
encapsulation dot1Q 10
ip add 172.59.0.1 255.255.255.0
exit
int f0/0.20
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
4LOCAL AREA NETWORK TECHNOLOGIES
encapsulation dot1Q 20
ip add 172.59.1.1 255.255.255.128
exit
int f0/0.30
encapsulation dot1Q 30
ip add 172.59.1.129 255.255.255.128
exit
int f0/0.40
encapsulation dot1Q 40
ip add 172.59.2.1 255.255.255.192
exit
int fa 0/0.50
encapsulation dot1Q 50
ip add 172.59.2.65 255.255.255.224
ip dhcp excluded-address 172.59.0.1
ip dhcp excluded-address 172.59.1.1
ip dhcp excluded-address 172.59.1.129
ip dhcp excluded-address 172.59.2.1
ip dhcp excluded-address 172.59.2.65
ip dhcp pool sport
network 172.59.0.0 255.255.255.0
default-router 172.59.0.1
Document Page
5LOCAL AREA NETWORK TECHNOLOGIES
ip dhcp pool business
network 172.59.1.0 255.255.255.128
default-router 172.59.1.1
exit
ip dhcp pool health
network 172.59.1.128 255.255.255.128
default-router 172.59.1.129
exit
ip dhcp pool engineering
network 172.59.2.0 255.255.255.192
default-router 172.59.2.1
exit
ip dhcp pool hr
network 172.59.2.64 255.255.255.224
default-router 172.59.2.65
exit
int fa 0/0
no shut
Multilayer Switch1
VTP domain dname
vtp mode server
Document Page
6LOCAL AREA NETWORK TECHNOLOGIES
vtp version 2
VLAN 10
name sport
VLAN 20
name business
VLAN 30
name health
VLAN 40
name engineering
VLAN 50
name hr
int range fa 0/1-3
switchport trunk encapsulation dot1q
switchport mode trunk
SPORT
VTP domain dname
vtp mode client
vtp version 2
int range f0/1
switchport mode trunk
exit
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
7LOCAL AREA NETWORK TECHNOLOGIES
int range f0/2-24
switchport mode access
switchport access vlan 10
exit
L_Sport
VTP domain dname
vtp mode client
vtp version 2
int rang f0/1-24
switchport mode trunk
exit
int
M_Sport
VTP domain dname
vtp mode client
vtp version 2
int range f0/1
switchport mode trunk
exit
Document Page
8LOCAL AREA NETWORK TECHNOLOGIES
Business
VTP domain dname
vtp mode client
vtp version 2
int range f0/1
switchport mode trunk
exit
int range f0/2-24
switchport mode access
switchport access vlan 20
exit
A_Business
VTP domain dname
vtp mode client
vtp version 2
int range f0/1
switchport mode trunk
exit
G_Business
VTP domain dname
Document Page
9LOCAL AREA NETWORK TECHNOLOGIES
vtp mode client
vtp version 2
int range f0/1
switchport mode trunk
exit
Health
VTP domain dname
vtp mode client
vtp version 2
int range f0/1
switchport mode trunk
exit
int range f0/2-24
switchport mode access
switchport access vlan 30
exit
M_Health
VTP domain dname
vtp mode client
vtp version 2
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
10LOCAL AREA NETWORK TECHNOLOGIES
int range f0/1
switchport mode trunk
exit
L_Health
VTP domain dname
vtp mode client
vtp version 2
int range f0/1
switchport mode trunk
exit
G_Engineering
VTP domain dname
vtp mode client
vtp version 2
int range f0/1
switchport mode trunk
exit
int range f0/2-24
switchport mode access
switchport access vlan 40
Document Page
11LOCAL AREA NETWORK TECHNOLOGIES
exit
K_Server
VTP domain dname
vtp mode client
vtp version 2
int range f0/1
switchport mode trunk
exit
int fa 0/2
switchport mode access
switchport access vlan 10
exit
int fa 0/3
switchport mode access
switchport access vlan 20
exit
int fa 0/4
switchport mode access
switchport access vlan 30
exit
int fa 0/5
switchport mode access
chevron_up_icon
1 out of 16
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]