forked from ietf-roll/anima-6join-discovery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanima-6join-discovery-00.txt
224 lines (124 loc) · 6.78 KB
/
anima-6join-discovery-00.txt
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
6lo Working Group M. Richardson
Internet-Draft Sandelman Software Works
Intended status: Informational October 19, 2016
Expires: April 22, 2017
GRASP discovery of Registrar by Join Assistant
draft-richardson-anima-6join-discovery-00
Abstract
This document describes an Autonomic System Agent (ASA) that permits
discovery of a registrar, as well as determination via GRASP if a
registrar would be willing to consider enrolling a specific node.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at http://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on April 22, 2017.
Copyright Notice
Copyright (c) 2016 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(http://trustee.ietf.org/license-info) 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. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Richardson Expires April 22, 2017 [Page 1]
Internet-Draft 6join discovery October 2016
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2
1.1. Terminology . . . . . . . . . . . . . . . . . . . . . . . 2
2. Autonomic System Agent Description . . . . . . . . . . . . . 2
2.1. CDDL for objective . . . . . . . . . . . . . . . . . . . 3
3. Security Considerations . . . . . . . . . . . . . . . . . . . 3
4. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 3
5. References . . . . . . . . . . . . . . . . . . . . . . . . . 3
5.1. Normative References . . . . . . . . . . . . . . . . . . 3
5.2. Informative References . . . . . . . . . . . . . . . . . 4
Appendix A. appendix . . . . . . . . . . . . . . . . . . . . . . 4
Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 4
1. Introduction
[I-D.richardson-6tisch-dtsecurity-secure-join] and
[I-D.ietf-anima-bootstrapping-keyinfra] describe autonomic protocols
wherein a New Entity or Pledge is joined to a network. While the two
protocols are different, in each case they make use of a helper,
called the Join Assistant which is a single layer-2 hop from the
pledge.
The Join Assistant relays packets to and from the Registrar using a
circuit proxy, or with an IPIP tunnel. In order to do this, the Join
Assistant needs to know the address of the Registrar.
GRASP has a discovery mechanism that permits the Join Assistant to
discover the location of the Registrar, and then, it can use the
negotiation part of the protocol to communicate the existance of the
new Pledge/New Entity to the Registrar.
1.1. Terminology
In this document, the key words "MUST", "MUST NOT", "REQUIRED",
"SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY",
and "OPTIONAL" are to be interpreted as described in BCP 14, RFC 2119
[RFC2119] and indicate requirement levels for compliant STuPiD
implementations.
2. Autonomic System Agent Description
This ASA has an objective named "6JOIN".
The objective takes two arguments: the EUI-64 or IID of the new
pledge, and an enumerated type to indicate the kind of join process
being pursued. The current list of join process mechanism are:
Richardson Expires April 22, 2017 [Page 2]
Internet-Draft 6join discovery October 2016
1. "6p-ipip"
2. "https-est"
2.1. CDDL for objective
objective = ["6JOIN", objective-flags, loop-count,
[IID, join-method]]
loop-count = 0..255 ; as in the GRASP specification
objective-flags /= ; as in the GRASP specification
IID = bytes .size 8 ; the IID of the New Entity or Pledge
join-method /= "6p-ipip" ; the Join method is outgoing CoAP-6p
; with an IPIP encapsulation
join-method /= "https-est" ; the Join method is EST over HTTP
3. Security Considerations
TBD.
4. IANA Considerations
This allocates a new entry in the GRASP Objective Names Table with
the name "6JOIN".
5. References
5.1. Normative References
[I-D.ietf-anima-grasp]
Bormann, C., Carpenter, B., and B. Liu, "A Generic
Autonomic Signaling Protocol (GRASP)", draft-ietf-anima-
grasp-07 (work in progress), September 2016.
[RFC2119] Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", BCP 14, RFC 2119,
DOI 10.17487/RFC2119, March 1997,
<http://www.rfc-editor.org/info/rfc2119>.
[RFC7228] Bormann, C., Ersue, M., and A. Keranen, "Terminology for
Constrained-Node Networks", RFC 7228,
DOI 10.17487/RFC7228, May 2014,
<http://www.rfc-editor.org/info/rfc7228>.
Richardson Expires April 22, 2017 [Page 3]
Internet-Draft 6join discovery October 2016
5.2. Informative References
[I-D.ietf-anima-bootstrapping-keyinfra]
Pritikin, M., Richardson, M., Behringer, M., and S.
Bjarnason, "Bootstrapping Remote Secure Key
Infrastructures (BRSKI)", draft-ietf-anima-bootstrapping-
keyinfra-03 (work in progress), June 2016.
[I-D.richardson-6tisch-dtsecurity-secure-join]
Richardson, M., "6tisch Secure Join protocol", draft-
richardson-6tisch-dtsecurity-secure-join-00 (work in
progress), September 2016.
Appendix A. appendix
insert appendix here
Author's Address
Michael Richardson
Sandelman Software Works
Email: [email protected]
Richardson Expires April 22, 2017 [Page 4]