Link to home
Start Free TrialLog in
Avatar of conecrazy
conecrazyFlag for United States of America

asked on

Can only ping management network from Catalyst 4507R-E (not set up as core switch)

Hello, perhaps I can get your help on this matter.  Please bare with me because I'm a bit of a noob.

We have a Catalyst 4507R-E that I'm configuring as a floor switch.  It will be replacing a 2960.  It is trunked over to a 3750 core switch.  The only VLAN interface I have configured on it is the management VLAN (99).  The 4507 is set up in VTP client mode and the 3750 is in VTP server.   I can ping everything on the 99 network and other hosts on that network can ping the 4507.  However it times out when I ping anything outside of the 99 VLAN (VLAN 16 in this case).  All 26 VLANs are all entered in the VLAN Database because of VTP, it it's acting like it doesn't know it needs to send the requests for the other VLANs to the core switch.   Any ideas?  

Thanks,
-jamie
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

It sounds like you're not doing inter-VLAN routing on the 4507.  So you need to define the default-gateway on the 4507.

In global config, add the command "ip default-gateway x.x.x.x" where you replace the x's with the correct VLAN 99 default gateway (probably the VLAN 99 IP address on the 3750).
Avatar of conecrazy

ASKER

Thanks for the reply.  The default gateway is declared.    ip default-gateway 10.0.99.1

Oh also both ports on the 4507 and the 3750 are on default native VLAN 1.  I've attached the sh run config from the 4507 if it helps.
Config2.txt
Oh also both ports on the 4507 and the 3750 are on default native VLAN 1
Wait... in your original post, you stated:
It is trunked over to a 3750 core switch.  
If it's on an access port which is in VLAN 1, that's your problem.  The link between the 4507 and the 3750 has to be a trunk.
It is trunked.  

but when I do a sh int switchport this is what shows up.  
16-4507R#sh int switchport
Name: Gi1/1
Switchport: Enabled
Administrative Mode: trunk
Operational Mode: trunk
Administrative Trunking Encapsulation: dot1q
Operational Trunking Encapsulation: dot1q
Negotiation of Trunking: Off
Access Mode VLAN: 1 (default)
Trunking Native Mode VLAN: 1 (default)
Administrative Native VLAN tagging: enabled
Voice VLAN: none
Administrative private-vlan host-association: none
Administrative private-vlan mapping: none
Administrative private-vlan trunk native VLAN: none
Administrative private-vlan trunk Native VLAN tagging: enabled
Administrative private-vlan trunk encapsulation: dot1q
Administrative private-vlan trunk normal VLANs: none
Administrative private-vlan trunk associations: none
Administrative private-vlan trunk mappings: none
Operational private-vlan: none
Trunking VLANs Enabled: ALL
Pruning VLANs Enabled: 2-1001
Capture Mode Disabled
Capture VLANs Allowed: ALL

Unknown unicast blocked: disabled
Unknown multicast blocked: disabled
Appliance trust: none
It's a trunk.

Administrative Mode: trunk
Operational Mode: trunk
Administrative Trunking Encapsulation: dot1q
Operational Trunking Encapsulation: dot1q
Negotiation of Trunking: Off
Access Mode VLAN: 1 (default)
Trunking Native Mode VLAN: 1 (default)

What is the native VLAN on the 3750 side?  That needs to match.

From the 4507, can you ping 10.0.99.1?
On the 3750, it looks identical.  

Name: Gi1/0/45
Switchport: Enabled
Administrative Mode: trunk
Operational Mode: trunk
Administrative Trunking Encapsulation: dot1q
Operational Trunking Encapsulation: dot1q
Negotiation of Trunking: On
Access Mode VLAN: 1 (default)
Trunking Native Mode VLAN: 1 (default)
Administrative Native VLAN tagging: enabled
Voice VLAN: none
Administrative private-vlan host-association: none
Administrative private-vlan mapping: none
Administrative private-vlan trunk native VLAN: none
Administrative private-vlan trunk Native VLAN tagging: enabled
Administrative private-vlan trunk encapsulation: dot1q
Administrative private-vlan trunk normal VLANs: none
Administrative private-vlan trunk associations: none
Administrative private-vlan trunk mappings: none
Operational private-vlan: none
Trunking VLANs Enabled: ALL
Pruning VLANs Enabled: 2-1001
Capture Mode Disabled
Capture VLANs Allowed: ALL

Protected: false
Unknown unicast blocked: disabled
Unknown multicast blocked: disabled
Appliance trust: none


Yup I can ping everything on the 99 network.   And everyone on the 99 network can ping the 4507 as well.  But it times out when I ping 10.0.16.1.  VLAN 16 with the IP 10.0.16.1 is declared on the core switch (3750).

It's a head scratcher.  I'm starting to think it's broken.
If you can ping 10.0.99.1 but you can't ping anything off net, then that means there are a couple of possibilities:

1) There is an ACL on the 3750 blocking the traffic.
2) The 3750 isn't configured to do the inter-VLAN routing.
3) The hosts on the other networks don't have their default gateway correctly configured.
4) The hosts on the other networks have a firewall service that is blocking inbound ping requests.

Can you post the config of the old switch (2960)?  That would help isolate this.

But to determine if it's one of these four options,
1) issue a "show access-list" to see if any ACL's are defined
2) "show ip route" and see if there are routes to all the known networks
3) If the hosts are windows, use "ipconfig" to check their configuration
4) If the hosts are windows, look in the firewall settings under control panel to check if the firewall is enabled.
I did a show access-list on the 3750 and there aren't any ACLs.  However there are a bunch of them on the 4705.   We inherited this from another company. But I thought I was able to reset this thing to factory.  Could that be the issue?  How do i clear the ACLs on the 4705?

I attached the 2960 configs.
2960.txt
I only see a config for the 4507... and there are no ACL's in that config.
I mean when I ran sh ip access-lists on the 4705 this came up.

16-4507R#sh ip access-lists
Extended IP access list system-cpp-all-routers-on-subnet
    10 permit ip any host 224.0.0.2
Extended IP access list system-cpp-all-systems-on-subnet
    10 permit ip any host 224.0.0.1
Extended IP access list system-cpp-dhcp-cs
    10 permit udp any eq bootpc any eq bootps
Extended IP access list system-cpp-dhcp-sc
    10 permit udp any eq bootps any eq bootpc
Extended IP access list system-cpp-dhcp-ss
    10 permit udp any eq bootps any eq bootps
