MAC Address Generator - Generate Random MAC Addresses
Generate random MAC addresses in the standard XX:XX:XX:XX:XX:XX format. Locally administered unicast addresses suitable for network testing, device simulation and test automation. Bulk generation with export to Excel, CSV and JSON.
Note:All generated data is entirely fictional and not suitable for use as real personal information.
What is a MAC Address?
A MAC (Media Access Control) address is a unique hardware identifier assigned to network interface controllers (NICs). It operates at the data link layer (Layer 2) of the OSI model and is used for communication within a local network segment.
MAC Address Format
A MAC address consists of 48 bits (6 bytes), typically displayed as six pairs of hexadecimal digits separated by colons: XX:XX:XX:XX:XX:XX. Alternative notations include hyphens (XX-XX-XX-XX-XX-XX) and dots (XXXX.XXXX.XXXX).
Address Types
- Unicast— Identifies a single network interface. The least significant bit of the first byte is 0.
- Multicast— Addresses a group of devices. The least significant bit of the first byte is 1.
- Locally administered— Assigned by the network administrator (bit 1 of first byte = 1). This generator produces locally administered unicast addresses.
For network testing, combine MAC addresses with IP addresses and UUIDs for comprehensive device simulation data.