Fact-checked by Grok 2 weeks ago

World Wide Name

A World Wide Name (WWN) is a globally , typically 64 bits or 128 bits in length, assigned by manufacturers to nodes and ports in storage networking technologies such as (FC), (SAS), and Advanced Technology Attachment (), functioning analogously to a in Ethernet networks for ensuring device identification in storage area networks (SANs). WWNs are structured according to the Network Address Authority (NAA) format defined by the INCITS T11 committee, where the NAA identifier specifies the type and ensures uniqueness through a combination of company-assigned codes and vendor-specific extensions, often represented in hexadecimal ASCII for interoperability across FC, SAS, and iSCSI environments. There are two primary types: the Node World Wide Name (WWNN), which identifies an entire device or node, and the Port World Wide Name (WWPN), which identifies a specific port on that node, allowing for precise addressing in FC fabrics. In , WWNs are hard-coded into hardware like host bus adapters (HBAs), switches, and storage arrays at the factory, enabling , LUN masking, and fabric login processes without requiring dynamic assignment, which supports scalable and secure connectivity in enterprise storage infrastructures. Beyond , WWNs facilitate consistent naming in domains for and in for extending FC semantics over networks, promoting as outlined in standards like FC-FS (Framing and Signaling). The assignment process is overseen by registration authorities to prevent duplicates, with the IEEE managing portions of the for vendor use.

Overview

Definition

A World Wide Name (WWN) is a globally assigned to network interfaces, nodes, and ports in storage technologies, particularly those utilizing serial bus topologies like . It functions as a permanent, hardware-based address, akin to a in Ethernet networks, but is specifically designed for high-speed storage area networks () where reliable device identification is essential. WWNs are hard-coded into devices by manufacturers to ensure persistence across reboots, fabric changes, or network reconfigurations. WWNs are available in 64-bit or 128-bit formats, with the 64-bit variant being the most common in traditional implementations, while 128-bit extensions support advanced addressing needs in modern protocols. This structure allows for an immense , preventing collisions in large-scale deployments. Manufacturers derive WWNs from IEEE-assigned Organizationally Unique Identifiers (OUIs) to guarantee worldwide uniqueness without central coordination beyond the initial assignment. In distinction from other network identifiers, addresses are confined to Ethernet layer-2 framing and local connectivity, whereas WWNs enable end-to-end identification in lossless, ordered-delivery environments like SANs. Similarly, addresses serve as dynamic, routable layer-3 identifiers that can be reassigned, but WWNs remain immutable to support consistent device tracking in ecosystems. The historical roots of WWNs trace to IEEE standards for Extended Unique Identifiers (EUIs), developed in the and 1990s to provide scalable, unique addressing for emerging serial bus architectures, including those standardized by the INCITS T11 committee for .

Purpose and Importance

World Wide Names (WWNs) serve as permanent, globally unique identifiers for devices and ports in storage area networks (SANs), enabling consistent recognition regardless of physical port changes or dynamic network reconfigurations. This permanence is crucial in environments like Fibre Channel SANs, where devices frequently connect and disconnect, preventing identification conflicts that could disrupt connectivity. WWNs play a key role in mechanisms such as and LUN masking, where they define authorized device interactions to ensure secure and reliable data . In , WWNs allow flexible grouping of initiators and into isolated communication domains, enhancing by limiting visibility and broadcast traffic. For LUN masking, storage arrays use WWNs to selectively expose logical unit numbers (LUNs) to specific hosts, preventing unauthorized . Additionally, in multipathing configurations, WWNs maintain device identity across redundant paths, supporting and load balancing to minimize during path failures. In enterprise storage, WWNs facilitate fault isolation by enabling precise device tracking during diagnostics, allowing administrators to pinpoint issues without affecting the broader network. They also support inventory management through tools that catalog devices by WWN, simplifying asset tracking and compliance in large-scale deployments. Duplicate WWNs within a fabric are strictly prohibited and can lead to severe issues, including rejected logins, disabled ports, path outages, and potential network disruptions or from conflicting access. Fabric switches typically detect and isolate duplicates to preserve stability, underscoring the critical need for unique assignments.

Structure

Components

