RFC2283 日本語訳

2283 Multiprotocol Extensions for BGP-4. T. Bates, R. Chandra, D.Katz, Y. Rekhter. February 1998. (Format: TXT=18946 bytes) (Obsoleted by RFC2858) (Status: PROPOSED STANDARD)

RFC一覧
英語原文

Network Working Group                                           T. Bates
Request for Comments: 2283                                 Cisco Systems
Category: Standards Track                                     R. Chandra
                                                           Cisco Systems
                                                                 D. Katz
                                                        Juniper Networks
                                                              Y. Rekhter
                                                           Cisco Systems
                                                           February 1998


                   Multiprotocol Extensions for BGP-4

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.

  この文書は、インターネットコミュニティのインターネット標準化トラック
  の方法に則って定義します、また、改善に対しての提案と議論を要求します。
  どうぞ、標準化状態と、このプロトコルの状態を"インターネット公式プロト
  コル標準"(STD1)の最新版を参照してください。このメモの配布は制限されま
  せん。

Copyright Notice

   Copyright (C) The Internet Society (1998).  All Rights Reserved.

2. Abstract

2. 要約

   Currently BGP-4 [BGP-4] is capable of carrying routing information
   only for IPv4 [IPv4]. This document defines extensions to BGP-4 to
   enable it to carry routing information for multiple Network Layer
   protocols (e.g., IPv6, IPX, etc...). The extensions are backward
   compatible - a router that supports the extensions can interoperate
   with a router that doesn't support the extensions.

   最新のBGP-4は、IPv4に関してのみの経路情報を伝送することができる。
   この文章は、BGP-4に(IPv6やIPXなどの)マルチレイヤ対応の拡張を定義
   する。この拡張には、この拡張をサポートしているルータとサポートし
   ていないルータで相互接続できるような下位互換性がある。

3. Overview

3. 概要

   The only three pieces of information carried by BGP-4 that are IPv4
   specific are (a) the NEXT_HOP attribute (expressed as an IPv4
   address), (b) AGGREGATOR (contains an IPv4 address), and (c) NLRI
   (expressed as IPv4 address prefixes). This document assumes that any
   BGP speaker (including the one that supports multiprotocol
   capabilities defined in this document) has to have an IPv4 address
   (which will be used, among other things, in the AGGREGATOR
   attribute). Therefore, to enable BGP-4 to support routing for
   multiple Network Layer protocols the only two things that have to be
   added to BGP-4 are (a) the ability to associate a particular Network
   Layer protocol with the next hop information, and (b) the ability to
   associated a particular Network Layer protocol with NLRI. To identify



Bates, et. al.              Standards Track                     [Page 1]