Extended IP access list system-cpp-energywise-disc
    10 permit udp any eq any eq 0
Extended IP access list system-cpp-hsrpv2
    10 permit udp any host 224.0.0.102
Extended IP access list system-cpp-igmp
    10 permit igmp any 224.0.0.0 31.255.255.255
Extended IP access list system-cpp-ip-mcast-linklocal
    10 permit ip any 224.0.0.0 0.0.0.255
Extended IP access list system-cpp-ospf
    10 permit ospf any 224.0.0.0 0.0.0.255
Extended IP access list system-cpp-pim
    10 permit pim any 224.0.0.0 0.0.0.255
Extended IP access list system-cpp-ripv2
    10 permit ip any host 224.0.0.9


both the 2960 and the 3750 show no ACLs.
Oh also the core switch is configured for intervlan traffic because I'm able to ping all the other GWs and hosts on the different VLANs from both the 2960 and the 3750.
Something doesn't make sense.

Can you post the following:

The config for ther 2960, 3750 and 4507 (please use the "code" feature when posting).

And indicate what port is connected to the neighbor switch.
2960

NFR-MDF-16A#sh run
Building configuration...

Current configuration : 27495 bytes
!
version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname NFR-MDF-16A
!
boot-start-marker
boot-end-marker
!
enable secret 5 xxxxxxxx
!

username xxxxxxx privilege 15 secret 5 xxxxxx
!
!
macro global description cisco-global
no aaa new-model
clock timezone CST -6
clock summer-time CDT recurring
switch 1 provision ws-c2960s-48lps-l
authentication mac-move permit
ip subnet-zero
!
!
ip domain-name xxxxxxx
ip name-server 10.0.2.36
!
mls qos map policed-dscp  24 26 46 to 0
mls qos map cos-dscp 0 8 16 24 32 46 48 56
mls qos srr-queue output cos-map queue 1 threshold 3 5
mls qos srr-queue output cos-map queue 2 threshold 3 3 6 7
mls qos srr-queue output cos-map queue 3 threshold 3 2 4
mls qos srr-queue output cos-map queue 4 threshold 2 1
mls qos srr-queue output cos-map queue 4 threshold 3 0
mls qos srr-queue output dscp-map queue 1 threshold 3 40 41 42 43 44 45 46 47
mls qos srr-queue output dscp-map queue 2 threshold 3 24 25 26 27 28 29 30 31
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 16 17 18 19 20 21 22 23
mls qos srr-queue output dscp-map queue 3 threshold 3 32 33 34 35 36 37 38 39
mls qos srr-queue output dscp-map queue 4 threshold 1 8
mls qos srr-queue output dscp-map queue 4 threshold 2 9 10 11 12 13 14 15
mls qos srr-queue output dscp-map queue 4 threshold 3 0 1 2 3 4 5 6 7
mls qos queue-set output 1 threshold 1 138 138 92 138
mls qos queue-set output 1 threshold 2 138 138 92 400
mls qos queue-set output 1 threshold 3 36 77 100 318
mls qos queue-set output 1 threshold 4 20 50 67 400
mls qos queue-set output 2 threshold 1 149 149 100 149
mls qos queue-set output 2 threshold 2 118 118 100 235
mls qos queue-set output 2 threshold 3 41 68 100 272
mls qos queue-set output 2 threshold 4 42 72 100 242
mls qos queue-set output 1 buffers 10 10 26 54
mls qos queue-set output 2 buffers 16 6 17 61
mls qos
!
crypto pki trustpoint TP-self-signed-2301686784
 enrollment selfsigned
 subject-name cn=IOS-Self-Signed-Certificate-2301686784
 revocation-check none
 rsakeypair TP-self-signed-2301686784
!
!
crypto pki certificate chain TP-self-signed-2301686784
 certificate self-signed 01
  3082024D 308201B6 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
  31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
  69666963 6174652D 32333031 36383637 3834301E 170D3933 30333031 30303137
  30325A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
  4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D32 33303136
  38363738 3430819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
  8100AC55 B97AAF85 AAB82013 14225A56 B132FD51 873F7565 D5638A3A A5DFF385
  6DDE5A34 63CF2848 E6756C58 222368A2 5B2B53F4 C1CF4C7A BC4DE68D 0D6A5B6D
  60C0FF34 7F4ADD74 877D94A1 BD80F6C8 D7D98F65 E9F14A35 985B58FC CF5449DF
  16746347 2DF6AD73 6F84FD4A 8F59FDAC 38564474 64343C27 0F908F58 AF0A1DE3
  2BE70203 010001A3 75307330 0F060355 1D130101 FF040530 030101FF 30200603
  551D1104 19301782 154E4652 2D4D4446 2D313641 2E6E6672 2E6C6F63 616C301F
  0603551D 23041830 16801467 E1E4FF24 969D1697 E3A46E0E D23631B6 64952930
  1D060355 1D0E0416 041467E1 E4FF2496 9D1697E3 A46E0ED2 3631B664 9529300D
  06092A86 4886F70D 01010405 00038181 0043EC13 62CE88AF DD87D0ED E701041F
  5A7E3FB7 B654C488 E248BC85 E60A441D D20CF900 DA6B7B53 F1A2F0EF 82EAE560
  16162861 BE0CFCF4 F75B6A6D 8A551795 0FBB021D FE25A455 E490342A C14A220B
  20F524AA B1AFCF10 AE6674ED 3D938980 5328043D D72A1834 961EBA6D C56BB351
  124EEA18 79A5CF11 9D235914 AE620A5E 3A
  quit
!
spanning-tree mode rapid-pvst
spanning-tree loopguard default
spanning-tree etherchannel guard misconfig
spanning-tree extend system-id
!
!
!
errdisable recovery cause link-flap
errdisable recovery interval 60
!
vlan internal allocation policy ascending
!
!
class-map match-all AutoQoS-VoIP-RTP-Trust
 match ip dscp ef
class-map match-all AutoQoS-VoIP-Control-Trust
 match ip dscp cs3  af31
!
!
policy-map AutoQoS-Police-CiscoPhone
 class AutoQoS-VoIP-RTP-Trust
  set dscp ef
  police 320000 8000 exceed-action policed-dscp-transmit
 class AutoQoS-VoIP-Control-Trust
  set dscp cs3
  police 32000 8000 exceed-action policed-dscp-transmit
!
!
!
interface FastEthernet0
 no ip address
