03-02-2010 12:12 PM - edited 03-06-2019 09:57 AM
We have 2 core 6509 switches core1 and core2 that connected to each other over a port-channel1 made up of 6 ports (5/1-5/6). All Vlans are allowed on this etherchannel.
We also have a HP Interconnect switch connected to core1 and core2 on port 8/1 core1 and port 8/1 core2. For some reason all the network traffic is going from core1 to HP switch first and then go over to core2 via port 8/1. That how our traffic is going across the cores right now. We would like to have our network traffic going across the cores through the etherchannel.
6509 core1
vtp domain FP_VTP
vtp mode transparent
interface port-channel1
switchport
switchport trunk encap dot1q
switchport trunk native vlan 999
switchport trunk allowed vlan 1,100-107,999
switchport mode trunk
no ip address
When we do show spanning-tree root, Vlan0001 is going to root port gi8/1 which connected to HP switch.
What would be the best way to configure the 6509s to use etherchannel instead of gi8/1 between core1 and core2?
-Smith-
03-03-2010 01:22 PM
Should I do these command on my core1 and core2 ?
core1
spanning-tree vlan 1-111,999 root primary
core2
spanning-tree vlan 1-111,999 root secondray
03-03-2010 01:25 PM
ssamaharn wrote:
Should I do these command on my core1 and core2 ?
core1
spanning-tree vlan 1-111,999 root primary
core2
spanning-tree vlan 1-111,999 root secondray
Yes, if these are all the vlans you have between the 6500 switches and the HP switches. But as already mentioned there will be a short outage while STP reconvergences so you need to schedule some downtime.
Jon
03-03-2010 01:29 PM
fix your typo first....
"secondary"
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