Enter the quantity and prefix. MAC addresses will be generated in your chosen case (uppercase or lowercase)
MAC addresses uniquely identify devices on a local network at the data-link layer (Layer 2).
The generator creates unicast addresses by default. A MAC address is multicast if the LSB of the first byte is 1.
Globally administered (UAA): unique OUI from IEEE, guarantees global uniqueness. Locally administered (LAA): second-least-significant bit of first byte set to 1, manually configured. LAA are used in VMs, containers, and network testing where global uniqueness is not required.
Uses of random MAC addresses: network simulation (testing a DHCP server's ability to allocate a large number of addresses); switch MAC table stress testing; network isolation and virtualization environments (VMs need unique MACs); privacy protection (modern phones use randomized MACs when scanning for Wi-Fi); testing the security of MAC-based access controls. When generating, pay attention to the U/L bit to avoid conflicts with real devices.