home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / drafts / draft_ietf_i / draft-ietf-ipngwg-multicast-assgn-02.txt < prev    next >
Text File  |  1997-05-20  |  15KB  |  509 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. INTERNET-DRAFT                              R. Hinden, Ipsilon Networks
  8. May 16, 1997                                          S. Deering, Cisco
  9.  
  10.  
  11.  
  12.  
  13.                    IPv6 Multicast Address Assignments
  14.  
  15.                <draft-ietf-ipngwg-multicast-assgn-02.txt>
  16.  
  17.  
  18.  
  19. Status of this Memo
  20.  
  21.    This document is an Internet Draft.  Internet Drafts are working
  22.    documents of the Internet Engineering Task Force (IETF), its Areas,
  23.    and its Working Groups.  Note that other groups may also distribute
  24.    working documents as Internet Drafts.
  25.  
  26.    Internet Drafts are draft documents valid for a maximum of six
  27.    months.  Internet Drafts may be updated, replaced, or obsoleted by
  28.    other documents at any time.  It is not appropriate to use Internet
  29.    Drafts as reference material or to cite them other than as a
  30.    ``working draft'' or ``work in progress.''
  31.  
  32.    Please check the 1id-abstracts.txt listing contained in the internet-
  33.    drafts Shadow Directories on nic.ddn.mil, nnsc.nsf.net,
  34.    nic.nordu.net, ftp.nisc.sri.com, or munnari.oz.au to learn the
  35.    current status of any Internet Draft.
  36.  
  37.  
  38. 1.0 Introduction
  39.  
  40.    This document defines the initial assignment of IPv6 multicast
  41.    addresses.  It is based on the "IP Version 6 Addressing Architecture"
  42.    [ADDARCH] and current IPv4 multicast address assignment found in
  43.    <ftp://venera.isi.edu/in-notes/iana/assignments/multicast-addresses>.
  44.    It adapts the IPv4 assignments that are relevant to IPv6 assignments.
  45.    IPv4 assignments that were not relevant were not converted into IPv6
  46.    assignments.  Comments are solicited on this conversion.
  47.  
  48.    All other IPv6 multicast addresses are reserved.
  49.  
  50.    Sections 2 and 3 specify reserved and preassigned IPv6 multicast
  51.    addresses.  Section 4 defines guidelines for assigning new IPv6
  52.    multicast addresses.
  53.  
  54.    The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
  55.  
  56.  
  57.  
  58. draft-ietf-ipngwg-multicast-assgn-02.txt                        [Page 1]
  59.  
  60. INTERNET-DRAFT     IPv6 Multicast Address Assignments          16 May 97
  61.  
  62.  
  63.    "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
  64.    document are to be interpreted as described in [RFC 2119].
  65.  
  66.  
  67. 2. Fixed Scope Multicast Addresses
  68.  
  69.    These permanently assigned multicast addresses are valid over a
  70.    specified scope value.
  71.  
  72. 2.1 Node-Local Scope
  73.  
  74.    FF01:0:0:0:0:0:0:1     All Nodes Address                  [ADDARCH]
  75.    FF01:0:0:0:0:0:0:2     All Routers Address                [ADDARCH]
  76.  
  77. 2.2 Link-Local Scope
  78.  
  79.    FF02:0:0:0:0:0:0:1     All Nodes Address                  [ADDARCH]
  80.    FF02:0:0:0:0:0:0:2     All Routers Address                [ADDARCH]
  81.    FF02:0:0:0:0:0:0:3     Unassigned                             [JBP]
  82.    FF02:0:0:0:0:0:0:4     DVMRP Routers                  [RFC1075,JBP]
  83.    FF02:0:0:0:0:0:0:5     OSPFIGP                        [RFC1583,Moy]
  84.    FF02:0:0:0:0:0:0:6     OSPFIGP Designated Routers     [RFC1583,Moy]
  85.    FF02:0:0:0:0:0:0:7     ST Routers                    [RFC1190,KS14]
  86.    FF02:0:0:0:0:0:0:8     ST Hosts                      [RFC1190,KS14]
  87.    FF02:0:0:0:0:0:0:9     RIP Routers                  [RFC1723,GSM11]
  88.    FF02:0:0:0:0:0:0:A     EIGRP Routers                    [Farinacci]
  89.    FF02:0:0:0:0:0:0:B     Mobile-Agents                 [Bill Simpson]
  90.  
  91.    FF02:0:0:0:0:0:0:D     All PIM Routers                  [Farinacci]
  92.    FF02:0:0:0:0:0:0:E     RSVP-ENCAPSULATION                  [Braden]
  93.  
  94.    FF02:0:0:0:0:0:1:1     Link Name                       [Harrington]
  95.    FF02:0:0:0:0:0:1:2     All-dhcp-agents              [Bound,Perkins]
  96.    FF02:0:0:0:0:0:1:3     All-dhcp-servers             [Bound,Perkins]
  97.    FF02:0:0:0:0:0:1:4     All-dhcp-relays              [Bound,Perkins]
  98.  
  99.    FF02:0:0:0:0:1:FFXX:XXXX     Solicited-Node Address       [ADDARCH]
  100.  
  101. 2.3 Site-Local Scope
  102.  
  103.    FF05:0:0:0:0:0:0:2     All Routers Address                [ADDARCH]
  104.    FF05:0:0:0:0:0:1:2     All-dhcp-agents              [Bound,Perkins]
  105.    FF05:0:0:0:0:0:1:3     All-dhcp-servers             [Bound,Perkins]
  106.    FF05:0:0:0:0:0:1:4     All-dhcp-relays              [Bound,Perkins]
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114. draft-ietf-ipngwg-multicast-assgn-02.txt                        [Page 2]
  115.  
  116. INTERNET-DRAFT     IPv6 Multicast Address Assignments          16 May 97
  117.  
  118.  
  119. 3.0 All Scope Multicast Addresses
  120.  
  121.    These permanently assigned multicast addresses are valid over all
  122.    scope ranges.  This is shown by an "X" in the scope field of the
  123.    address that means any legal scope value.
  124.  
  125.    Note that, as defined in [ADDARCH], IPv6 multicast addresses which
  126.    are only different in scope represent different groups.  Nodes must
  127.    join each group individually.
  128.  
  129.    The IPv6 multicast addresses with variable scope are as follows:
  130.  
  131.    FF0X:0:0:0:0:0:0:0     Reserved Multicast Address         [ADDARCH]
  132.  
  133.    FF0X:0:0:0:0:0:0:100   VMTP Managers Group           [RFC1045,DRC3]
  134.    FF0X:0:0:0:0:0:0:101   Network Time Protocol (NTP)   [RFC1119,DLM1]
  135.    FF0X:0:0:0:0:0:0:102   SGI-Dogfight                           [AXC]
  136.    FF0X:0:0:0:0:0:0:103   Rwhod                                  [SXD]
  137.    FF0X:0:0:0:0:0:0:104   VNP                                   [DRC3]
  138.    FF0X:0:0:0:0:0:0:105   Artificial Horizons - Aviator          [BXF]
  139.    FF0X:0:0:0:0:0:0:106   NSS - Name Service Server             [BXS2]
  140.    FF0X:0:0:0:0:0:0:107   AUDIONEWS - Audio News Multicast      [MXF2]
  141.    FF0X:0:0:0:0:0:0:108   SUN NIS+ Information Service          [CXM3]
  142.    FF0X:0:0:0:0:0:0:109   MTP Multicast Transport Protocol       [SXA]
  143.    FF0X:0:0:0:0:0:0:10A   IETF-1-LOW-AUDIO                       [SC3]
  144.    FF0X:0:0:0:0:0:0:10B   IETF-1-AUDIO                           [SC3]
  145.    FF0X:0:0:0:0:0:0:10C   IETF-1-VIDEO                           [SC3]
  146.    FF0X:0:0:0:0:0:0:10D   IETF-2-LOW-AUDIO                       [SC3]
  147.    FF0X:0:0:0:0:0:0:10E   IETF-2-AUDIO                           [SC3]
  148.    FF0X:0:0:0:0:0:0:10F   IETF-2-VIDEO                           [SC3]
  149.  
  150.    FF0X:0:0:0:0:0:0:110   MUSIC-SERVICE             [Guido van Rossum]
  151.    FF0X:0:0:0:0:0:0:111   SEANET-TELEMETRY             [Andrew Maffei]
  152.    FF0X:0:0:0:0:0:0:112   SEANET-IMAGE                 [Andrew Maffei]
  153.    FF0X:0:0:0:0:0:0:113   MLOADD                              [Braden]
  154.    FF0X:0:0:0:0:0:0:114   any private experiment                 [JBP]
  155.    FF0X:0:0:0:0:0:0:115   DVMRP on MOSPF                         [Moy]
  156.    FF0X:0:0:0:0:0:0:116   SVRLOC                            [Veizades]
  157.    FF0X:0:0:0:0:0:0:117   XINGTV                      <hgxing@aol.com>
  158.    FF0X:0:0:0:0:0:0:118   microsoft-ds         <arnoldm@microsoft.com>
  159.    FF0X:0:0:0:0:0:0:119   nbc-pro           <bloomer@birch.crd.ge.com>
  160.    FF0X:0:0:0:0:0:0:11A   nbc-pfn           <bloomer@birch.crd.ge.com>
  161.    FF0X:0:0:0:0:0:0:11B   lmsc-calren-1                         [Uang]
  162.    FF0X:0:0:0:0:0:0:11C   lmsc-calren-2                         [Uang]
  163.    FF0X:0:0:0:0:0:0:11D   lmsc-calren-3                         [Uang]
  164.    FF0X:0:0:0:0:0:0:11E   lmsc-calren-4                         [Uang]
  165.    FF0X:0:0:0:0:0:0:11F   ampr-info                          [Janssen]
  166.  
  167.  
  168.  
  169.  
  170. draft-ietf-ipngwg-multicast-assgn-02.txt                        [Page 3]
  171.  
  172. INTERNET-DRAFT     IPv6 Multicast Address Assignments          16 May 97
  173.  
  174.  
  175.    FF0X:0:0:0:0:0:0:120   mtrace                              [Casner]
  176.    FF0X:0:0:0:0:0:0:121   RSVP-encap-1                        [Braden]
  177.    FF0X:0:0:0:0:0:0:122   RSVP-encap-2                        [Braden]
  178.    FF0X:0:0:0:0:0:0:123   SVRLOC-DA                         [Veizades]
  179.    FF0X:0:0:0:0:0:0:124   rln-server                            [Kean]
  180.    FF0X:0:0:0:0:0:0:125   proshare-mc                          [Lewis]
  181.    FF0X:0:0:0:0:0:0:126   dantz                               [Yackle]
  182.    FF0X:0:0:0:0:0:0:127   cisco-rp-announce                [Farinacci]
  183.    FF0X:0:0:0:0:0:0:128   cisco-rp-discovery               [Farinacci]
  184.    FF0X:0:0:0:0:0:0:129   gatekeeper                            [Toga]
  185.    FF0X:0:0:0:0:0:0:12A   iberiagames                        [Marocho]
  186.  
  187.    FF0X:0:0:0:0:0:0:201  "rwho" Group (BSD) (unofficial)         [JBP]
  188.    FF0X:0:0:0:0:0:0:202   SUN RPC PMAPPROC_CALLIT               [BXE1]
  189.  
  190.    FF0X:0:0:0:0:0:2:0000
  191.     -FF0X:0:0:0:0:0:2:7FFD  Multimedia Conference Calls          [SC3]
  192.    FF0X:0:0:0:0:0:2:7FFE    SAPv1 Announcements                  [SC3]
  193.    FF0X:0:0:0:0:0:2:7FFF    SAPv0 Announcements (deprecated)     [SC3]
  194.    FF0X:0:0:0:0:0:2:8000
  195.     -FF0X:0:0:0:0:0:2:FFFF  SAP Dynamic Assignments              [SC3]
  196.  
  197.  
  198. 4.0 Assignment of New IPv6 Multicast Addresses
  199.  
  200.    Multicast address as defined in [ADDARCH] have the following format:
  201.  
  202.  
  203.     |   8    |  4 |  4 |                  112 bits                   |
  204.     +------ -+----+----+---------------------------------------------+
  205.     |11111111|flgs|scop|                  group ID                   |
  206.     +--------+----+----+---------------------------------------------+
  207.  
  208.  
  209.    The current approach [RFC1972] to map IPv6 multicast addresses into
  210.    IEEE 802 MAC addresses takes the low order 32 bits of the IPv6
  211.    multicast address and uses it to create a MAC address.  Groups ID's
  212.    less than or equal to 32 bits will generate unique MAC addresses.
  213.    Due to this new IPv6 multicast addresses should be assigned so that
  214.    the group identifier is always in the low order 32 bits as shown in
  215.    the following:
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226. draft-ietf-ipngwg-multicast-assgn-02.txt                        [Page 4]
  227.  
  228. INTERNET-DRAFT     IPv6 Multicast Address Assignments          16 May 97
  229.  
  230.  
  231.     |   8    |  4 |  4 |          80 bits          |     32 bits     |
  232.     +------ -+----+----+---------------------------+-----------------+
  233.     |11111111|flgs|scop|   reserved must be zero   |    group ID     |
  234.     +--------+----+----+---------------------------+-----------------+
  235.  
  236.  
  237.    While this limits the number of permanent IPv6 multicast groups to
  238.    2^32 this is unlikely to be a limitation in the future.  If it
  239.    becomes necessary to exceed this limit in the future multicast will
  240.    still work but the processing will be sightly slower.
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282. draft-ietf-ipngwg-multicast-assgn-02.txt                        [Page 5]
  283.  
  284. INTERNET-DRAFT     IPv6 Multicast Address Assignments          16 May 97
  285.  
  286.  
  287. 5.0 References
  288.  
  289.    [ADDARCH] Hinden, R., "IP Version 6 Addressing Architecture",
  290.              Internet Draft, <draft-ietf-ipngwg-addr-arch-00.txt>, May
  291.              1997.
  292.  
  293.    [AUTORFC] Thompson, S., "IPv6 Stateless Address Autoconfiguration",
  294.              Internet Draft.
  295.  
  296.    [ETHER]  Crawford, M., "Transmission of IPv6 Packets over Ethernet
  297.              Networks", Internet Draft, <draft-ietf-ipngwg-trans-
  298.              ethernet-00.txt>, March 1997.
  299.  
  300.    [RFC1045] Cheriton, D., "VMTP: Versatile Message Transaction Protocol
  301.              Specification", RFC 1045, Stanford University, February
  302.              1988.
  303.  
  304.    [RFC1075] Waitzman, D., C. Partridge, and S. Deering "Distance Vector
  305.              Multicast Routing Protocol", RFC-1075, BBN STC, Stanford
  306.              University, November 1988.
  307.  
  308.    [RFC1112] Deering, S., "Host Extensions for IP Multicasting", STD 5,
  309.              RFC 1112, Stanford University, August 1989.
  310.  
  311.    [RFC1119] Mills, D., "Network Time Protocol (Version 1),
  312.              Specification and Implementation", STD 12, RFC 1119,
  313.              University of Delaware, July 1988.
  314.  
  315.    [RFC1190] Topolcic, C., Editor, "Experimental Internet Stream
  316.              Protocol, Version 2 (ST-II)", RFC 1190, CIP Working Group,
  317.              October 1990.
  318.  
  319.    [RFC1583] Moy, J., "The OSPF Specification", RFC 1583, Proteon, March
  320.              1994.
  321.  
  322.    [RFC1723] Malkin, G., "RIP Version 2: Carying Additional
  323.              Information", RFC 1723, Xylogics, November 1994.
  324.  
  325.    [RFC2119] S. Bradner, "Key words for use in RFCs to Indicate
  326.              Requirement Levels", RFC2119, BCP14, March 1997.
  327.  
  328. 6. People
  329.  
  330.    <arnoldm@microsoft.com>
  331.  
  332.    [AXC] Andrew Cherenson <arc@SGI.COM>
  333.  
  334.    [Braden] Bob Braden, <braden@isi.edu>, April 1996.
  335.  
  336.  
  337.  
  338. draft-ietf-ipngwg-multicast-assgn-02.txt                        [Page 6]
  339.  
  340. INTERNET-DRAFT     IPv6 Multicast Address Assignments          16 May 97
  341.  
  342.  
  343.    [Bob Brenner]
  344.  
  345.    [Bressler] David J. Bressler, <bressler@tss.com>, April 1996.
  346.  
  347.    <bloomer@birch.crd.ge.com>
  348.  
  349.    [Bound] Jim Bound <bound@zk3.dec.com>
  350.  
  351.    [BXE1] Brendan Eic <brendan@illyria.wpd.sgi.com>
  352.  
  353.    [BXF] Bruce Factor <ahi!bigapple!bruce@uunet.UU.NET>
  354.  
  355.    [BXS2] Bill Schilit <schilit@parc.xerox.com>
  356.  
  357.    [Casner] Steve Casner, <casner@isi.edu>, January 1995.
  358.  
  359.    [CXM3] Chuck McManis <cmcmanis@sun.com>
  360.  
  361.    [Tim Clark]
  362.  
  363.    [DLM1] David Mills <Mills@HUEY.UDEL.EDU>
  364.  
  365.    [DRC3] Dave Cheriton <cheriton@PESCADERO.STANFORD.EDU>
  366.  
  367.    [DXS3] Daniel Steinber <Daniel.Steinberg@Eng.Sun.COM>
  368.  
  369.    [Farinacci] Dino Farinacci, <dino@cisco.com>
  370.  
  371.    [GSM11] Gary S. Malkin <GMALKIN@XYLOGICS.COM>
  372.  
  373.    [Harrington] Dan Harrington, <dan@lkg.dec.com>, July 1996.
  374.  
  375.    <hgxing@aol.com>
  376.  
  377.    [IANA] IANA <iana@isi.edu>
  378.  
  379.    [Janssen] Rob Janssen, <rob@pe1chl.ampr.org>, January 1995.
  380.  
  381.    [JBP] Jon Postel <postel@isi.edu>
  382.  
  383.    [JXM1] Jim Miner <miner@star.com>
  384.  
  385.    [Kean] Brian Kean, <bkean@dca.com>, August 1995.
  386.  
  387.    [KS14] <mystery contact>
  388.  
  389.    [Lee] Choon Lee, <cwl@nsd.3com.com>, April 1996.
  390.  
  391.  
  392.  
  393.  
  394. draft-ietf-ipngwg-multicast-assgn-02.txt                        [Page 7]
  395.  
  396. INTERNET-DRAFT     IPv6 Multicast Address Assignments          16 May 97
  397.  
  398.  
  399.    [Lewis] Mark Lewis, <Mark_Lewis@ccm.jf.intel.com>, October 1995.
  400.  
  401.    [Malamud] Carl Malamud, <carl@radio.com>, January 1996.
  402.  
  403.    [Andrew Maffei]
  404.  
  405.    [Marohco] Jose Luis Marocho, <73374.313@compuserve.com>, July 1996.
  406.  
  407.    [Moy] John Moy <jmoy@casc.com>
  408.  
  409.    [MXF2] Martin Forssen <maf@dtek.chalmers.se>
  410.  
  411.    [Perkins] Charlie Perkins, <perk@watson.ibm.com>
  412.  
  413.    [Guido van Rossum]
  414.  
  415.    [SC3] Steve Casner <casner@isi.edu>
  416.  
  417.    [Simpson] Bill Simpson <bill.simpson@um.cc.umich.edu> November 1994.
  418.  
  419.    [Joel Snyder]
  420.  
  421.    [SXA] Susie Armstrong <Armstrong.wbst128@XEROX.COM>
  422.  
  423.    [SXD] Steve Deering <deering@PARC.XEROX.COM>
  424.  
  425.    [tynan] Dermot Tynan, <dtynan@claddagh.ie>, August 1995.
  426.  
  427.    [Toga] Jim Toga, <jtoga@ibeam.jf.intel.com>, May 1996.
  428.  
  429.    [Uang] Yea Uang <uang@force.decnet.lockheed.com> November 1994.
  430.  
  431.    [Veizades] John Veizades,  <veizades@tgv.com>, May 1995.
  432.  
  433.    [Yackle] Dotty Yackle, <ditty_yackle@dantz.com>, February 1996.
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450. draft-ietf-ipngwg-multicast-assgn-02.txt                        [Page 8]
  451.  
  452. INTERNET-DRAFT     IPv6 Multicast Address Assignments          16 May 97
  453.  
  454.  
  455. 7.0 Security Considerations
  456.  
  457.    Documents of this type do not directly impact the security of the
  458.    Internet infrastructure or its applications.
  459.  
  460.  
  461. 8.0 Authors' Addresses
  462.  
  463.      Robert M. Hinden
  464.      Ipsilon Networks, Inc.
  465.      232 Java Way
  466.      Sunnyvale, CA 94089
  467.      USA
  468.  
  469.      phone: +1 415 990 2004
  470.      email: hinden@ipsilon.com
  471.  
  472.  
  473.      Stephen E. Deering
  474.      Cisco Systems, Inc.
  475.      170 West Tasman Drive
  476.      San Jose, CA 95134-1706
  477.      USA
  478.  
  479.      phone: +1 408 527-8213
  480.      email: deering@cisco.com
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506. draft-ietf-ipngwg-multicast-assgn-02.txt                        [Page 9]
  507.  
  508. Expires in six months
  509.