分享
 
 
 

RFC2921 - 6BONE pTLA and pNLA Formats (pTLA)

王朝other·作者佚名  2008-05-31
窄屏简体版  字體: |||超大  

Network Working Group B. Fink

Request for Comments: 2921 ESnet

Category: Informational September 2000

6BONE pTLA and pNLA Formats (pTLA)

Status of this Memo

This memo provides information for the Internet community. It does

not specify an Internet standard of any kind. Distribution of this

memo is unlimited.

Copyright Notice

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

Abstract

This memo defines how the 6bone uses the 3FFE::/16 IPv6 address

prefix, allocated in RFC2471, "IPv6 Testing Address Allocation",

[6BONE-TLA], to create pseudo Top-Level Aggregation Identifiers

(pTLA's) and pseudo Next-Level Aggregation Identifiers (pNLA's).

Acknowledgements

The address formats here are contributions of various early

participants of the 6bone testbed project, and of the IPng and

NGtrans IETF working groups.

Table of Contents

1. IntrodUCtion................................................. 1

2. 6BONE pTLA/pNLA Format....................................... 2

3. Security Considerations...................................... 6

References....................................................... 6

Author's Address................................................. 6

Full Copyright Statement......................................... 7

1. Introduction

This memo defines how the 6bone uses the 3FFE::/16 IPv6 address

prefix, allocated in RFC2471 [6BONE-TLA], to create pseudo Top-Level

Aggregation Identifiers (pTLA) and pseudo Next-Level Aggregation

Identifiers (pNLA).

The guiding specifications for IPv6 addressing relating to the 6bone

prefix, and the pTLA and pNLA formats, are "IP Version 6 Addressing

Architecture" [ADDRARCH], and "An IPv6 Aggregatable Global Unicast

Address Format" [AGGR].

The purpose of creating pseudo TLA and NLA formats for the 6bone is

to provide a prototype of the actual TLA and NLA formats as they

might be used in production IPv6 networks. To do this economically,

using only a minimum of real production IPv6 address space, a single

TLA, 3FFE::/16, was reserved by the IANA (Internet Assigned Numbers

Authority) for testing on the 6bone. Thus it was necessary to define

a pretend-to-be, or pseudo, TLA and NLA structure to use under the

3FFE::/16 prefix.

Given the 48-bit length of the IPv6 Aggregatable Global Unicast

Address external routing prefix (that contains the TLA and NLA

identifiers), there is enough room to extend the TLA ID to contain a

pTLA and shorten the NLA ID to become a pNLA. This document specifies

this.

In early 1999, it was decided to change the 6bone's pTLA format to

allow greater eXPansion of the testbed network, thus accommodating

more than the original 256 pTLA-s. Thus there are now two 6bone pTLA

and pNLA formats. This document specifies this.

2. 6BONE pTLA and pNLA Formats

2.1 Original 8-bit pTLA and 24-bit pNLA Format

The original pTLA and pNLA format was intended to accommodate 256

pTLA-s, i.e., backbone networks carrying IPv6 transit traffic.

The original TLA and NLA ID-s as specified in [AGGR] are as follows:

3 13 32 16 64 bits

+---+-----+---------------------+--------+-----------------+

001 TLA NLA ID SLA ID Interface ID

+---+-----+---------------------+--------+-----------------+

The TLA value 1FFE was assigned to the 6bone, which when viewed with

the 3-bit format prefix in prefix notation form is 3FFE::/16.

The first 8-bits of the NLA ID space are assigned as the pTLA that

defines the top level of aggregation (backbone) for the 6bone. This

provides for 256 6bone backbone networks, or pTLA-s, and leaves a

24-bit pNLA ID for each pTLA to assign as needed.

16 8 24 16 64 bits

+-+---------+-----+-------------+--------+-----------------+

0x3FFE pTLA pNLA SLA ID Interface ID

+-+---------+-----+-------------+--------+-----------------+

In prefix notation form the pTLA is 3FFE:nn00::/24, where nn is the

pTLA assignment.

The remaining NLA ID space can be used by each pTLA for their

downward aggregated delegation:

n 24-n bits 16 64 bits

+-----+--------------------+--------+-----------------+

pNLA1 Site SLA ID Interface ID

+-----+--------------------+--------+-----------------+

m 24-n-m 16 64 bits

+-----+--------------+--------+-----------------+

pNLA2 Site SLA ID Interface ID

+-----+--------------+--------+-----------------+

o 24-n-m-o 16 64 bits

+-----+--------+--------+-----------------+

pNLA3 Site SLA ID Interface ID

+-----+--------+--------+-----------------+

The pNLA delegation works in the same manner as specified in [AGGR].

pTLA's are required to assume registry duties for the pNLA's below

them, pNLA1's for those below them, etc.

2.2 New 12-bit pTLA and 20-bit pNLA Format

After it became clear that the 6bone would become a useful testbed

for transition, in addition to its early role as a testbed for

specifications and implementations, the 6bone community decided to

expand the size of the pTLA ID.

Several important decisions regarding this expansion of the pTLA

field are:

1. to leave the currently allocated 8-bit pTLA-s in use until the

