So as you may have read I caused a boo boo on the network today. Lucky for me EVERYBODY in my company uses wireless all day every day so this looked pretty bad on me



.
So here is some back ground:
I've been troubleshooting with Cisco loss of NTP / SNMP traffic when leaving my WLC. Turns out we at least found out why. This management traffic is egressing a port on the controller unexpectedly to a completely different vlan the management subnet originates (comes in under vlan 6 (10.15.6.0/24) and attaches to vlan 350 leaving the controller (port 3)). We actually detected this by doing an ELAM capture on the 6509 and found NTP traffic arriving on the wrong port.
So this got us digging in further.
Here are the interfaces on the WLC:
Interface Name Port Vlan Id IP Address Type Ap Mgr Guest
----
management 1 untagged 10.15.6.5 Static Yes No
redundancy-management 1 untagged 0.0.0.0 Static No No
wireless user vlan 1 1 60 10.15.60.5 Dynamic No No
wireless user vlan 2 1 50 10.15.52.5 Dynamic No No
hotspot wireless 3 untagged 172.19.16.5 Dynamic No No
guest wireless 2 untagged 192.168.250.5 Dynamic No No
So Cisco advised me to make a change on the management interface ^^ seen above to tag it to vlan 6. In doing so I isolated the controller completely and knocked out wireless for the company and my ability to access the box.



Now I have 3 other interfaces on the 6509 that connect to the WLC:
switch#show ip arp 10.15.6.5
Protocol Address Age (min) Hardware Addr Type Interface
Internet 10.15.6.5 84 d0d0.fd1f.8600 ARPA Vlan6
2 are access ports for vlan 250 and 350. The other is a trunk port tagging vlan native vlan 6:
switch#sh run int gi1/2/2
Building configuration...
Current configuration : 159 bytes
!
interface GigabitEthernet1/2/2
description Connection to Cisco 5508 WLAN Controller
switchport
switchport trunk native vlan 6
switchport mode trunk
end
So.... Why did everything blow up when I set the WLC port to tag vlan 6 on the management interface? Does this make it an access port? That is the only thing I would think it did. I am still a bit lost what might have happened because there are other subnets as you can see WITH tagging.
Not going to sleep for days on this... (btw I'm still trying to get answers from Cisco too but thought i'd approach this from all vectors).
Edit Cisco's Response:
1.) Why is mgmt. traffic forwarding from the WLC out to gi2/2/6 on the 6509 (vlan 350)
We are suspecting this behavior is due having several untagged interfaces mapped to different physical ports. This issue is already documented on the following ID: CSCvc12594. The bug could be applicable for all management traffic(snmp, NTP, Radius,etc). In order to confirm this issue it is necessary to tag all the interface on the controller.
2.) Why when tagging the management interface on the WLC with vlan 6 (the mgmt. vlan) all connectivity to the WLC was lost.
The connection with the controller was lost because we only tag the interface on the controller side. We need also to tag the interface on the switch side in order to both devices match the same configuration. In this case the controller was sending the traffic tagged to the switch on vlan 6 but the switch was expecting the vlan 6 without tag [native vlan 6]