! version 12.1 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname 3rdFloorSwitch2 ! enable password ORLDataSW2 ! ! ! spanning-tree mode pvst ! interface FastEthernet0/1 switchport trunk allowed vlan 1-3,5-1001 switchport mode trunk ! interface FastEthernet1/1 switchport trunk allowed vlan 1-10,12-1001 switchport mode trunk ! interface FastEthernet2/1 switchport trunk allowed vlan 1-10,12-1001 switchport mode trunk ! interface FastEthernet3/1 switchport trunk allowed vlan 1-10,12-1001 switchport mode trunk ! interface FastEthernet4/1 switchport trunk allowed vlan 1-10,12-1001 switchport mode trunk ! interface FastEthernet5/1 switchport trunk allowed vlan 1-10,12-1001 switchport mode trunk ! 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.9.1 255.255.255.0 ! interface Vlan3 ip address 192.168.8.1 255.255.255.0 ! interface Vlan5 ip address 192.18.11.1 255.255.255.0 ! interface Vlan6 ip address 192.18.10.1 255.255.255.0 ! interface Vlan11 ip address 192.18.12.1 255.255.255.0 ! interface Vlan13 ip address 192.168.13.1 255.255.255.0 ! ip default-gateway 192.168.1.1 ! ! ! ! line con 0 password ORLFL3tISP ! line vty 0 4 password ORLPortFL3SW2 login line vty 5 15 password ORLPortFL3SW2 login ! ! end