space was needed, thus relying on a range value check to indicate

the new pTLA format,

2. to use a modulo 4-bit sized pTLA ID to make reverse path entry

into the DNS easier,

3. given 2. above, to keep the pTLA ID size as small as possible

to not restrict pNLA ID size.

Therefore, the first 12-bits of the NLA ID space are assigned as the

pTLA that defines the top level of aggegation (backbone) for the

6bone. This would eventually provide for 4096 6bone backbone

networks, or pTLA-s, and leaves a 20-bit pNLA ID for each pTLA to

assign as needed.

16 12 20 16 64 bits

+-+---------+-------+-----------+--------+-----------------+

0x3FFE pTLA pNLA SLA ID Interface ID

+-+---------+-------+-----------+--------+-----------------+

In prefix notation form the pTLA is 3FFE:nnn0::/28, where nnn is the

pTLA assignment. However, as the existing 8-bit pTLA's are being left

in use for the present, the nnn value starts at 0x800 for now, thus

yielding only 2048 pTLA's in this new format.

The remaining NLA ID space can be used by each pTLA for their

downward aggregated delegation:

n 20-n bits 16 64 bits

+-----+--------------------+--------+-----------------+

pNLA1 Site SLA ID Interface ID

+-----+--------------------+--------+-----------------+

m 20-n-m 16 64 bits

+-----+--------------+--------+-----------------+

pNLA2 Site SLA ID Interface ID

+-----+--------------+--------+-----------------+

o 20-n-m-o 16 64 bits

+-----+--------+--------+-----------------+

pNLA3 Site SLA ID Interface ID

+-----+--------+--------+-----------------+

As with the original pTLA format, the pNLA delegation works in the

same manner as specified in [AGGR]. pTLA's are required to assume

registry duties for the pNLA's below them, pNLA1's for those below

them, etc.

2.3 Example Format For pNLA's

An example usage of the pNLA space is given to demonstrate what is

reasonable and possible. It should not be assumed that this implies

the pNLA space must be used this way. As the new pTLA and pNLA format

is now the default, the example here assumes the 20-bit pNLA format.

The following example provides for up to 255 intermediate transit

ISP's (called pNLA1 below). The pNLA1 value of zero is meant to

indicate that there is no intermediate transit ISP between the

backbone pTLA network and the end user site.

<-----20-bit pNLA ID----->

8 12 bits 16 64 bits

+-----+--------------------+--------+-----------------+

pNLA1 Site ID SLA ID Interface ID

+-----+--------------------+--------+-----------------+

Intermediate transit networks (pNLA1's) would assign uniques Site

ID's for eachend user site served.

As an example of this, assuming a backbone pTLA of 0x800, no

intermediate transit ISP (thus a pNLA1 of 0x00) and a sequential site

ID (with start at the right edge numbering) of 0x0001, the routing

prefix for the first site would look like:

3FFE:8000:0001/48

6bone _ ___site

b/b site____

transit_________

Another example of this usage, assuming the same backbone pTLA1 of

0x800 and an intermediate transit ISP under it (numbering from the

left edge) with an NLA1 of 0x80, and a sequential site ID of 0x0001,

the routing prefix for the first site connected would look like:

3FFE:0180:0001/48

6bone _ ___site

b/b site____

transit_______

Note 1: the two sites numbered 0x001 in the above examples are really

two different sites as their pNLA1 authority above them is different

(i.e., in the first case no transit exists thus the site is directly

connected to the pTLA backbone ISP, and in the second case the site

is directly connected to intermediate transit ISP 0x80).

Note 2: there would be nothing to prevent an pNLA1 transit site from

further allocating pNLA's below, but that becomes the policy of the

pTLA and pNLA's above them to work out.

Note 3: The 6bone registry, which is a RIPE-style database for

documenting IPv6 sites connected to the 6bone, has an "inet6num"

object to allow documentation of all IPv6 addresses allocated.

3. Security Considerations

IPv6 addressing documents do not have any direct impact on Internet

infrastructure security.

References

[ADDRARCH] Hinden, R. and S. Deering, "IP Version 6 Addressing

Architecture", RFC2373, July 1998.

[AGGR] Hinden, R., O'Dell, M. and S. Deering, "An IPv6

Aggregatable Global Unicast Address Format", RFC2374,

July 1998.

[HARDEN] Rockell, R. and R. Fink, "6Bone Backbone Routing

Guidelines", RFC2772, February 2000.

[KEYWordS] Bradner, S., "Key words for use in RFCs to Indicate

Requirement Levels", BCP 14, RFC2119, March 1997.

[6BONE-TLA] Hinden, R., Fink, R. and J. Postel, "IPv6 Testing Address

Allocation", RFC2471, December 1998.

Author's Address

Bob Fink, ESnet

Lawrence Berkeley National Lab

MS 50A-3111

1 Cyclotron Road

Berkeley, CA 94720

USA

Phone: +1 510 486 5692

Fax: +1 510 486 4790

EMail: fink@es.net

Full Copyright Statement

Copyright (C) The Internet Society (2000). 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.

Acknowledgement

Funding for the RFCEditor function is currently provided by the

Internet Society.

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有