RFC 2283           Multiprotocol Extensions for BGP-4      February 1998


   individual Network Layer protocols this document uses Address Family,
   as defined in [RFC1700].

   IPv4仕様のBGP-4によって伝搬される情報は、(a)NEXT_HOP属性(IPv4アド
   レス形式で表現)、(b)AGGREGATOR(IPv4アドレスが含まれる)、そして(c)
   NLRI(IPv4アドレス形式で表現)の3つである。この文章は、(この文章に
   定義されるマルチプロトコルの能力をサポートするものを含む)BGP Speaker
   が(AGGREGATOR属性や他の物に含まれ、利用されるような)IPv4アドレスを
   持っていると仮定する。そのため、BGP-4にマルチネットワークレイヤプロ
  トコルのルーティングをサポートさせるには、BGP-4に(a)特定のネットワー
  クレイヤプロトコルとnext hopの情報を関係付ける能力、そして(b)特定の
  ネットワークレイヤプロトコルとNLRIを関係付ける能力、の2つの機能を
  追加しなくてはならない。個別のネットワークレイヤプロトコルを区別する
  ためにこの文章では、RFC1700で定義されるようなアドレスファミリを使う。

   One could further observe that the next hop information (the
   information provided by the NEXT_HOP attribute) is meaningful (and
   necessary) only in conjunction with the advertisements of reachable
   destinations - in conjunction with the advertisements of unreachable
   destinations (withdrawing routes from service) the next hop
   information is meaningless. This suggests that the advertisement of
   reachable destinations should be grouped with the advertisement of
   the next hop to be used for these destinations, and that the
   advertisement of reachable destinations should be segregated from the
   advertisement of unreachable destinations.

  さらに詳しく見てみると、next hop情報(NEXT_HOP属性によって与えられる
  情報)はDestinationへの到達可能性の広報と組み合わせることについてのみ
  意味があり(そして、必要である)、一方で、(サービスからのWithdrawに
  よる)Destinationへの到達不可能性の広告と組み合わせることについては無
  意味である。これは、Destinationへの到達可能性の広告は、それら目的ホス
  トにたいして利用されるnext hopの広告とまとめられるべきであり、そして、
  Destinationへの到達可能性の広告は、Destinationへの到達不可能性の広告か
  ら分離されるべきであることを連想させる。

   To provide backward compatibility, as well as to simplify
   introduction of the multiprotocol capabilities into BGP-4 this
   document uses two new attributes, Multiprotocol Reachable NLRI
   (MP_REACH_NLRI), and Multiprotocol Unreachable NLRI
   (MP_UNREACH_NLRI). The first one (MP_REACH_NLRI) is used to carry the
   set of reachable destinations together with the next hop information
   to be used for forwarding to these destinations. The second one
   (MP_UNREACH_NLRI) is used to carry the set of unreachable
   destinations.  Both of these attributes are optional and non-
   transitive.  This way a BGP speaker that doesn't support the
   multiprotocol capabilities will just ignore the information carried
   in these attributes, and will not pass it to other BGP speakers.

  下位互換性を提供するのと同時に、BGP-4に入れるマルチプロトコルの能力
  の説明を簡素化するためにこの文章では、Multiprotocol Reachable NLRI
   (MP_REACH_NLRI)とMultiprotocol Unreachable NLRI(MP_UNREACH_NLRI)の
  2つの新しい属性を利用する。最初のMP_REACH_NLRIは、到達可能な目的ホ
  ストに転送するために利用されるnext hopの情報と一緒にそれらの到達可能
  なDestinationのセットを伝播するために利用される。二つ目のMP_UNREACH_NLRI
   は、到達不可能なDestinationのセットを伝播するために利用される。これら
  は、マルチプロトコルの能力をサポートしないBGP Speakerでは、これら属性
  で伝播される情報は無視され、そして、他のBGP Speakerに伝えない。

4. Multiprotocol Reachable NLRI - MP_REACH_NLRI (Type Code 14):

   This is an optional non-transitive attribute that can be used for the
   following purposes:

  これは、以下のような目的で利用される、非転送属性のオプションです。

      (a) to advertise a feasible route to a peer

   (a) Peerに利用可能な経路の広告を行う。

      (b) to permit a router to advertise the Network Layer address of
      the router that should be used as the next hop to the destinations
      listed in the Network Layer Reachability Information field of the
      MP_NLRI attribute.

   (b) MP_NLRI属性のネットワークレイヤ到達可能性情報に記されるDestination
          へのnext hopに利用されるべきルータのネットワーク層アドレスを
     ルータが広告することを許可する。

      (c) to allow a given router to report some or all of the
      Subnetwork Points of Attachment (SNPAs) that exist within the
      local system

   (c) ローカルシステムに含まれるサブネットワークの接続店のいくつか
     またはすべてを与えられたルータが報告することを許す。

   The attribute contains one or more triples 
