The thing is, it's not an error per se. The wireless client is roaming between APs so fast that the switch is essentially seeing the same MAC address out two or more switchports. I see the same at large warehouses, where clients, in this case scanners, are onboard those palletmovers, that can do almost 40 kilometers per hour. That's a quick roam. Afair, it's the MAC address table that gets a new entry from the same client on a new AP, before the old MAC address table entry ages out.
If you have Cisco Classic with APs in Flexconnect Mode, you'll see the exact same thing, and on Cisco Classic the "fix" here is to simply suppres the MAC flapping event.
But like I said, instead of bridging directly to a VLAN on the switchport (which in reality is the same concept as Flexconnect), configure Client IP Assignment to Layer 3 Roaming with a Concentrator, and concentrate traffic on the MX instead. This worked for me.
It may also work with Layer 3 Roaming only, but I haven't tried this yet.
LinkedIn :::
https://blog.rhbirkelund.dk/Like what you see? - Give a Kudo ## Did it answer your question? - Mark it as a Solution
🙂All code examples are provided as is. Responsibility for Code execution lies solely your own.