Project Documentation Final

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

Name: Abdelmessih Ashraf Sobhy

ID: 20211169
Course: Intro. To Network
Small Network

Device included:
1 Router (SmallNetwork)
2 Main Switches (Business, Engineering)
4 switches for each building floor
20 switches for Departments (10 for Business and 10 for Engineering )
40 PC for Departments (20 for Business and 20 for Engineering)

IP Addresses:
Business building
IP Subnet mask
172.16.1.1 255.255.255.0
172.16.1.2 255.255.255.0
172.16.1.3 255.255.255.0
172.16.1.4 255.255.255.0
172.16.1.5 255.255.255.0
172.16.1.6 255.255.255.0
172.16.1.7 255.255.255.0
172.16.1.8 255.255.255.0
172.16.1.9 255.255.255.0
172.16.1.10 255.255.255.0
172.16.1.11 255.255.255.0
172.16.1.12 255.255.255.0
172.16.1.13 255.255.255.0
172.16.1.14 255.255.255.0
172.16.1.15 255.255.255.0
172.16.1.16 255.255.255.0
172.16.1.17 255.255.255.0
172.16.1.18 255.255.255.0
172.16.1.19 255.255.255.0
172.16.1.20 255.255.255.0
Engineering building
IP Subnet mask
172.16.2.1 255.255.255.0
172.16.2.2 255.255.255.0
172.16.2.3 255.255.255.0
172.16.2.4 255.255.255.0
172.16.2.5 255.255.255.0
172.16.2.6 255.255.255.0
172.16.2.7 255.255.255.0
172.16.2.8 255.255.255.0
172.16.2.9 255.255.255.0
172.16.2.10 255.255.255.0
172.16.2.11 255.255.255.0
172.16.2.12 255.255.255.0
172.16.2.13 255.255.255.0
172.16.2.14 255.255.255.0
172.16.2.15 255.255.255.0
172.16.2.16 255.255.255.0
172.16.2.17 255.255.255.0
172.16.2.18 255.255.255.0
172.16.2.19 255.255.255.0
172.16.2.20 255.255.255.0

Configuration task on the Router:


• Configure the Router’s Name: hostname project
• Secure the Routers.: enable secret 123456
• Configure the Ethernet Interface:
CLI Command (router configuration- gigabitFastEthernet0/0/0):
SmallNetwork>enable
SmallNetwork#config t
SmallNetwork(config)#interface gigabitFastEathernet0/0/0 172.16.1.1
255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#
CLI Command (router configuration- gigabitFastEthernet0/0/1):
SmallNetwork>enable
SmallNetwork #config t
SmallNetwork (config)#interface gigaFastEathernet0/0/1 172.16.2.1
255.255.255.0
SmallNetwork(config-if)#no shutdown
SmallNetwork(config-if)#exit
SmallNetwork(config)#

Configuration task on each core Switch:


• Configure the switch’s Name:
Switch business: hostname Business
Switch engineer: hostname Engineering
• Secure the Switch:
Switch business: enable password telnet@1234
• Configure the VLAN1 Interface:
Switch business :
Business > enable
Business # configure terminal
Business (config)# interface vlan1
Business (config-if)# ip address 172.16.1.100 255.255.255.0
Business (config-if)#no shutdown
Business (config)#
Switch Engineering :
Engineering > enable
Engineering # config t
Engineering (config)# interface vlan1
Engineering (config-if)# ip address 172.16.2.100 255.255.255.0
Engineering (config-if)#no shutdown
Engineering (config)#

You might also like