09-11-2018 04:14 PM
We have a 6509 with approximately 13 predefined VLANs that have been previously trunked down to our client access switches without issue. We recently installed an SG550XG, but are unable to trunk the ports correctly. Any help would be much appreciated.
Catalyst 6509:
CISCO6509#sh run int te2/16
Building configuration...
Current configuration : 102 bytes
!
interface TenGigabitEthernet2/16
description MDF-SG550-101
switchport
switchport mode trunk
end
SG550XG:
MDF-SG550-101#sh run int te1/0/24
interface TengigabitEthernet1/0/24
description CISCO6509
spanning-tree link-type point-to-point
switchport mode trunk
macro description switch
!next command is internal.
macro auto smartport dynamic_type switch
!
A show vlan on the SG550XG displays only the native vlan (1) and the vlans from the 6509 do not appear to be trunking down to the SG550XG.
Solved! Go to Solution.
09-12-2018 09:25 AM
Are you running a VTP domain? This would explain why you didn’t have to manually configure the 2960 switches VLAN information. VTP pruning being enabled would also explain why it was sufficient to just configure switchport mode trunk with out explicitly defining the trunked VLANs.
The SG550X does not support VTP, but does GVRP. However I'm not sure on GVRP on support on the 6500. I think you may have to manually configure these switches.
cheers,
Seb.
09-11-2018 11:57 PM
Hi there,
Have you explicitly defined the VLANs on the SG550?
Cheers,
Seb.
09-12-2018 02:22 AM
09-12-2018 08:57 AM
09-12-2018 09:24 AM
A show interface switchport display a Trunking VLANs: 1 and 2-4094 (Inactive). Manually defining VLAN 2 changed that to Trunking VLANs: 1-2 and 3-4094 (Inactive). And show vlan now shows VLAN 1 untagged on all ports and VLAN 2 tagged on the trunked ports. I haven't tested just yet, but VLAN 2 will probably pass without issue if I connect a client and tag it's port. However, I'm still wondering why the VLANs defined on the 6509 are not automatically defined on the the SG550XG when they are automatically defined on 2960 series switches.
09-12-2018 09:25 AM
Are you running a VTP domain? This would explain why you didn’t have to manually configure the 2960 switches VLAN information. VTP pruning being enabled would also explain why it was sufficient to just configure switchport mode trunk with out explicitly defining the trunked VLANs.
The SG550X does not support VTP, but does GVRP. However I'm not sure on GVRP on support on the 6500. I think you may have to manually configure these switches.
cheers,
Seb.
09-12-2018 09:31 AM
Thanks, that does explain my confusion. It looks like the 6509 does support GVRP, but you can't use it as a VTP server with GVRP running on it. Another switch would need to be configured as the VTP server.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide