Hi Frederic,
i think there is a small mistake in your config on the old 2530 to match the config on the cx-series Switch.
Please make sure to set VLAN 1 to untagged on the 2530 and the communication will work.
In fact, on VLAN 19 the communication should already work perfectly.
You could try if you set up some IPs for both switches in this VLAN 19 and do a source-ping.
Explanation of your mistake:
On your cx-6300m Switch you set vlan trunk allowed all. This results in an automatic creation of another config line "vlan trunk native 1" which basicly states that this is the VLAN which the Switch will use as "untagged".
The reason behind this is, that the switch in "trunk"-mode will not know what to do with an untagged Datapacket being received on the lacp-interface (or any other trunked interface). So with this config line, the switch can pass this datapacket to the native-vlan (in this case VLAN1) and the communication continues.
So access your 2530, enter config mode, enter "vlan 1 untagged trk 1" and you should be fine. (Communication should now work as expected)
Best of luck to you
Franz
------------------------------
prefers to not experiment with live customer equipment...
------------------------------
Original Message:
Sent: Apr 16, 2024 03:13 AM
From: Frederic92
Subject: LACP between HPE 6300M 24SFP+ and HPE 2530
Hi there,
i'am trying to setup our new Network with 2 HPE 6300M in VSF. I connected other HPE 6100 via LACP to the 6300M VSF Stack successfully.
as i am trying to connect our old HPE 2530 (Port 23,24) to our HPE 6300M (Port 1/0/10, 2/0/10) with two J7177D (1G SFP RJ45), LAG Interfaces get up and the 2530 shows in the LACP Status Success. My Problem: I cant Ping or send Traffic over the VLANs.
In the Moment there are only VLAN 1 and 19.
I suspect the error in the 2530's config.
Running Configuration; J9773A Configuration Editor; Created on release #YA.16.04.0008; Ver #10:19.02.13.98.82.34.61.18.28.f3.84.9c.63.ff.37.27:00hostname "XXXXXXX"trunk 23-24 trk1 lacpip default-gateway xxx.xxx.xxx.xxxsnmp-server community "public" unrestrictedvlan 1name "DEFAULT_VLAN"untagged 1-22,25-28tagged Trk1ip address xxx.xxx.xxx.xxx 255.255.0.0exitvlan 19name "DMZ"tagged Trk1no ip addressexitspanning-treespanning-tree Trk1 priority 4allow-unsupported-transceiverno tftp serverno dhcp config-file-updateno dhcp image-file-updatepassword managerpassword operator
As well here is the config of the LAG Ports on the 6300M
interface 1/1/10description HP-2530-PoEno shutdownlag 10interface 2/1/10description HP-2530-PoEno shutdownlag 10interface lag 10 no shutdown no routing vlan trunk native 1 vlan trunk allowed all lacp mode active exit