Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Multicast L3 Addressing

Bits

  • IPv4 L3 multicast address always start with 1110 or 224.0.0.0/4

  • IPv6 L3 multicast address always start with 1111 1111 or ff00::/8

L3 Ranges

IPv4

IPv4 combines scope and purpose in its address ranges.

BlockName / TypeNotes
224.0.0.0/4IPv4 MulticastEntire IPv4 multicast space (Class D)
224.0.0.0/24Local ControlNot routed (TTL=1). Used by OSPF, EIGRP, mDNS, etc.
224.0.1.0/24Internetwork Control BlockRoutable (e.g. NTP, some vendor protocols)
232.0.0.0/8Source-Specific Multicast (SSM)(S,G) only. No RP. Defined in RFC 4607
233.0.0.0/8GLOP AddressingDerived from 16-bit ASN deprecated
239.0.0.0/8Administratively ScopedPrivate multicast (like RFC1918).

IANA Assignments

IPv6

IPv6 separates scope cleanly by last nibble in the first hextet.

BlockAddress ScopeDescription
ff00::/8SupernetAll IPv6 multicast addresses
ff01::/16Interface-LocalStays within a single interface (rarely used in practice)
ff02::/16Link-LocalLocal link only (no routing). Most control protocols live here
ff03::/16Realm-LocalDefined by an admin “realm” (rare / niche usage)
ff04::/16Admin-LocalAdministrative domain (like a small org boundary)
ff05::/16Site-LocalSite scope (similar intent to IPv4 org-local, but loosely defined)
ff08::/16Organization-LocalOrganization-wide scope (closest to 239.0.0.0/8 in spirit)
ff0e::/16GlobalGlobally routable multicast

L3 addresses Combines IPv4 and IPv6

L3

IL — Interface-Local

  • Node only
  • Not transmitted
    • Never on the wire

LL — Link-Local

  • TTL of 1
  • Transmitted
    • On the wire

SL — Site-Local

  • Routeable
  • Not Global Internet

L2 and L3

  • IPv4 is always 01:00:5e
  • IPv6 is always 33:33:00
Protocol / GroupIPv4IPv4 L2 MACIPv6 LLIPv6 L2 MAC
All Nodes224.0.0.101:00:5e:00:00:01ff02::133:33:00:00:00:01
All Routers224.0.0.201:00:5e:00:00:02ff02::233:33:00:00:00:02
OSPF All Routers224.0.0.501:00:5e:00:00:05ff02::533:33:00:00:00:05
OSPF DR/BDR224.0.0.601:00:5e:00:00:06ff02::633:33:00:00:00:06
RIPv2 / RIPng224.0.0.901:00:5e:00:00:09ff02::933:33:00:00:00:09
EIGRP224.0.0.1001:00:5e:00:00:0aff02::a33:33:00:00:00:0a
MLD--ff02::1633:33:00:00:00:16
VRRP224.0.0.1801:00:5e:00:00:12ff02::1233:33:00:00:00:12
PIM / BSR224.0.0.1301:00:5e:00:00:0dff02::d33:33:00:00:00:0d
IGMPv3224.0.0.2201:00:5e:00:00:16--
Cisco Auto-RP Announce224.0.1.3901:00:5e:00:01:27--
Cisco Auto-RP Discovery224.0.1.4001:00:5e:00:01:28--
NTP224.0.1.101:00:5e:00:01:01ff02::10133:33:00:00:01:01
mDNS224.0.0.25101:00:5e:00:00:fbff02::fb33:33:00:00:00:fb
Last Modified • Saturday, June 27, 2026. 11:45 pm UTC+00:00 • Commit: 4314778