Random MAC Address Generator
Generates a random, locally-administered unicast MAC address — suitable for test data, mock configs or documentation examples. It is never a real device's address.
What this generator does
Produces a MAC address in the usual six-pair hexadecimal form, for filling network inventory mockups and testing address parsing and formatting.
How to use this tool
- Press generate for a MAC address.
- Copy it, or generate again for a new one.
Worked examples
- Format
- 3C:5A:B4:0F:21:9D
Common use cases
- Test data for network configs
- Mock documentation examples
- Placeholder values in demos
How this generator works
Six bytes are drawn and formatted in the colon-separated hex convention, with the locally-administered bit set in the first byte. That bit is the honest part: it declares the address as locally assigned rather than allocated to a manufacturer, so a generated address cannot be mistaken for a real device's and will not collide with a vendor's allocation.
Limitations and good to know
- The first three pairs of a real MAC identify the manufacturer and are allocated by the IEEE. A generated address will not map to a real vendor.
- Locally administered, so the first byte will not match any manufacturer prefix — which is correct, not a limitation of the draw.
- The multicast bit is left clear, since a multicast address is not an interface address.
- Example addresses for documentation and test fixtures. Setting one on a real interface is possible and is a decision with consequences for the network you are on.
Generated addresses are random and locally-administered — never a real, in-use device address.