Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
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.
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:
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.
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.
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.
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).
Practical adoption of CAN/CSA ISO/IEC TR 11802-2-06 affects multiple layers of network product development:
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
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:
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.
© 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.