, where each triple is encoded as shown below:   これらの属性は、「アドレスファミリ情報」、「Next Hop情報」、   「ネットワーク層到達性情報」のうちの1つから3つが含まれ、それぞれは、   下記に示すようにエンコードされる。 Bates, et. al. Standards Track [Page 2] RFC 2283 Multiprotocol Extensions for BGP-4 February 1998 +---------------------------------------------------------+ | Address Family Identifier (2 octets) | +---------------------------------------------------------+ | Subsequent Address Family Identifier (1 octet) | +---------------------------------------------------------+ | Length of Next Hop Network Address (1 octet) | +---------------------------------------------------------+ | Network Address of Next Hop (variable) | +---------------------------------------------------------+ | Number of SNPAs (1 octet) | +---------------------------------------------------------+ | Length of first SNPA(1 octet) | +---------------------------------------------------------+ | First SNPA (variable) | +---------------------------------------------------------+ | Length of second SNPA (1 octet) | +---------------------------------------------------------+ | Second SNPA (variable) | +---------------------------------------------------------+ | ... | +---------------------------------------------------------+ | Length of Last SNPA (1 octet) | +---------------------------------------------------------+ | Last SNPA (variable) | +---------------------------------------------------------+ | Network Layer Reachability Information (variable) | +---------------------------------------------------------+ The use and meaning of these fields are as follows:   これらフィールドの意味と利用について下記に示す。 Address Family Identifier:    アドレスファミリ識別子: This field carries the identity of the Network Layer protocol associated with the Network Address that follows. Presently defined values for this field are specified in RFC1700 (see the Address Family Numbers section). このフィールドは、下記のネットワークアドレスに関するネットワー      クレイヤプロトコルの識別子を伝播します。現在のところ、このフィ      ールドの値は、RFC1700(アドレスファミリ番号の章を参照)に定義さ      されています。 Subsequent Address Family Identifier:    後続アドレスファミリ識別子: This field provides additional information about the type of the Network Layer Reachability Information carried in the attribute. このフィールドは、属性に含まれて伝播されるネットワークレイヤ到      達可能性情報の種類に関する追加情報を提供します。 Length of Next Hop Network Address:    Next Hopネットワークアドレス長: A 1 octet field whose value expresses the length of the "Network Address of Next Hop" field as measured in octets "Next Hopのネットワークアドレス"フィールドの長さをオクテット      で表現する1オクテットのフィールドです。 Bates, et. al. Standards Track [Page 3] RFC 2283 Multiprotocol Extensions for BGP-4 February 1998 Network Address of Next Hop:    Next Hopのネットワークアドレス: A variable length field that contains the Network Address of the next router on the path to the destination system 目的のシステムへのパスの次のルータのネットワークアドレスを含む      可変長フィールドです。 Number of SNPAs:    SNPAの個数: A 1 octet field which contains the number of distinct SNPAs to be listed in the following fields. The value 0 may be used to indicate that no SNPAs are listed in this attribute. 下記のフィールドにリストされるはっきりしたSNPAの個数を含む1オ      クテットのフィールドです。値0は、SNPAがこの属性にリストされてい      ないをとを示すために利用されます。 Length of Nth SNPA:    N番目のSNPAの長さ: A 1 octet field whose value expresses the length of the "Nth SNPA of Next Hop" field as measured in semi-octets セミオクテット単位(訳注:4ビット単位)で数えられる"N番目のNext      HopのSNPA"の長さを表現する1オクテットのフィールドです。 Nth SNPA of Next Hop:    N番目のNext HopのSNPA: A variable length field that contains an SNPA of the router whose Network Address is contained in the "Network Address of Next Hop" field. The field length is an integral number of octets in length, namely the rounded-up integer value of one half the SNPA length expressed in semi-octets; if the SNPA contains an odd number of semi-octets, a value in this field will be padded with a trailing all-zero semi-octet. "Next Hopのネットワークアドレス"フィールドに含まれるネットワー      クアドレスのルータのSNPAを含む可変長フィールドです。フィールド      長は、その長さを含むオクテットの整数値です、つまり、セミオクテ      ットで表現される半分のSNPAの長さが1の整数値へ丸めることで、も      し、SNPAが奇数個のセミオクテットを含む場合、このフィールドの値      は、すべてが0のセミオクテットを続かせて埋められます。 Network Layer Reachability Information:    ネットワークレイヤ到達可能性情報: A variable length field that lists NLRI for the feasible routes that are being advertised in this attribute. When the Subsequent Address Family Identifier field is set to one of the values defined in this document, each NLRI is encoded as specified in the "NLRI encoding" section of this document. この属性で広告されている利用可能な経路に対するNLRIをリストする 可変長のフィールドです。後続アドレスファミリ識別子フィールドが      このドキュメントに定義する値のひとつにセットされているとき、そ      れぞれのNLRIは、このドキュメントの"NLRIエンコーディング"の章に      定義されるようにエンコードされます。 The next hop information carried in the MP_REACH_NLRI path attribute defines the Network Layer address of the border router that should be used as the next hop to the destinations listed in the MP_NLRI attribute in the UPDATE message. When advertising a MP_REACH_NLRI attribute to an external peer, a router may use one of its own interface addresses in the next hop component of the attribute, provided the external peer to which the route is being advertised shares a common subnet with the next hop address. This is known as a "first party" next hop. A BGP speaker can advertise to an external peer an interface of any internal peer router in the next hop component, provided the external peer to which the route is being advertised shares a common subnet with the next hop address. This is known as a "third party" next hop information. A BGP speaker can advertise any external peer router in the next hop component, Bates, et. al. Standards Track [Page 4] RFC 2283 Multiprotocol Extensions for BGP-4 February 1998 provided that the Network Layer address of this border router was learned from an external peer, and the external peer to which the route is being advertised shares a common subnet with the next hop address. This is a second form of "third party" next hop information.   Next Hop情報は、UPDATEメッセージのMP_NLRI属性にリストされるDestination   へのNext Hopのように利用されるべき境界ルータのネットワークレイヤアド   レスを定義するMP_REACH_NLRIパス属性で伝播されます。外部Peerへの   MP_REACH_NLRI属性の広告において、ルータが属性の構成要素であるNext Hop にそれ自身のインタフェースアドレスのひとつを利用するとき、提供される 外部Peerへの広告されている経路はNext Hopアドレスとともに共通のサブネ ットを共有します。これは、"first party" Next Hopとして知られています。   BGP Speakerは、提供される外部Peerへ広告されている経路がNext Hopアドレ   スとともに共通のサブネットを共有するNext Hopの構成要素に内部Peerの何か のルータのひとつのインタフェースをひとつの外部Peerに広報することができ ます。これは、"third party" Next Hop情報として知られています。BGP   Speakerは、提供される外部Peerへ広告されている経路がNext Hopアドレスと   ともに共通のサブネットを共有するNext Hopの構成要素のどの外部Peerのル ータを広告することができ、そして、広告される経路に外部PeerはNext Hop アドレスとともに共通のサブネットを共有します。これは、"third party" Next Hop情報の2つめの形です。 Normally the next hop information is chosen such that the shortest available path will be taken. A BGP speaker must be able to support disabling advertisement of third party next hop information to handle imperfectly bridged media or for reasons of policy.   通常、Next Hop情報は最短の有効なパスを取るように選択されます。BGP Speakerは、不完全なブリッジメディアの利用やポリシによる理由によって   Third Party Next Hop情報の広告を無効にすることをサポートできるように   しなくてはなりません。 A BGP speaker must never advertise an address of a peer to that peer as a next hop, for a route that the speaker is originating. A BGP speaker must never install a route with itself as the next hop. BGP Speakerは、Speakerがオリジネートしている経路について、Next Hopで   あるPeerに決してPeerのアドレスを広告してはいけません。BGP Speakerは、   それ自信がNext Hopの経路を決してインストールしてはいけません。 When a BGP speaker advertises the route to an internal peer, the advertising speaker should not modify the next hop information associated with the route. When a BGP speaker receives the route via an internal link, it may forward packets to the next hop address if the address contained in the attribute is on a common subnet with the local and remote BGP speakers. BGP Speakerが内部Peerに経路を広告するとき、広告者は経路に関連する Next Hop情報を変更するべきではありません。BGP Speakerが内部リンク経   由で経路を受信するとき、もし属性が含まれているアドレスがローカルと   リモートのBGP Speakerとともに共通のサブネット上であれば、それは、Next Hopにパケットが転送されるでしょう。 An UPDATE message that carries the MP_REACH_NLRI must also carry the ORIGIN and the AS_PATH attributes (both in EBGP and in IBGP exchanges). Moreover, in IBGP exchanges such a message must also carry the LOCAL_PREF attribute. If such a message is received from an external peer, the local system shall check whether the leftmost AS in the AS_PATH attribute is equal to the autonomous system number of the peer than sent the message. If that is not the case, the local system shall send the NOTIFICATION message with Error Code UPDATE Message Error, and the Error Subcode set to Malformed AS_PATH.   MP_REACH_NLRIを伝播するUPDATEメッセージは、(EBGPとIBGPで交換される   両方の)ORIGINとAS_PATH属性も転送しなくてはなりません。さらに、そのよ   うなメッセージを交換するIBGPにおいては、LOCAL_PREF属性も伝播しなくて はなりません。もし、そのようなメッセージが外部Peerから受信されたら、   ローカルシステムはAS_PATH属性の一番左のAS番号がメッセージを送ったPeer の自律システム番号(訳注:AS番号と道義)と同じかどうかを確認するべき   です。もし、このような状況でないときは、ローカルシステムは、NOTIFICATION   メッセージにエラーコードがUPDATE Message Errorでエラーのサブコードが   Malformed AS_PATHをセットして送信するべきです。 5. Multiprotocol Unreachable NLRI - MP_UNREACH_NLRI (Type Code 15): 5. マルチプロトコル到達不能NLRI - MP_UNREACH_NLRI (Type Code 15): This is an optional non-transitive attribute that can be used for the purpose of withdrawing multiple unfeasible routes from service. これは、非転送属性オプションで、サービスからの複数の実行不能な経路   をWithdrawする目的に利用できます。 The attribute contains one or more triples
, where each triple is encoded as shown below:   属性には、1つ以上のアドレスファミリ情報、利用不能経路長、Withdraw経路 の3情報のセットが下記に示すようにエンコードされて含まれます。 +---------------------------------------------------------+ | Address Family Identifier (2 octets) | +---------------------------------------------------------+ | Subsequent Address Family Identifier (1 octet) | +---------------------------------------------------------+ | Withdrawn Routes (variable) | +---------------------------------------------------------+ Bates, et. al. Standards Track [Page 5] RFC 2283 Multiprotocol Extensions for BGP-4 February 1998 The use and the meaning of these fields are as follows:   これらのフィールドの意味と利用について下記に記述します。 Address Family Identifier:    アドレスファミリ識別子 This field carries the identity of the Network Layer protocol associated with the NLRI that follows. Presently defined values for this field are specified in RFC1700 (see the Address Family Numbers section).      このフィールドは、下記に示すNLRIに関するネットワークレイヤプロ      トコルの識別子を伝播します。現在のところ、このフィールドの値は、      RFC1700(アドレスファミリ番号の章を参照)に定義さされています。 Subsequent Address Family Identifier:    後続アドレスファミリ識別子: This field provides additional information about the type of the Network Layer Reachability Information carried in the attribute. このフィールドは、属性に含まれて伝播されるネットワークレイヤ到      達可能性情報の種類に関する追加情報を提供します。 Withdrawn Routes: Withdrawn経路: A variable length field that lists NLRI for the routes that are being withdrawn from service. When the Subsequent Address Family Identifier field is set to one of the values defined in this document, each NLRI is encoded as specified in the "NLRI encoding" section of this document.      サービスからWithdrawされる経路に対するNLRIをリストする可変長の      フィールドです。後続アドレスファミリ識別子がこの文書で定義され      る値のひとつにセットされているとき、それぞれのNLRIはこの文書の      "NLRIエンコーディング"の章に定義されるようにエンコードされます。 An UPDATE message that contains the MP_UNREACH_NLRI is not required to carry any other path attributes.   MP_UNREACH_NLRIに含まれるUPDATEメッセージは、他のどのパス属性で伝播   するかを要求されません。 6. NLRI encoding 6. NLRIエンコーディング The Network Layer Reachability information is encoded as one or more 2-tuples of the form , whose fields are described below:   ネットワークレイヤ到達性情報は、長さとプレフィックスの2つの要素から   なるものが1以上でエンコードされます、このフィールドを以下に記述しま   す。 +---------------------------+ | Length (1 octet) | +---------------------------+ | Prefix (variable) | +---------------------------+ The use and the meaning of these fields are as follows: これらのフィールドの意味と利用について下記に示します。 a) Length:    a) 長さ: The Length field indicates the length in bits of the address prefix. A length of zero indicates a prefix that matches all (as specified by the address family) addresses (with prefix, itself, of zero octets). 長さフィールドは、アドレスプレフィックスのビット長を示します。      長さが0の場合は、(アドレスファミリによって定義されるような) すべてのアドレス(それ自身が0オクテットのプレフィックスとと      もに)合致するプレフィックスを示します。 Bates, et. al. Standards Track [Page 6] RFC 2283 Multiprotocol Extensions for BGP-4 February 1998 b) Prefix:    b) プレフィックス: The Prefix field contains address prefixes followed by enough trailing bits to make the end of the field fall on an octet boundary. Note that the value of trailing bits is irrelevant. プレフィックスフィールドは、フィールドの最後がオクテット境界の      最後に到達させるのに十分なビットを継続させることによって、下記      に示すアドレスプレフィックスを含みます。 7. Subsequent Address Family Identifier 7. 後続アドレスファミリ識別子 This document defines the following values for the Subsequent Address Family Identifier field carried in the MP_REACH_NLRI and MP_UNREACH_NLRI attributes:   この文書は、後続アドレスファミリ識別子フィールドがMP_REACH_NLRIと   MP_UNREACH_NLRI属性で伝播するための下記に示す値を定義します。 1 - Network Layer Reachability Information used for unicast forwarding 1 - ネットワークレイヤ到達可能性情報は、ユニキャスト転送のために 利用します。 2 - Network Layer Reachability Information used for multicast forwarding    2 - ネットワークレイヤ到達可能性情報は、マルチキャスト転送のため      に利用します。 3 - Network Layer Reachability Information used for both unicast and multicast forwarding    3 - ネットワークレイヤ到達可能性情報は、ユニキャストとマルチキャス      ト両方を転送するために利用します。 This document reserves values 128-255 for vendor-specific applications.   この文章は、ベンダが定義するアプリケーションのために128から255の値を   予約します。 This document reserves value 0.   この文章は値0を予約します。 Subsequent Address Family Identifiers (other than those reserved for vendor specific use) are assigned only by the IETF consensus process and IESG approval.   後続アドレスファミリ識別子(ベンダが定義する利用にたいするこれらの予約   以外)は、IETFのConsensus ProcessとIESG Approvalによってのみ割り当て   られます。 8. Security Considerations 8. セキュリティに関する考察 This extension to BGP does not change the underlying security issues.   このBGPへの拡張は、これまでのセキュリティに関する問題を変更しません。 9. Acknowledgements 9. 謝辞 The authors would like to thank members of the IDR Working Group for their review and comments.   著者は、IDRワーキンググループのメンバのレビューとコメントに感謝します。 Bates, et. al. Standards Track [Page 7] RFC 2283 Multiprotocol Extensions for BGP-4 February 1998 10. References [BGP-4] Rekhter, Y., and T. Li, "A Border Gateway Protocol 4 (BGP-4)", RFC 1771, March 1995. [IPv4] Postel, J., "Internet Protocol", STD 5, RFC 791, September 1981. [RFC1700] Reynolds, J., and J. Postel, "Assigned Numbers," STD 2, RFC 1700, October 1994. (see also http://www.iana.org/iana/assignments.html) 11. Author Information Tony Bates Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134 EMail: tbates@cisco.com Ravi Chandra Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134 EMail: rchandra@cisco.com Dave Katz Juniper Networks, Inc. 3260 Jay St. Santa Clara, CA 95054 EMail: dkatz@jnx.com Yakov Rekhter Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134 EMail: yakov@cisco.com Bates, et. al. Standards Track [Page 8] RFC 2283 Multiprotocol Extensions for BGP-4 February 1998 12. Full Copyright Statement 12. 完全な著作権表示 Copyright (C) The Internet Society (1998). All Rights Reserved. This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself may not be modified in any way, such as by removing the copyright notice or references to the Internet Society or other Internet organizations, except as needed for the purpose of developing Internet standards in which case the procedures for copyrights defined in the Internet Standards process must be followed, or as required to translate it into languages other than English. The limited permissions granted above are perpetual and will not be revoked by the Internet Society or its successors or assigns. This document and the information contained herein is provided on an "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Bates, et. al. Standards Track [Page 9]

一覧

 RFC 1〜100  RFC 1401〜1500  RFC 2801〜2900  RFC 4201〜4300 
 RFC 101〜200  RFC 1501〜1600  RFC 2901〜3000  RFC 4301〜4400 
 RFC 201〜300  RFC 1601〜1700  RFC 3001〜3100  RFC 4401〜4500 
 RFC 301〜400  RFC 1701〜1800  RFC 3101〜3200  RFC 4501〜4600 
 RFC 401〜500  RFC 1801〜1900  RFC 3201〜3300  RFC 4601〜4700 
 RFC 501〜600  RFC 1901〜2000  RFC 3301〜3400  RFC 4701〜4800 
 RFC 601〜700  RFC 2001〜2100  RFC 3401〜3500  RFC 4801〜4900 
 RFC 701〜800  RFC 2101〜2200  RFC 3501〜3600  RFC 4901〜5000 
 RFC 801〜900  RFC 2201〜2300  RFC 3601〜3700  RFC 5001〜5100 
 RFC 901〜1000  RFC 2301〜2400  RFC 3701〜3800  RFC 5101〜5200 
 RFC 1001〜1100  RFC 2401〜2500  RFC 3801〜3900  RFC 5201〜5300 
 RFC 1101〜1200  RFC 2501〜2600  RFC 3901〜4000  RFC 5301〜5400 
 RFC 1201〜1300  RFC 2601〜2700  RFC 4001〜4100  RFC 5401〜5500 
 RFC 1301〜1400  RFC 2701〜2800  RFC 4101〜4200 

スポンサーリンク

LOG10関数 10を底とする対数

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る