TEMP 2b
TEMP 2b
20201233022
CSC 509
Hardware Specification
Base address 192.168.10.0 was subdivided to accommodate all departments. Each department
was assigned a unique VLAN ID and subnet to facilitate efficient traffic management and
security.
! 1024
===============================================
======================= ip ssh version 2
configure terminal
login
logging synchronous !
===============================================
line vty 0 4 =======================
login !
===============================================
service password-encryption =======================
hostname Floor1-Router
! Interface Configuration
! Basic Configuration
interface GigabitEthernet0/0
no ip domain-lookup
description Connection to Distribution Switch
enable secret cisco123
ip address 192.168.13.1 255.255.255.192
line console 0
no shutdown
password console123
login
interface GigabitEthernet0/1
logging synchronous
description Connection to Internet
line vty 0 4
ip address 192.168.14.1 255.255.255.252
password telnet123
no shutdown
login
service password-encryption
! SSH Configuration
banner motd #Authorized Access Only! Violators will be
ip domain-name osctech.com prosecuted!#
interface GigabitEthernet0/0 !
===============================================
description Connection to Distribution Switch =======================
no shutdown !
===============================================
=======================
interface GigabitEthernet0/1 enable
description Management VLAN Interface configure terminal
ip address 192.168.10.1 255.255.255.192 hostname Distribution-Switch
no shutdown ! Basic Configuration
no ip domain-lookup
interface GigabitEthernet0/2 enable secret cisco123
description Research VLAN Interface line console 0
ip address 192.168.10.65 255.255.255.192 password console123
no shutdown login
logging synchronous
interface GigabitEthernet0/3 line vty 0 15
description Human Resource VLAN Interface password telnet123
ip address 192.168.10.129 255.255.255.192 login
no shutdown service password-encryption
ip domain-name osctech.com
! VLAN Configuration
crypto key generate rsa
vlan 99
1024
name Management
ip ssh version 2
vlan 10
line vty 0 4
name Management_Dept
transport input ssh
vlan 11
login local
name Research_Dept
username admin privilege 15 secret admin123
vlan 12
name HR_Dept
! OSPF Configuration
vlan 20
router ospf 1
name Marketing_Dept
router-id 2.2.2.2
vlan 21
network 192.168.10.0 0.0.0.63 area 0
name Accounting_Dept
network 192.168.10.64 0.0.0.63 area 0
vlan 22
network 192.168.10.128 0.0.0.63 area 0
name Finance_Dept
network 192.168.13.0 0.0.0.63 area 0
vlan 30 line vty 0 15
name Customer_Care_Dept
vlan 32 !
===============================================
name Guest_Area =======================
name Administration_Dept !
===============================================
vlan 41 =======================
name ICT_Dept enable
vlan 42 configure terminal
name Server_Room hostname Floor1-Switch
! Basic Configuration
! Interface Configuration no ip domain-lookup
interface Vlan99 enable secret cisco123
description Management VLAN line console 0
ip address 192.168.13.3 255.255.255.192 password console123
no shutdown login
logging synchronous
! Trunk Interfaces to Floor Switches line vty 0 15
interface range GigabitEthernet0/1 - 4 password telnet123
description Trunk to Floor Switches login
switchport mode trunk service password-encryption
switchport trunk allowed vlan all banner motd #Authorized Access Only! Violators will be
prosecuted!#
no shutdown
! VLAN Configuration
! Interface to Core Router
vlan 99
interface GigabitEthernet0/5
name Management
description Link to Core Router
vlan 10
switchport mode trunk
name Management_Dept
switchport trunk allowed vlan all
vlan 11
no shutdown
name Research_Dept
vlan 12
! SSH Configuration
name HR_Dept
ip domain-name osctech.com
interface GigabitEthernet0/1
no shutdown 1024
ip ssh version 2
switchport port-security
no shutdown
switchport port-security
no shutdown