Here is a sanitized config from the 1st Stack's switch. The 2nd stack is almost exactly the same. Vlan 997 is used for Layer 3 Vlan routing between the stack and the core. Vlan 90 is separate for my wireless access points
Code:
version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Building2's Stack
no aaa new-model
clock timezone my place
switch 1 provision ws-c3750v2-48ts
switch 2 provision ws-c3750v2-48ps
system mtu routing 1998
vtp mode transparent
authentication mac-move permit
ip routing
ip cef load-sharing algorithm universal
ip domain-name domain
ip name-server 10.x.x.x0
ip name-server 10.x.x.x1
ip dhcp excluded-address 172.x.x.1
!
ip dhcp pool Phones
network 172.x.x.x 255.255.255.0
default-router 172.x.x.1
option 176
option 242
!
!
ip dhcp snooping
ip dhcp snooping vlan 1-1000
no ip dhcp snooping information option
mls qos map cos-dscp 0 8 16 24 32 46 48 56
mls qos srr-queue input bandwidth 70 30
mls qos srr-queue input threshold 1 80 90
mls qos srr-queue input priority-queue 2 bandwidth 30
mls qos srr-queue input cos-map queue 1 threshold 2 3
mls qos srr-queue input cos-map queue 1 threshold 3 6 7
mls qos srr-queue input cos-map queue 2 threshold 1 4
mls qos srr-queue input dscp-map queue 1 threshold 2 24
mls qos srr-queue input dscp-map queue 1 threshold 3 48 49 50 51 52 53 54 55
mls qos srr-queue input dscp-map queue 1 threshold 3 56 57 58 59 60 61 62 63
mls qos srr-queue input dscp-map queue 2 threshold 3 32 33 40 41 42 43 44 45
mls qos srr-queue input dscp-map queue 2 threshold 3 46 47
mls qos srr-queue output cos-map queue 1 threshold 3 4 5
mls qos srr-queue output cos-map queue 2 threshold 1 2
mls qos srr-queue output cos-map queue 2 threshold 2 3
mls qos srr-queue output cos-map queue 2 threshold 3 6 7
mls qos srr-queue output cos-map queue 3 threshold 3 0
mls qos srr-queue output cos-map queue 4 threshold 3 1
mls qos srr-queue output dscp-map queue 1 threshold 3 32 33 40 41 42 43 44 45
mls qos srr-queue output dscp-map queue 1 threshold 3 46 47
mls qos srr-queue output dscp-map queue 2 threshold 1 16 17 18 19 20 21 22 23
mls qos srr-queue output dscp-map queue 2 threshold 1 26 27 28 29 30 31 34 35
mls qos srr-queue output dscp-map queue 2 threshold 1 36 37 38 39
mls qos srr-queue output dscp-map queue 2 threshold 2 24
mls qos srr-queue output dscp-map queue 2 threshold 3 48 49 50 51 52 53 54 55
mls qos srr-queue output dscp-map queue 2 threshold 3 56 57 58 59 60 61 62 63
mls qos srr-queue output dscp-map queue 3 threshold 3 0 1 2 3 4 5 6 7
mls qos srr-queue output dscp-map queue 4 threshold 1 8 9 11 13 15
mls qos srr-queue output dscp-map queue 4 threshold 2 10 12 14
mls qos queue-set output 1 threshold 1 100 100 50 200
mls qos queue-set output 1 threshold 2 125 125 100 400
mls qos queue-set output 1 threshold 3 100 100 100 400
mls qos queue-set output 1 threshold 4 60 150 50 200
mls qos queue-set output 1 buffers 15 25 40 20
mls qos
!
crypto pki trustpoint all the crypto info
auto qos srnd4
!
!
!
port-channel load-balance src-dst-ip
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
vlan 20
name POE Phones
!
vlan 90
name External Wireless Network Vlan
!
vlan 997
name Vlan Routing
!
ip ssh version 2
!
!
interface Port-channel1
description Feed to Core Switch
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 90,997
switchport mode trunk
ip dhcp snooping trust
!
interface Port-channel2
description Feed to Stack 2
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 90,997
switchport mode trunk
!
interface GigabitEthernet1/0/1
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 90,997
switchport mode trunk
channel-group 1 mode on
ip dhcp snooping trust
end
!
interface GigabitEthernet2/0/1
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 90,997
channel-group 1 mode on
ip dhcp snooping trust
end
!
interface GigabitEthernet1/0/2
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 90,997
switchport mode trunk
channel-group 2 mode on
end
!
interface GigabitEthernet2/0/2
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 90,997
switchport mode trunk
channel-group 2 mode on
end
interface Vlan1
ip address 10.x.y.1 255.255.254.0
ip helper-address 10.x.x.x0
!
interface Vlan20
ip address 172.x.x.1 255.255.255.0
!
interface Vlan997
ip address 10.y.x.10 255.255.255.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 core switch ip
no ip http server
no ip http secure-server
!
ip sla enable reaction-alerts
snmp-server community our snmp stuff
!
ntp clock-period 36028658
ntp server 10.0.x.x0
end