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
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
|
Independent Submission J. T. Hao
Request for Comments: 7625 Huawei Technologies Co., Ltd
Category: Informational P. Maheshwari
ISSN: 2070-1721 Bharti Airtel, Ltd.
R. Huang
L. Andersson
M. Chen
Huawei Technologies Co., Ltd
August 2015
Architecture of an IP/MPLS Network with Hardened Pipes
Abstract
This document describes an IP/MPLS network that has an infrastructure
that can be separated into two or more strata. For the
implementation described in this document, the infrastructure has
been separated into two strata: one for the "Hard Pipes", called the
"Hard Pipe Stratum", and one for the normal IP/MPLS traffic, called
the "Normal IP/MPLS Stratum".
This document introduces the concept of a Hard Pipe -- an MPLS Label
Switched Path (LSP) or a pseudowire (PW) with a bandwidth that is
guaranteed and can neither be exceeded nor infringed upon.
The Hard Pipe stratum does not use statistical multiplexing; for the
LSPs and PWs set up within this stratum, the bandwidth is guaranteed
end to end.
The document does not specify any new protocol or procedures. It
does explain how the MPLS standards implementation has been deployed
and operated to meet the requirements from operators that offer
traditional Virtual Leased Line (VLL) services.
Hao, et al. Informational [Page 1]
^L
RFC 7625 Hard IP Pipes August 2015
Status of This Memo
This document is not an Internet Standards Track specification; it is
published for informational purposes.
This is a contribution to the RFC Series, independently of any other
RFC stream. The RFC Editor has chosen to publish this document at
its discretion and makes no statement about its value for
implementation or deployment. Documents approved for publication by
the RFC Editor are not a candidate for any level of Internet
Standard; see Section 2 of RFC 5741.
Information about the current status of this document, any errata,
and how to provide feedback on it may be obtained at
http://www.rfc-editor.org/info/rfc7625.
Copyright Notice
Copyright (c) 2015 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.
Hao, et al. Informational [Page 2]
^L
RFC 7625 Hard IP Pipes August 2015
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3
1.1. Scope . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.2. Abbreviations . . . . . . . . . . . . . . . . . . . . . . 4
2. The Stratified Network . . . . . . . . . . . . . . . . . . . 5
2.1. The Physical Network . . . . . . . . . . . . . . . . . . 6
2.2. The Hard Pipe Stratum . . . . . . . . . . . . . . . . . . 6
2.3. The Normal IP/MPLS Stratum . . . . . . . . . . . . . . . 7
2.4. Stratum Networks . . . . . . . . . . . . . . . . . . . . 7
3. Configuring the Leased Lines in the Hard Pipe Stratum . . . . 8
4. Efficient State Management . . . . . . . . . . . . . . . . . 9
4.1. State in the Forwarding Plane . . . . . . . . . . . . . . 9
4.2. State in the NMS/Controller . . . . . . . . . . . . . . . 10
4.3. Annotations for Configuring Leased Lines . . . . . . . . 10
5. Setting Up Leased Lines . . . . . . . . . . . . . . . . . . . 12
6. Leased Line Protection . . . . . . . . . . . . . . . . . . . 13
7. Security Considerations . . . . . . . . . . . . . . . . . . . 13
8. Informative References . . . . . . . . . . . . . . . . . . . 13
Acknowledgements . . . . . . . . . . . . . . . . . . . . . . . . 14
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 15
1. Introduction
IP leased line services, Ethernet Private Line (EPL), and Time-
Division Multiplexed (TDM) leased line services are commonly offered
by operators worldwide.
There are customers, e.g., many enterprises, that insist on TDM
leased line services. They do so regardless of the fact that the
same operators often offer IP leased line services and EPL services
at a lower price and with a guaranteed bandwidth.
Today we see a trend that TDM (in particular, Synchronous Digital
Hierarchy / Synchronous Optical Network (SDH/SONET)) networks are
gradually carrying less and less traffic, and many operators want to
shut their TDM networks down to reduce costs.
In light of these trends, vendors and operators have built and
deployed the Hard Pipe service described in this document. It is a
way to introduce leased line service with the same characteristics as
TDM leased line services in IP/MPLS networks.
Even if leased line has been the initial motivation to define the
Hard Pipe technology, the Hard Pipe is by no means limited to support
leased line services. When guaranteed bandwidth is the priority,
Hao, et al. Informational [Page 3]
^L
RFC 7625 Hard IP Pipes August 2015
Virtual Private Wire Services (VPWS), Virtual Private LAN Services
(VPLS), L3 Virtual Private Networks (L3VPN), and IP-only Private LAN
Services can be mapped to a tunnel in the Hard Pipe stratum.
EPL and Ethernet Private LAN (EPLAN) are out of scope for this
document.
Virtual Leased Line service is used in examples throughout this
document.
The solution soon to be deployed has an Ethernet infrastructure that
has been split into two parallel logical networks -- two parallel
strata. The first stratum -- the Hard Pipe Stratum -- does not use
statistical multiplexing, and bandwidth is guaranteed end to end.
The second stratum -- the Normal IP/MPLS Stratum -- works as a normal
IP/MPLS network. The two strata share the same physical network,
i.e., routers and links, but the resource reserved for the Hard Pipe
stratum will never be preempted by the Normal IP/MPLS stratum.
The routers will handle the traffic belonging to one stratum
differently from how traffic from the other stratum is handled. This
separation in traffic handling is based on support in hardware.
The reader of this document is assumed to be familiar with RFC 3031
[RFC3031] and RFC 5921 [RFC5921].
1.1. Scope
This document has the following purposes:
o to introduce a two strata IP/MPLS network: the purpose of one of
the strata is to provide capabilities for services that are, from
a customer's point of view, functionally identical to TDM-like
leased lines; and
o to indicate how a router differentiates the traffic of the two
strata.
1.2. Abbreviations
CC: Continuity Check
CV: Connection Verification
L-label: Leased Line label
LSP: Label Switched Path
Hao, et al. Informational [Page 4]
^L
RFC 7625 Hard IP Pipes August 2015
LSR: Label Switching Router
MPLS-TP: MPLS Transport Profile
NMS: Network Management System
OAM: Operations, Administration, and Maintenance
P: Provider Router
PE: Provider Edge Router
PW: Pseudowire
T-label: Tunnel label
TDM: Time-Division Multiplexing
tLDP: Targeted LDP
VLL: Virtual Leased Line
VPLS: Virtual Private LAN Service
VPWS: Virtual Private Wire Service
2. The Stratified Network
The concept of stratified or strata networks has been around for some
time. It appears to have different meaning in different contexts.
The way we use the concept is that we logically assign certain
characteristics to part of the network. The part of the network that
has the special characteristics form one stratum, and the "remainder"
forms a second stratum. The network described in this document uses
a single link-layer technology, Ethernet.
In many cases, a whole physical interface is assigned to a single
hard stratum, especially in the scenario where there are many
physical links between two nodes.
This document does not address the network configuration
possibilities for Hard Pipe and IP/MPLS strata in detail. There are
configuration options, the basic configuration is that one Hard Pipe
stratum and one IP/MPLS stratum are provisioned.
Hao, et al. Informational [Page 5]
^L
RFC 7625 Hard IP Pipes August 2015
However, it is also possible to provision more than one Hard Pipe
stratum, e.g., if customers want enhanced separation for their leased
line. Even though the main driver for the Hard Pipe technology is
the leased lines, any service for which an operator does not want to
use statistical multiplexing will benefit from using the Hard Pipes.
2.1. The Physical Network
Consider a network with 10 routers and all the links between are 10G
Ethernet, such as shown in Figure 1. This is the network topology
we've used for this model and also (with topology variations) in our
first deployment.
+---+ 10G +---+ 10G +---+ 10G +---+
+---| B |-----------| C |-----------| D |----------| E |---+
10G | +---+ +---+ +---+ +---+ | 10G
| | | | | |
+---+ | 10G 10G | 10G | 10G | +---+
--| F | | | | | | G |--
+---+ | | | | +---+
| | | | | |
10G | +---+ +---+ +---+ +---+ | 10G
+---| H |-----------| J |-----------| K |----------| L |---+
+---+ 10G +---+ 10G +---+ 10G +---+
Figure 1
In this document, we use the terms "traffic matrix" or "estimated
traffic matrix" to indicate an estimate of how much traffic will flow
between the ingress and egress (PE) nodes. This may be translated
into how much bandwidth is needed per link in the Hard Pipe stratum.
2.2. The Hard Pipe Stratum
When the intention is to define a Hard Pipe stratum, it is, for
example, possible to start from an estimated traffic matrix to
estimate how much bandwidth to reserve on the links of the Ethernet
link-layer network for the Hard Pipes.
Note that the implication is that the normal traffic gets the
remainder of the available bandwidth. Thus, the link-layer network
will be split into two logical networks, or two strata -- one stratum
for the hardened pipe network and the other for the "normal" IP and
MPLS traffic. This is shown in Figures 2 and 3.
Hao, et al. Informational [Page 6]
^L
RFC 7625 Hard IP Pipes August 2015
+---+ 2G +---+ +---+
+---| B |-----------| C | | E |---+
1G | +---+ +---+ +---+ | 2G
| | | |
+---+ 2G | 1G | +---+
--| F | | | | G |--
+---+ | | +---+
| | | |
1G | +---+ +---+ +---+ +---+ | 2G
+---| H |-----------| J |-----------| K |----------| L |---+
+---+ 2G +---+ 4G +---+ 4G +---+
Figure 2: The Hard Pipe Stratum
It is worth noting that even if the figures in this document are
drawn to indicate "bandwidth on the link", the only bandwidth
information that the nodes have available is the bandwidth assigned
to the Hard Pipe stratum and the Normal IP/MPLS stratum. All other
information is kept on the NMS/Controller. The NMS/Controller keeps
a global bandwidth resource table for the Hard Pipe stratum.
2.3. The Normal IP/MPLS Stratum
Given that the starting point is the physical network in Figure 1 and
the Hard Pipe stratum as defined in Figure 2, the Normal IP/MPLS
stratum will look as is shown in Figure 3:
+---+ 8G +---+ 10G +---+ 10G +---+
+---| B |-----------| C |-----------| D |----------| E |---+
9G | +---+ +---+ +---+ +---+ | 8G
| | | | | |
+---+ | 10G 8G | 10G | 9G | +---+
--| F | | | | | | G |--
+---+ | | | | +---+
| | | | | |
9G | +---+ +---+ +---+ +---+ | 9G
+---| H |-----------| J |-----------| K |----------| L |---+
+---+ 8G +---+ 6G +---+ 6G +---+
Figure 3: The Normal IP/MPLS Stratum
2.4. Stratum Networks
In this document, the concept of stratum network is used to indicate
basically parallel logical networks with strictly separated
resources. Traffic sent over one stratum network can not infringe on
traffic in the other stratum network.
Hao, et al. Informational [Page 7]
^L
RFC 7625 Hard IP Pipes August 2015
In the case described here, all the traffic in the Hard Pipe stratum
is MPLS encapsulated. A number of the labels have been set aside so
other applications can't allocate them and so the routers recognize
them as belonging to the Hard Pipe application.
3. Configuring the Leased Lines in the Hard Pipe Stratum
When the strata are provisioned, the IP/MPLS stratum is set up
exactly as any other IP/MPLS network. The one small difference
between provisioning the Hard Pipe stratum and the IP/MPLS stratum is
that no overbooking is done for the Hard Pipe stratum.
Overbooking and/or congestion in the IP/MPLS stratum can not affect
the Hard Pipe stratum.
All labels used for the Hard Pipe stratum are "Configured Labels",
i.e., labels that are provisioned and reclaimed by management
actions. These management actions can be by manual actions or by an
NMS/Controller or a centralized controller. For the size of network
being deployed, manual configuration is not practical; we are both
provisioning and reclaiming a label from an NMS/Controller.
o If an operator wants to set up a leased line, it is first checked
if there is a path available in the Hard Pipe stratum that matches
the criteria (e.g., bandwidth) for the requested leased line.
* If such a path does exist, it is checked if there is a matching
MPLS tunnel available over that path.
+ If such a tunnel exists, it is used to establish the leased
line by adding L-labels forming an LSP that are carried by
the tunnel. L-labels are known only by the ingress and
egress LSRs. They are local to the endpoints the same way
that the label signaled by Targeted LDP (tLDP) is local to
the endpoints of a targeted session LSP. (Here, "Targeted
LDP" means LDP as defined in RFC 5036 [RFC5036], using
Targeted Hello messages.)
At the same time, the available bandwidth in the Hard Pipe
stratum is decremented by the bandwidth that is needed for
the leased line for every hop across this stratum in the
global resource table (for the Hard Pipe stratum).
+ If such a tunnel does not exist, it can be established so
that the leased line can be set up as above.
Hao, et al. Informational [Page 8]
^L
RFC 7625 Hard IP Pipes August 2015
* If the path does not exist (not enough bandwidth in the Hard
Pipe stratum for the leased line), available bandwidth on the
links is checked to see if the stratum can be expanded to
accommodate such a path.
+ If the Hard Pipe stratum can be expanded, this is done and
the tunnel for the leased line is established as described
above.
It is likely that other modifications of the Hard Pipe
stratum, e.g., consolidating already set up Hard IP tunnels
on to existing links so that room for new leased lines are
created, may have implications that go well outside the
leased line service, and it is currently not viewed as a
fully automated operation.
+ If it is not possible to expand the Hard Pipe stratum to
accommodate the new path, set up of the leased line will
need to be declined.
Thus, given the existence of a viable Hard Pipe stratum, leased lines
are configured in two very simple steps. First, establish a hop-by-
hop tunnel (T-labels), and second, configure the leased lines
(L-labels). The T-labels need to be configured on both the PE and P
routers while L-labels only need to be configured on the PE routers.
Note that L-labels may be used for normal IP service [RFC3031],
BGP/MPLS VPNs [RFC4364], or PWs [RFC3985].
4. Efficient State Management
The system as described here generates a very small amount of state,
and most of it is kept in the NMS/Controller.
4.1. State in the Forwarding Plane
The only configured information that is actually kept on the LSRs is
o the information needed for the label swapping procedures, i.e.,
incoming label to outgoing label and port, and whether the label
belongs to the set of labels that are set aside for the Hard Pipe
stratum tunnels; and
o the bandwidth available for the Hard Pipe stratum and the Normal
IP/MPLS stratum.
Hao, et al. Informational [Page 9]
^L
RFC 7625 Hard IP Pipes August 2015
4.2. State in the NMS/Controller
The following state needs to be kept in the NMS/Controller:
o the topology and bandwidth resources available in the Hard Pipe
network; see Figure 2.
o the total and available bandwidth per link in the Hard Pipe
network; see Figure 4.
o the T-label mappings; see Figure 5.
o the L-label mappings; see Figure 6.
o the reserved bandwidth, as well as other constraints and the path
per L-label.
4.3. Annotations for Configuring Leased Lines
The annotations given below are neither a programming guideline nor
an indication how this architecture could be implemented. It is
rather an indication of how much data needs to be saved for each
stratum and leased line, as well as where this data could be stored.
Considering the Hard Pipe stratum as it has been outlined in
Figure 2, there is actually some additional information related to
the Hard Pipe stratum that not is shown in the figure.
Looking explicitly on the link between LSR J and K we find:
+---+ +---+ +---+ +---+
---| H |-----------| J |-----------| K |----------| L |---
+---+ +---+ +---+ +---+
[4,0]G
Figure 4
The annotation [4,0]G means that 4G is allocated to the stratum on
the link between J and K, and of these, 0G has been allocated to a
service.
Hao, et al. Informational [Page 10]
^L
RFC 7625 Hard IP Pipes August 2015
If we were to allocate two tunnels labels from the labels that have
been configured to work within the Hard Pipe stratum, the resource
view would look like this:
+---+ +---+ +---+ +---+
---| H |-----------| J |-----------| K |----------| L |---
+---+ +---+ +---+ +---+
[4,0]G T1 ,T2
Figure 5
Note that allocating the tunnel labels does not reserve bandwidth for
the tunnel from the Hard Pipe stratum.
When the L-labels are assigned, this will consume bandwidth; so we
need to keep track of the bandwidth per leased line and the total of
bandwidth allocated from the Hard Pipe stratum.
The annotation for the link between J and K could look like this:
+---+ +---+ +---+ +---+
---| H |-----------| J |-----------| K |----------| L |---
+---+ +---+ +---+ +---+
[4,1.5]G, T1, L1 [.5], L2 [.5], T2, L1 [.5]
Figure 6
The line [4,1.5]G, T1, L1 [.5], L2 [.5], T2, L1 [.5] would be
interpreted as follows:
The Hard Pipe stratum link between nodes J and K has 4G bandwidth
allocated; of the total bandwidth, 1.5G is allocated for leased
lines.
Tunnel label T1 carries two leased lines, each of 0.5G, and tunnel
label T2 carries a third leased line of 0.5G.
Note that it is not necessary to keep this information in the nodes;
it is held within the NMS/Controller. Also, it is not necessary to
keep the bandwidth per leased line, but some operations are
simplified (e.g., removing a leased line) if this is done.
Hao, et al. Informational [Page 11]
^L
RFC 7625 Hard IP Pipes August 2015
5. Setting Up Leased Lines
Consider the case where an operator wants to set up a leased line of
0.4G from F to G in the Hard Pipe stratum in Figure 2.
Since there are no constraints other than bandwidth and ingress and
egress PEs, the shortest path will be chosen. A tunnel will be
configured from F to G over the nodes F, H, J, K, L, and G, and a
Leased Line label (a) will be configured on F and G, and the
available resources will be recalculated.
A second leased line of 0.3G between the same PEs is easily
configured by adding a new Leased Line label (b) at the ingress and
egress PEs.
After these operations, a view of the Hard Pipe stratum resources
(available bandwidth) would look like this:
+---+ 2G +---+ +---+
+---| B |-----------| C | | E |---+
1G | +---+ +---+ +---+ | 2G
| | | |
+---+ 2G | 1G | +---+
--| F | | | | G |--
+---+ | | +---+
| | | |
.3G | +---+ +---+ +---+ +---+ | 1.3G
+---| H |-----------| J |-----------| K |----------| L |---+
+---+ 1.3G +---+ 3.3G +---+ 3.3G +---+
Figure 7: The Hard Pipe Stratum after Operations
If the operator now wishes to establish a new leased line with the
criteria being that it should originate from F and terminate at G,
have 0.4G bandwidth, and pass through node E, then analysis of the
Hard Pipe stratum (after establishing the first two listed lines) and
the criteria for the new leased line would give the following:
o The existing tunnel cannot be used since it does not pass through
E; a new tunnel need to be established.
o The hop from F to H cannot be used since the available bandwidth
is insufficient.
o Since no existing tunnels meet the criteria requested, a new
tunnel will be set up from F, to B, C, J, K, L, E (the criteria to
pass through E), and to G.
Hao, et al. Informational [Page 12]
^L
RFC 7625 Hard IP Pipes August 2015
A new L-label (c) to be carried over T2 will be configured on F and
G, and the available resources of the Hard Pipe stratum will be
recalculated.
6. Leased Line Protection
This leased line service uses the MPLS Transport Profile (MPLS-TP)
line protection as it is defined in RFC 6378 [RFC6378] and is updated
as specified in RFC 7271 [RFC7271] and RFC 7324 [RFC7324]
The CV and CC are run over the tunnels between the Maintenance Entity
Group End Points (MEP) at each end, i.e., the entire tunnel is
protected end to end.
In general, all of the MPLS-TP Operations, Administration, and
Maintenance (OAM) as defined in RFC 6371 [RFC6371] is v applicable.
7. Security Considerations
The security considerations as defined in "Security Framework for
MPLS and GMPLS Networks" (RFC 5920 [RFC5920]) and "MPLS Transport
Profile (MPLS-TP) Security Framework" (RFC 6941 [RFC6941]) apply to
this document.
8. Informative References
[RFC3031] Rosen, E., Viswanathan, A., and R. Callon, "Multiprotocol
Label Switching Architecture", RFC 3031,
DOI 10.17487/RFC3031, January 2001,
<http://www.rfc-editor.org/info/rfc3031>.
[RFC3985] Bryant, S., Ed. and P. Pate, Ed., "Pseudo Wire Emulation
Edge-to-Edge (PWE3) Architecture", RFC 3985,
DOI 10.17487/RFC3985, March 2005,
<http://www.rfc-editor.org/info/rfc3985>.
[RFC4364] Rosen, E. and Y. Rekhter, "BGP/MPLS IP Virtual Private
Networks (VPNs)", RFC 4364, DOI 10.17487/RFC4364, February
2006, <http://www.rfc-editor.org/info/rfc4364>.
[RFC5036] Andersson, L., Ed., Minei, I., Ed., and B. Thomas, Ed.,
"LDP Specification", RFC 5036, DOI 10.17487/RFC5036,
October 2007, <http://www.rfc-editor.org/info/rfc5036>.
[RFC5920] Fang, L., Ed., "Security Framework for MPLS and GMPLS
Networks", RFC 5920, DOI 10.17487/RFC5920, July 2010,
<http://www.rfc-editor.org/info/rfc5920>.
Hao, et al. Informational [Page 13]
^L
RFC 7625 Hard IP Pipes August 2015
[RFC5921] Bocci, M., Ed., Bryant, S., Ed., Frost, D., Ed., Levrau,
L., and L. Berger, "A Framework for MPLS in Transport
Networks", RFC 5921, DOI 10.17487/RFC5921, July 2010,
<http://www.rfc-editor.org/info/rfc5921>.
[RFC6371] Busi, I., Ed. and D. Allan, Ed., "Operations,
Administration, and Maintenance Framework for MPLS-Based
Transport Networks", RFC 6371, DOI 10.17487/RFC6371,
September 2011, <http://www.rfc-editor.org/info/rfc6371>.
[RFC6378] Weingarten, Y., Ed., Bryant, S., Osborne, E., Sprecher,
N., and A. Fulignoli, Ed., "MPLS Transport Profile
(MPLS-TP) Linear Protection", RFC 6378,
DOI 10.17487/RFC6378, October 2011,
<http://www.rfc-editor.org/info/rfc6378>.
[RFC6941] Fang, L., Ed., Niven-Jenkins, B., Ed., Mansfield, S., Ed.,
and R. Graveman, Ed., "MPLS Transport Profile (MPLS-TP)
Security Framework", RFC 6941, DOI 10.17487/RFC6941, April
2013, <http://www.rfc-editor.org/info/rfc6941>.
[RFC7271] Ryoo, J., Ed., Gray, E., Ed., van Helvoort, H.,
D'Alessandro, A., Cheung, T., and E. Osborne, "MPLS
Transport Profile (MPLS-TP) Linear Protection to Match the
Operational Expectations of Synchronous Digital Hierarchy,
Optical Transport Network, and Ethernet Transport Network
Operators", RFC 7271, DOI 10.17487/RFC7271, June 2014,
<http://www.rfc-editor.org/info/rfc7271>.
[RFC7324] Osborne, E., "Updates to MPLS Transport Profile Linear
Protection", RFC 7324, DOI 10.17487/RFC7324, July 2014,
<http://www.rfc-editor.org/info/rfc7324>.
Acknowledgements
The authors want to thank Andy Malis for detailed technical and
language review and for valuable comments.
Hao, et al. Informational [Page 14]
^L
RFC 7625 Hard IP Pipes August 2015
Authors' Addresses
JiangTao Hao
Huawei Technologies Co., Ltd
Q13 Huawei Campus
No. 156 Beiqing Road
Hai-dian District
Beijing 100095
China
Email: haojiangtao@huawei.com
Praveen Maheshwari
Bharti Airtel, Ltd.
Plot No. 16, Udyog Bihar,
Phase IV, Gurgaon - 122015
Haryana
India
Email: Praveen.Maheshwari@in.airtel.com
River Huang
Huawei Technologies Co., Ltd
Q13 Huawei Campus
No. 156 Beiqing Road
Hai-dian District
Beijing 100095
China
Email: river.huang@huawei.com
Loa Andersson
Huawei Technologies Co., Ltd
Stockholm
Sweden
Email: loa@mail01.huawei.com
Mach(Guoyi) Chen
Huawei Technologies Co., Ltd
Q14 Huawei Campus
No. 156 Beiqing Road
Hai-dian District
Beijing 100095
China
Email: mach.chen@huawei.com
Hao, et al. Informational [Page 15]
^L
|