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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
|
Internet Engineering Task Force (IETF) L. Ginsberg, Ed.
Request for Comments: 8571 Cisco Systems, Inc.
Category: Standards Track S. Previdi
ISSN: 2070-1721 Q. Wu
Huawei
J. Tantsura
Apstra, Inc.
C. Filsfils
Cisco Systems, Inc.
March 2019
BGP - Link State (BGP-LS) Advertisement of
IGP Traffic Engineering Performance Metric Extensions
Abstract
This document defines new BGP - Link State (BGP-LS) TLVs in order to
carry the IGP Traffic Engineering Metric Extensions defined in the
IS-IS and OSPF protocols.
Status of This Memo
This is an Internet Standards Track document.
This document is a product of the Internet Engineering Task Force
(IETF). It represents the consensus of the IETF community. It has
received public review and has been approved for publication by the
Internet Engineering Steering Group (IESG). Further information on
Internet Standards is available in Section 2 of RFC 7841.
Information about the current status of this document, any errata,
and how to provide feedback on it may be obtained at
https://www.rfc-editor.org/info/rfc8571.
Ginsberg, et al. Standards Track [Page 1]
^L
RFC 8571 BGP-LS Advertisement of IGP TE Metric Extensions March 2019
Copyright Notice
Copyright (c) 2019 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
(https://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.
Table of Contents
1. Introduction ....................................................2
2. Link Attribute TLVs for TE Metric Extensions ....................3
2.1. Unidirectional Link Delay TLV ..............................3
2.2. Min/Max Unidirectional Link Delay TLV ......................4
2.3. Unidirectional Delay Variation TLV .........................4
2.4. Unidirectional Link Loss TLV ...............................5
2.5. Unidirectional Residual Bandwidth TLV ......................5
2.6. Unidirectional Available Bandwidth TLV .....................6
2.7. Unidirectional Utilized Bandwidth TLV ......................6
2.8. Mappings to IGP Source Sub-TLVs ............................7
3. Security Considerations .........................................7
4. IANA Considerations .............................................8
5. References ......................................................8
5.1. Normative References .......................................8
5.2. Informative References .....................................9
Acknowledgements ...................................................9
Contributors .......................................................9
Authors' Addresses ................................................10
1. Introduction
BGP - Link State (BGP-LS) [RFC7752] defines Network Layer
Reachability Information (NLRI) and attributes in order to carry
link-state information. New BGP-LS Link Attribute TLVs are required
in order to carry the Traffic Engineering Metric Extensions defined
in [RFC8570] and [RFC7471].
Ginsberg, et al. Standards Track [Page 2]
^L
RFC 8571 BGP-LS Advertisement of IGP TE Metric Extensions March 2019
2. Link Attribute TLVs for TE Metric Extensions
The following new Link Attribute TLVs are defined:
TLV Code Point Value
--------------------------------------------------------
1114 Unidirectional Link Delay
1115 Min/Max Unidirectional Link Delay
1116 Unidirectional Delay Variation
1117 Unidirectional Link Loss
1118 Unidirectional Residual Bandwidth
1119 Unidirectional Available Bandwidth
1120 Unidirectional Utilized Bandwidth
TLV formats are described in detail in the following subsections.
TLV formats follow the rules defined in [RFC7752].
2.1. Unidirectional Link Delay TLV
This TLV advertises the average link delay between two directly
connected IGP link-state neighbors. The semantics and values of the
fields in the TLV are described in [RFC8570] and [RFC7471].
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Length |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|A| RESERVED | Delay |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 1
where:
Type: 1114
Length: 4
Ginsberg, et al. Standards Track [Page 3]
^L
RFC 8571 BGP-LS Advertisement of IGP TE Metric Extensions March 2019
2.2. Min/Max Unidirectional Link Delay TLV
This TLV advertises the minimum and maximum delay values between two
directly connected IGP link-state neighbors. The semantics and
values of the fields in the TLV are described in [RFC8570] and
[RFC7471].
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Length |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|A| RESERVED | Min Delay |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| RESERVED | Max Delay |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 2
where:
Type: 1115
Length: 8
2.3. Unidirectional Delay Variation TLV
This TLV advertises the average link delay variation between two
directly connected IGP link-state neighbors. The semantics and
values of the fields in the TLV are described in [RFC8570] and
[RFC7471].
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Length |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| RESERVED | Delay Variation |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 3
where:
Type: 1116
Length: 4
Ginsberg, et al. Standards Track [Page 4]
^L
RFC 8571 BGP-LS Advertisement of IGP TE Metric Extensions March 2019
2.4. Unidirectional Link Loss TLV
This TLV advertises the loss (as a packet percentage) between two
directly connected IGP link-state neighbors. The semantics and
values of the fields in the TLV are described in [RFC8570] and
[RFC7471].
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Length |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|A| RESERVED | Link Loss |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 4
where:
Type: 1117
Length: 4
2.5. Unidirectional Residual Bandwidth TLV
This TLV advertises the residual bandwidth between two directly
connected IGP link-state neighbors. The semantics and values of the
fields in the TLV are described in [RFC8570] and [RFC7471].
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Length |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Residual Bandwidth |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 5
where:
Type: 1118
Length: 4
Ginsberg, et al. Standards Track [Page 5]
^L
RFC 8571 BGP-LS Advertisement of IGP TE Metric Extensions March 2019
2.6. Unidirectional Available Bandwidth TLV
This TLV advertises the available bandwidth between two directly
connected IGP link-state neighbors. The semantics and values of the
fields in the TLV are described in [RFC8570] and [RFC7471].
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Length |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Available Bandwidth |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 6
where:
Type: 1119
Length: 4
2.7. Unidirectional Utilized Bandwidth TLV
This TLV advertises the bandwidth utilization between two directly
connected IGP link-state neighbors. The semantics and values of the
fields in the TLV are described in [RFC8570] and [RFC7471].
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Type | Length |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Utilized Bandwidth |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 7
where:
Type: 1120
Length: 4
Ginsberg, et al. Standards Track [Page 6]
^L
RFC 8571 BGP-LS Advertisement of IGP TE Metric Extensions March 2019
2.8. Mappings to IGP Source Sub-TLVs
This section documents the mappings between the Link Attribute TLVs
defined in this document and the corresponding advertisements sourced
by the IGPs.
For OSPFv2 and OSPFv3, the advertisements are defined in [RFC7471].
For IS-IS, the advertisements are defined in [RFC8570].
+---------------------------------------+----------+----------------+
| Attribute Name | IS-IS | OSPFv2/OSPFv3 |
| | Sub-TLV | Sub-TLV |
+---------------------------------------+----------+----------------+
| Unidirectional Link Delay | 33 | 27 |
+---------------------------------------+----------+----------------+
| Min/Max Unidirectional Link Delay | 34 | 28 |
+---------------------------------------+----------+----------------+
| Unidirectional Delay Variation | 35 | 29 |
+---------------------------------------+----------+----------------+
| Unidirectional Link Loss | 36 | 30 |
+---------------------------------------+----------+----------------+
| Unidirectional Residual Bandwidth | 37 | 31 |
+---------------------------------------+----------+----------------+
| Unidirectional Available Bandwidth | 38 | 32 |
+---------------------------------------+----------+----------------+
| Unidirectional Utilized Bandwidth | 39 | 33 |
+---------------------------------------+----------+----------------+
Figure 8
3. Security Considerations
Procedures and protocol extensions defined in this document do not
affect the BGP security model. See the "Security Considerations"
section of [RFC4271] for a discussion of BGP security. Also, refer
to [RFC4272] and [RFC6952] for analyses of security issues for BGP.
Security considerations for acquiring and distributing BGP-LS
information are discussed in [RFC7752].
The TLVs introduced in this document are used to propagate the
Traffic Engineering Metric Extensions defined in [RFC8570] and
[RFC7471]. These TLVs represent the state and resource availability
of the IGP link. It is assumed that the IGP instances originating
these TLVs will support all the required security and authentication
mechanisms (as described in [RFC8570] and [RFC7471]) in order to
prevent any security issues when propagating the TLVs into BGP-LS.
Ginsberg, et al. Standards Track [Page 7]
^L
RFC 8571 BGP-LS Advertisement of IGP TE Metric Extensions March 2019
The advertisement of the link attribute information defined in this
document presents no additional risk beyond that associated with the
existing link attribute information already supported in [RFC7752].
4. IANA Considerations
IANA has made assignments in the "BGP-LS Node Descriptor, Link
Descriptor, Prefix Descriptor, and Attribute TLVs" registry for the
new Link Attribute TLVs as listed below:
TLV Code Point Description
--------------------------------------------------------
1114 Unidirectional Link Delay
1115 Min/Max Unidirectional Link Delay
1116 Unidirectional Delay Variation
1117 Unidirectional Link Loss
1118 Unidirectional Residual Bandwidth
1119 Unidirectional Available Bandwidth
1120 Unidirectional Utilized Bandwidth
5. References
5.1. Normative References
[RFC7471] Giacalone, S., Ward, D., Drake, J., Atlas, A., and S.
Previdi, "OSPF Traffic Engineering (TE) Metric
Extensions", RFC 7471, DOI 10.17487/RFC7471, March 2015,
<https://www.rfc-editor.org/info/rfc7471>.
[RFC7752] Gredler, H., Ed., Medved, J., Previdi, S., Farrel, A., and
S. Ray, "North-Bound Distribution of Link-State and
Traffic Engineering (TE) Information Using BGP", RFC 7752,
DOI 10.17487/RFC7752, March 2016,
<https://www.rfc-editor.org/info/rfc7752>.
[RFC8570] Ginsberg, L., Ed., Previdi, S., Ed., Giacalone, S., Ward,
D., Drake, J., and Q. Wu, "IS-IS Traffic Engineering (TE)
Metric Extensions", RFC 8570, DOI 10.17487/RFC8570,
March 2019, <https://www.rfc-editor.org/info/rfc8570>.
Ginsberg, et al. Standards Track [Page 8]
^L
RFC 8571 BGP-LS Advertisement of IGP TE Metric Extensions March 2019
5.2. Informative References
[RFC4271] Rekhter, Y., Ed., Li, T., Ed., and S. Hares, Ed., "A
Border Gateway Protocol 4 (BGP-4)", RFC 4271,
DOI 10.17487/RFC4271, January 2006,
<https://www.rfc-editor.org/info/rfc4271>.
[RFC4272] Murphy, S., "BGP Security Vulnerabilities Analysis",
RFC 4272, DOI 10.17487/RFC4272, January 2006,
<https://www.rfc-editor.org/info/rfc4272>.
[RFC6952] Jethanandani, M., Patel, K., and L. Zheng, "Analysis of
BGP, LDP, PCEP, and MSDP Issues According to the Keying
and Authentication for Routing Protocols (KARP) Design
Guide", RFC 6952, DOI 10.17487/RFC6952, May 2013,
<https://www.rfc-editor.org/info/rfc6952>.
Acknowledgements
The authors wish to acknowledge comments from Ketan Talaulikar.
Contributors
The following people have contributed substantially to this document
and should be considered coauthors:
Saikat Ray
Individual
Email: raysaikat@gmail.com
Hannes Gredler
RtBrick Inc.
Email: hannes@rtbrick.com
Ginsberg, et al. Standards Track [Page 9]
^L
RFC 8571 BGP-LS Advertisement of IGP TE Metric Extensions March 2019
Authors' Addresses
Les Ginsberg (editor)
Cisco Systems, Inc.
United States of America
Email: ginsberg@cisco.com
Stefano Previdi
Huawei
Italy
Email: stefano@previdi.net
Qin Wu
Huawei
101 Software Avenue, Yuhua District
Nanjing, Jiangsu 210012
China
Email: bill.wu@huawei.com
Jeff Tantsura
Apstra, Inc.
United States of America
Email: jefftant.ietf@gmail.com
Clarence Filsfils
Cisco Systems, Inc.
Brussels
Belgium
Email: cfilsfil@cisco.com
Ginsberg, et al. Standards Track [Page 10]
^L
|