Uploaded by Rahat Sanim

BN321

advertisement
Bachelor of Networking
BACHELOR OF NETWORKING
BN321 Advance Network Design
pg. 0
Bachelor of Networking
Contents
Project Scope .......................................................................................................................................... 2
Network Diagram [3] .............................................................................................................................. 2
HARDWARE Requirements [1] ................................................................................................................ 3
Type of cables: ........................................................................................................................................ 3
Device Configuration [5] ......................................................................................................................... 3
VLAN Configuration [7] ........................................................................................................................... 3
VLAN Database........................................................................................................................................ 4
Network Device Configurations: ............................................................................................................. 5
Basic Router , VTP server and switch configuration: .......................................................................... 5
Configuring router: ............................................................................................................................. 5
Configuring VTP Server: ...................................................................................................................... 6
Configuring switches as VTP Client: .................................................................................................... 6
References .............................................................................................................................................. 7
pg. 1
Bachelor of Networking
Project Scope
In this project, I had been asked to build a network system for recently founded branch of an IT
Institute in Melbourne. They will be offering IT related courses to their students. It is a two-story
building which will have classrooms, library, computer labs and a few offices. More specifically, there
will be four computer labs, and each of these labs will consist of 19 computers for students and
another computer for the instructor, in total 20 computers and all of them must have internet
connection. These labs will also have a server in the closet that is placed inside the lab. Furthermore,
there will be IP phones placed in each lab for the sake of communicate with service desk. In addition
to that, they will have four classrooms. These classrooms will have one computer with internet
connectivity, one whiteboard, one display monitor and an IP phone. The IT institution also wants to
set up 10 computers in the library for students to allow them access to the library resources and 10
more computers for the staff and administration. Lastly, students should have access to a wireless
network. With these all, IT institute require scalable, reliable network for their newly open campus.
Network Diagram [3]
Virtual lan (vlan) has been used in the proposed network to enhance the data integrity and security.
Here, the principal router is connected with the VTP server and the VTP server is connected to six
pg. 2
Bachelor of Networking
switches. It is connected to one switch of library, one switch of classrooms and four switches of labs.
Here in this given network design, vlan 10 is assigned to the library; vlan 20, vlan 30, vlan 40 and vlan
50 are assigned to the four labs, vlan 60 is assigned to the four class-rooms, also VLAN 60 is. . Also,
they have hybrid established link between them. And finally, there are servers and IP phone.
HARDWARE Requirements [1]







2 x C1111-8P - Cisco 1100 Series Integrated Services Routers [2]
20 x DELL desktop (core: i7, HD: 1TB, RAM: 16 GB, Windows 10 ) [2]
84 x DELL desktop (core: i5, HD: 1TB, RAM: 4 GB, Windows 10 )
7x CISCO (UCS-SPR-C220M4-BS2) UCS C220M4S W/2XE52620V4, 2X16GB, MRAID, 2X770W, 32G
SD, RAILS UCS-SPR-C220M4-BS2 [2]
2 x Cisco WS-C3550-24-EMI
8 x Cisco SF350-24P 24-Port 10 100 POE Managed Switch
2 x Aironet 3800e AP [2]


104 x Display monitors
8 x Cisco IP Phone 7861

