! version 12.1 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname 1stFloorSwitch2 ! enable password ORLFirstFLSW2 ! ! ! spanning-tree mode pvst ! interface FastEthernet0/1 switchport trunk allowed vlan 1-1001 switchport mode trunk switchport port-security switchport port-security mac-address sticky switchport port-security mac-address sticky 00E0.F9B6.E16D ! interface FastEthernet1/1 switchport access vlan 11 switchport trunk allowed vlan 1-1001 switchport mode trunk ! interface FastEthernet2/1 switchport access vlan 11 shutdown ! interface FastEthernet3/1 switchport access vlan 11 shutdown ! interface FastEthernet4/1 switchport access vlan 11 shutdown ! interface FastEthernet5/1 switchport access vlan 11 shutdown ! interface FastEthernet6/1 switchport access vlan 11 shutdown ! interface FastEthernet7/1 switchport access vlan 11 shutdown ! interface FastEthernet8/1 switchport access vlan 11 shutdown ! interface FastEthernet9/1 shutdown ! interface Vlan1 ip address 192.168.1.1 255.255.255.0 ! interface Vlan2 ip address 192.168.11.1 255.255.255.0 ! interface Vlan3 ip address 192.168.12.1 255.255.255.0 ! interface Vlan4 ip address 192.168.9.1 255.255.255.0 ! interface Vlan5 ip address 192.168.13.1 255.255.255.0 ! interface Vlan10 ip address 192.168.10.1 255.255.255.0 ! interface Vlan11 ip address 192.168.8.1 255.255.255.0 ! ip default-gateway 192.168.1.1 ! ! ! ! line con 0 password ORLFL1tISP login ! line vty 0 4 password ORLPortFL1SW2 login line vty 5 15 password ORLPortFL1SW2 login ! ! end