!
interface GigabitEthernet1/0/1
 description <<<<<<<TO CORE SWITCH>>>>>>>
 switchport mode trunk
 srr-queue bandwidth share 10 10 60 20
 queue-set 2
 priority-queue out
 mls qos trust cos
 macro description cisco-switch
 auto qos voip trust
 spanning-tree link-type point-to-point
!
interface GigabitEthernet1/0/2
 switchport mode trunk
 srr-queue bandwidth share 10 10 60 20
 queue-set 2
 priority-queue out
 mls qos trust cos
 macro description cisco-switch
 auto qos voip trust
 spanning-tree link-type point-to-point
!
interface GigabitEthernet1/0/3
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/4
 switchport access vlan 16
 switchport trunk native vlan 16
 switchport trunk allowed vlan 16,116,117
 switchport mode trunk
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/5
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/6
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/7
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/8
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/9
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/10
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/11
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/12
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/13
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/14
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/15
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/16
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/17
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/18
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/19
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/20
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/21
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/22
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/23
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/24
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/25
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/26
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/27
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/28
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone | cisco-switch | cisco-switch | cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/29
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/30
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/31
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/32
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/33
 description room 1653
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/34
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/35
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/36
 description WAP 3
 switchport access vlan 16
 switchport trunk native vlan 16
 switchport trunk allowed vlan 16,116,117
 switchport mode trunk
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/37
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/38
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/39
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/40
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/41
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/42
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/43
 description WAP 1
 switchport access vlan 16
 switchport trunk native vlan 16
 switchport trunk allowed vlan 16,116,117
 switchport mode trunk
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/44
 description WAP 2
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/45
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/46
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/47
 switchport access vlan 16
 switchport mode access
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/48
 description Konica16ACC
 switchport access vlan 16
 switchport trunk native vlan 16
 switchport trunk allowed vlan 16,116,117
 switchport mode trunk
 switchport voice vlan 40
 srr-queue bandwidth share 10 10 60 20
 srr-queue bandwidth shape 10 0 0 0
 queue-set 2
 priority-queue out
 mls qos trust device cisco-phone
 mls qos trust cos
 macro description cisco-phone
 auto qos voip cisco-phone
 spanning-tree portfast
 spanning-tree bpduguard enable
 service-policy input AutoQoS-Police-CiscoPhone
!
interface GigabitEthernet1/0/49
 switchport mode trunk
 srr-queue bandwidth share 10 10 60 20
 queue-set 2
 priority-queue out
 mls qos trust cos
 macro description cisco-switch
 auto qos voip trust
 spanning-tree link-type point-to-point
!
interface GigabitEthernet1/0/50
 switchport mode trunk
 srr-queue bandwidth share 10 10 60 20
 queue-set 2
 priority-queue out
 mls qos trust cos
 macro description cisco-switch
 auto qos voip trust
 spanning-tree link-type point-to-point
!
interface GigabitEthernet1/0/51
 switchport mode trunk
 srr-queue bandwidth share 10 10 60 20
 queue-set 2
 priority-queue out
 mls qos trust cos
 macro description cisco-switch
 auto qos voip trust
 spanning-tree link-type point-to-point
!
interface GigabitEthernet1/0/52
 switchport mode trunk
 srr-queue bandwidth share 10 10 60 20
 queue-set 2
 priority-queue out
 mls qos trust cos
 macro description cisco-switch
 auto qos voip trust
 spanning-tree link-type point-to-point
!
interface Vlan1
 no ip address
!
interface Vlan99
 ip address 10.0.99.3 255.255.255.0
!
ip default-gateway 10.0.99.1
no ip http server
ip http secure-server
ip sla enable reaction-alerts
snmp-server community nfrcisco RW
!
banner motd ^C
^C
!
line con 0
 exec-timeout 0 0
line vty 0 4
 login local
 length 0
 transport input ssh
line vty 5 15
 login local
 transport input ssh
!
ntp clock-period 22518410
ntp server 64.90.182.55
end

                                            

Open in new window

3750

Building configuration...

Current configuration : 23464 bytes
!
! Last configuration change at 10:15:27 CDT Wed Oct 21 2015 by xxxx
! NVRAM config last updated at 15:27:54 CDT Tue Sep 22 2015 by xxxxx
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname MDF-3750A
!
boot-start-marker
boot-end-marker
!
!

username xxxxxx privilege 15 secret 5 xxxxxx
!
!
macro global description cisco-global
no aaa new-model
clock timezone CST -6
clock summer-time CDT recurring
switch 1 provision ws-c3750g-48ts
switch 2 provision ws-c3750g-48ts
system mtu routing 1500
ip routing
ip domain-name xxxxxx
!
!
!
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 TP-self-signed-455479808
 enrollment selfsigned
 subject-name cn=IOS-Self-Signed-Certificate-455479808
 revocation-check none
 rsakeypair TP-self-signed-455479808
!
!
crypto pki certificate chain TP-self-signed-455479808
 certificate self-signed 01
  3082024D 308201B6 A0030201 02020101 300D0609 2A864886 F70D0101 04050030 
  30312E30 2C060355 04031325 494F532D 53656C66 2D536967 6E65642D 43657274 
  69666963 6174652D 34353534 37393830 38301E17 0D393330 33303130 30313033 
  375A170D 32303031 30313030 30303030 5A303031 2E302C06 03550403 1325494F 
  532D5365 6C662D53 69676E65 642D4365 72746966 69636174 652D3435 35343739 
  38303830 819F300D 06092A86 4886F70D 01010105 0003818D 00308189 02818100 
  AFDA9F41 FC8343F5 C919A762 82D2A686 F3D7FBC1 61F5EDAE 95931CC3 B0968D95 
  889A28BB 9F90A601 B2A2B85B C9D74F52 B09D59BD B0C57881 444250C4 4AB11ACF 
  D382E088 20418792 A052937D C9814C7E 9F626780 A5A65E48 8A1E48B9 7630DE57 
  E7C2D386 A092515F 80112C8B ED0FF429 E4055348 C116C541 B3AAB30D 8DC29067 
  02030100 01A37730 75300F06 03551D13 0101FF04 05300301 01FF3022 0603551D 
  11041B30 1982174E 46522D4D 44462D33 37353041 2E6E6672 2E6C6F63 616C301F 
  0603551D 23041830 168014AC 2E124999 DE633D58 0DE32ECA 26BC2107 0F941430 
  1D060355 1D0E0416 0414AC2E 124999DE 633D580D E32ECA26 BC21070F 9414300D 
  06092A86 4886F70D 01010405 00038181 001BC205 204CFFD6 62050040 895A072E 
  511F6301 24A056DB 3A2B41D9 1E3B00ED F6E35DC3 446CD3C5 E10D0402 9A02C8FD 
  177DAB7E EA69BA4B 7A9A120D 5AACA4CA 78E0E498 2C8B4B3C C4C87F60 B5FB6385 
  2C5D19D3 3869CAD2 9E4839B6 71B2EEBD 56856639 FB5257A9 E79DACC9 62ADE054 
  68F93A6B 902C6B77 CB077D6B 43302B96 D0
  quit
