Aruba & ProVision-based
1748123 Members
3283 Online
108758 Solutions
New Discussion юеВ

Trunk - connecting 2 HP Procurve

 
SOLVED
Go to solution
mazimbela
Occasional Contributor

Trunk - connecting 2 HP Procurve

Hi

I'm new in HP and i have 2 HP procurve 24 ports switches.

How do I configure then to connect to each other using Port-24.

Switch1# show config

Startup configuration: 6

; J9776A Configuration Editor; Created on release #YA.15.16.0006
; Ver #06:04.9c.63.ff.37.27:12
hostname "HP-2530-24G_Bay3_IsolatedCabinet"
trunk 24 trk1 trunk
snmp-server community "public" unrestricted
snmp-server contact "Imperatech Helpdesk"
vlan 1
name "DEFAULT_VLAN"
no untagged 1-23
untagged 25-28,Trk1
ip address 10.10.136.9 255.255.255.0
exit
vlan 136
name "STB_Isolated"
untagged 1-23
no ip address
exit
spanning-tree Trk1 priority 4
no tftp server
no dhcp config-file-update
no dhcp image-file-update
no dhcp tr69-acs-url
password manager
password operator

Switch1#

4 REPLIES 4
HP-Browniee
Respected Contributor
Solution

Re: Trunk - connecting 2 HP Procurve

Hi

First of all you should make your trunk lacp like this (best practice):

trunk 24 trk1 lacp

(And the reason why you make a trunk link is to assign multiple ports to that link, in this case u only use one port so i dont see the use of the trunk here.)

But anyway. if u want to pass all the vlans to the other switch you just have to tagg all vlans over the link, like this:

vlan 1 untagged trk1
vlan 136 tagged trk1

 

Kind regards

 

mazimbela
Occasional Contributor

Re: Trunk - connecting 2 HP Procurve

@ HP-Browniee Advisor

Thank you very much for your response. I have followed your advice, devices connected to Switch1 are able to communicate to each other on VLAN 136, but I'm unable to ping devices connected on Switch2 on VLAN 136. I have a copper cable connected from Switch2 on port 23 to Switch1 on port 24 (that has been configured as a my trunk port)

Switch1# show config

Startup configuration: 9

; J9776A Configuration Editor; Created on release #YA.15.16.0006
; Ver #06:04.9c.63.ff.37.27:12
hostname "HP-2530-24G_Bay3_IsolatedCabinet"
trunk 24 trk1 lacp
snmp-server community "public" unrestricted
snmp-server contact "Imperatech Helpdesk"
vlan 1
   name "DEFAULT_VLAN"
   no untagged 1-23
   untagged 25-28,Trk1
   ip address 10.10.136.9 255.255.255.0
   exit
vlan 136
   name "STB_Isolated"
   untagged 1-23
   tagged Trk1
   no ip address
   exit
spanning-tree Trk1 priority 4
no tftp server
no dhcp config-file-update
no dhcp image-file-update
no dhcp tr69-acs-url
password manager
password operator

Switch1#
Switch1#
Switch1# show trunks

 Load Balancing Method:  L3-based (default)

  Port | Name                             Type      | Group Type
  ---- + -------------------------------- --------- + ----- --------
  24   |                                  100/1000T | Trk1  LACP


Switch1#

mazimbela
Occasional Contributor

Re: Trunk - connecting 2 HP Procurve

Switch1# show ip

 Internet (IP) Service


  Default Gateway :
  Default TTL     : 64
  Arp Age         : 20
  Domain Suffix   :
  DNS server      :

  VLAN                 | IP Config  IP Address      Subnet Mask
  -------------------- + ---------- --------------- ---------------
  DEFAULT_VLAN         | Manual     10.10.136.9     255.255.255.0
  STB_Isolated         | Disabled


Switch1#

HP-Browniee
Respected Contributor

Re: Trunk - connecting 2 HP Procurve

Hi

Can i see the config of switch2?

Kind regards