Motes Electronics

MAC Address Generator

Generate random MAC addresses in various formats. Perfect for network testing, device simulation, and lab environments.

Enter OUI (first 3 bytes) or vendor name

Generated MAC Addresses

#
MAC Address
Type
Scope
Vendor (OUI)
Actions
Click "Generate MAC Addresses" to create addresses

About MAC Addresses

A Media Access Control (MAC) address is a unique identifier assigned to network interfaces for communications on the physical network segment. MAC addresses are 6-byte (48-bit) hexadecimal addresses typically represented in six groups of two hexadecimal digits.

MAC Address Structure

Bits Field Description
1I/GIndividual/Group (0 = Unicast, 1 = Multicast)
2U/LUniversal/Local (0 = Global OUI, 1 = Locally Administered)
3-24OUIOrganizationally Unique Identifier (vendor)
25-48NICNetwork Interface Controller specific

Common MAC Address Formats

Format Example Common Use
Colonaa:bb:cc:dd:ee:ffLinux, Unix, Many applications
Hyphenaa-bb-cc-dd-ee-ffWindows, ARP tables
Dot (Cisco)aabb.ccdd.eeffCisco IOS, networking equipment
PlainaabbccddeeffDatabase storage, programming

Common OUI Vendors

OUI Vendor
00:00:0CCisco
00:01:42Hewlett-Packard
00:05:5DDell
00:0C:29VMware
00:15:5DMicrosoft Hyper-V
00:50:56VMware
08:00:27Oracle VirtualBox
52:54:00QEMU/KVM

Note: Locally Administered Addresses (LAA) override the vendor OUI and are typically used for virtualization, testing, or software-defined networking. The second least significant bit of the first byte indicates whether an address is locally administered (1) or universally administered (0).

Copied to clipboard!