auto qos srnd4
!
!
!
errdisable recovery cause link-flap
errdisable recovery interval 60
!
spanning-tree mode rapid-pvst
spanning-tree loopguard default
spanning-tree extend system-id
spanning-tree vlan 1-4094 priority 24576
!
vlan internal allocation policy ascending
!
!
!
interface Loopback2
 ip address 172.19.1.102 255.255.255.255
!
interface Port-channel1
 description 4 GB UPLINK to Server Switch
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface GigabitEthernet1/0/1
 description 16th Switch A
 switchport trunk encapsulation dot1q
 switchport mode trunk
 srr-queue bandwidth share 1 30 35 5
 queue-set 2
 priority-queue out 
 mls qos trust cos
 auto qos trust 
 macro description cisco-switch
 spanning-tree link-type point-to-point
!
interface GigabitEthernet1/0/2
 description 16th Switch B
 switchport trunk encapsulation dot1q
 switchport mode trunk
 srr-queue bandwidth share 1 30 35 5
 queue-set 2
 priority-queue out 
 mls qos trust cos
 auto qos trust 
 macro description cisco-switch
 spanning-tree link-type point-to-point
!
interface GigabitEthernet1/0/3
 description 2960XR_g1/0/1_DenL2
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 300
 switchport mode trunk
!
interface GigabitEthernet1/0/4
 description 2960XR_g1/0/2_HouL2
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 300
 switchport mode trunk
!
interface GigabitEthernet1/0/5
 description MGMT 2960XR
 switchport access vlan 99
 switchport mode access
!
interface GigabitEthernet1/0/6
 description WLC-OFFICE2504
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 12,116,117
 switchport mode trunk
 spanning-tree portfast
!
interface GigabitEthernet1/0/7
 description WLC-OFFICE2504
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 12
 switchport trunk allowed vlan 12,116,117
 switchport mode trunk
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/8
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/9
 description Barracuda
 switchport access vlan 12
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/10
 switchport access vlan 12
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/11
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/12
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/13
 description Part of 4 GB UPlink to Server Switch
 switchport trunk encapsulation dot1q
 switchport mode trunk
 channel-group 1 mode desirable
!
interface GigabitEthernet1/0/14
 description Part of 4 GB UPlink to Server Switch
 switchport trunk encapsulation dot1q
 switchport mode trunk
 channel-group 1 mode desirable
!
interface GigabitEthernet1/0/15
 description Part of 4 GB UPlink to Server Switch
 switchport trunk encapsulation dot1q
 switchport mode trunk
 channel-group 1 mode desirable
!
interface GigabitEthernet1/0/16
 description Part of 4 GB UPlink to Server Switch
 switchport trunk encapsulation dot1q
 switchport mode trunk
 channel-group 1 mode desirable
!
interface GigabitEthernet1/0/17
 switchport access vlan 118
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/18
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/19
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/20
 switchport access vlan 118
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/21
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/22
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/23
 switchport access vlan 118
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/24
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/25
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/26
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/27
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/28
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/29
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/30
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/31
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/32
 switchport access vlan 16
 switchport mode access
!
interface GigabitEthernet1/0/33
 description APC UPS
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/34
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/35
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/36
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/37
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/38
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/39
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/40
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/41
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/42
 description ASA port 2
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/43
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/44
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/45
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/46
 description ASA port 1
 switchport access vlan 12
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/47
 description GuestWireless Vla3
 switchport access vlan 117
 switchport mode access
!
interface GigabitEthernet1/0/48
 no switchport
 bandwidth 1000000
 ip address 10.56.17.130 255.255.255.248
 ip ospf network point-to-point
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/49
 description 17th Switch A
 switchport trunk encapsulation dot1q
 switchport mode trunk
 srr-queue bandwidth share 1 30 35 5
 queue-set 2
 priority-queue out 
 mls qos trust cos
 auto qos trust 
 macro description cisco-switch
 spanning-tree link-type point-to-point
!
interface GigabitEthernet1/0/50
 description Datacenter
 switchport trunk encapsulation dot1q
 switchport mode trunk
 srr-queue bandwidth share 1 30 35 5
 queue-set 2
 priority-queue out 
 mls qos trust cos
 auto qos trust 
 macro description cisco-switch
 spanning-tree link-type point-to-point
!
interface GigabitEthernet1/0/51
 description 19th Switch A
 switchport trunk encapsulation dot1q
 switchport mode trunk
 srr-queue bandwidth share 1 30 35 5
 queue-set 2
 priority-queue out 
 mls qos trust cos
 auto qos trust 
 macro description cisco-switch
 spanning-tree link-type point-to-point
!
interface GigabitEthernet1/0/52
 description 18th Switch A
 switchport trunk encapsulation dot1q
 switchport mode trunk
 srr-queue bandwidth share 1 30 35 5
 queue-set 2
 priority-queue out 
 mls qos trust cos
 auto qos trust 
 macro description cisco-switch
 spanning-tree link-type point-to-point
!
interface GigabitEthernet2/0/1
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/2
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/3
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/4
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/5
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/6
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/7
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/8
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/9
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/10
 description Trunk Port to Cisco WLC
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface GigabitEthernet2/0/11
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/12
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/13
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/14
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/15
 description Part of 4 GB UPlink to Server Switch
 switchport trunk encapsulation dot1q
 switchport mode trunk
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/17
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/18
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/19
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/20
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/21
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/22
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/23
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/24
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/25
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/26
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/27
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/28
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/29
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/30
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/31
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/32
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/33
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/34
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/35
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/36
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/37
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/38
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/39
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/40
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/41
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/42
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/43
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/44
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/45
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/46
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/47
 description Guest Wireless Vlan 117 to ASA
 switchport access vlan 117
 switchport mode access
