0% found this document useful (0 votes)
15 views

TEMP 4b

practical note on packet tracer 2

Uploaded by

uchemike069
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views

TEMP 4b

practical note on packet tracer 2

Uploaded by

uchemike069
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

MARCEL CHUKWUDALU VALENTINE

20212302895

CSC 509

ASSIGNMENT ON OSCTECH COMPANY LTD. NETWORK

The network implementation followed a systematic methodology:

1. Requirements Analysis: Understanding departmental network needs

2. Design Phase: Creating a hierarchical network topology using Draw.io

3. Implementation: Configuring devices using Cisco Packet Tracer

4. Testing: Verifying connectivity and functionality of all network services

5. Documentation: Recording configurations and test results

Network Device Inventory

Device Type Model Quantity Purpose

Multilayer Switch Cisco 3560 4 Distributes data packets across each

floor

Core Router Cisco 2911 1 Facilitates cloud routing for the

enterprise

Access Switch Cisco 2960 13 Connects devices like printers, PCs,

and access points

Servers Cisco Servers 3 Run DHCP, Email, and HTTP


services

Wireless Access Cisco WAP 13 Ensures wireless signal availability in

Points all departments

Workstations PC/Laptop 242 Endpoint devices for departmental

personnel

Printers Network 36 Office-wide networked printing

Printers system

IP Addressing Scheme

The base network 192.168.10.0 was subnetted to create logical separations between

departments:

Floo Department VLAN Subnet Subnet Mask Usable Range


r ID
1 Management 10 192.168.10.4 255.255.255.192 192.168.10.5 -
192.168.10.66
1 Research 11 192.168.10.68 255.255.255.192 192.168.10.69 -
192.168.10.130
1 Human 12 192.168.10.132 255.255.255.192 192.168.10.133 -
Resource 192.168.10.194
2 Marketing 20 192.168.11.4 255.255.255.192 192.168.11.5 -
192.168.11.66
2 Accounting 21 192.168.11.68 255.255.255.192 192.168.11.69 -
192.168.11.130
2 Finance 22 192.168.11.132 255.255.255.192 192.168.11.133 -
192.168.11.194
3 Logistics & 30 192.168.12.4 255.255.255.192 192.168.12.5 -
Store 192.168.12.66
3 Customer 31 192.168.12.68 255.255.255.192 192.168.12.69 -
Care 192.168.12.130
3 Guest Area 32 192.168.12.132 255.255.255.128 192.168.12.133 -
192.168.12.254
4 Administration 40 192.168.13.4 255.255.255.192 192.168.13.5 -
192.168.13.66
4 ICT 41 192.168.13.68 255.255.255.192 192.168.13.69 -
192.168.13.130
4 Server Room 42 192.168.13.132 255.255.255.224 192.168.13.133 -
192.168.13.161
CODE USED FOR THE CONFIGURATION

! ip domain-name osctech.com
====================================
================================== crypto key generate rsa

! CORE ROUTER CONFIGURATION 1024

! ip ssh version 2
==================================== line vty 0 4
==================================
transport input ssh
enable
login local
configure terminal
username admin privilege 15 secret admin123
hostname Core-Router
no ip domain-lookup
router ospf 1
enable secret cisco123
router-id 1.1.1.1
line console 0
network 192.168.17.96 0.0.0.31 area 0
password console123
network 192.168.24.0 0.0.0.3 area 0
login
default-information originate always
logging synchronous
line vty 0 4
!
password telnet123 ====================================
login ==================================

service password-encryption ! FLOOR 1 ROUTER CONFIGURATION

banner motd #Authorized Access Only! Violators !


will be prosecuted!# ====================================
==================================
enable
interface GigabitEthernet0/0
configure terminal
description Connection to Distribution Switch
hostname Floor1-Router
ip address 192.168.17.100 255.255.255.224
no ip domain-lookup
no shutdown
enable secret cisco123
line console 0
interface GigabitEthernet0/1
password console123
description Connection to Internet
login
ip address 192.168.24.1 255.255.255.252
logging synchronous
no shutdown
line vty 0 4
password telnet123
login router ospf 1
service password-encryption router-id 2.2.2.2
banner motd #Authorized Access Only! Violators network 192.168.14.0 0.0.0.63 area 0
will be prosecuted!#
network 192.168.14.64 0.0.0.63 area 0
network 192.168.14.128 0.0.0.63 area 0
interface GigabitEthernet0/0
network 192.168.17.96 0.0.0.31 area 0
description Connection to Distribution Switch
ip address 192.168.17.101 255.255.255.224
!
no shutdown ====================================
==================================
! DISTRIBUTION SWITCH CONFIGURATION
interface GigabitEthernet0/1
!
description Management VLAN Interface ====================================
ip address 192.168.14.1 255.255.255.192 ==================================

no shutdown enable
configure terminal

interface GigabitEthernet0/2 hostname Distribution-Switch

description Research VLAN Interface no ip domain-lookup

ip address 192.168.14.65 255.255.255.192 enable secret cisco123

no shutdown line console 0


password console123

interface GigabitEthernet0/3 login

description Human Resource VLAN Interface logging synchronous

ip address 192.168.14.129 255.255.255.192 line vty 0 15

no shutdown password telnet123


login

ip domain-name osctech.com service password-encryption

crypto key generate rsa banner motd #Authorized Access Only! Violators
will be prosecuted!#
1024
ip ssh version 2
vlan 99
line vty 0 4
name Management
transport input ssh
vlan 100
login local
name Management_Dept
username admin privilege 15 secret admin123
vlan 101
name Research_Dept interface GigabitEthernet0/5
vlan 102 description Link to Core Router
name HR_Dept switchport mode trunk
vlan 200 switchport trunk allowed vlan all
name Marketing_Dept no shutdown
vlan 201
name Accounting_Dept ip domain-name osctech.com
vlan 202 crypto key generate rsa
name Finance_Dept 1024
vlan 300 ip ssh version 2
name Logistics_Store_Dept line vty 0 15
vlan 301 transport input ssh
name Customer_Care_Dept login local
vlan 302
name Guest_Area !
====================================
vlan 400 ==================================
name Administration_Dept ! ACCESS SWITCH CONFIGURATION
vlan 401 (FLOOR 1)

name ICT_Dept !
====================================
vlan 500 ==================================

name Server_Room enable


configure terminal

interface Vlan99 hostname Floor1-Switch

description Management VLAN no ip domain-lookup

ip address 192.168.17.102 255.255.255.224 enable secret cisco123

no shutdown line console 0


password console123

interface range GigabitEthernet0/1 - 4 login

description Trunk to Floor Switches logging synchronous

switchport mode trunk line vty 0 15

switchport trunk allowed vlan all password telnet123

no shutdown login
service password-encryption
banner motd #Authorized Access Only! Violators no shutdown
will be prosecuted!#

interface range FastEthernet0/21 - 40


vlan 99
description Research Department
name Management
switchport mode access
vlan 100
switchport access vlan 101
name Management_Dept
switchport port-security
vlan 101
switchport port-security mac-address sticky
name Research_Dept
switchport port-security maximum 1
vlan 102
switchport port-security violation shutdown
name HR_Dept
no shutdown

interface Vlan99
interface range FastEthernet0/41 - 48
description Management VLAN
description Human Resources Department
ip address 192.168.17.103 255.255.255.224
switchport mode access
no shutdown
switchport access vlan 102
switchport port-security
interface GigabitEthernet0/1
switchport port-security mac-address sticky
description Trunk to Distribution Switch
switchport port-security maximum 1
switchport mode trunk
switchport port-security violation shutdown
switchport trunk allowed vlan all
no shutdown
no shutdown

ip domain-name osctech.com
interface range FastEthernet0/1 - 20
crypto key generate rsa
description Management Department
1024
switchport mode access
ip ssh version 2
switchport access vlan 100
line vty 0 15
switchport port-security
transport input ssh
switchport port-security mac-address sticky
login local
switchport port-security maximum 1
username admin privilege 15 secret admin123
switchport port-security violation shutdown

You might also like