Generate random MAC (Media Access Control) addresses with real OUI prefixes from major manufacturers. Choose your preferred separator format and generate in bulk.
A MAC (Media Access Control) address is a unique hardware identifier assigned to every network interface controller (NIC). It is a 48-bit (6-byte) address typically written as six groups of two hexadecimal digits separated by colons or hyphens — for example 00:1A:2B:3C:4D:5E.
The first three bytes (24 bits) of a MAC address are the OUI — Organizationally Unique Identifier. This prefix identifies the manufacturer of the network interface. The IEEE assigns OUI prefixes to manufacturers. This generator uses real OUI prefixes from Apple, Intel, Cisco, Raspberry Pi, Samsung, and VMware to create realistic addresses.
Use GET /api/v1/network/mac?separator=-&count=20 to generate MAC addresses via the REST API.