05-05-2011 10:12 AM
Is it possible to trunk a SF300 switch with a 3750 switch? If so how? Whenever I turn trunking on the 3750 port I lose connection to the SF300.
I would appreciate any assistance, thanks
Larnel
Solved! Go to Solution.
05-05-2011 11:02 AM
Hi Larnel,
You can do this by setting the 3750 for 802.1Q ecapsulation on the trunk port, set the native vlan, and allow VLAN's accross. On the SF300 you would perform the same process create the trunk port, allow the VLAN's, and set the PVID to match the native VLAN on the Trunk interface of the 3750. In order to do this you will need your VLAN's pre-configured on both switches. Hope this helps you out.
Kevin
05-05-2011 11:02 AM
Hi Larnel,
You can do this by setting the 3750 for 802.1Q ecapsulation on the trunk port, set the native vlan, and allow VLAN's accross. On the SF300 you would perform the same process create the trunk port, allow the VLAN's, and set the PVID to match the native VLAN on the Trunk interface of the 3750. In order to do this you will need your VLAN's pre-configured on both switches. Hope this helps you out.
Kevin
05-06-2011 05:41 AM
Resolved, must have been the native vlan setting. Thanks
05-11-2011 02:33 PM
Here's some sample config that I've got. In the version of OS on the SF 300 right now, you can't acces the LCLI, but you can tftp backup/restore it;
! On the SF 300;
! Note that VLAN 111 is my native/untagged VLAN and the management VLAN here
! The 20x VLANs are 802.1q trunk/tagged
! Remember that there is no VTP here, so you must manually create the VLANs first
interface range ethernet g(1-4)
description "Uplink trunk"
exit
interface range ethernet g(1-4)
switchport default-vlan tagged
exit
vlan database
vlan 111,200,201,202
exit
interface range ethernet g(1-4)
switchport trunk allowed vlan add 200
exit
interface range ethernet e(21-24)
switchport access vlan 201
exit
interface range ethernet g(1-4)
switchport trunk allowed vlan add 201
exit
interface range ethernet g(1-4)
switchport trunk allowed vlan add 202
exit
interface range ethernet g(1-4)
switchport trunk native vlan 111
exit
interface vlan 111
ip address 10.111.0.5 255.255.255.0
exit
interface vlan 1
no ip address dhcp
exit
! On the Cisco IOS switch;
Switch1#sh run int Gi2/0/19
Building configuration...
Current configuration : 334 bytes
!
interface GigabitEthernet2/0/19
description whatever-bla-bla-bla
switchport trunk encapsulation dot1q
switchport trunk native vlan 111
switchport trunk allowed vlan 111,200,201,202
switchport mode trunk
switchport nonegotiate
end
05-13-2011 05:22 AM
All I want to do is allow all 802.1Q tagged traffic to pass through intact between a 3750 and 3650 in this arrangement...
3750 --- SF300 --- SF300 --- 3560
For some reason it looks like the SF300 with their default configurations are stopping tagged traffic going between the 3750 and 3560 - can you help?
05-13-2011 12:04 PM
Don't thread-jack. Start a new subject in the main forum.
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