0% found this document useful (0 votes)
27 views8 pages

Temp 5

practical note on packet tracer 5

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)
27 views8 pages

Temp 5

practical note on packet tracer 5

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/ 8

Name: ANORUE GOODLUCK CHIBUEZE

Registration Number: 20201203802

Course: CSC 509

EQUIPMENTS USED

Device Type Model Quantit Purpose


y
Servers Cisco 3 Hosts application-level
Servers services like email and DHCP

Multilayer Cisco 3560 4 Aggregates access switches


Switch per floor
Access Switch Cisco 2960 13 Used to connect end-user
systems to the VLANs

Wireless Cisco WAP 13 Provides secure wireless


Access Points access throughout the
building

Workstations PC/Laptop 242 Departmental user computers

Printers Network 36 Network-printing solution


Printers for employees

Core Router Cisco 2911 1 Central router connecting to


external WAN/cloud services
IP ADDRESS AND SUBNETTING PLAN

Floo Department VLAN Subnet Subnet Mask Usable Range Broadcast


r ID

1 Management 10 192.168.10.8 255.255.255.1 192.168.10.9 - 192.168.10.7


92 192.168.10.70 1

1 Research 11 192.168.10.7 255.255.255.1 192.168.10.73 - 192.168.10.1


2 92 192.168.10.134 35

1 Human 12 192.168.10.1 255.255.255.1 192.168.10.137 - 192.168.10.1


Resource 36 92 192.168.10.198 99

2 Marketing 20 192.168.11.8 255.255.255.1 192.168.11.9 - 192.168.11.7


92 192.168.11.70 1

2 Accounting 21 192.168.11.7 255.255.255.1 192.168.11.73 - 192.168.11.1


2 92 192.168.11.134 35

2 Finance 22 192.168.11.1 255.255.255.1 192.168.11.137 - 192.168.11.1


36 92 192.168.11.198 99

3 Logistics & 30 192.168.12.8 255.255.255.1 192.168.12.9 - 192.168.12.7


Store 92 192.168.12.70 1

3 Customer Care 31 192.168.12.7 255.255.255.1 192.168.12.73 - 192.168.12.1


2 92 192.168.12.134 35

3 Guest Area 32 192.168.12.1 255.255.255.1 192.168.12.137 - 192.168.12.2


36 28 192.168.12.254 55

4 Administratio 40 192.168.13.8 255.255.255.1 192.168.13.9 - 192.168.13.7


n 92 192.168.13.70 1

4 ICT 41 192.168.13.7 255.255.255.1 192.168.13.73 - 192.168.13.1


2 92 192.168.13.134 35

4 Server Room 42 192.168.13.1 255.255.255.2 192.168.13.137 - 192.168.13.1


36 24 192.168.13.165 66
CODE USED FOR THE CONFIGURATION

! ip address 192.168.10.9
=================================== 255.255.255.192
===================================
no shutdown
! FLOOR 1 ROUTER CONFIGURATION
!
=================================== interface GigabitEthernet0/2
=================================== description Research VLAN
enable Interface

configure terminal ip address 192.168.10.73


255.255.255.192
hostname Floor1-Router
no shutdown
no ip domain-lookup
enable secret cisco123
interface GigabitEthernet0/3
line console 0
description Human Resource VLAN
password console123 Interface
login ip address 192.168.10.137
255.255.255.192
logging synchronous
no shutdown
line vty 0 4
password telnet123
ip domain-name osctech.com
login
crypto key generate rsa
service password-encryption
1024
banner motd #Authorized Access
Only! Violators will be prosecuted! ip ssh version 2
#
line vty 0 4
transport input ssh
interface GigabitEthernet0/0
login local
description Connection to
Distribution Switch username admin privilege 15 secret
admin123
ip address 192.168.17.101
255.255.255.224
no shutdown router ospf 1
router-id 2.2.2.2

interface GigabitEthernet0/1 network 192.168.10.0 0.0.0.63 area


