CAN/CSA ISO/IEC TR 11802-2-06: Standard Group MAC Addresses for Local and Metropolitan Area Networks

A comprehensive technical overview of the Canadian adoption of the ISO/IEC Technical Report governing standardized group MAC addresses in IEEE 802 LANs

CAN/CSA ISO/IEC TR 11802-2-06 represents the Canadian adoption of the ISO/IEC Technical Report ISO/IEC TR 11802-2:2005, titled Information technology — Telecommunications and information exchange between systems — Local and metropolitan area networks — Technical reports and guidelines — Part 2: Standard Group MAC Addresses. This document serves as a critical reference for network engineers, protocol developers, and compliance testers working within IEEE 802-based local and metropolitan area networks. It consolidates the registry of group MAC addresses (multicast and broadcast) that have been pre-assigned to specific protocols and functions, ensuring interoperability across multi-vendor network equipment.

The following article examines the scope of the standard, its technical address allocation structure, practical implementation highlights, and the compliance landscape relevant to the Canadian context.

1. Scope and Applicability

CAN/CSA ISO/IEC TR 11802-2-06 defines and catalogues the group MAC addresses that are reserved for use by standardized protocols operating at the data link layer of the OSI model. These addresses are used in conjunction with IEEE 802 LAN technologies such as Ethernet (IEEE 802.3), Token Ring (IEEE 802.5), and wireless LANs (IEEE 802.11). The scope includes:

  • All multicast and broadcast MAC addresses that have been formally assigned by the IEEE Registration Authority for specific protocol purposes.
  • Addresses used for protocols like Spanning Tree Protocol (STP), Link Layer Discovery Protocol (LLDP), Precision Time Protocol (PTP), and various routing protocols operating over shared media.
  • Guidelines for the proper use and interpretation of these addresses in network implementations.

It is important to note that this document is a Technical Report (TR) rather than a normative International Standard. It is intended to assist implementers, test laboratories, and network administrators by providing a consolidated reference that is updated as new protocol assignments are made. In Canada, the standard was adopted by the Canadian Standards Association (CSA) as a National Standard of Canada, giving it formal recognition within the country’s regulatory framework.

Tip: When designing network equipment or protocol stacks intended for the Canadian market, always refer to the latest version of CAN/CSA ISO/IEC TR 11802-2-06 to ensure that the group MAC addresses used have not been reassigned or deprecated.

2. Technical Address Allocation and Structure

The MAC address space used in IEEE 802 networks is 48 bits long. Group MAC addresses are identified by setting the Individual/Group (I/G) bit (the least significant bit of the first octet) to 1. The standard provides a systematic breakdown of the allocated ranges.

2.1 Address Ranges and Categories

Assigned group MAC addresses fall into several distinct categories based on the block of addresses from which they are drawn. The most relevant are:

Address Range (Hexadecimal) Assignment Type Notable Uses
01-80-C2-xx-xx-xx IEEE 802.1D bridge group addresses Spanning Tree Protocol (01-80-C2-00-00-00), LACP (01-80-C2-00-00-02)
01-00-5E-xx-xx-xx IPv4 multicast MAC (IANA assigned) IGMP-snooping, multicast routing
33-33-xx-xx-xx-xx IPv6 multicast MAC IPv6 neighbor discovery, multicast group membership
01-0C-CD-xx-xx-xx IEC/IEEE 60208 (IEC 61850) multicast GOOSE, Sampled Values in substation automation
01-1B-19-xx-xx-xx PTPv2 (IEEE 1588) peer delay Precision Time Protocol event messages

Each entry in the technical report includes the full 48‑bit address, its assigned protocol, a description, and the reference to the originating standard or RFC. This level of detail enables implementers to precisely filter or generate frames destined to these addresses.

2.2 Address Allocation Policy

The IEEE Registration Authority manages the global assignment of MAC address blocks. The group addresses listed in TR 11802‑2 are all taken from blocks that are either permanently reserved or assigned on a protocol‑specific basis. The report itself does not assign new addresses but rather compiles those already assigned in other standards (e.g., IEEE 802.1Q, IETF RFCs).

Warning: Unauthorized use of reserved group MAC addresses in custom implementations can cause severe interoperability issues and frame misrouting. Always consult the latest standard before hard‑coding any multicast address in hardware or software.

3. Implementation Highlights

