Connect to a specific VLAN from MAC id
Hi
I would like to link devices (computer, IoT, etc) from their MAC to a specific VLAN, dynamically.
And others (unknow MAC) to a default VLAN.
Example :
MAC 1 is connected to a random port and is identified in switch ACL so switch connect packet from this device to VLAN 10
MAC 2 is connected to a random port and is a new device (not identitied as sure by network admin, so its MAC isn't in ACL whitelist) is automatically connected to VLAN 4090
My idea is to :
- create a default ACL (with last index) for unknow devices to connect them to vlan 4090
- another ACL with white MAC list for each VLAN
I don't find MAC-VLAN with OMADA
is it possible under OMADA ?