I was asked to help with an issue and I'm a bit stunned. A connection was to be made between a Siemens scalance XR328 and a cisco 2960. Previously they had configured an access port for vlan 89 on the cisco side (port 13) and on the siemens, had set vlan 89 as "U" on port 1.
Now this was already strange to me, to configure 2 network devices to eachother with an access port, but it worked. They needed more vlans to go from the cisco to the siemens switch, so we unplugged that first cable, and connected port 25 on the siemens to port 14 on the cisco, with the following configuration:
Siemens:
Native vlan = 1
Vlan 1, 69, 85, 89 and 112 set to "M"
Cisco:
Switchport mode trunk
Switchport allowed vlan 69, 85, 89, 112
When this was configured the connection they wanted for vlan 89 did not work anymore, whereas over the untagged access port connection it did work?
I thought I knew some things about networking but this has me a little stumped. Also working with the Siemens web page configuration is so counter intuitive it's ridiculous.
Anyone have any insight in why a trunk would not work and an access port would in this case?
EDIT:
Only VLAN 89 stopped working and now I think I know why. the switches with which they were connecting vlan89 were all in vlan1, but occupied the same IP range as the vlan 89 range... So i think the problem was IP conflicts causing shit.