INTERNET DRAFTIPv6 WG Internet Draft Jung-Soo ParkExpires: April 2003draft-ietf-ipv6-link-scoped-mcast-03.txt Myung-Ki Shin Hyoung-Jun Kim ETRIOctober 2002Expires: December 2003 June 2003 Link Scoped IPv6 Multicast Addresses<draft-ietf-ipv6-link-scoped-mcast-02.txt>Status of this Memo This document is an Internet-Draft and is in full conformance with all provisions of Section 10 of RFC2026. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note that other groups may also distribute working documents as Internet-Drafts. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, ormade obsoleteobsoleted by other documents atanytime.any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as"works"work in progress." The list of current Internet-Drafts can be accessed athttp://www.ietf.org/ietf/1id-abstracts.txt.http://www.ietf.org/ietf/1id-abstracts.txt The list of Internet-Draft Shadow Directories can be accessed at http://www.ietf.org/shadow.html. For potential updates to the above required-text see: http://www.ietf.org/ietf/1id-guidelines.txt Abstract This document specifies an extension to the multicast addressing architecture of the IPv6 protocol. The extension allows for the use of interface-IDs to allocate multicast addresses. When thelink-locallink- local unicast address is configured at each interface of a host, an interface ID is uniquely determined. By delegating multicast addresses at the same time as the interface ID, each host can identify their multicast addresses automatically at Layer 1 without running an intra- or inter-domain allocation protocol in serverless environments. Basically this document updates the "Unicast-Prefix- based IPv6 Multicast Addresses" for the link-local scope [RFC 3306]. Table ofContents:Contents 1.IntroductionIntroduction...................................................2 2.TerminologyApplicability..................................................2 3.Applicability 4.Link scoped multicast addressformatformat...........................2 4. Examples.......................................................4 5.Source-specific multicast addressesConsiderations.................................................4 6.ExamplesSecurity Considerations........................................4 7.ConsiderationsReferences.....................................................4 8.Security considerations 9. References 10. AcknowledgementsAcknowledgments................................................5 Author's Addresses................................................5 1. Introduction This specification defines an extension to the multicast portion of the IPv6 addressing architecture [ADDRARCH]. The current architecture does not contain any built-in support for dynamic address allocation. The extension allows for use of interface-IDs to allocate multicast addresses. When the link-local unicast address is configured at each interface of a host, an interface ID is uniquely determined. By delegating multicast addresses at the same time as the interface ID, each host can identify its multicast addresses automatically without running an intra- or inter-domain allocation protocol inservelessserverless environments. The current multicast address allocation architecture [RFC 2908] is based on a multi-layered, multi-protocol system. The goal of this proposal is to reduce the number of protocols and servers to get dynamic multicast address allocation. The use of interface ID-based multicast address allocation will, at a minimum, remove the need to run the MulticastAddress Allocation Protocol (AAP) [AAP WORK][RFCAddress-Set Claim(MASC) Protocol[RFC 2909] and the Multicast Address Allocation servers [RFC 2908]. Basically this document updates the "Unicast-Prefix-based IPv6 Multicast Addresses" for the link-local scope [RFC 3306]. This document changes and restricts the usage of defined fields such as scope, plen and network prefix field in [RFC 3306]. Therefore, this document specifies encoded information for link-local scope in thelink scoped multicast address to allow for dynamic allocation of IPv6multicast addresses.2. TerminologyThe 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]. 3.RFC-2119. 2. Applicability The allocation technique in this document is designed to be used in any environment in which link-local scope IPv6 multicast addresses are assigned or selected. Especially, this method goes well with nodes supplying multicast services in a zeroconf environment. For example, multicast addresses less than or equal to link-local scope are themselves generated by nodes supplying multicast services. Consequently, this techniqueis limited to use byMIUST be used for link scoped multicastscope.addresses. If you want to use multicast addresses greater thanlink-local,link- local, you need othermethods. 4.methods such as [RFC 3306]. 3. Link scoped multicast address format Section 2.7 of [ADDRARCH] defines the following operational format of IPv6 multicast addresses: | 8 | 4 | 4 | 112 | +--------+----+----+---------------------------------------------+ |11111111|flgs|scop| group ID | +--------+----+----+---------------------------------------------+ Figure 1: Generic IPv6 multicast address format This document introduces new formats that incorporate interface ID information in the multicast address. The idea of delegating multicast addresses at the same time as the interfaceID,ID can be applicable to link-local. Figure 2 illustrates the new format forlink-locallink scoped multicast addresses. That is, if the scope of the multicast address is link- local scope, it is this format. | 8 | 4 | 4 | 16 | 64 | 32 | +--------+----+----+------------+----------------+---------------+ |11111111|flgs|scop| reserved | Interface ID | group ID | +--------+----+----+------------+----------------+---------------+ Figure 2: link scoped multicast IPv6 address format +-+-+-+-+ flgs is a set of 4 flags: |0|0|P|T| +-+-+-+-+ o P = 0 indicates a multicast address that is not assigned on the basis of the interface ID. o P = 1 indicates a multicast address that is assigned on the basis of the interface ID. o If P = 1, T MUST be set to 1, otherwise the setting of the T bit is defined in Section 2.7 ofRFC 2373.[RFC 2373]. flgs should use the same flag defined in section34 of[UNIMULTI].[RFC 3306]. That is, this document proposes the third bit of 'flgs' field toindicatesindicate an Interface ID-based multicast addresses.Additionally, itscop <= 2. The value of this multicast address is necessary to distinguish between anIntefaceInterface ID-based multicast address and a unicast-prefix-based multicast address. If scop <=2. The scope of this multicast address2, the former MUST beindependent of the scope ofused. That is, this document updates theunicast address,[RFC 3306], whichderives the interface ID embedded indescribes themulticast address.latter. The reserved field MUST bezero. interfacezero which maps to a plen of zero in RFC 3306. Interface ID field is used to distinguish each host from others. And this value is obtained from the IEEE EUI-64 based interface identifier of the link-local unicast IPv6 address.groupGiven the use of this method for link-local scope, the interface ID embedded in the multicast address SHOULD come from the interface ID of the link-local unicast address on the interface after DAD has completed. That is, the creation of the multicast address MUST occur after DAD has completed as part of the auto-config process. Group ID is generated to indicate multicast application and is used to guarantee its uniqueness only in the host. It may also be set on the basis of the guidelines outlined in[IPV6 GID].[RFC 3307]. The lifetime of an Interface ID-based multicast address has no dependency on the Valid Lifetime field in the Prefix Information option, corresponding to the unicast address being used, contained in the Router Advertisement message [RFC 2461].5. Source-specific multicast addresses The link scoped multicast address format supports source-specific multicast addresses, as defined by [SSM ARCH]. To accomplish this, a node MUST: o Set P = 1. o Set interface ID = 0. These settings create an SSM range of FF32::/96. The source address field in the IPv6 header identifies the owner of the multicast address. 6.4. Examples This is an example of an interface ID-based multicast address with link-local scope. For example in anethernetEthernet environment, if the link-local unicast address is FE80::12:34:56:78:90:AB, themutlicastmulticast prefix of the host is FF32:0:1234:56FF:FE78:90AB::/96. For SSM, multicastadrressaddress will be FF32::/96.7.5. Considerations Thisdraftdocument updates [RFC 3306] for the scope <= 2 case. This document considers onlylink-locallink scoped multicast addresses. For this purpose,P flagscop field is used shown in figure 2. The[UNIMULTI] draft also uses the P flag to indicate alink scoped multicast addressthat is assigned on the basis of the network prefix. For consistency, some modifications informat supports source-specific multicast addresses by the[UNIMULTI] draft are required. For example,same method, as defined byrestrictng[RFC 3306]. So, it could be confused with a RFC 3306 SSM address. To resolve this, thesyntax to scope > 2 in [UNIMULTI]. 8.usage of this format is restricted within link-local scope. 6. Securityconsiderations [RFC3041]Considerations [RFC 3041] describes the privacy extension to IPv6 stateless address autoconfiguration for an interface ID.So, [RFC3041] satisfied our requirements.The interface ID, generated by [RFC 3041], is also used in this method since the uniqueness is verified by DAD procedure as part of the secure auto-config process. Using source-specific multicast addresses can sometimes aid in the prevention of denial-of-service attacks by arbitrary sources, although no guarantee is provided. A more in-depth discussion of the security considerations for SSM can be found in [SSM ARCH].9.7. References Normative [RFC 2119] S. Bradner, "Key words for use in RFCs to indicate Requirement Levels", RFC 2119, March 1997. [RFC 2373] R. Hinden and S. Deering, "IP Version 6 Addressing Architecture", RFC 2373, October 1998. [RFC 3041] T. Narten and R. Draves, "Privacy Extensions for Stateless Address Autoconfiguration in IPv6," RFC 3041, April 2001. [RFC 3306] B. Haberman and D. Thaler, "Unicast-Prefix-based IPv6 Multicast Addresses," RFC 3306, August 2002. [ADDRARCH] R. Hinden and S. Deering, "IP Version 6 Addressing Architecture", Work In Progress, October 2002. Informative [RFC 2461] T. Narten,T., Nordmark, E.,E. Nordmark and W. Simpson,W.,"Neighbor Discovery for IP Version 6 (IPv6)", RFC 2461, December 1998. [RFC 2908] D. Thaler, M. Handley and D. Estrin,"Th"The Internet Multicast Address Allocation Architecture," RFC2908, September 2000. [RFC 2909] P. Radoslavov,P.,D. Estrin,D.,R. Govindan,R.,M. Handley,M., Kumar,S. Kumar, and D. Thaler, "The Multicast Address-Set Claim (MASC) Protocol", RFC 2909, September 2000. [RFC3041] T. Narten and R. Draves, "Privacy Extensions for Stateless Address Autoconfiguration in IPv6," RFC 3041, April 2001. [AAP WORK] Handley, M. and S. Hanna, "Multicast Address Allocation Protocol (AAP)", Work in Progress. [ADDRARCH] R. Hinden and S. Deering, "IP Version 6 Addressing Architecture", Work In Progress, October 2001. [UNIMULTI] B. Haberman and D. Thaler, "Unicast-Prefix-based IPv6 Multicast Addresses," Work In Progress, December 2001. [IPV6 GID]3307] B. Haberman, "Dynamic Allocation Guidelines for IPv6 Multicast Addresses," Work In Progress, October 2001. [SSM ARCH] H. Holbrook and B. Cain, "Source-Specific Multicast for IP", Work In Progress, March2001. 10. Acknowledgements2003. 8. Acknowledgments We would like to thank Dave Thaler and Brian Haberman for his comments related to the consistency between the unicast prefix-based multicast draft and this one.AuthorsAuthor's Addresses Jung-Soo Park ETRI PEC 161Kajong-Dong, Yusong-Gu, TaejonGajeong-Dong, Yuseong-Gu, Daejon 305-600, KoreaTel :Phone: +82 42 860 6514Fax : +82 42 861 5404 E-mail :Email: jspark@pec.etri.re.kr Myung-Ki Shin ETRI PEC 161Kajong-Dong, Yusong-Gu, TaejonGajeong-Dong, Yuseong-Gu, Daejon 305-600, KoreaTel :Phone: +82 42 860 4847Fax :Email: mkshin@pec.etri.re.kr Hyoung-Jun Kim ETRI PEC 161 Gajeong-Dong, Yuseong-Gu, Daejon 305-600, Korea Phone: +82 42861 5404 E-mail : mkshin@pec.etri.re.kr860 6576 Email: khj@etri.re.kr