Straight through cables, Crossover cables
Type of cables:
For switch to switch connection, crossover cable has been used and for switch to pc and IP phone to
switch straight through cable has been used.
Device Configuration [5]
Device
Router
Interface
Int f0/0
Sub Int f0/.10
Sub Int f0/.20
Sub Int f0/.30
Sub Int f0/.40
Sub Int f0/.50
Sub Int f0/.60
IP Address
Subnet mask
192.168.10.1/26
192.168.20.1/26
192.168.30.1/26
192.168.40.1/26
192.168.50.1/26
192.168.60.1/26
255.255.255.192
255.255.255.192
255.255.255.192
255.255.255.192
255.255.255.192
255.255.255.192
In VTP server, vlan 10, vlan 20, vlan 30, vlan 40, vlan 50, vlan 60 has been created for Library, four
labs and and for the classrooms respectively
VLAN Configuration [7]
Device
LibrarySwitch
VLAN
Vlan 10
Ports Assigned
Fa0/1, Fa0/2
Lab 1 Switch
vlan 20
Fa0/1, Fa0/2,Fa0/3
pg. 3
Bachelor of Networking
vlan 30
vlan 40
vlan 50
Lab 2 Switch
Lab 3 Switch
Lab 4 Switch
Classrooms
Devices
LIbrary
Lab 1
Lab 2
Lab 3
Lab 4
Classrooms
vlan 20
vlan 30
vlan 40
vlan 50
Fa0/1, Fa0/2, Fa0/4
vlan 20
van 30
vlan 40
vlan 50
Fa0/1, Fa0/2, Fa0/5
vlan 20
Vllan 30
vlan 40
vlan 50
Fa0/1, Fa0/2, Fa0/6
vlan 60
Fa0/1, Fa0/2, Fa0/7
IP Address
192.168.10.2/26
192.168.20.2/26
192.168.30.2/26
192.168.40.2/26
192.168.50.2/26
192.168.60.2/26
Subnet Mask
255.255.255.192
255.255.255.192
255.255.255.192
255.255.255.192
255.255.255.192
255.255.255.192
Default Gateway
192.168.10.1
192.168.20.1
192.168.30.1
192.168.40.1
192.168.50.1
192.168.60.1
VLAN Database
Type of Vlan
Vlan 10
Vlan 20
Vlan 30
Vlan 40
Vlan 50
Vlan 60
pg. 4
Name
Library
Lab 1
Lab 2
Lab 3
Lab 4
Classrooms
IPv4 Address
192.168.10.0/26
192.168.20.0/26
192.168.30.0/26
192.168.40.0/26
192.168.50.0/26
192.168.60.0/26
Bachelor of Networking
Network Device Configurations:
Basic Router, VTP server and switch configuration:
configure terminal
hostname host
enable secret class
banner motd #authorized person access only#
line console 0
password host
login
service password-encryption
logging synchronous
line vty 0 4
password host
login
end
Configuring router:
configure terminal
Int g0/1
no shutdown
Int g0/1.10
Description Library
Encapsulation dot1Q 10
Ip address 192.168.10.1 255.255.255.192
Int g0/1.20
Description Lab 1
Encapsulation dot1Q 20
Ip address 192.168.20.1 255.255.255.192
Int g0/1.30
Description Lab 2
Encapsulation dot1Q 30
Ip address 192.168.30.1 255.255.255.192
Int g0/1.40
Description Lab 3
Encapsulation dot1Q 40
Ip address 192.168.40.1 255.255.255.192
pg. 5
Bachelor of Networking
Int g0/1.50
Description Lab 4
Encapsulation dot1Q 50
Ip address 192.168.50.1 255.255.255.192
Int g0/1.60
Description Classrooms
Encapsulation dot1Q 60
Ip address 192.168.60.1 255.255.255.192
Configuring VTP Server:
Configure terminal
Vtp mode server
Vtp domain MIT
Vlan 10
Name Library
Vlan 20
Name Lab 1
Vlan 30
Name Lab 2
Vlan 40
Name Lab 3
vlan 50
Name Lab 4
vlan 60
Name classrooms
Switch port mode trunk
Configuring switches as VTP Client:
configure terminal
hostname host
service password-encryption
enable secret class
banner motd #authorized person access
only#
line console 0
password host
service password-encryption
login
pg. 6
Bachelor of Networking
logging synchronous
line vty 0 4
password host
login
end
Configure terminal
Vtp mode client
Vtp domain MIT
switchport mode access
References
[1]"Skycomp.com.au | Network Card | Computer Shop - Online Computer - Computer Hardware
Sydney Australia", Skycomp.com.au, 2018. [Online]. Available:
https://www.skycomp.com.au/networking/network-card.html. [Accessed: 05- May- 2018].
[2] K. Dion, "Network design and installation considerations", Cablinginstall.com, 2018. [Online].
Available: https://www.cablinginstall.com/articles/print/volume-6/issue9/contents/design/network-design-and-installation-considerations.html. [Accessed: 04- May2018].
[3]"What is a Virtual LAN (VLAN)?", Alliedtelesis.com, 2018. [Online]. Available:
https://www.alliedtelesis.com/sites/default/files/overview_vlans.pdf. [Accessed: 07- May- 2018].
[4]T. Support, L. Switching, V. (VLANs/VTP) and C. TechNotes, "Configuring VLAN Trunk Protocol
(VTP)", Cisco, 2018. [Online]. Available: https://www.cisco.com/c/en/us/support/docs/lanswitching/vtp/98154-conf-vlan.html. [Accessed: 15- May- 2018].
[5]"CCNP SWITCH/Implementing VLANs in Campus Networks - House of
Technology", Mars.tekkom.dk, 2018. [Online]. Available:
http://mars.tekkom.dk/w/index.php/CCNP_SWITCH/Implementing_VLANs_in_Campus_Network
s. [Accessed: 08- May- 2018].
[6]"Configure InterVLAN Routing on Layer 3 Switches", Cisco, 2018. [Online]. Available:
https://www.cisco.com/c/en/us/support/docs/lan-switching/inter-vlan-routing/41860-howto-L3intervlanrouting.html. [Accessed: 08- May- 2018].
[7]"Simplify Routing with Subnetting: How to Organize Your Network Into Smaller
Subnets", Pluralsight.com, 2018. [Online]. Available: https://www.pluralsight.com/blog/itops/simplify-routing-how-to-organize-your-network-into-smaller-subnets. [Accessed: 04- May2018].
[8]T. Support, L. Switching, V. (VLANs/VTP) and C. TechNotes, "Configuring VLAN Trunk Protocol
(VTP)", Cisco, 2018. [Online]. Available: https://www.cisco.com/c/en/us/support/docs/lanswitching/vtp/98154-conf-vlan.html. [Accessed: 15- May- 2018].
pg. 7
Bachelor of Networking
pg. 8
Download