A World Wide Name (WWN) in its standard 64-bit configuration consists of a 4-bit Network Address Authority (NAA) field, followed by a 24-bit (OUI) assigned by the IEEE to the manufacturer (in certain formats), and vendor-specific extension fields that allow the vendor to uniquely assign the remaining portion based on serial numbers or other internal schemes. The NAA field specifies the overall format and authority of the WWN, such as IEEE registered (NAA 5) or extended formats, ensuring global uniqueness while adhering to standardized allocation rules. This structure derives from the IEEE Extended Unique Identifier (EUI-64) standard, adapted for storage networking protocols like , where the OUI portion uniquely ties the identifier to the producing organization. For advanced scenarios involving , 128-bit WWNs extend the structure to accommodate N_Port ID Virtualization (NPIV), incorporating a 4-bit NAA, 24-bit OUI, and up to 100 bits of vendor-specific data (including virtualization-specific indicators like port indices or logical unit extensions) to support multiple virtual ports sharing a physical interface without identifier collisions. These extended WWNs, often using NAA format 6 (IEEE Registered Extended), enable finer-grained identification in virtualized environments by embedding hierarchical elements like domain or partition details, allowing a single physical node to present numerous distinct logical identities to the fabric. The adoption of 128-bit formats addresses scalability limitations in dense virtualization setups, where traditional 64-bit addressing might exhaust available unique combinations. WWNs are differentiated by scope into Node WWNs (WWNNs) and Port WWNs (WWPNs), with the WWNN serving as a device-wide identifier that remains consistent across all ports on a given , such as a host bus adapter or storage controller, to represent the entire entity in . In contrast, the WWPN is port-specific, uniquely identifying an individual port to facilitate precise and within the fabric, even as multiple ports on the same share the underlying WWNN. This distinction ensures that network policies can target either the broader for administrative purposes or specific ports for connectivity management, enhancing flexibility in storage area networks. The IEEE defines specific types for WWNs through the Network Address Authority (NAA) field, supporting affiliations for unique entity identification, group affiliations via the individual/group (I/G) bit in the first octet (0 for , 1 for group addressing in scenarios), and affiliations in extended formats that incorporate fabric elements for hierarchical networking. These types, such as NAA 1 (IEEE 48-bit ), NAA 2 (extended group-capable), and NAA 5/6 ( with ), allow WWNs to adapt to diverse affiliation needs while maintaining global uniqueness.

Formats and Encoding

World Wide Names (WWNs) are encoded as 64-bit values, represented in notation as a 16-character string, often separated by colons or hyphens for readability, such as 21:00:00:20:37:49:91:5c. This format ensures uniqueness across networks and related technologies, with the hexadecimal digits directly corresponding to the bits of the WWN. The encoding rules are specified in standards from the INCITS T11 committee, including FC-FS for framing, which defines the NAA-based structures. The binary structure of a WWN begins with a 4-bit Network Address Authority (NAA) identifier in the most significant , followed by fields allocated for company identification and vendor-specific data. For NAA type 1 (IEEE format, binary 0001), the structure allocates the NAA in bits 63-60, followed by 12 zero bits (bits 59-48), a 24-bit IEEE-assigned (OUI) in bits 47-24, and a 24-bit vendor-specific identifier in bits 23-0, effectively embedding a 48-bit padded to 64 bits. In contrast, NAA type 2 (IEEE extended, binary 0010) uses bits 63-60 for the NAA, bits 59-48 for 12 bits of vendor-specific data, bits 47-24 for the 24-bit OUI, and bits 23-0 for 24 bits of additional vendor-specific extension, enabling full 64-bit uniqueness without padding. These bit allocations ensure compatibility with IEEE-assigned identifiers while allowing extension for serial numbers or other unique elements. IEEE Registered WWNs, also known as burned-in addresses, utilize globally unique OUIs assigned by the IEEE Registration Authority with the Universal/Local (U/L) bit set to 0 (indicating global administration), ensuring permanence and manufacturer-assigned uniqueness as per IEEE guidelines for EUI formats. Locally Administered WWNs, however, set the U/L bit to 1 (in the OUI field, typically bit 46 for NAA=2), allowing network administrators or vendors to assign identifiers locally without relying on IEEE registration, though this requires careful management to avoid conflicts. The encoding rules for these distinctions are harmonized in FC-BB standards for Fibre Channel over Ethernet, which adopt the same NAA structures to maintain interoperability with IEEE 802.1-based Ethernet addressing.

Display and Notation

Presentation Conventions

World Wide Names (WWNs) are typically presented in notation to facilitate readability in documentation, command-line interfaces, and management tools within environments. The most common format separates the 16 digits into eight pairs using colons, such as 10:00:00:00:c9:xx:xx:xx, where each pair represents one byte of the 64-bit identifier. This colon-separated convention aligns with practices in major vendors' tools, enhancing visual parsing by grouping bytes clearly. Alternatively, WWNs may appear without separators as a continuous 16-digit string, particularly in configuration files or when embedding in scripts, to simplify data entry or transmission. According to standards and industry specifications, hexadecimal digits in WWN presentations should use uppercase letters (A-F) for consistency and to match the formal encoding conventions derived from IEEE guidelines. This uppercase requirement ensures uniformity across documentation and avoids ambiguity in parsing tools that may interpret case differently. However, some implementations deviate slightly; for instance, () Fabric OS command outputs often render digits in lowercase, as seen in switch WWN displays like 10:00:00:05:1e:7a:7a:00. In contrast, and MDS series tools typically employ uppercase or mixed case in examples, such as 21:00:00:20:37:6f:db:bb, prioritizing readability over strict case enforcement in CLI results. In logs, user interfaces, and diagnostic outputs, WWNs are frequently truncated to the last four digits (representing the final two bytes) for brevity, especially when multiple identifiers appear in dense listings or error reports. This practice, common in HPE Storage management interfaces, allows quick identification without overwhelming display space while retaining unique suffixes sufficient for local context. Full WWNs are used in formal configurations or detailed audits to ensure global uniqueness, but truncation aids operational efficiency in high-volume monitoring. Vendor tools may vary this further; for example, interfaces often display complete WWNs in views but abbreviate in summary logs, whereas tools consistently show full formats in port diagnostics with optional filtering. In and environments, WWNs follow similar colon-separated formats for 64-bit identifiers, though may use 128-bit extended formats displayed as 32 hex pairs (e.g., 50:06:0b:00:00:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx). Qualified Names (IQNs) incorporate WWNs but are presented as dotted-decimal strings for compatibility.

