rfc3307.txt
来自「RFC 的详细文档!」· 文本 代码 · 共 452 行 · 第 1/2 页
TXT
452 行
Network Working Group B. Haberman
Request for Comments: 3307 Consultant
Category: Standards Track August 2002
Allocation Guidelines for IPv6 Multicast Addresses
Status of this Memo
This document specifies an Internet standards track protocol for the
Internet community, and requests discussion and suggestions for
improvements. Please refer to the current edition of the "Internet
Official Protocol Standards" (STD 1) for the standardization state
and status of this protocol. Distribution of this memo is unlimited.
Copyright Notice
Copyright (C) The Internet Society (2002). All Rights Reserved.
Abstract
This document specifies guidelines that must be implemented by any
entity responsible for allocating IPv6 multicast addresses. This
includes, but is not limited to, any documents or entities wishing to
assign permanent IPv6 multicast addresses, allocate dynamic IPv6
multicast addresses, and define permanent IPv6 multicast group
identifiers. The purpose of these guidelines is to reduce the
probability of IPv6 multicast address collision, not only at the IPv6
layer, but also at the link-layer of media that encode portions of
the IP layer address into the MAC layer address.
Haberman Standards Track [Page 1]
RFC 3307 IPv6 Multicast Addresses Guidelines August 2002
Table of Contents
1. Terminology.....................................................2
2. Introduction....................................................2
3. Applicability...................................................3
4. Group ID Selection Guidelines...................................3
4.1 Permanent IPv6 Multicast Addresses............................4
4.2 Permanent IPv6 Multicast Group Identifiers....................4
4.3 Dynamic IPv6 Multicast Addresses..............................4
4.3.1 Server Allocation............................................5
4.3.2 Host Allocation..............................................5
5. IANA Considerations.............................................5
6. Security Considerations.........................................6
7. Acknowledgements................................................6
8. References......................................................6
Author's Address...................................................7
Full Copyright Statement...........................................8
1. Terminology
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in [RFC 2119].
The term "group ID", throughout this document, conforms to the
definition contained in [UNIMCAST], that is, the low-order 32 bits of
the IPv6 multicast address.
2. Introduction
This document specifies guidelines that MUST be implemented by any
entity responsible for allocating IPv6 multicast addresses. This
includes, but is not limited to, any documents or entities wishing to
assign permanent IPv6 multicast addresses, allocate dynamic IPv6
multicast addresses, and define permanent IPv6 multicast group
identifiers. The purpose of these guidelines is to reduce the
probability of IPv6 multicast address collision, not only at the IPv6
layer, but also at the link-layer of media that encode portions of
the IP layer address into the link-layer address.
With the current IPv6 address architecture [ADDRARCH] and the
extension to the multicast address architecture specified in
[UNIMCAST], a set of guidelines is needed for entities assigning any
flavor of IPv6 multicast addresses.
The current approach of several physical media [RFC 2464][RFC 2467]
is to map a portion of the IPv6 multicast address into a link-layer
destination address. This is accomplished by taking the low order 32
Haberman Standards Track [Page 2]
RFC 3307 IPv6 Multicast Addresses Guidelines August 2002
bits (henceforth called the group ID) of the IPv6 multicast address
and including them in the link-layer destination address. Group IDs,
less than or equal to, 32 bits long will generate unique link-layer
addresses within a given multicast scope.
These guidelines specify how the group ID of the IPv6 multicast
address are chosen and assigned. The guidelines specify several
mechanisms that can be used to determine the group ID of the
multicast address, based on the type of allocation being done.
3. Applicability
These guidelines are designed to be used in any environment in which
IPv6 multicast addresses are delegated, assigned, or selected. These
guidelines are not limited to use by MADCAP [RFC 2730] servers. The
following is a non-exhaustive list of applications of these
guidelines:
- Source-specific multicast application servers can generate an
SSM group address by generating a 96-bit multicast prefix, as
defined in [UNIMCAST] (i.e. FF3x::/96) and concatenating that
with a group ID, as defined in this document.
- A MADCAP server allocates IPv6 multicast addresses conforming
to section 2.7 of [ADDRARCH], creating the group ID using the
rules defined in this document.
- Nodes supplying multicast services in a zeroconf environment
generate multicast addresses without the need of centralized
control.
- IANA can assign permanent multicast addresses to fulfill
requests via the protocol standardization process.
4. Group ID Selection Guidelines
The Group ID selection process allows for three types of multicast
address assignments. These are permanent IPv6 multicast addresses,
dynamic IPv6 multicast addresses, and permanent IPv6 multicast group
IDs. The following guidelines assume that the prefix of the
multicast address has been initialized according to [ADDRARCH] or
[UNIMCAST].
Haberman Standards Track [Page 3]
RFC 3307 IPv6 Multicast Addresses Guidelines August 2002
4.1 Permanent IPv6 Multicast Addresses
Permanent multicast addresses, like those defined in [RFC 2375], are
allocated by IANA. These addresses will be assigned with group ID's,
in the range of 0x00000001 to 0x3FFFFFFF, on an Expert Review basis.
Multicast addresses assigned by IANA MUST have the T bit set to 0 and
the P bit set to 0.
4.2 Permanent IPv6 Multicast Group Identifiers
Permanent group IDs allow for a global identifier of a particular
service (e.g. Network Time Protocol (NTP) being assigned the group ID
0x40404040). The use of permanent group IDs differs from permanent
multicast addresses in that a permanent group ID offers a global
identifier for a service being offered by numerous servers.
As an example, consider the NTP example group ID of 0x40404040. An
NTP client would be able to access multiple servers and multiple
scopes. That is, the NTP client will know that the group ID
0x40404040 identifies an NTP multicast stream regardless of the upper
96 bits of the multicast address.
Permanent group IDs are allocated on an Expert Review basis, in the
range 0x40000000 to 0x7FFFFFFF. These permanent group IDs are meant
to be used in IPv6 multicast addresses, defined in [UNIMCAST].
4.3 Dynamic IPv6 Multicast Addresses
Dynamic IPv6 multicast addresses can be allocated by an allocation
server or by an end-host. Regardless of the allocation mechanism,
all dynamically allocated IPv6 multicast addresses MUST have the T
bit set to 1. This will distinguish the dynamically allocated
addresses from the permanently assigned multicast addresses, defined
in [RFC 2375], at the link-layer on any media that maps the lower
portion of the IPv6 multicast address into a link-layer address. It
should be noted that the high-order bit of the Group ID will be the
same value as the T flag.
As an example, the permanent IPv6 multicast address FF02::9 maps to
an Ethernet group address of 33-33-00-00-00-09. A dynamically
allocated IPv6 multicast address of FF32::8000:9 would map to the
Ethernet group address 33-33-80-00-00-09.
Haberman Standards Track [Page 4]
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?