Hi Nicos, I don't understand what do you mean when you say "Autodetect VLAN". Generally speaking you should verify that the VLAN membership of a downlink port matches the VLAN membership of an uplink port.
To check the downlink ports check both downlink port (on the Core switch) and uplink port (on the Edge switch) with this command:
show vlan ports <port-list>
[detail
]Side note: those ports aren't "trunks" in HP jargon, they are just single physical (down-/up-)links to other switches...calling them "trunk" because they are carring more than one VLAN (many tagged VLANs) is a typical Cisco approach, in HP jargon the "trunk" means "links aggregation" or "Port Trunking" which is a configuration your switches don't have, at least looking at what you posted).
------------------------------
Davide Poletto
------------------------------
Original Message:
Sent: Mar 15, 2022 06:23 PM
From: Nicos Christofi
Subject: Tagged vs Untagged -HP3500
On my tech support case 5362671567, I had a discussion on the automatic detection of VLAN, and the configuration thereof.
In my current environment, I have a working twin 3500, with uplink to core on OSPF and the downlink to the edge on a "trunk"
the "auto" VLAN detect works fine.
here is the VLAN config:
Area 12 main switch
vlan 4
name "VLAN 4 DATA"
tagged 21-24
ip address 10.12.4.1 255.255.252.0
ip helper-address 10.1.100.100
ip helper-address 10.1.100.11
ip helper-address 10.1.100.10
ip ospf 10.12.4.1 area 0.0.0.12
ip pim-dense
ip-addr any
exit
exit
"Edge switch" trunked/tagged on port 24
vlan 4
name "VLAN 4 DATA"
tagged 21-24
no ip address
exit
------------------------------------------------------------------
The above setup works fine, on any PORT, I can plug in a phone, or a PC, gets DHCP all is happy.
on the new setup exactly same config/doesn't work, unless I specify untagged i.e. no DHCP
vlan 4
name "VLAN 4 DATA"
untagged 1-20
tagged 21-24
no ip address
exit
this presents several issues:
Wireless AP VLAN
Phones
the techs are telling me that this is the way to do it:
"We need to mention the vlan as tagged or untagged, Autodetect will not happen for all the vlan's only a default vlan could pass through all the links, the rest of the vlans should be mentioned.
Can someone chime in
Software versions are
same
K.16.02.0022m
thank you
------------------------------
Nicos Christofi
------------------------------