Examples

A representative example of a World Wide Node Name (WWNN) for a host bus adapter is 10:00:00:00:c9:2f:65:d6, following the NAA-1 (IEEE Company ID) format where the prefix 10:00 indicates use of the vendor's OUI (c9:xx for /Emulex) combined with a derived from the adapter's or . In contrast, a typical World Wide Port Name (WWPN) for a storage array might be 50:00:00:00:00:00:00:01, where the 50:00 prefix signifies a NAA-5 (IEEE Registered) format assigned by the vendor for global uniqueness. This value identifies a specific on the array, such as a front-end interface, and is derived from the vendor's (OUI) combined with sequential numbering for ports. Duplicate WWNs in a Storage Area Network (SAN) can lead to severe operational disruptions, as Fibre Channel fabrics enforce uniqueness to prevent conflicts. For instance, if two devices attempt to login with the same WWPN within the same fabric domain, the switch will reject the second login, potentially isolating one device and causing path failures or data access outages. In multi-domain scenarios, the fabric may remove affected devices and generate reliability, availability, and serviceability (RAS) logs, resulting in unpredictable responses to service requests like port WWN queries and requiring manual intervention to resolve zoning or configuration errors. A real-world example of WWN assignment appears in zoning configuration files, where WWNs are explicitly defined to link hosts and . In a MDS switch configuration snippet, WWNs are assigned as follows:
zone name example_zone vsan 1
  member pwwn 10:00:00:00:c9:2f:65:d6
  member pwwn 50:00:00:00:00:00:00:01
zoneset name example_zs vsan 1
  member zone example_zone
This setup assigns the HBA's WWPN to connect with the storage port's WWPN, ensuring secure and directed traffic flow within the fabric.

Applications

In Fibre Channel

In Fibre Channel (FC) networks, World Wide Names (WWNs) serve as unique 64-bit identifiers for nodes and ports, enabling precise addressing and connectivity in storage area networks (SANs). Specifically, the World Wide Port Name (WWPN) identifies individual N_Ports on end devices such as hosts or storage arrays, while the World Wide Node Name (WWNN) identifies the overall node. During Fabric Login (FLOGI), an N_Port initiates a session with an F_Port on the fabric switch by sending a FLOGI frame containing its WWNN and WWPN to the well-known address 0xFFFFFE, allowing the switch to assign a dynamic 24-bit Fibre Channel Identifier (FCID) in the domain-area-port format for routing purposes. This process ensures lossless, in-order delivery of frames across the fabric, with the F_Port acting as the interface to upstream fabric services. WWNs integrate deeply with FC fabric services, facilitating discovery, registration, and management. After FLOGI, the N_Port registers with the (a fabric service at well-known address 0xFFFFFC) using its WWPN and WWNN, enabling other devices to query and locate it via the for establishing Port Login (PLOGI) sessions. Fabric services like the Management Service and Login Service also leverage WWNs to authenticate and authorize access, ensuring in multi-domain environments. For instance, during PLOGI between two N_Ports, devices exchange WWPNs and WWNNs along with service parameters to negotiate classes of service and buffer credits. Zoning in FC fabrics relies on WWNs to enforce and by binding specific devices into logical groups. WWPN-based allows administrators to create zones that permit communication only between designated initiator and target WWPNs, preventing unauthorized access across the SAN regardless of physical changes. This soft approach enhances flexibility, as devices can be relocated without reconfiguring zones, while providing to mitigate risks like unauthorized data access or fabric-wide disruptions. In practice, zone sets activated on switches enforce these WWPN bindings at the level, supporting up to thousands of zones per fabric for large-scale deployments. The use of WWNs is mandated by key FC standards developed by the INCITS T11 committee. The Framing and Signaling (FC-FS) standard, which encompasses physical specifications like FC-PI, requires WWNs for and identification in headers and payloads to ensure and unique addressing. Similarly, the Fibre Channel Switch Fabric (FC-SW) standard specifies WWNs for fabric topology management, including principal switch selection based on WWN priority and inter-switch linking. These standards, such as FC-SW-6 and FC-FS-5, define WWN formats and their mandatory inclusion in protocols to support scalable, secure fabrics. The role of WWNs has evolved significantly from early FC topologies to modern switched fabrics. In Fibre Channel Arbitrated Loop (FC-AL) environments, WWNs provided hard addressing during loop initialization for up to 126 devices sharing a single , but scalability was limited by contention and single-point failures. The transition to switched fabrics under FC-SW standards shifted reliance on WWNs for fabric-wide uniqueness, enabling thousands of devices across multiple switches with dynamic FCID assignment and for isolation, thus improving performance and reliability in enterprise .

In Other Protocols

