1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165
|
<pre>Network Working Group G. Huston
Request for Comments: 5396 G. Michaelson
Category: Standards Track APNIC
December 2008
<span class="h1">Textual Representation of Autonomous System (AS) Numbers</span>
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) 2008 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a> and the IETF Trust's Legal
Provisions Relating to IETF Documents (<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/</a>
<a href="http://trustee.ietf.org/license-info">license-info</a>) in effect on the date of publication of this document.
Please review these documents carefully, as they describe your rights
and restrictions with respect to this document.
Abstract
A textual representation for Autonomous System (AS) numbers is
defined as the decimal value of the AS number. This textual
representation is to be used by all documents, systems, and user
interfaces referring to AS numbers.
Table of Contents
<a href="#section-1">1</a>. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-2">2</a>
<a href="#section-2">2</a>. Taxonomy of Representation Formats . . . . . . . . . . . . . . <a href="#page-2">2</a>
<a href="#section-3">3</a>. Representation of AS Number Values . . . . . . . . . . . . . . <a href="#page-2">2</a>
<a href="#section-4">4</a>. IANA Considerations . . . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-5">5</a>. Security Considerations . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-6">6</a>. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-7">7</a>. Informative References . . . . . . . . . . . . . . . . . . . . <a href="#page-3">3</a>
<span class="grey">Huston & Michaelson Standards Track [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc5396">RFC 5396</a> ASN Notation December 2008</span>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
A textual representation for Autonomous System (AS) numbers is
defined as the decimal value of the AS number. This textual
representation is to be used by all documents, systems, and user
interfaces referring to AS numbers.
This document notes a number of potential representation formats and
proposes the adoption of a decimal value notation for AS numbers, or
"asplain" according to the representation taxonomy described here.
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. Taxonomy of Representation Formats</span>
A taxonomy of representation for AS numbers is as follows:
asplain
refers to a syntax scheme of representing all AS numbers using
decimal integer notation. Using asplain notation, an AS number of
value 65526 would be represented as the string "65526" and an AS
number of value 65546 would be represented as the string "65546".
asdot+
refers to a syntax scheme of representing all AS numbers using a
notation of two integer values joined by a period character: <high
order 16-bit value in decimal>.<low order 16-bit value in
decimal>. Using asdot+ notation, an AS number of value 65526
would be represented as the string "0.65526" and an AS number of
value 65546 would be represented as the string "1.10".
asdot
refers to a syntax scheme of representing AS number values less
than 65536 using asplain notation and representing AS number
values equal to or greater than 65536 using asdot+ notation.
Using asdot notation, an AS number of value 65526 would be
represented as the string "65526" and an AS number of value 65546
would be represented as the string "1.10".
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. Representation of AS Number Values</span>
To avoid confusion, a single textual notation is useful for
documentation, configuration systems, reports, and external tools and
information repositories. The decimal value representation, or
"asplain" is proposed as the textual notation to use for AS numbers.
The "asplain" representation represents the number as its decimal
value, without any field delimiter, corresponding to the lack of any
internal structure required by the use of AS numbers in the inter-
domain routing context.
<span class="grey">Huston & Michaelson Standards Track [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc5396">RFC 5396</a> ASN Notation December 2008</span>
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. IANA Considerations</span>
IANA Registries should use decimal representation ("asplain") for AS
numbers.
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. Security Considerations</span>
This document does not refer to matters associated with security of
routing systems.
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. Acknowledgments</span>
The terminology of "asplain", "asdot", and "asdot+" was originally
devised and described by Juergen Kammer in January 2007 [<a href="#ref-KAMMER2007" title=""AS Number Formats"">KAMMER2007</a>].
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>. Informative References</span>
[<a id="ref-KAMMER2007">KAMMER2007</a>] Kammer, J., "AS Number Formats", Jan 2007,
<<a href="http://quagga.ncc.eurodata.de/asnumformat.html">http://quagga.ncc.eurodata.de/asnumformat.html</a>>.
Authors' Addresses
Geoff Huston
Asia Pacific Network Information Centre
EMail: gih@apnic.net
George Michaelson
Asia Pacific Network Information Centre
EMail: ggm@apnic.net
Huston & Michaelson Standards Track [Page 3]
</pre>
|