!
interface GigabitEthernet2/0/48
 description Secondary Guest Vlan 117 for ASA
 switchport access vlan 117
 switchport mode access
!
interface GigabitEthernet2/0/49
 switchport trunk encapsulation dot1q
 switchport mode trunk
 srr-queue bandwidth share 1 30 35 5
 queue-set 2
 priority-queue out 
 mls qos trust cos
 auto qos trust 
 macro description cisco-switch
 spanning-tree link-type point-to-point
!
interface GigabitEthernet2/0/50
 switchport trunk encapsulation dot1q
 switchport mode trunk
 srr-queue bandwidth share 1 30 35 5
 queue-set 2
 priority-queue out 
 mls qos trust cos
 auto qos trust 
 macro description cisco-switch
 spanning-tree link-type point-to-point
!
interface GigabitEthernet2/0/51
 switchport trunk encapsulation dot1q
 switchport mode trunk
 srr-queue bandwidth share 1 30 35 5
 queue-set 2
 priority-queue out 
 mls qos trust cos
 auto qos trust 
 macro description cisco-switch
 spanning-tree link-type point-to-point
!
interface GigabitEthernet2/0/52
 switchport trunk encapsulation dot1q
 switchport mode trunk
 srr-queue bandwidth share 1 30 35 5
 queue-set 2
 priority-queue out 
 mls qos trust cos
 auto qos trust 
 macro description cisco-switch
 spanning-tree link-type point-to-point
!
interface Vlan1
 no ip address
!
interface Vlan12
 ip address 10.0.12.1 255.255.255.0
 ip helper-address 10.0.12.36
 ip ospf authentication message-digest
 ip ospf message-digest-key 1 md5 7 1418011B0A557878
!
interface Vlan16
 ip address 10.0.16.1 255.255.255.0
 ip helper-address 10.0.12.36
!
interface Vlan17
 ip address 10.0.17.1 255.255.255.0
 ip helper-address 10.0.12.36
!
interface Vlan18
 ip address 10.0.18.1 255.255.255.0
 ip helper-address 10.0.12.36
!
interface Vlan19
 ip address 10.0.19.1 255.255.255.0
 ip helper-address 10.0.12.36
!
interface Vlan40
 ip address 10.0.40.1 255.255.255.0
 ip helper-address 10.0.12.36
!
interface Vlan99
 ip address 10.0.99.1 255.255.255.0
!
interface Vlan116
 ip address 10.0.116.1 255.255.255.0
 ip helper-address 10.0.12.36
!
interface Vlan118
 ip address 10.0.118.1 255.255.255.0
 ip helper-address 10.0.12.36
!
interface Vlan182
 ip address 10.0.182.3 255.255.255.0
!
interface Vlan183
 ip address 10.0.183.2 255.255.255.252
!
interface Vlan254
 ip address 10.254.254.1 255.255.255.252
 shutdown
!
interface Vlan300
 description L2Route
 ip address 172.30.1.251 255.255.255.248
!
!
router eigrp 100
 network 10.0.0.0
 network 10.0.12.0 0.0.0.255
 network 10.0.20.0 0.0.0.255
 network 10.254.254.0 0.0.0.3
 redistribute connected
 redistribute static
 eigrp stub connected static summary redistributed
!
router ospf 1
 router-id 10.0.12.1
 log-adjacency-changes
 redistribute connected subnets
 redistribute static subnets
 redistribute eigrp 100 subnets
 network 10.0.12.0 0.0.0.255 area 0
 network 10.56.17.128 0.0.0.7 area 0
 default-information originate metric 3
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.0.12.254
ip route 10.0.181.0 255.255.255.0 10.0.182.1
ip route 10.0.182.0 255.255.255.0 10.0.183.1
ip route 10.0.250.0 255.255.255.0 10.0.12.254
ip route 10.1.0.0 255.255.0.0 172.30.1.249
ip route 10.4.0.0 255.255.0.0 172.30.1.250
ip route 10.108.0.0 255.255.0.0 172.30.1.249
ip route 10.252.0.0 255.254.0.0 172.30.1.249
ip route 172.16.1.0 255.255.255.0 172.30.1.249
ip route 172.16.2.0 255.255.255.128 172.30.1.249
ip route 172.16.4.0 255.255.255.0 172.30.1.250
ip route 172.31.1.0 255.255.255.0 172.30.1.249
ip route 172.31.4.0 255.255.255.0 172.30.1.250
no ip http server
ip http authentication local
ip http secure-server
!
!
ip prefix-list 1 seq 5 deny 10.0.4.0/24
ip sla enable reaction-alerts
snmp-server community xxxxxx RW
snmp-server community Public RW
!

!
line con 0
 login local
line vty 0 4
 exec-timeout 60 0
 logging synchronous
 login local
 length 0
 transport input ssh
line vty 5 15
 logging synchronous
 login local
 transport input ssh
!
ntp clock-period 36029122
ntp server 132.163.4.101 prefer
end

                                            

Open in new window

4507

16-4507R#sh run
Building configuration...

Current configuration : 35941 bytes
!
version 15.0
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service compress-config
!
hostname 16-4507R
!
boot-start-marker
boot system flash bootflash:cat4500-ipbasek9-mz.150-2.sg10.bin
boot-end-marker
!
!
!
!
no aaa new-model
clock timezone CST -6
clock summer-time CDT recurring
qos
qos dbl
qos map dscp 24 25 26 27 28 29 30 31 to tx-queue 4
qos map dscp 32 33 34 35 36 37 38 39 to tx-queue 4
qos map cos 3 to dscp 26
qos map cos 5 to dscp 46
authentication mac-move permit
ip subnet-zero
ip domain-name xxxxxx
ip name-server 10.0.2.36
!
!
ip vrf mgmtVrf
!
cluster run
!
!
crypto pki trustpoint TP-self-signed-121878
 enrollment selfsigned
 subject-name cn=IOS-Self-Signed-Certificate-121878
 revocation-check none
 rsakeypair TP-self-signed-121878