In iSCSI, World Wide Names (WWNs) are not natively used for node identification, as the protocol relies on in the format iqn.yyyy-mm.reversed-domain:specifier to uniquely identify initiators and targets independently of network addressing. However, for with (FC) storage area networks (SANs), iSCSI-to-FC gateways map IQNs to WWNs, assigning virtual WWNs (such as node WWNs and port WWNs) to iSCSI hosts from a pool to enable seamless and LUN masking in mixed environments. This mapping ensures that iSCSI initiators appear as FC nodes, preserving FC management practices like WWN-based while leveraging IP networks for connectivity. In (SAS), WWNs are used as SAS addresses, which are 64-bit unique identifiers for PHYs, ports, and devices, enabling device discovery and addressing in SAS domains for . SAS addresses follow the NAA format similar to FC WWNs, ensuring global uniqueness across expanders and initiators. (FCoE), defined in the T11 FC-BB-5 standard, encapsulates FC frames within Ethernet, allowing WWNs to function identically to native FC implementations. In FCoE endpoints known as ENodes, virtual N_Ports (VN_Ports) utilize port WWNs (pWWNs) and node WWNs (nWWNs) for login, discovery, and frame addressing during the Fibre Channel Initialization Protocol (FIP) process, where VN_Ports establish virtual links with fabric ports (VF_Ports) on FCoE switches. This direct carryover of WWNs in Ethernet frames via VN_Ports enables FCoE to support lossless Ethernet (Data Center Bridging) while maintaining FC's addressing and security models without requiring additional mappings. In NVMe over Fabrics (NVMe-oF), identification extends FC heritage through Namespace Globally Unique Identifiers (NGUIDs), which are optional 128-bit globally unique identifiers assigned by the NVMe controller to namespaces, functioning analogously to WWNs for identification in fabric environments like RDMA, TCP, or FC transports. This approach allows NVMe controllers and namespaces to interoperate with FC-based systems by aligning identifiers with WWN structures in the , facilitating consistent discovery and management in converged storage fabrics. WWNs, designed for FC's addressing architecture, face limitations in pure IP-based protocols, where they lack native support and require protocol-specific extensions or mappings to integrate with addressing and routing. In , this necessitates IQN-to-WWN translations via gateways for interoperability, potentially introducing overhead in heterogeneous . FCoE mitigates this by embedding WWNs directly in Ethernet but demands specialized lossless networking to avoid frame loss inherent to standard Ethernet. Similarly, NVMe-oF addresses the gap through NGUIDs but still relies on transport-layer adaptations, such as capsule-based encapsulation, to carry these identifiers over fabrics without inherent zoning semantics.

Discovery and Management

Methods in Linux

In Linux systems, World Wide Names (WWNs) for Fibre Channel Host Bus Adapters (HBAs) and associated SCSI devices can be retrieved using standard command-line utilities that interface with the kernel's sysfs filesystem and SCSI subsystem. These methods provide access to both local HBA WWNs (node and port names) and remote target WWNs without requiring vendor-specific tools. To detect HBAs initially, the [lspci](/page/Lspci) command lists PCI devices, filtering for adapters with options like lspci | [grep](/page/Grep) -i fibre or lspci -nn | [grep](/page/Grep) -i hba, which identifies the device IDs and vendors. Once the HBA is located, WWNs are accessed via paths under /sys/class/fc_host/, where each host directory (e.g., host0) contains files such as node_name for the World Wide Node Name (WWNN) and port_name for the World Wide Port Name (WWPN); for example, cat /sys/class/fc_host/host0/port_name outputs the WWPN value. These attributes are exposed by the transport layer in the . For -level WWN queries on remote targets visible through the HBA, the lsscsi utility enumerates attached devices and, with the --transport option (e.g., lsscsi --transport), displays port names and identifiers for targets, aiding in mapping logical units to their WWNs. Complementing this, sg_inq from the sg3_utils package sends commands to a specific (e.g., sg_inq /dev/sg0 --page=0x83), retrieving Vital Product Data (VPD) page 0x83 for Device Identification, which includes Network Address Authority (NAA)-formatted WWNs for the target. The systool command, part of the sysfsutils package, provides a formatted of fc_host attributes with systool -c fc_host -v, listing details like port_name and node_name for all HBAs in a structured output, such as device paths and serial numbers. When handling multiple HBAs, iteration over directories is used, for instance, via a loop like for host in /sys/class/fc_host/host*; do echo $host; cat $host/port_name; done, which enumerates each host's WWNs; alternatively, /sys/class/fc_transport exposes remote port attributes for broader fabric discovery.

Vendor-Specific Tools

