UUID Generator
Generate UUID v4 values instantly.
Generate random MAC addresses with separator, OUI, and multicast/locally-administered bit options.
This tool generates random MAC addresses useful for testing network equipment or configuring virtual machines. Choose your separator style (colon, hyphen, or Cisco-style dots) and letter case, or specify an OUI to generate addresses within a specific vendor’s range.
: / - / . / none) and letter caseA MAC address (Media Access Control Address) is a 48-bit (6-byte) identifier assigned to a network interface's physical layer. The first 3 bytes form the OUI (Organizationally Unique Identifier) identifying the vendor, and the last 3 bytes identify the device within that vendor's range.
If the least significant bit (bit 0) of the first byte is 1, the address is a multicast address (intended for multiple destinations). If it's 0, the address is unicast (a single destination).
If the second bit (bit 1) of the first byte is 1, the address is locally administered (the U/L bit) rather than a globally unique, vendor-assigned address registered with the IEEE. It's common practice to set this bit for test or virtual environment addresses.
Addresses generated by this tool are random and aren't guaranteed to avoid collisions with real vendor OUIs. It's intended for testing, development, and virtual machine network interfaces. For production hardware, set the locally-administered bit and follow IEEE guidelines.