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

Introduction to Network Management

Project
Design and implement a small network between 2 buildings (Business and Engineering) each
one has include 4 floors and 200 users distributing in all departments

The departments for business (IT, finance, a dmission and HR)

For Engineering (civil, mechanical, computer science and Biomedical)

Devices & specifications: select the appropriate number of devices (routers, switch) to meet
the network design requirements.

Switch consideration: the number of switches required at each department will be


determined based on the number of hosts connected to the LAN and the number of
available ports per switch. All switches must be accessed virtually for management purpose.

Router consideration: the only consideration required at this time is using one router to
connect between 2 buildings. This router must be accessed virtually for management
purpose.

Use the network address 192.168.10.0 255.255.255.0 for addressing building Business.
Use the network address 192.168.20.0 255.255.255.0 for addressing building Engineering.

Configuration task on the Router:


 Configure the Router’s Name: hostname abdallah
 Secure the Routers.: enable secret 12345
 Configure the Ethernet Interface:
CLI Command (router configuration- FastEathernet0/0):
Router>enable
Router#config t
Router(config)#interface FastEathernet0/0 192.168.1.1 255.255.255.0
Router(config-if)#no sh
Router(config-if)#exit
Router(config)#

CLI Command (router configuration- FastEathernet0/1):


Router>enable
Router#config t
Router(config)#interface FastEathernet0/1 192.168.2.1 255.255.255.0
Router(config-if)#no sh
Router(config-if)#exit
Router(config)#
Configuration task on each core Switch:
 Configure the switch’s Name:
Switch11: hostname abdallah1
Switch5: hostname abdallah2
 Secure the Switch:
Switch11: enable password 6789- pass2: enable secret 012
Switch5: enable password 1011-pass2: enable secret 345

 Configure the VLAN1 Interface:


Switch11:
Switch> enable
Switch# configure terminal
Switch11(config)# interface vlan 1
Switch11 (config-if)# ip address 192.168.1.2 255.255.255.0
Switch11(config-if)#no sh
Switch11(config)#

Switch5:
Switch> enable
Switch# config t
Switch11(config)# interface vlan 2
Switch11 (config-if)# ip address 192.168.2.2 255.255.255.0
Switch11(config-if)#no sh
Switch11(config)#
Deliveries:

 Use Packet Tracer to configure this network and to verify validity.


 Documentation package including:
 Logical diagram of the network
 All configurations (from Router and core switch only)
Criteria:
 Successful connectivity among all floors (which mean begin able to ping from a
workstation to another).
 telnet from IT department to all distributed switch in each department . s

You might also like