Vendor-specific tools provide proprietary command-line interfaces (CLIs) and utilities for discovering and managing World Wide Names (WWNs) in environments, often offering more detailed adapter-specific information than standard operating system commands. These tools are typically bundled with vendor management software and require the installation of corresponding host bus adapter (HBA) drivers. For Emulex (now part of ) HBAs, the OneCommand Manager application includes the hbacmd CLI, which enables querying of WWPNs and WWNNs. The ListHBAs command lists all detectable Emulex adapters, displaying their WWPN and WWNN for each port. Similarly, the HbaAttributes command, invoked as hbacmd HbaAttributes <WWPN | MAC>, retrieves detailed adapter attributes including the Node WWN (WWNN) and Port WWN (WWPN). The PortAttributes command, used as hbacmd PortAttributes <WWPN>, shows port-specific details such as the associated WWPN and WWNN for or FCoE functions. These commands operate on supported platforms like , , and Windows, providing output in a structured format for administration tasks. QLogic (now part of Marvell) HBAs utilize the QConvergeConsole CLI (QCCLI) for WWN management and discovery. This tool allows administrators to query components, including HBAs, to retrieve WWPN and WWNN values through commands like qaucli -pr fc -i <hba instance>, which displays port information such as WWN and WWN for connected adapters. Additionally, the older SANsurfer CLI (scli) under /opt/QLogic_Corporation/SANsurferCLI/ offers an interactive for HBA information, where selecting option 2 reveals WWPN details, and further submenu navigation displays the corresponding WWNN. The qaucli utility, part of QLogic's management suite, can also view port WWNs with commands like qaucli -pr <adapter>, aiding in and fabric verification. These utilities support QLogic series like 2500, 2600, and 2700, focusing on CLI-based queries for adapter and fabric WWNs. Brocade (now part of ) switches employ the Fabric OS CLI for fabric-level WWN discovery, with the portshow command being central to viewing port-associated WWNs. Executed as portshow <port_number>, it outputs the port's own WWN (under "portWwn") and the WWNs of connected devices (under "portWwn of device(s) connected"), including support for NPIV virtual ports. For inter-switch links like EX_Ports, it displays additional WWNs such as the principal switch WWN and phantom domain WWNs. This command is essential for fabric connectivity, as it reveals login states and attached WWNs without requiring host access. Integration with operating systems, such as , requires loading vendor-specific drivers to enable these tools' access to HBA hardware. For Emulex adapters, the lpfc driver must be installed, as it provides the kernel interface for hbacmd to query WWNs; without it, tools report no adapters or limited information. This driver supports features like NVMe over Fabrics and is distributed via Broadcom's Linux driver kits, ensuring compatibility for WWN management in enterprise .

Vendor Identifiers

Organizationally Unique Identifiers (OUIs)

The (OUI) is a 24-bit value assigned by the IEEE Registration Authority () to uniquely identify vendors, manufacturers, or organizations in the construction of globally unique identifiers, including World Wide Names (WWNs). This prefix ensures that devices from different vendors can be distinguished without collision in networked environments, such as area networks. The IEEE RA maintains a public registry of assigned OUIs to support standardization across various protocols. Vendors seeking to produce WWNs must apply to the IEEE for an OUI allocation, a process that involves submitting organizational details and agreeing to usage guidelines outlined in IEEE standards. Once assigned, the OUI enables the creation of unique identifiers by appending vendor-specific extensions, promoting in global deployments. This registration is essential for WWNs used in and related technologies, where the OUI guarantees worldwide uniqueness without reliance on local administration. In the standard 64-bit WWN format defined under the Network Address Authority (NAA) scheme, the OUI is positioned in bits 5 through 28, immediately following the NAA identifier in bits 1 through 4. This placement aligns with IEEE specifications for extended , allowing the OUI to serve as the core organizational component while leaving the remaining bits for vendor-defined serial numbers or port details. WWNs extend the principles of the EUI-48 format, which uses a 24-bit OUI followed by a 24-bit vendor extension for addresses in local networks, adapting this structure for broader bus and port addressing in distributed systems like and . By incorporating the OUI in this manner, WWNs inherit the global uniqueness of EUI-48 while expanding to 64 bits to accommodate more complex addressing requirements in high-availability storage environments.

Common OUIs and Vendors

In Fibre Channel networks, certain Organizationally Unique Identifiers (OUIs) appear frequently in World Wide Names (WWNs), particularly those associated with host bus adapters (HBAs) and switches from leading vendors. These OUIs enable quick identification of device manufacturers during troubleshooting, zoning, and inventory management. For instance, the OUI 00:00:00 is reserved by the IEEE for special purposes, such as addresses or testing, and should not appear in production WWNs. Another common example is 00:05:1e, assigned to (now part of ), often seen in switch port WWNs. Similarly, 00:00:c9 identifies Emulex HBAs (also under ), while 00:e0:8b denotes QLogic HBAs (acquired by Marvell). The following table lists representative OUIs commonly encountered in WWNs for Fibre Channel HBAs and switches, along with the associated vendor and typical products. This selection focuses on high-impact vendors in storage networking, drawn from the IEEE registry and vendor documentation. Note that due to acquisitions, some OUIs are maintained under parent companies.
OUIVendorTypical Products
00:00:00IEEE ReservedReserved (e.g., multicast, testing)
00:00:c9Emulex Corporation ()FC HBAs (e.g., LPe12000 series)
00:0a:33Emulex Corporation ()Legacy FC HBAs
00:10:9bEmulex Corporation ()FC adapters
00:e0:8bQLogic Corporation (Marvell)FC HBAs (e.g., QLE2560 series)
00:1b:32QLogic Corporation (Marvell)FC HBAs (e.g., QLE series)
00:24:ffQLogic Corporation (Marvell)FC HBAs
00:05:1eBrocade Communications ()FC switches (e.g., G620)
00:27:f8Brocade Communications ()FC switches (e.g., 6505)
00:10:86ATTO TechnologyFC HBAs (e.g., H6F0 series)
00:c0:ddQLogic Corporation (Marvell)FC switches
Over the past decade, there has been a notable shift in the storage networking industry from legacy vendors to consolidated modern providers such as , which acquired Emulex in 2015, QLogic in 2016, and in 2017. As of 2025, this consolidation has streamlined OUI usage, reducing fragmentation while maintaining for existing deployments. To verify an OUI's assignment and vendor, cross-reference it directly with the IEEE OUI registry, which provides the authoritative public list of allocations. This ensures accuracy, as OUIs are globally unique and updated periodically by the IEEE .

