08-13-2011 05:46 PM - edited 03-07-2019 01:41 AM
I am trying to trunk a couple ports on my hp switch to a couple ports to my cisco.
Config for HP:
interface G7
no lacp
exit
interface G10
no lacp
exit
trunk G7,G10 Trk1 Trunk
spanning-tree Trk1 priority 4
spanning-tree Dyn1 priority 4
Cisco:
spanning-tree mode pvst
spanning-tree etherchannel guard misconfig
spanning-tree extend system-id
!
interface GigabitEthernet0/23
switchport mode trunk
!
interface GigabitEthernet0/24
switchport mode trunk
!
I don't speak HP very well so I am sure it's the config on the HP. Any thoughts what is wrong?
Thanks!
-j
08-14-2011 03:42 AM
Hello,
HP Trunk is not the same what Cisco Trunk mean.
At Cisco Trunk mean = some VLAN´s go over this line
At HP Trunk mean = some Ports go together (at Cisco = Etherchannel)
So you must confiure a Etherchannel on the Cisco Switch - when you want to couple ports
08-14-2011 05:26 AM
Hi Jennifer,
What would you like to achieve? Carry multiple vlans on the links or have link aggregation to achieve higher bandwidth?
For carrying multiple vlans, the switchport mode trunk is correct on the Cisco side, you'll need to find out how to configure vlan tagging on the HP side. The following documentation might help:
ftp://ftp.hp.com/pub/networking/software/59692378.pdf
If you want to have a link/bandwidth aggregation, you will need to use EtherChannel on the Cisco side. Please note that it's recommended to use LACP mode on both the Cisco and HP sides to have proper etherchannel negotiation. The following documentations will help you:
http://www.cisco.com/en/US/tech/tk389/tk213/technologies_configuration_example09186a0080094647.shtml
Best regards,
Andras
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