I have done some additional testing and there is no doubt all the mDNS announcements from all the different VLANs becomes available through WiFi.
When connected to Client VLAN on wired Ethernet Only, I see 16 _xxxx mDNS categories - exactly the ones allowed through my Gateway/firewall filter.
The second I enable the WiFi adapter on the same client - and that Wifi connects to my MPSK SSID with a key that places it in exactly the same VLAN as the ethernet adapter - I start seeing all 29 _xxxx services I have across all my VLANs.
I only have one MPSK SSID: The individual PSK keys maps to a user-role that assigns the Wired VLAN the Wireless client is bridged to. I can see all mDNS services regardless of what VLAN I'm mapped to, so there is no doubt the AP is flooding the mDNS from all VLANs across different VLAN'ed clients.
Just thinking out loud: Since I only have one SSID, is this like wired "Mac-based VLANs" on ONE switch port that connects multiple clients assigned to different VLANs? They are correctly assigned and placed in different VLANs by the switch, but since port egress ethernet broadcast is ff:ff, all clients see all broadcasts from all the VLANs currently mapped to the switchport?
I assume Wireless has the same problem or does wireless use some sort of identification/signing of broadcast packets so only clients intended to receive them actually does?
My WLAN SSID is configured as below:
wlan ssid-profile HEAVEN
enable
index 0
type employee
essid HEAVEN
opmode mpsk-local
max-authentication-failures 0
vlan Guest_
rf-band all
captive-portal disable
mac-authentication-delimiter :
dtim-period 1
broadcast-filter unicast-arp-only
enforce-dhcp
g-min-tx-rate 12
a-min-tx-rate 12
multicast-rate-optimization
dmo-channel-utilization-threshold 90
local-probe-req-thresh 0
max-clients-threshold 64
dot11r
dot11k
dot11v
advertise-ab-name
mpsk-local MPSK-STORE
Additionally I have the following configured:
deny-local-routing
extended-ssid
airgroup
disable
Original Message:
Sent: Oct 16, 2025 12:51 AM
From: ariyap
Subject: Understanding mDNS handling in Instant OS
without enabling airgroup one should not see the mdns services from another VLAN.
what does your "wlan SSID-profile" look like can you paste the configuration here ?
------------------------------
If my post was useful accept solution and/or give kudos.
Any opinions expressed here are solely my own and not necessarily that of HPE or Aruba.
Original Message:
Sent: Oct 15, 2025 04:01 PM
From: Keyser
Subject: Understanding mDNS handling in Instant OS
I'm having trouble understanding the finer details of mDNS handling in Instant OS.
I'm running a fairly VLAN segmentet setup, and several of those VLANs are wirelessly available using an WPA2-MPSK SSID on my Instant Cluster. Each PSK key maps to a different ROLE that assigns the Clients to their respective VLANs. As a consequence I have disabled AIRGROUP intirely expecting that to isolate all mDNS multicasting within each VLAN unless relayed by my inter VLAN routing firewall.
But that seems not to be the case. Wireless clients in one VLAN can see services from all wireless servers located in other VLANs - even though no relay is done at the firewall. I do not see any services from Wired servers in that same VLAN.
Does Instant OS by default flood Multicast traffic from a wireless clients in one VLAN to all other wireless clients in other VLANs - regardless in their roles?
It looks very much like what Instant OS does for regular routed packets if you disable "Deny Local Routing" - IE: It routes packets accros the VLAN boundary without forwarding the packet to the gateway.
-------------------------------------------