I have a trunk port setup between a 2950 and a 4507. The connectivity between the two switches is very slow.
Thoughts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ THIS IS THE INTERFACE ON THE 4507~~
interface FastEthernet6/12
switchport trunk encapsulation dot1q
switchport trunk native vlan 2
switchport trunk allowed vlan 2,201,202
switchport mode trunk
speed 100
duplex full
spanning-tree portfast trunk
spanning-tree bpduguard disable
end
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ THIS IS THE INTERFACE ON THE 2950~
interface FastEthernet0/24
switchport trunk native vlan 2
switchport trunk allowed vlan 2,201,202
switchport mode trunk
no ip address
duplex full
speed 100
spanning-tree portfast trunk
spanning-tree bpduguard disable
end
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thoughts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ THIS IS THE INTERFACE ON THE 4507~~
interface FastEthernet6/12
switchport trunk encapsulation dot1q
switchport trunk native vlan 2
switchport trunk allowed vlan 2,201,202
switchport mode trunk
speed 100
duplex full
spanning-tree portfast trunk
spanning-tree bpduguard disable
end
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ THIS IS THE INTERFACE ON THE 2950~
interface FastEthernet0/24
switchport trunk native vlan 2
switchport trunk allowed vlan 2,201,202
switchport mode trunk
no ip address
duplex full
speed 100
spanning-tree portfast trunk
spanning-tree bpduguard disable
end
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~