-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,9 +12,9 @@ value = "draft-timbru-sidrops-aspa-notation-01" | |
initials="T." | ||
surname="Bruijnzeels" | ||
fullname="Tim Bruijnzeels" | ||
organization = "NLnet Labs" | ||
organization = "RIPE NCC" | ||
[author.address] | ||
email = "[email protected]" | ||
email = "[email protected]" | ||
|
||
[[author]] | ||
initials="O." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- name="GENERATOR" content="github.com/mmarkdown/mmark Mmark Markdown Processor - mmark.miek.nl" --> | ||
<rfc version="3" ipr="trust200902" docName="draft-timbru-sidrops-aspa-notation-01" submissionType="IETF" category="info" xml:lang="en" xmlns:xi="http://www.w3.org/2001/XInclude" indexInclude="false" consensus="true"> | ||
<rfc version="3" ipr="trust200902" docName="draft-timbru-sidrops-aspa-notation-01" submissionType="IETF" category="info" xml:lang="en" xmlns:xi="http://www.w3.org/2001/XInclude" indexInclude="true"> | ||
|
||
<front> | ||
<title abbrev="ASPA Notation">Human Readable ASPA Notation</title><seriesInfo value="draft-timbru-sidrops-aspa-notation-01" status="informational" name="Internet-Draft"></seriesInfo> | ||
<author initials="T." surname="Bruijnzeels" fullname="Tim Bruijnzeels"><organization>NLnet Labs</organization><address><postal><street></street> | ||
</postal><email>[email protected]</email> | ||
<author initials="T." surname="Bruijnzeels" fullname="Tim Bruijnzeels"><organization>RIPE NCC</organization><address><postal><street></street> | ||
</postal><email>[email protected]</email> | ||
</address></author><author initials="O." surname="Borchert" fullname="Oliver Borchert"><organization>NIST</organization><address><postal><street></street> | ||
</postal><email>[email protected]</email> | ||
</address></author><author initials="D." surname="Ma" fullname="Di Ma"><organization>ZDNS</organization><address><postal><street></street> | ||
|
@@ -50,14 +50,15 @@ to use their own notation styles instead of, or in addition to this.</t> | |
<section anchor="aspa-notation-definition"><name>ASPA Notation Definition</name> | ||
<t>This specification uses ABNF syntax specified in <xref target="RFC5234"></xref>.</t> | ||
|
||
<artwork>notation = customer-asid separator providers | ||
<artwork><![CDATA[notation = customer-asid separator providers | ||
customer-asid = asn | ||
separator = " => " | ||
separator = " => " | ||
providers = provider-as *(provider-separator provider-as) | ||
provider-as = asn | ||
provider-separator = ", " | ||
asn = ["AS"] uint32 | ||
provider-separator = ", " | ||
asn = ["AS"] uint32 | ||
uint32 = %d0-4294967295 | ||
]]> | ||
</artwork> | ||
|
||
<section anchor="customer-asid"><name>customer-asid</name> | ||
|
@@ -70,7 +71,7 @@ uint32 = %d0-4294967295 | |
<xref target="I-D.ietf-sidrops-aspa-profile"></xref>. Note that the normative constraints | ||
which are defined in that section mean that following :</t> | ||
|
||
<ul> | ||
<ul spacing="compact"> | ||
<li>There must be at least one provider-as.</li> | ||
<li>The customer-asid "asn" value must not appear in any provider-as.</li> | ||
<li>The elements of providers must be ordered in ascending numerical order | ||
|
@@ -94,13 +95,14 @@ and values MUST be part of the range 0-4294967295.</t> | |
|
||
<section anchor="example-notations"><name>Example Notations</name> | ||
|
||
<artwork>AS65000 => AS65001 | ||
AS65000 => AS65002 | ||
AS65000 => AS65001, AS65002, AS65003 | ||
<artwork><![CDATA[AS65000 => AS65001 | ||
AS65000 => AS65002 | ||
AS65000 => AS65001, AS65002, AS65003 | ||
65000 => 65001 | ||
65000 => AS65002 | ||
65000 => 65001, 65002, 65003 | ||
65000 => 65001 | ||
65000 => AS65002 | ||
65000 => 65001, 65002, 65003 | ||
]]> | ||
</artwork> | ||
</section> | ||
|
||
|
@@ -120,11 +122,11 @@ AS65000 => AS65001, AS65002, AS65003 | |
|
||
<back> | ||
<references><name>Normative References</name> | ||
<xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml-ids/reference.I-D.ietf-sidrops-aspa-profile.xml"/> | ||
<xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"/> | ||
<xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.5234.xml"/> | ||
<xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.5396.xml"/> | ||
<xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"/> | ||
<xi:include href="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-sidrops-aspa-profile.xml"/> | ||
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"/> | ||
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5234.xml"/> | ||
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5396.xml"/> | ||
<xi:include href="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"/> | ||
</references> | ||
|
||
</back> | ||
|