MAC Address Generator & Vendor Lookup

Generate random MAC addresses with custom options and lookup vendor by OUI prefix

  1. Home
  2. /
  3. MAC Address Generator

Generate MAC Addresses

Click Generate to create MAC addresses


Vendor/OUI Lookup

About MAC Addresses

A MAC (Media Access Control) address is a unique identifier assigned to network interfaces. It consists of 6 octets (48 bits) represented in hexadecimal.

  • First 3 octets = OUI (Organizationally Unique Identifier) — identifies the vendor
  • Last 3 octets = NIC-specific (assigned by the manufacturer)
  • Bit 0 of first octet = I/G flag: 0 = Unicast, 1 = Multicast
  • Bit 1 of first octet = U/L flag: 0 = Universal, 1 = Locally Administered

Common Vendor OUIs

What Is a MAC Address Generator & Vendor Lookup?

A MAC address generator creates random MAC (Media Access Control) addresses with customizable parameters, while the vendor lookup feature identifies the manufacturer of a network device based on its MAC address prefix (OUI). MAC addresses are 48-bit hardware identifiers assigned to network interfaces, with the first 24 bits (3 octets) representing the Organizationally Unique Identifier assigned by the IEEE to device manufacturers, and the remaining 24 bits uniquely identifying the interface.

This dual-purpose tool is useful for network testing, device simulation, penetration testing, and debugging. The generator lets you specify address type (unicast/multicast), scope (universal/local), output format (colon/hyphenated/none), and quantity (up to 50 addresses at once). The vendor lookup accepts a MAC prefix and returns the manufacturer name by matching against known OUI registrations. Network engineers, IT administrators, and security researchers use this tool daily for lab setup, network simulation, and device inventory management.

How to Use This Tool

  1. Set generation options — Choose your count (1-50), format (colon, hyphen, or none), address type (any, unicast, or multicast), and scope (any, universal, or local).
  2. Click Generate — Press "Generate" to create random MAC addresses based on your configuration.
  3. Copy results — Click "Copy All" to copy all generated addresses to your clipboard at once, or select individual addresses.
  4. Look up a vendor — Enter a 6-character hex prefix (e.g., 00:1A:11 or 001A11) into the OUI lookup field and click "Lookup" to identify the manufacturer.
  5. Try examples — Click the example OUI buttons to quickly look up well-known vendors like Cisco, HP, Intel, and Raspberry Pi.

Frequently Asked Questions

What is the OUI and how does vendor lookup work?

The OUI (Organizationally Unique Identifier) is the first 24 bits (3 octets) of a MAC address, assigned to hardware manufacturers by the IEEE. The tool searches its built-in OUI database for a matching prefix and returns the vendor name, address information, and registration details.

What is the difference between unicast and multicast MAC addresses?

Unicast MAC addresses (I/G bit = 0) belong to a single network interface for point-to-point communication. Multicast MAC addresses (I/G bit = 1) represent a group of devices and are used for protocols like ARP and IPv6 neighbor discovery.

What does universally vs. locally administered mean?

Universally administered addresses (U/L bit = 0) are assigned by the device manufacturer and are globally unique. Locally administered addresses (U/L bit = 1) override the manufacturer's OUI and are set by software or administrators for local networks, virtual interfaces, or testing.

Can I use generated MAC addresses on real hardware?

Generated MAC addresses are intended for testing and simulation. Using random MAC addresses on real hardware may cause network conflicts. Always use your device's factory-assigned MAC address unless you specifically need to override it for legitimate reasons (e.g., MAC spoofing for privacy or network testing).

Is my data sent to a server?

No. Both the MAC address generation and vendor lookup are performed entirely in your browser using a built-in OUI database. Your MAC addresses and lookups never leave your device.

Last updated: 9 Jul 2026