!
!
crypto pki certificate chain TP-self-signed-121878
 certificate self-signed 01
  30820242 308201AB A0030201 02020101 300D0609 2A864886 F70D0101 04050030
  2D312B30 29060355 04031322 494F532D 53656C66 2D536967 6E65642D 43657274
  69666963 6174652D 31323138 3738301E 170D3135 31313137 31363137 32345A17
  0D323030 31303130 30303030 305A302D 312B3029 06035504 03132249 4F532D53
  656C662D 5369676E 65642D43 65727469 66696361 74652D31 32313837 3830819F
  300D0609 2A864886 F70D0101 01050003 818D0030 81890281 8100C6D6 53A7DFD7
  2783BD87 454C4CC4 69C3115B CF404227 99FC918C 5A9F158C B1C39007 37BC0DBB
  14D16451 CE1D8D5E BEAB0BD6 86CF2135 C6427FE3 92969541 7F33CD6A 20A89BF3
  AB2811E3 09829688 05D3085E 27995FB0 01F0FA98 76A928E7 5C11070F 6EA5144C
  83E818B9 90642DBB 83F73777 2FF6371F 5EAF9A72 FB7B180E 19ED0203 010001A3
  72307030 0F060355 1D130101 FF040530 030101FF 301D0603 551D1104 16301482
  1231362D 34353037 522E6E66 722E6C6F 63616C30 1F060355 1D230418 30168014
  8D6B43D7 34D82586 2C9E58BF BA40E76E B0D211A9 301D0603 551D0E04 1604148D
  6B43D734 D825862C 9E58BFBA 40E76EB0 D211A930 0D06092A 864886F7 0D010104
  05000381 810029F6 A3A054C7 4A84F9CE 6942E51F 4F7DAE1A 510D4DF1 12048B64
  DB823215 716219AB 5929B00E 0D15513A 95404441 812DE955 BA02784D C78F5E10
  920BB073 B78430BD 136A08A0 FACD1BBE 2A2350AC A22D305F 6707D223 5183E2E2
  C1D44B88 8900181D 46FDFCDF 2F10B650 C7CBDD76 343111E8 01540E1D A8C291CF
  F7395615 D0AB
  quit
errdisable recovery cause link-flap
errdisable recovery interval 60
power redundancy-mode redundant
!
!
!
!
spanning-tree mode rapid-pvst
spanning-tree loopguard default
spanning-tree extend system-id
!
redundancy
 mode sso
!
vlan internal allocation policy ascending
!
!
policy-map autoqos-voip-policy
 class class-default
    dbl
!
!
!
interface FastEthernet1
 ip vrf forwarding mgmtVrf
 no ip address
 speed auto
 duplex auto
!
interface GigabitEthernet1/1
 description TO CORE gi1/0/45
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
 qos trust dscp
 spanning-tree portfast disable
 spanning-tree link-type point-to-point
 spanning-tree cost 10
!
interface GigabitEthernet1/2
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
 qos trust dscp
 spanning-tree portfast disable
 spanning-tree link-type point-to-point
 spanning-tree cost 10
!
interface GigabitEthernet1/3
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/4
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/5
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/6
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/7
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/8
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/9
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/10
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/11
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/12
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/13
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/14
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/15
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/16
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/17
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/18
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/19
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/20
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/21
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/22
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/23
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/24
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/25
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/26
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/27
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/28
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/29
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/30
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/31
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/32
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/33
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/34
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/35
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/36
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/37
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/38
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/39
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/40
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/41
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/42
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/43
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/44
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/45
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/46
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/47
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet1/48
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface TenGigabitEthernet3/1
 description Trunk to Core
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 99
 switchport mode trunk
 switchport nonegotiate
 qos trust dscp
 spanning-tree portfast disable
 spanning-tree link-type point-to-point
 spanning-tree cost 10
!
interface TenGigabitEthernet3/2
!
interface GigabitEthernet3/3
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 99
 switchport mode trunk
 switchport nonegotiate
 qos trust dscp
 spanning-tree portfast disable
 spanning-tree link-type point-to-point
 spanning-tree cost 10
!
interface GigabitEthernet3/4
!
interface GigabitEthernet3/5
!
interface GigabitEthernet3/6
!
interface GigabitEthernet6/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
 switchport nonegotiate
 qos trust dscp
 spanning-tree portfast disable
 spanning-tree link-type point-to-point
 spanning-tree cost 10
!
interface GigabitEthernet6/2
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/3
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/4
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/5
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/6
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/7
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/8
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/9
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/10
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/11
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/12
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/13
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/14
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/15
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/16
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/17
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/18
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/19
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/20
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/21
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/22
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/23
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/24
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/25
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/26
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/27
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/28
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/29
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/30
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/31
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/32
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/33
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/34
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/35
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/36
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/37
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/38
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/39
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/40
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/41
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/42
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/43
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/44
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/45
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/46
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/47
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface GigabitEthernet6/48
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 16
 switchport trunk allowed vlan 40
 switchport mode trunk
 qos trust cos
 auto qos voip trust
 tx-queue 3
   bandwidth percent 33
   priority high
   shape percent 33
 no cdp enable
 service-policy output autoqos-voip-policy
!
interface Vlan1
 no ip address
!
interface Vlan99
 ip address 10.0.99.250 255.255.255.0
!
ip default-gateway 10.0.99.1
no ip http server
ip http secure-server
!
!
ip sla enable reaction-alerts
!
snmp-server community nfrcisco RW
!
control-plane
!
!
line con 0
 exec-timeout 0 0
 stopbits 1
line vty 0 4
 login local
 length 0
 transport input ssh
line vty 5 15
 login local
 transport input ssh
!
ntp server 64.90.182.55
end

                                            

Open in new window

On the 4507,  gi1/1 is connected to gi1/0/45 on the 3750

on the 2960, gi1/0/1 is connected to gi1/0/1 on the 3750
Delete the post with the configs immediately!!!

If you are unable to delete the post with the configs, contact a moderator and ask them to do it!

Sorry, I thought you knew to remove any passwords and identifying information before posting.
I've requested that this question be deleted for the following reason:

accidentally posted a password
Here the problem:

One the 3750, the link to the 4507 is not a trunk.

3750
 interface GigabitEthernet1/0/45 ! Link to 4507
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable

 interface GigabitEthernet1/0/1 ! Link to 2960
 description 16th Switch A
 switchport trunk encapsulation dot1q
 switchport mode trunk
 srr-queue bandwidth share 1 30 35 5
 queue-set 2
 priority-queue out 
 mls qos trust cos
 auto qos trust 
 macro description cisco-switch
 spanning-tree link-type point-to-point

Open in new window


So on the 4507, do the following:
interface GigabitEthernet1/0/45
 switchport mode trunk
 spanning-tree link-type point-to-point

