TEMP 3a
TEMP 3a
Network Topology
routing
3. Access Layer: Department switches and wireless access points for end-
user connectivity
Network Devices
Subnetting
interface GigabitEthernet0/1
description Management VLAN Interface !
=========================
ip address 192.168.20.1 255.255.255.192 =========================
====================
no shutdown
! DISTRIBUTION SWITCH CONFIGURATION
!
interface GigabitEthernet0/2 =========================
description Research VLAN Interface =========================
====================
ip address 192.168.20.65
255.255.255.192 enable
vlan 143 !
=========================
name Server_Room =========================
====================
enable switchport trunk allowed vlan all
configure terminal no shutdown
hostname Floor1-Switch
no ip domain-lookup interface range FastEthernet0/1 - 20
enable secret cisco123 description Management Department
line console 0 switchport mode access
password console123 switchport access vlan 111
login switchport port-security
logging synchronous switchport port-security mac-address
sticky
line vty 0 15
switchport port-security maximum 1
password telnet123
switchport port-security violation
login shutdown
service password-encryption no shutdown
banner motd #Authorized Access Only!
Violators will be prosecuted!#
interface range FastEthernet0/21 - 40
description Research Department
vlan 99
switchport mode access
name Management
switchport access vlan 112
vlan 111
switchport port-security
name Management_Dept
switchport port-security mac-address
vlan 112 sticky
name Research_Dept switchport port-security maximum 1
vlan 113 switchport port-security violation
name HR_Dept shutdown
no shutdown
interface Vlan99
description Management VLAN interface range FastEthernet0/41 - 48
ip domain-name osctech.com
crypto key generate rsa
1024
ip ssh version 2
line vty 0 15
transport input ssh
login local
username admin privilege 15 secret
admin123