Victoria University: LAN Technologies Assignment - Network Design

Verified

Added on  2023/04/21

|9
|743
|270
Homework Assignment
AI Summary
This assignment solution details the design and implementation of a Local Area Network (LAN) for Victoria University, addressing specific requirements for various departments across multiple buildings. The solution encompasses IP address planning, subnetting, and VLAN configuration to segment the network logically. It includes the configuration of a router with subinterfaces for VLANs, DHCP server setup for IP address allocation, and switch configurations for VLAN assignment. The document presents detailed configurations for routers and switches, including commands for interface setup, VLAN creation, and VTP configuration. Furthermore, it provides ping results to verify network connectivity and functionality. The assignment showcases the application of network design principles and practical implementation using Cisco Packet Tracer, demonstrating an understanding of LAN technologies and network infrastructure.
Document Page
Running head: NETWORK INFORMATION TECHNOLOGY
NETWORK INFORMATION TECHNOLOGY
Name of the Student
Name of the university
Author 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
2NETWORK INFORMATION TECHNOLOGY
Task 1:
Task 2:
Sport
Allocated subnet/Mask 172.40.1.0/24
Network address 172.40.1.0
Document Page
3NETWORK INFORMATION TECHNOLOGY
Default gateway address 172.40.1.1
Valid host address range 172.40.1.1-254
Broadcast address 172.40.1.255
Health
Allocated subnet/Mask 172.40.2.0 /24
Network address 172.40.2.0
Default gateway address 172.40.2.1
Valid host address range 172.40.2.1-254
Broadcast address 172.40.2.255
Business
Allocated subnet/Mask 172.40.3.0 /24
Network address 172.40.3.0
Default gateway address 172.40.3.1
Valid host address range 172.40.2.1-254
Broadcast address 172.40.3.255
Engineering
Allocated subnet/Mask 172.40.4.0 /24
Network address 172.40.4.0
Default gateway address 172.40.4.1
Valid host address range 172.40.4.1-254
Broadcast address 172.40.4.255
HR
Allocated subnet/Mask 172.40.5.0 /24
Network address 172.40.5.0
Default gateway address 172.40.5.1
Valid host address range 172.40.2.1-254
Broadcast address 172.40.5.255
Document Page
4NETWORK INFORMATION TECHNOLOGY
Assumptions: extra unallocated ip addresses are kept for future expansions.
Task 3:
Task 4:
Router 3
int fa0/0
no shut
exit
int fa 0/0.10
encapsulation dot1q 10
ip add 172.40.1.1 255.255.255.0
exit
int fa 0/0.20
encapsulation dot1q 20
ip add 172.40.2.1 255.255.255.0
exit
int fa 0/0.30
encapsulation dot1q 30
ip add 172.40.3.1 255.255.255.0
exit
int fa 0/0.40
encapsulation dot1q 40
ip add 172.40.4.1 255.255.255.0
exit
int fa 0/0.50
encapsulation dot1q 50
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
5NETWORK INFORMATION TECHNOLOGY
ip add 172.40.5.1 255.255.255.0
exit
int fa 0/0.60
encapsulation dot1q 60
ip add 172.40.6.1 255.255.255.0
exit
ip dhcp excluded-address 172.40.1.1
172.40.1.10
ip dhcp excluded-address 172.40.2.1
172.40.2.10
ip dhcp excluded-address 172.40.3.1
172.40.3.10
ip dhcp excluded-address 172.40.4.1
172.40.4.10
ip dhcp excluded-address 172.40.5.1
172.40.5.10
ip dhcp excluded-address 172.40.6.1
172.40.6.10
ip dhcp pool sport
network 172.40.1.0 255.255.255.0
default-router 172.40.1.1
ip dhcp pool health
network 172.40.2.0 255.255.255.0
default-router 172.40.2.1
ip dhcp pool business
network 172.40.3.0 255.255.255.0
default-router 172.40.3.1
ip dhcp pool engineering
network 172.40.4.0 255.255.255.0
default-router 172.40.4.1
ip dhcp pool hr
network 172.40.5.0 255.255.255.0
default-router 172.40.5.1
ip dhcp pool other
network 172.40.6.0 255.255.255.0
default-router 172.40.6.1
Multilayer Switch1
Document Page
6NETWORK INFORMATION TECHNOLOGY
conf t
int range fa 0/2-24
switchport mode access
switchport access vlan 10
ex
int fa 0/1
switchport mode trunk
ex
conf t
int range fa 0/2-24
switchport mode access
switchport access vlan 20
ex
int fa 0/1
switchport mode trunk
ex
conf t
int range fa 0/2-24
switchport mode access
switchport access vlan 30
ex
int fa 0/1
switchport mode trunk
ex
conf t
int range fa 0/2-24
switchport mode access
switchport access vlan 40
ex
int fa 0/1
switchport mode trunk
ex
conf t
int range fa 0/2-24
switchport mode access
Document Page
7NETWORK INFORMATION TECHNOLOGY
switchport access vlan 50
ex
int fa 0/1
switchport mode trunk
ex
Building L Switch
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#vtp domain dname
Changing VTP domain name from NULL to dname
Switch(config)#vtp mode client
Setting device to VTP CLIENT mode.
Switch(config)#vtp version 2
Cannot modify version in VTP client mode
Switch(config)#ex
Building M Switch
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#vtp domain dname
Changing VTP domain name from NULL to dname
Switch(config)#vtp mode client
Setting device to VTP CLIENT mode.
Switch(config)#vtp version 2
Cannot modify version in VTP client mode
Switch(config)#ex
Building G Switch
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#vtp domain dname
Changing VTP domain name from NULL to dname
Switch(config)#vtp mode client
Setting device to VTP CLIENT mode.
Switch(config)#vtp version 2
Cannot modify version in VTP client mode
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
8NETWORK INFORMATION TECHNOLOGY
Switch(config)#ex
Building A Switch
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#vtp domain dname
Changing VTP domain name from NULL to dname
Switch(config)#vtp mode client
Setting device to VTP CLIENT mode.
Switch(config)#vtp version 2
Cannot modify version in VTP client mode
Switch(config)#ex
Task 5: ping results
Document Page
9NETWORK INFORMATION TECHNOLOGY
chevron_up_icon
1 out of 9
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]