Open in new window

Oh wait I pasted that from a backup config.  That port is trunked.  

interface GigabitEthernet1/0/45
 switchport trunk encapsulation dot1q
 switchport mode trunk
 srr-queue bandwidth share 1 30 35 5
 queue-set 2
 priority-queue out
 mls qos trust cos
 auto qos trust
 macro description cisco-switch
 spanning-tree link-type point-to-point

Open in new window

Okay, look. Garbage in, garbage out, right? :-)

Post the full, current, running config from the 3750 (delete any passwords and identifying information).
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname 
!
boot-start-marker
boot-end-marker

!
!
macro global description cisco-global
no aaa new-model
clock timezone CST -6
clock summer-time CDT recurring
switch 1 provision ws-c3750g-48ts
switch 2 provision ws-c3750g-48ts
system mtu routing 1500
ip routing
ip domain-name 
!
!
!
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
!
!
!
!
errdisable recovery cause link-flap
errdisable recovery interval 60
!
spanning-tree mode rapid-pvst
spanning-tree loopguard default
spanning-tree extend system-id
spanning-tree vlan 1-4094 priority 24576
!
vlan internal allocation policy ascending
!
!
!
interface Loopback2
 ip address 172.19.1.102 255.255.255.255
!
interface Port-channel1
 description 4 GB UPLINK to Server Switch
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface GigabitEthernet1/0/1
 description 16th Switch A
 switchport trunk encapsulation dot1q
 switchport mode trunk
 srr-queue bandwidth share 1 30 35 5
 queue-set 2
 priority-queue out
 mls qos trust cos
 auto qos trust
 macro description cisco-switch
 spanning-tree link-type point-to-point
!
interface GigabitEthernet1/0/2
 description 16th Switch B
 switchport trunk encapsulation dot1q
 switchport mode trunk
 srr-queue bandwidth share 1 30 35 5
 queue-set 2
 priority-queue out
 mls qos trust cos
 auto qos trust
 macro description cisco-switch
 spanning-tree link-type point-to-point
!
interface GigabitEthernet1/0/3
 description 2960XR_g1/0/1_DenL2
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 300
 switchport mode trunk
!
interface GigabitEthernet1/0/4
 description 2960XR_g1/0/2_HouL2
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 300
 switchport mode trunk
!
interface GigabitEthernet1/0/5
 description MGMT 2960XR
 switchport access vlan 99
 switchport mode access
!
interface GigabitEthernet1/0/6
 description WLC-OFFICE2504
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 12,116,117
 switchport mode trunk
 spanning-tree portfast
!
interface GigabitEthernet1/0/7
 description WLC-OFFICE2504
 switchport access vlan 16
 switchport trunk encapsulation dot1q
 switchport trunk native vlan 12
 switchport trunk allowed vlan 12,116,117
 switchport mode trunk
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/8
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/9
 description Barracuda
 switchport access vlan 12
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/10
 switchport access vlan 12
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/11
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/12
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/13
 description Part of 4 GB UPlink to Server Switch
 switchport trunk encapsulation dot1q
 switchport mode trunk
 channel-group 1 mode desirable
!
interface GigabitEthernet1/0/14
 description Part of 4 GB UPlink to Server Switch
 switchport trunk encapsulation dot1q
 switchport mode trunk
 channel-group 1 mode desirable
!
interface GigabitEthernet1/0/15
 description Part of 4 GB UPlink to Server Switch
 switchport trunk encapsulation dot1q
 switchport mode trunk
 channel-group 1 mode desirable
!
interface GigabitEthernet1/0/16
 description Part of 4 GB UPlink to Server Switch
 switchport trunk encapsulation dot1q
 switchport mode trunk
 channel-group 1 mode desirable
!
interface GigabitEthernet1/0/17
 switchport access vlan 118
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/18
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/19
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/20
 switchport access vlan 118
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/21
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/22
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/23
 switchport access vlan 118
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/24
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/25
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/26
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/27
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/28
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/29
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/30
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/31
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/32
 switchport access vlan 16
 switchport mode access
!
interface GigabitEthernet1/0/33
 description APC UPS
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/34
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/35
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/36
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/37
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/38
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/39
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/40
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/41
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/42
 description ASA port 2
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/43
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/44
 switchport access vlan 16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/45
 switchport trunk encapsulation dot1q
 switchport mode trunk
 srr-queue bandwidth share 1 30 35 5
 queue-set 2
 priority-queue out
 mls qos trust cos
 auto qos trust
 macro description cisco-switch
 spanning-tree link-type point-to-point
!
interface GigabitEthernet1/0/46
 description ASA port 1
 switchport access vlan 12
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/47
 description GuestWireless Vla3
 switchport access vlan 117
 switchport mode access
!
interface GigabitEthernet1/0/48
 no switchport
 bandwidth 1000000
 ip address 10.56.17.130 255.255.255.248
 ip ospf network point-to-point
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet1/0/49
 description 17th Switch A
 switchport trunk encapsulation dot1q
 switchport mode trunk
 srr-queue bandwidth share 1 30 35 5
 queue-set 2
 priority-queue out
 mls qos trust cos
 auto qos trust
 macro description cisco-switch
 spanning-tree link-type point-to-point
!
interface GigabitEthernet1/0/50
 description Datacenter
 switchport trunk encapsulation dot1q
 switchport mode trunk
 srr-queue bandwidth share 1 30 35 5
 queue-set 2
 priority-queue out
 mls qos trust cos
 auto qos trust
 macro description cisco-switch
 spanning-tree link-type point-to-point
!
interface GigabitEthernet1/0/51
 description 19th Switch A
 switchport trunk encapsulation dot1q
 switchport mode trunk
 srr-queue bandwidth share 1 30 35 5
 queue-set 2
 priority-queue out
 mls qos trust cos
 auto qos trust
 macro description cisco-switch
 spanning-tree link-type point-to-point
!
interface GigabitEthernet1/0/52
 description 18th Switch A
 switchport trunk encapsulation dot1q
 switchport mode trunk
 srr-queue bandwidth share 1 30 35 5
 queue-set 2
 priority-queue out
 mls qos trust cos
 auto qos trust
 macro description cisco-switch
 spanning-tree link-type point-to-point
