Current configuration : 4159 bytes
!
version 12.2
service config
no service pad
service timestamps debug datetime localtime
service timestamps log uptime
no service password-encryption
!
hostname ASW1
!
boot-start-marker
boot-end-marker
!
enable password cisco
!
no aaa new-model
clock timezone eastern -5
system mtu routing 1500
ip subnet-zero
!
!
no ip domain-lookup
!
!

!
!
!
!
!
spanning-tree mode rapid-pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
vtp mode transparent
no vlan 3
vlan 11
!
!
!
interface FastEthernet0/1
 switchport trunk allowed vlan 1,3,11,63,65
 switchport mode trunk
!
interface FastEthernet0/2
 switchport trunk allowed vlan 1,3,11,63,65
 switchport mode trunk
 shutdown
!
interface FastEthernet0/3
 switchport access vlan 11
 switchport mode access
!
interface FastEthernet0/4
 description to IP phone
 switchport access vlan 63
 switchport mode access
 shutdown
!
interface FastEthernet0/5
 description to access point
 switchport access vlan 11
 switchport mode access
 shutdown
!
interface FastEthernet0/6
 shutdown 
!
interface FastEthernet0/7
 shutdown
!
interface FastEthernet0/8
 shutdown
!
interface FastEthernet0/9
 shutdown
!
interface FastEthernet0/10
 shutdown
!
interface FastEthernet0/11
 shutdown
!
interface FastEthernet0/12
 shutdown
!
interface FastEthernet0/13
 shutdown
!
interface FastEthernet0/14
 shutdown
!
interface FastEthernet0/15
 shutdown
!
interface FastEthernet0/16
 shutdown
!
interface FastEthernet0/17
 shutdown
!
interface FastEthernet0/18
 shutdown
!
interface FastEthernet0/19
 shutdown
!
interface FastEthernet0/20
 shutdown
!
interface FastEthernet0/21
 shutdown
!         
interface FastEthernet0/22
 shutdown
!
interface FastEthernet0/23
 shutdown
!
interface FastEthernet0/24
 shutdown
!
interface GigabitEthernet0/1
 shutdown
!
interface GigabitEthernet0/2
 shutdown
!
interface Vlan1
 ip address 10.1.1.1 255.255.255.0
 no ip route-cache
 shutdown
!
ip default-gateway 10.1.1.251
ip http server
ip http secure-server
!
control-plane
!
alias exec init-2-2 configure replace flash:/switchlabs/lab2-2.cfg force
alias exec init-3-2-A configure replace flash:/tshoot/lab_3_2_A.cfg force
alias exec init-3-2-B configure replace flash:/tshoot/lab_3_2_B.cfg force
alias exec init-4-2-A configure replace flash:/tshoot/lab_4_2_A.cfg force
alias exec init-4-2-B configure replace flash:/tshoot/lab_4_2_B.cfg force
alias exec init-4-2-C configure replace flash:/tshoot/lab_4_2_C.cfg force
!
line con 0
 logging synchronous
line vty 0 4
 password cisco
 logging synchronous
 login
line vty 5 15
 password cisco
 login
!
end