Current configuration : 5386 bytes
!
version 12.2
service config
no service pad
service timestamps debug datetime localtime
service timestamps log uptime
no service password-encryption
!
hostname DSW2
!
boot-start-marker
boot-end-marker
!
enable password cisco
!
no aaa new-model
clock timezone eastern -5
system mtu routing 1500
vtp domain cisco
vtp mode transparent
ip subnet-zero
no ip domain-lookup
!
!
!
!
!
!
!
!
!
spanning-tree mode rapid-pvst
spanning-tree extend system-id
spanning-tree vlan 1,3,11,63,65 priority 28672
spanning-tree vlan 4,12,64,66 priority 24576
vtp mode transparent
vtp domain cisco
!
vlan internal allocation policy ascending
!
vlan 2 
!
vlan 3    
!
vlan 4 
!
vlan 11
!
vlan 12
!
!
vlan 63-66
!
! 
ip subnet-zero
ip routing
no ip domain-lookup
no ip dhcp use vrf connected
ip dhcp excluded-address 10.1.3.1 10.1.3.99
ip dhcp excluded-address 10.1.3.150 10.1.3.255
ip dhcp excluded-address 10.1.4.1 10.1.4.99
ip dhcp excluded-address 10.1.4.150 10.1.4.255
!
ip dhcp pool vlan3
   network 10.1.3.0 255.255.255.0
   default-router 10.1.3.2
!
ip dhcp pool vlan4
   network 10.1.4.0 255.255.255.0
   default-router 10.1.4.2 
        
!
!
interface Port-channel31
 no switchport
 ip address 10.1.253.6 255.255.255.254
!
interface Port-channel32
 no switchport
 ip address 10.1.253.8 255.255.255.254
!
interface FastEthernet0/1
 no switchport
 no ip address
 channel-group 31 mode passive
!
interface FastEthernet0/2
 no switchport
 no ip address
 channel-group 31 mode passive
!
interface FastEthernet0/3
 no switchport
 no ip address
 channel-group 32 mode passive
!
interface FastEthernet0/4
 no switchport
 no ip address
 channel-group 32 mode passive
!
interface FastEthernet0/5
 no switchport
 ip address 10.1.253.5 255.255.255.254
!
interface FastEthernet0/6
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 1,4,12,64-66
 switchport mode trunk
!
interface FastEthernet0/7
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 1,3,11,63-66
 switchport mode trunk
!
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
 no ip address
 shutdown 
!
interface Vlan3
 ip address 10.1.3.2 255.255.255.0
 standby 3 ip 10.1.3.1
 standby 3 preempt

interface Vlan4
 ip address 10.1.4.2 255.255.255.0
 standby 4 ip 10.1.4.1
 standby 4 priority 120
 standby 4 preempt
 standby 4 track Port-channel31 20
 standby 4 track Port-channel32 20

!
!
router eigrp 10
 no auto-summary
 network 10.1.0.0 0.0.255.255
!
ip default-gateway 10.1.1.252
ip classless
ip http server
ip http secure-server
!
!
!
control-plane
!
alias exec init-2-1 configure replace flash:/switch/lab_2_1.cfg force
alias exec init-2-2 configure replace flash:/switch/lab_2_2.cfg force
alias exec init-3-1 configure replace flash:/switch/lab_3_1.cfg force
alias exec init-3-2-A configure replace flash:/switch/lab_3_2_A.cfg force
alias exec init-3-2-B configure replace flash:/switch/lab_3_2_B.cfg force
alias exec init-4-1 configure replace flash:/switch/lab_4_1.cfg force
alias exec init-4-2-A configure replace flash:/switch/lab_4_2_A.cfg force
alias exec init-4-2-B configure replace flash:/switch/lab_4_2_B.cfg force
alias exec init-4-2-C configure replace flash:/switch/lab_4_2_C.cfg force
alias exec init-5-1 configure replace flash:/switch/lab_5_1.cfg force
alias exec init-6-1 configure replace flash:/switch/lab_6_1.cfg force
alias exec init-6-2 configure replace flash:/switch/lab_6_2.cfg force
alias exec init-7-1 configure replace flash:/switch/lab_7_1.cfg force
alias exec init-8-1 configure replace flash:/switch/lab_8_1.cfg force
alias exec init-9-1 configure replace flash:/switch/lab_9_1.cfg force
!
line con 0
 logging synchronous
line vty 0 4
 password cisco
 logging synchronous
 login
line vty 5 15
 password cisco
 login
!
end