I have a MX84 connected to a MS125-24P, which feeds a MS220-8P and a MS120-8. 2 MR33 are directly connected to the MS125 and a 3rd is connected to the MS220. There is also a 4th MR33 acting mesh mode usually connected to the MR33 connected to the MS220.
I have 6 VLANs defined on the MX:
2 -- MGMT -- X.X.2.0/24 -- DHCP on MX
5 -- Wireless -- X.X.5.0/24 -- DHCP server on internal LAN
10 -- Wired -- X.X.10.0/24 -- DHCP server on internal LAN
16 -- Prod -- X.X.16.0/24 -- NO DHCP
99 -- Guests -- X.X.99.0/24 -- DHCP on MX
666 -- Native --10.66.6.0/24 -- NO DHCP
The MX is connected to the ISPs router with a single ethernet connection with a DHCP private address and no VLAN set.
All switches and APs are set to management VLAN 2 and are pulling DHCP addresses from the MX.
The MS125 is connected to the MX with a single ethernet port set to trunk with native VLAN set to 666.
The MS125 is connected to the other 2 switches via 2 ethernet ports set as aggregates and trunked with the native VLAN set to 666.
Links to the APs are set to trunks with the native VLAN as 666.
Currently all trunk links are set to allow all.
I have 3 SSIDs setup: all VLAN tagged
CreepyCrawly -- for Guests -- DHCP coming from the MX and no access to the internal LAN (VLAN 99) and set to NAT Mode
BigBrother -- for internal LAN clients (VLAN 5) and set to Bridge Mode
KillTrees -- for a wireless printer that only supports 2.4G and no 802.11 r or w (VLAN 5) and set to bridge Mode.
Now to my issue.
I am seeing that I have a couple of Apple devices registering a 'Source IP and/or VLAN mismatch' in the MX event log about every 30 minutes.
source_client_ip: X.X.5.3, source_client_mac:AN:DC:HE:EE::EE:SE, source_client_assigned_vlan: 16
last_illegal_ip_mapped_vlan_id 5
client_total_illegal_packets 136
all_total_illegal_packets 136
last_reported_total 54
The above is for an iPhone that is connected to the 'BigBrother' SSID and is pulling an IP in VLAN 5.
What exactly is mismatching here?
How do I fix this? Should I even worry about it if everything is working fine?