!
interface GigabitEthernet2/0/1
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/2
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/3
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/4
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/5
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/6
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/7
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/8
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/9
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/10
 description Trunk Port to Cisco WLC
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface GigabitEthernet2/0/11
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/12
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/13
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/14
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/15
 description Part of 4 GB UPlink to Server Switch
 switchport trunk encapsulation dot1q
 switchport mode trunk
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/16
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/17
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/18
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/19
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/20
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/21
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/22
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/23
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/24
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/25
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/26
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/27
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/28
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/29
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/30
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/31
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/32
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/33
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/34
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/35
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/36
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/37
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/38
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/39
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/40
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/41
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/42
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/43
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/44
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/45
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/46
 switchport mode access
 spanning-tree portfast
 spanning-tree bpduguard enable
!
interface GigabitEthernet2/0/47
 description Guest Wireless Vlan 117 to ASA
 switchport access vlan 117
 switchport mode access
!
interface GigabitEthernet2/0/48
 description Secondary Guest Vlan 117 for ASA
 switchport access vlan 117
 switchport mode access
!
interface GigabitEthernet2/0/49
 switchport trunk encapsulation dot1q
 switchport mode trunk
 srr-queue bandwidth share 1 30 35 5
 queue-set 2
 priority-queue out
 mls qos trust cos
 auto qos trust
 macro description cisco-switch
 spanning-tree link-type point-to-point
!
interface GigabitEthernet2/0/50
 switchport trunk encapsulation dot1q
 switchport mode trunk
 srr-queue bandwidth share 1 30 35 5
 queue-set 2
 priority-queue out
 mls qos trust cos
 auto qos trust
 macro description cisco-switch
 spanning-tree link-type point-to-point
!
interface GigabitEthernet2/0/51
 switchport trunk encapsulation dot1q
 switchport mode trunk
 srr-queue bandwidth share 1 30 35 5
 queue-set 2
 priority-queue out
 mls qos trust cos
 auto qos trust
 macro description cisco-switch
 spanning-tree link-type point-to-point
!
interface GigabitEthernet2/0/52
 switchport trunk encapsulation dot1q
 switchport mode trunk
 srr-queue bandwidth share 1 30 35 5
 queue-set 2
 priority-queue out
 mls qos trust cos
 auto qos trust
 macro description cisco-switch
 spanning-tree link-type point-to-point
!
interface Vlan1
 no ip address
!
interface Vlan12
 ip address 10.0.12.1 255.255.255.0
 ip helper-address 10.0.12.36
 ip ospf authentication message-digest
 ip ospf message-digest-key 1 md5 7 1418011B0A557878
!
interface Vlan16
 ip address 10.0.16.1 255.255.255.0
 ip helper-address 10.0.12.36
!
interface Vlan17
 ip address 10.0.17.1 255.255.255.0
 ip helper-address 10.0.12.36
!
interface Vlan18
 ip address 10.0.18.1 255.255.255.0
 ip helper-address 10.0.12.36
!
interface Vlan19
 ip address 10.0.19.1 255.255.255.0
 ip helper-address 10.0.12.36
!
interface Vlan40
 ip address 10.0.40.1 255.255.255.0
 ip helper-address 10.0.12.36
!
interface Vlan99
 ip address 10.0.99.1 255.255.255.0
!
interface Vlan116
 ip address 10.0.116.1 255.255.255.0
 ip helper-address 10.0.12.36
!
interface Vlan118
 ip address 10.0.118.1 255.255.255.0
 ip helper-address 10.0.12.36
!
interface Vlan182
 ip address 10.0.182.3 255.255.255.0
!
interface Vlan183
 ip address 10.0.183.2 255.255.255.252
!
interface Vlan254
 ip address 10.254.254.1 255.255.255.252
 shutdown
!
interface Vlan300
 description L2Route
 ip address 172.30.1.251 255.255.255.248
!
!
router eigrp 100
 network 10.0.0.0
 network 10.0.12.0 0.0.0.255
 network 10.0.20.0 0.0.0.255
 network 10.254.254.0 0.0.0.3
 redistribute connected
 redistribute static
 eigrp stub connected static summary redistributed
!
router ospf 1
 router-id 10.0.12.1
 log-adjacency-changes
 redistribute connected subnets
 redistribute static subnets
 redistribute eigrp 100 subnets
 network 10.0.12.0 0.0.0.255 area 0
 network 10.56.17.128 0.0.0.7 area 0
 default-information originate metric 3
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.0.12.254
ip route 10.0.181.0 255.255.255.0 10.0.182.1
ip route 10.0.182.0 255.255.255.0 10.0.183.1
ip route 10.0.250.0 255.255.255.0 10.0.12.254
ip route 10.1.0.0 255.255.0.0 172.30.1.249
ip route 10.4.0.0 255.255.0.0 172.30.1.250
ip route 10.108.0.0 255.255.0.0 172.30.1.249
ip route 10.252.0.0 255.254.0.0 172.30.1.249
ip route 172.16.1.0 255.255.255.0 172.30.1.249
ip route 172.16.2.0 255.255.255.128 172.30.1.249
ip route 172.16.4.0 255.255.255.0 172.30.1.250
ip route 172.31.1.0 255.255.255.0 172.30.1.249
ip route 172.31.4.0 255.255.255.0 172.30.1.250
no ip http server
ip http authentication local
ip http secure-server
!
!
ip prefix-list 1 seq 5 deny 10.0.4.0/24
ip sla enable reaction-alerts

line con 0
 login local
line vty 0 4
 exec-timeout 60 0
 logging synchronous
 login local
 length 0
 transport input ssh
line vty 5 15
 logging synchronous
 login local
 transport input ssh
!
ntp clock-period 36029124
ntp server 132.163.4.101 prefer
end

Open in new window

Please post the output of a "show int trunk" and "sh ip int brief" for the switches.
SOLUTION
Avatar of Gareth Tomlinson CISSP
Gareth Tomlinson CISSP
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
With only one SVI, creating a default route shouldn't make any difference.  But it's worth a try since I haven't seen anything that would keep the VLAN 99 traffic from getting off net.
That did it!

That's weird.  So because this is a routing switch you need to put in a static route instead of a default gateway?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I didn't think I had that enabled.   But when I put in no ip routing, the default gateway works
On the 4507, it is default.
Yes, that's correct. Default gateway only seems to be active for management of the switch default IP, until you put the static route in there is no routing process in operation.
For reference, all the logic of the 4500 is in the supervisor cards, so if another question comes up, please make sure you specify which supervisor you're using. I've worked with lots of 4500s!
I'm glad I could help
Gareth