0
description Management VLAN
Interface network 192.168.10.72 0.0.0.63
area 0
network 192.168.10.136 0.0.0.63 description Marketing VLAN
area 0 Interface
network 192.168.17.96 0.0.0.31 ip address 192.168.11.9
area 0 255.255.255.192
no shutdown
!
===================================
=================================== interface GigabitEthernet0/2

! FLOOR 2 ROUTER CONFIGURATION description Accounting VLAN


Interface
!
=================================== ip address 192.168.11.73
=================================== 255.255.255.192

enable no shutdown

configure terminal
hostname Floor2-Router interface GigabitEthernet0/3

no ip domain-lookup description Finance VLAN Interface

enable secret cisco123 ip address 192.168.11.137


255.255.255.192
line console 0
no shutdown
password console123
login
ip domain-name osctech.com
logging synchronous
crypto key generate rsa
line vty 0 4
1024
password telnet123
ip ssh version 2
login
line vty 0 4
service password-encryption
transport input ssh
banner motd #Authorized Access
Only! Violators will be prosecuted! login local
# username admin privilege 15 secret
admin123

interface GigabitEthernet0/0
description Connection to router ospf 1
Distribution Switch router-id 3.3.3.3
ip address 192.168.17.105 network 192.168.11.0 0.0.0.63 area
255.255.255.224 0
no shutdown network 192.168.11.72 0.0.0.63
area 0

interface GigabitEthernet0/1 network 192.168.11.136 0.0.0.63


area 0
network 192.168.17.96 0.0.0.31 ip address 192.168.12.9
area 0 255.255.255.192
no shutdown
!
===================================
=================================== interface GigabitEthernet0/2

! FLOOR 3 ROUTER CONFIGURATION description Customer Care VLAN


Interface
!
=================================== ip address 192.168.12.73
=================================== 255.255.255.192

enable no shutdown

configure terminal
hostname Floor3-Router interface GigabitEthernet0/3

no ip domain-lookup description Guest Area VLAN


Interface
enable secret cisco123
ip address 192.168.12.137
line console 0 255.255.255.128
password console123 no shutdown
login
logging synchronous ip domain-name osctech.com
line vty 0 4 crypto key generate rsa
password telnet123 1024
login ip ssh version 2
service password-encryption line vty 0 4
banner motd #Authorized Access transport input ssh
Only! Violators will be prosecuted!
# login local
username admin privilege 15 secret
admin123
interface GigabitEthernet0/0
description Connection to
Distribution Switch router ospf 1

ip address 192.168.17.109 router-id 4.4.4.4


255.255.255.224 network 192.168.12.0 0.0.0.63 area
no shutdown 0
network 192.168.12.72 0.0.0.63
area 0
interface GigabitEthernet0/1
network 192.168.12.136 0.0.0.127
description Logistics & Store VLAN area 0
Interface
network 192.168.17.96 0.0.0.31 ip address 192.168.13.9
area 0 255.255.255.192
no shutdown
!
===================================
=================================== interface GigabitEthernet0/2

! FLOOR 4 ROUTER CONFIGURATION description ICT VLAN Interface

! ip address 192.168.13.73
=================================== 255.255.255.192
=================================== no shutdown
enable
configure terminal interface GigabitEthernet0/3
hostname Floor4-Router description Server Room VLAN
no ip domain-lookup Interface

enable secret cisco123 ip address 192.168.13.137


255.255.255.224
line console 0
no shutdown
password console123
login
ip domain-name osctech.com
logging synchronous
crypto key generate rsa
line vty 0 4
1024
password telnet123
ip ssh version 2
login
line vty 0 4
service password-encryption
transport input ssh
banner motd #Authorized Access
Only! Violators will be prosecuted! login local
# username admin privilege 15 secret
admin123

interface GigabitEthernet0/0
description Connection to router ospf 1
Distribution Switch router-id 5.5.5.5
ip address 192.168.17.113 network 192.168.13.0 0.0.0.63 area
255.255.255.224 0
no shutdown network 192.168.13.72 0.0.0.63
area 0

interface GigabitEthernet0/1 network 192.168.13.136 0.0.0.31


area 0
description Administration VLAN
Interface network 192.168.17.96 0.0.0.31
area 0

You might also like