Practical adoption of CAN/CSA ISO/IEC TR 11802-2-06 affects multiple layers of network product development:

  • Hardware filtering: Many Ethernet switches incorporate MAC address filters that match against the well‑known group addresses. The TR provides the authoritative list that manufacturers should use for their default filter configurations.
  • Protocol stacks: Operating systems and embedded protocol stacks must use the correct group addresses for services such as DHCP (IPv4), Router Solicitation (IPv6), and LLDP. The TR acts as a sanity check for developers.
  • Network management: Tools that detect or troubleshoot protocol connectivity rely on knowledge of these addresses. MIB implementations can reference the TR to interpret received frames correctly.

One notable aspect of the TR is its coverage of addresses that span multiple IEEE 802 media types. For example, the same spanning‑tree address applies to both Ethernet and Token Ring networks, ensuring consistent behaviour across heterogeneous LANs.

// Example: Filter entry for STP BPDU (C code snippet) #define MAC_STP_BPDU {0x01, 0x80, 0xC2, 0x00, 0x00, 0x00} // Matches the MAC address defined in CAN/CSA ISO/IEC TR 11802-2-06 
Good practice: Maintain an internal registry of group MAC addresses used in your product, cross‑referenced against the values in CAN/CSA ISO/IEC TR 11802-2-06. This simplifies future upgrades and compliance audits.

4. Compliance Notes

While the document itself is a Technical Report and not a mandatory standard, its adoption by the CSA means that Canadian regulators and industry bodies may treat it as a de facto requirement for certain applications. Key compliance points include:

  • Conformance testing: Laboratories evaluating IEEE 802 protocol conformance often verify that the correct group MAC addresses are used. Use of a non‑standard address may result in test failure.
  • Product certification: In Canada, products bearing the CSA mark or aiming for CAN/CSA endorsement should demonstrate adherence to this TR when applicable protocol implementation is claimed.
  • Updates and amendments: The TR is updated periodically to reflect new address assignments. Implementers must track the latest edition (the 2006 version is the current Canadian adoption). Networks operating across jurisdictions should verify that the addresses listed align with international practice.

It should be noted that the TR does not supersede the normative IEEE 802 standards from which the addresses originate. Instead, it offers a convenient consolidation that aids compliance. When conflicts arise, the original IEEE or IETF specification takes precedence.

Critical: Do not use group MAC addresses that have been deprecated or assigned to conflicting protocols. For example, using an outdated multicast address for IGMP operations can cause security vulnerabilities or denial of service. Always validate against the TR before deployment.

Frequently Asked Questions

Q: What is the difference between CAN/CSA ISO/IEC TR 11802-2-06 and ISO/IEC TR 11802-2:2005?
A: CAN/CSA ISO/IEC TR 11802-2-06 is the identical Canadian adoption of ISO/IEC TR 11802-2:2005. It incorporates the same technical content but is formally published by the Canadian Standards Association as a National Standard of Canada. No additional Canadian deviations are introduced; the document mirrors the international version.
Q: Is this TR applicable to wireless LANs (IEEE 802.11)?
A: Yes, the group MAC addresses defined in the TR are used across all IEEE 802 media types, including wireless LANs. For example, multicast addresses for IPv6 are common to both Ethernet and Wi‑Fi networks. Wireless‑specific addresses (e.g., AP‑to‑station communication) are not covered, but the general registry applies.
Q: How often is the list of addresses updated?
A: The IEEE Registration Authority updates the Group MAC Address Assignment database continuously. Major revisions of the TR are published periodically. Implementers should monitor the IEEE 802.1 Working Group’s web page or the CSA store for amendments. The latest version available in Canada as of this writing is the 2006 edition; check with the CSA for any addenda.
Q: Do I need this TR if I already use the IEEE 802.1Q standard?
A: CAN/CSA ISO/IEC TR 11802-2-06 is complementary. While IEEE 802.1Q includes some group addresses, the TR aggregates addresses from multiple sources (IEEE 802, IETF, IEC) into one convenient reference. It saves time and reduces the risk of overlooking essential addresses. For compliance audits, the TR provides a structured checklist that regulators often require.

© 2026 Canadian Standards Association / ISO/IEC. This article is for informational purposes and does not replace the official text of the standard. Always refer to the published standard for authoritative requirements.

📥 Standard Documents Download

🔒
Please wait 10 seconds, the download links will appear after the ad loads

Leave a Reply

Your email address will not be published. Required fields are marked *