Matt_70198
Feb 09, 2012Nimbostratus
Trunk to two separate switches?
We have two separate HA production switches, Sw1 and Sw2, with an etherchannel between them. We'd like to have redundant links to the LB so we have 1 link from Sw1 to LB 1.1, and 1 link from Sw2 to LB 1.2
Sw1<=>Sw2
g1/6 g1/6
\ /
\ /
1.1 1.2
LB
On the LB I created trunk 'Trunk_External', with interfaces 1.1 and 1.2, no LACP.
I created VLAN 'External' with Untagged interfaces 'Trunk_External'. And then a self IP with vlan 'External'.
I've tried STP mode pass-through, and STP mode STP, and all interfaces on both switches and LB trunk show forwarding either way, not sure if this how it's supposed to be, I just don't want a bridging loop.
Is that the desired way to do this even though all ports are forwarding? STP info below.
Sw1:
VLAN30
Gi1/0/6 Desg FWD
Po1 Desg FWD
Sw2:
VLAN30
Gi1/0/6 Desg FWD
Po1 Root FWD
LB:
STP MODE stp
+-> STP INSTANCE 0 priority 61440 root bridge B8:BE:BF:E4:90:80 (Sw1)
+-> STP VLAN 0/External +-> STP TRUNK 0/Trunk_External | path cost 20000 priority 128 role root | state forward (forward) link auto not edge
VLAN External tag 30 00:23:E9:09:22:C3 MTU 1500
+-> VLAN MEMBER External/Trunk_External untagged
+-> TRUNK Trunk_External(Id: 2) 00:23:E9:09:22:CF LACP DISABLED members: 2 (2 working)
Thanks!