References

  1. [1]
    What is World Wide Name (WWN) in Fibre Channel SANs?
    Apr 22, 2022 · A World Wide Name (WWN) is a unique identifier that is hard-coded into each Fibre Channel (FC) device by the device's manufacturer.
  2. [2]
    RFC 3980: T11 Network Address Authority (NAA) Naming Format for iSCSI Node Names
    ### Summary of World Wide Name (WWN) and Network Address Authority (NAA) from RFC 3980
  3. [3]
    SAN - Addressing in Fibre Channel - IBM Redbooks
    Jun 8, 2003 · Each participant in the Fibre Channel environment has a unique ID, which is called the World Wide Name (WWN). This WWN is a 64-bit address ...Missing: definition | Show results with:definition
  4. [4]
    Network Address Authority | SNIA | Experts on Data
    2. [Fibre Channel] A 4-bit field used to identify the controlling authority for guaranteeing uniqueness of World Wide Names (WWNs). In a Fibre ...
  5. [5]
    [PDF] SECURING FIBRE CHANNEL FABRICS
    a World Wide Name (WWN), which is equivalent to an Ethernet MAC. (Media Access Control) address. There are two types of WWNs: • A node WWN (nWWN) refers to ...
  6. [6]
    RFC 4044
    Fibre Channel frames contain 24-bit address identifiers that identify the frame's source and destination ports. Each FC port has an address identifier and a WWN ...<|control11|><|separator|>
  7. [7]
    IEEE RA Guidelines for Use of EUI, OUI, and CID
    Aug 3, 2017 · Some formats of World Wide Names (WWN) are derived from an EUI-48 or. EU-64. WWNs are used as disk and endpoint addresses in SCSI and associated ...
  8. [8]
    Fibre Channel SAN zoning: Pros and cons of WWN zoning and port ...
    Feb 15, 2010 · WWN zoning groups a number of WWNs in a storage-area network zone and allows them to communicate with each other.
  9. [9]
    SAN Zoning Best Practices - IBM
    Feb 27, 2023 · Using the WWNN in a zone can cause multipathing issues where there are too number of paths between a server and storage. A possible refinement ...
  10. [10]
    Masking and Zoning SAN Resources - TechDocs
    Apr 22, 2025 · You can use zoning and LUN masking to separate SAN activity and restrict access to storage devices.
  11. [11]
    [PDF] How Fibre Channel SANs Are Built, Secured and Managed - Oracle
    Zoning is applied on a device port or WWN and then, where required, LUN masking is used to control access to individual slices presented by the array port(s). ...Missing: fault | Show results with:fault
  12. [12]
    17 Managing multipath I/O for devices - SUSE Documentation
    When multipathing is configured and running, it automatically isolates and identifies device connection failures, and reroutes I/O to alternate connections.
  13. [13]
    SAN zoning advantages and disadvantages - storage - Server Fault
    Apr 3, 2014 · As already mentioned above, setting up "zones" in SAN fabrics is done to promote fault isolation of devices from other devices on the same ...
  14. [14]
    [PDF] IBM Storage Networking SAN768C-6 Product Guide
    This industry-leading diagnostics subsystem enables rapid fault isolation and continuous system monitoring, which are critical features in today's continuously ...
  15. [15]
    Cisco DCNM SAN Management Configuration Guide, Release 11.5(x)
    Dec 22, 2020 · WWN/Chassis ID displays the Worldwide Name (WWN) if available or ... To view the SAN Switches, choose Inventory > Discovery > SAN Switches.
  16. [16]
    Duplicate Port World Wide Name - TechDocs - Broadcom Inc.
    Jan 11, 2024 · The Port World Wide Name (PWWN) of a device cannot overlap with that of another device; thus having duplicate PWWNs within the same fabric is an illegal ...
  17. [17]
    Storage path outage due to duplicate WWN - PureFlex System ... - IBM
    Jan 30, 2019 · The server Host Bus Adapter (HBA) port logins are being rejected because of the duplicate WWNs.Missing: consequences | Show results with:consequences
  18. [18]
    Setting the Behavior for Handling Duplicate PWWNs - TechDocs
    Oct 16, 2024 · If a duplicate login is received on an F_Port, the duplicate login is rejected and the old login is preserved; if a duplicate login is received ...
  19. [19]
    [PDF] Technical Reference Manual: WD Purple Pro PR26 / PR24-1
    The World Wide Name (WWN) defined in ATA/ATAPI-7 is a modification of the IEEE. Extended Unique Identifier 64 bit standard (EUI-64) and is comprised of three ...
  20. [20]
    [PDF] Fibre Channel Functional Overview - SANOG
    In Fibre Channel, this identification takes the form of a 64 bit value called a World Wide Name (WWN) and is leveraged to identify network entities and ...
  21. [21]
    Numbers: FC World Wide Names (WWNs) - PowerCampus 01
    Jul 8, 2019 · Most of us know WWNs as 64-bit WWNs, written as 16 hexadecimal digits. The knowledge that there are different formats of WWNs and that there ...Missing: standard | Show results with:standard<|control11|><|separator|>
  22. [22]
    What is N_Port ID Virtualization (NPIV)? - TechTarget
    Apr 22, 2022 · N_Port ID virtualization (NPIV) is a Fibre Channel (FC) standard that makes it possible to create multiple virtual ports on a single physical node port.
  23. [23]
    N_Port ID Virtualization - Broadcom Tech Docs
    Sep 22, 2025 · This section describes the N_Port ID Virtualization (NPIV) that enables a single Fibre Channel protocol port to appear as multiple, ...
  24. [24]
    N-Port Identifier Virtualization (NPIV) and N-Port Virtualization (NPV)
    Sep 8, 2015 · The purpose of this document is to describe the differences between N-Port Identifier Virtualization (NPIV) and N-Port.
  25. [25]
    [PDF] Introducing N_Port Identifier Virtualization for IBM System z9
    Apr 6, 2006 · This IBM® Redpaper describes the N_Port ID Virtualization (NPIV) feature in a Fibre Channel. Protocol (FCP) fabric.
  26. [26]
    Cisco Nexus 5000 Series NX-OS SAN Switching Configuration ...
    The principal switch selection and the allocation of domain IDs rely on the WWN. Cisco Nexus 5000 Series switches support three network address authority (NAA) ...
  27. [27]
    [PDF] 06-002r2 IEEE OUI tutorial for SCSI.fm - t10.org
    Jan 16, 2006 · The EUI-64 format is shown in table 2 and is defined in Guidelines for 64-bit Global Identifier (EUI-64™) Registration Authority. Bit 1 of byte ...
  28. [28]
    Guidelines for Use of Extended Unique Identifier (EUI ... - IEEE
    Apr 1, 2022 · This tutorial covers organizational identifiers assigned by the IEEE Registration Authority (IEEE RA) and extended identifiers based on them.Extended Unique Identifiers · Ieee Ra Assignment Of... · Deprecated And Obsolete...
  29. [29]
    wwn - TechDocs - Broadcom Inc.
    Oct 16, 2024 · Copy. To display the WWN and the Fibre Channel address: switch:admin>. fabricshow. Switch ID Worldwide Name Enet IP Addr FC IP Addr Name ...
  30. [30]
    Cisco Nexus 5000 Series Command Reference - Fibre Channel ...
    Apr 25, 2011 · Configures the switch WWN in dotted hexadecimal format. domain ... Displays Fibre Channel port modes. system default zone default-zone ...
  31. [31]
    Add Remove Colons In WWPN WWN and VNX LUN UUID
    Sep 13, 2020 · In SAN switch, the WWPN and WWNN have colons after every second position. When you get the WWPN from the host admin it does not contain any ...
  32. [32]
    create initiator fc - OceanStor Dorado 6.0.1 Command Reference
    Jul 17, 2024 · World Wide Name (WWN) of a Fibre Channel initiator. It is a hexadecimal value that contains 16 characters comprised of uppercase letters A to F, ...
  33. [33]
    [PDF] Storage Management Technical Specification, Part 6 Host Elements
    May 17, 2010 · Fibre Channel Node WWN. NameFormat. Mandatory. "WWN". ElementName ... formatted as unseparated uppercase hexadecimal digits, with no ...
  34. [34]
    HPE Storage/SAN - Complete Log Collection Steps
    Feb 9, 2021 · Login into CommandView EVA, then click on the name of the EVA. 2. Note the Node WWN of the EVA in the right pane (Last 4 digits will suffice). 3 ...
  35. [35]
    portShow - TechDocs
    Oct 17, 2024 · Use this command to display general port status and specific configuration parameters for a specified port, GbE port, or VE_Port.
  36. [36]
    [PDF] IBM System Storage WWPN Determination Version 6.5
    A WWNN is a World Wide Node Name; used to uniquely identify a device in a Storage Area Network (SAN). Each IBM Storage device has its own unique WWNN.
  37. [37]
    [PDF] SAN Design and Best Practices - Support Documents and Downloads
    May 10, 2024 · ... condition. Duplicate WWNs impact switch responses to fabric service requests such as get port WWN, which results in unpredictable behavior.
  38. [38]
    SAN - differentiating Fibre Channel logins - IBM Redbooks
    Aug 27, 2002 · An N_Port will send a FLOGI frame that contains its Node Name, its N_Port Name, and service parameters to a well-known address of 0xFFFFFE.
  39. [39]
    Understanding Fibre Channel Services - TechDocs
    Oct 16, 2024 · This section describes Fibre Channel, which defines the service function residing at well-known addresses.
  40. [40]
    Understanding Fibre Channel Terminology | Junos OS
    HBAs have a unique worldwide node name (WWNN) for the HBA node, which all of the ports on the HBA share, and each port on an HBA has a unique worldwide port ...
  41. [41]
    Storage Basics: Understanding Fibre Channel Zones
    Nov 8, 2007 · Soft zoning means that the switch will place WWNs of devices in a zone, and it doesn't matter what port they're connected to. If WWN Q, for ...
  42. [42]
    Chapter: Fibre Channel Zoning - Cisco UCS Manager
    Aug 13, 2018 · Fibre Channel zoning allows you to partition the Fibre Channel fabric into one or more zones. Each zone defines the set of Fibre Channel initiators and Fibre ...
  43. [43]
    RFC 3821 - Fibre Channel Over TCP/IP (FCIP) - IETF Datatracker
    FCIP describes mechanisms that allow the interconnection of islands of Fibre Channel storage area networks over IP-based networks.
  44. [44]
    1, 2, 4, 8, 10: The Evolution of Fibre Channel
    Jan 12, 2005 · The Fibre Channel of just a few years ago is changing. Arbitrated loop devices are becoming a thing of the past. New tape, disks and RAIDs made ...
  45. [45]
    Fibre Channel Zoning Fundamentals and Fundamental Questions
    Jul 26, 2019 · Q: Is it possible to do fabric assigned World Wide Name (WWN)?. A: You Can use the FWWN, which is the WWN of the port in the switch, to do ...
  46. [46]
    RFC 3721 - Internet Small Computer Systems Interface (iSCSI ...
    RFC 3721 provides examples of iSCSI name construction and discovery of iSCSI resources, and it complements the iSCSI protocol document.
  47. [47]
    [PDF] Fibre Channel over Ethernet (FCoE) - Cisco
    The T11 organization's FC-BB-5 standard defines FCoE, and also defines running FC over other media types. ... with their corresponding port WWN, look at the Fibre.
  48. [48]
    [PDF] NVM Express Base Specification 2.0d
    Jan 11, 2024 · The NVM Express Base Specification 2.0d, revision 2.0d, is available for download at https://nvmexpress.org. It incorporates several ECNs.
  49. [49]
    SCSI FC Transport - The Linux Kernel documentation
    Nov 18, 2008 · The transport will locate the vport on the fc_host with the same WWNs and tear it down. Each WWN is specified as 16 hex characters and may not ...
  50. [50]
    How to check HBA host and its corresponding WWPN on RHEL?
    Aug 7, 2024 · How to check HBA host and its corresponding WWPN? How do I lookup WWN of installed HBAs? How do I locate the world wide number of an hba WWPN ( ...Missing: example | Show results with:example
  51. [51]
    lsscsi: list SCSI devices (or hosts), list NVMe devices | Man Page
    For Fibre Channel (FC) the port name and port identifier are output when --transport is given. In the absence of the --hosts option these ids will be for ...
  52. [52]
    sg_inq(8) - Linux man page
    `sg_inq` sends a SCSI INQUIRY or ATA IDENTIFY command to a device and outputs the response. It tries ATA if SCSI fails.
  53. [53]
    [PDF] Emulex OneCommand Manager Command Line Interface for ...
    At the command line interface, a single operation is performed by entering hbacmd, followed by a CLI client command and its possible parameters. The OneCommand ...
  54. [54]
    [PDF] User's Guide—QConvergeConsole CLI (2500, 2600, 2700, 2800 ...
    Mar 24, 2023 · ... CLI, a management tool that is used to configure and manage Marvell® QLogic® Fibre Channel Adapters, Marvell. FastLinQ® Intelligent Ethernet ...Missing: syminq | Show results with:syminq
  55. [55]
    Obtaining WWNN and WWPN values for a Qlogic adapter for ... - IBM
    To obtain the WWNN value of a port, type the number to select it from the HBA Information Menu. An HBA Instance submenu for that port is displayed.Missing: syminq | Show results with:syminq
  56. [56]
    Using qaucli to view WWNs on Qlogic HBAs - Veritas
    Jul 24, 2015 · Problem. It may be valuable to identify what devices and WWNs have been zoned to an appliance, especially during configuration efforts.Missing: syminq CLI
  57. [57]
    portShow - TechDocs
    Jan 17, 2024 · Use this command to display general port status and specific configuration parameters for a specified port, GbE port, or VE_Port.
  58. [58]
    [PDF] Emulex Drivers for Linux User Guide
    Oct 26, 2020 · NOTE: For HBAs with more than one port, run this command for each host (port) entry. 9. Enter the value of lpfc_enable_hba_reset procured in ...<|control11|><|separator|>
  59. [59]
  60. [60]
  61. [61]
  62. [62]
    None
    Below is a merged summary of OUIs for companies related to Fibre Channel, storage, HBAs, and switches, consolidating all information from the provided segments into a single, comprehensive response. To maximize detail and clarity, I will use tables in CSV format where appropriate, focusing on OUIs extracted for each company. Additional notes, useful URLs, and other relevant details will be included in a narrative format following the tables.
  63. [63]
    What is an Organization Unique Identifier (O.U.I.)? | Dell US
    An OUI, sometimes referred to as a "company_id", is a 24 bit globally unique assigned number that is referenced by various standards.
  64. [64]
    Q A: Frequently Asked Questions regarding Brocade OUI (00:27:F8 ...
    Feb 16, 2018 · A OUI stands for Organizationally Unique Identifier, which is a value that is part of a Fibre Channel World Wide Name (WWN) that uniquely ...