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
|
<pre>Internet Engineering Task Force (IETF) M. Napierala
Request for Comments: 7060 AT&T
Category: Standards Track E. Rosen
ISSN: 2070-1721 IJ. Wijnands
Cisco Systems, Inc.
November 2013
<span class="h1">Using LDP Multipoint Extensions on Targeted LDP Sessions</span>
Abstract
Label Distribution Protocol (LDP) can be used to set up Point-to-
Multipoint (P2MP) and Multipoint-to-Multipoint (MP2MP) Label Switched
Paths. However, the specification for the Multipoint Extensions to
LDP presupposes that the two endpoints of an LDP session are directly
connected. The LDP base specification allows for the case where the
two endpoints of an LDP session are not directly connected; such a
session is known as a "Targeted LDP" session. This document provides
the specification for using the LDP Multipoint Extensions over a
Targeted LDP session.
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 <a href="./rfc5741#section-2">Section 2 of RFC 5741</a>.
Information about the current status of this document, any errata,
and how to provide feedback on it may be obtained at
<a href="http://www.rfc-editor.org/info/rfc7060">http://www.rfc-editor.org/info/rfc7060</a>.
<span class="grey">Napierala, et al. Standards Track [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc7060">RFC 7060</a> LDP Multipoint on Targeted Sessions November 2013</span>
Copyright Notice
Copyright (c) 2013 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/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. 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
<a href="#section-1">1</a>. Introduction ....................................................<a href="#page-2">2</a>
<a href="#section-2">2</a>. Targeted mLDP and the Upstream LSR ..............................<a href="#page-3">3</a>
<a href="#section-2.1">2.1</a>. Selecting the Upstream LSR .................................<a href="#page-3">3</a>
<a href="#section-2.2">2.2</a>. Sending Data from U to D ...................................<a href="#page-4">4</a>
<a href="#section-3">3</a>. Applicability of Targeted mLDP ..................................<a href="#page-4">4</a>
<a href="#section-4">4</a>. LDP Capabilities ................................................<a href="#page-5">5</a>
<a href="#section-5">5</a>. Targeted mLDP with Unicast Replication ..........................<a href="#page-5">5</a>
<a href="#section-6">6</a>. Targeted mLDP with Multicast Tunneling ..........................<a href="#page-6">6</a>
<a href="#section-7">7</a>. Security Considerations .........................................<a href="#page-8">8</a>
<a href="#section-8">8</a>. Acknowledgments .................................................<a href="#page-8">8</a>
<a href="#section-9">9</a>. Normative References ............................................<a href="#page-8">8</a>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
Label Distribution Protocol (LDP) extensions for setting up Point-to-
Multipoint (P2MP) Label Switched Paths (LSPs) and Multipoint-to-
Multipoint (MP2MP) LSPs are specified in [<a href="#ref-mLDP" title=""Label Distribution Protocol Extensions for Point-to-Multipoint and Multipoint-to-Multipoint Label Switched Paths"">mLDP</a>]. This set of
extensions is generally known as "Multipoint LDP" (mLDP).
A pair of Label Switched Routers (LSRs) that are the endpoints of an
LDP session are considered to be "LDP peers". When a pair of LDP
peers are "directly connected" (e.g., they are connected by a layer 2
medium or are otherwise considered to be neighbors by the network's
interior routing protocol), the LDP session is said to be a "directly
connected" LDP session. When the pair of LDP peers are not directly
connected, the session between them is said to be a "Targeted" LDP
session.
The base specification for mLDP does not explicitly cover the case
where the LDP multipoint extensions are used over a Targeted LDP
session. This document provides that specification.
<span class="grey">Napierala, et al. Standards Track [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc7060">RFC 7060</a> LDP Multipoint on Targeted Sessions November 2013</span>
We will use the term "Multipoint" to mean "either P2MP or MP2MP".
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in [<a href="./rfc2119" title=""Key words for use in RFCs to Indicate Requirement Levels"">RFC2119</a>].
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. Targeted mLDP and the Upstream LSR</span>
<span class="h3"><a class="selflink" id="section-2.1" href="#section-2.1">2.1</a>. Selecting the Upstream LSR</span>
In mLDP, a multipoint LSP (MP-LSP) has a unique identifier that is an
ordered pair of the form <root, opaque value>. The first element of
the ordered pair is the IP address of the MP-LSP's "root node". The
second element of the ordered pair is an identifier that is unique in
the context of the root node.
If LSR D is setting up the MP-LSP <R, X>, D must determine the
"upstream LSR" for <R, X>. In [<a href="#ref-mLDP" title=""Label Distribution Protocol Extensions for Point-to-Multipoint and Multipoint-to-Multipoint Label Switched Paths"">mLDP</a>], the upstream LSR for <R, X>,
U, is defined to be the "next hop" on D's path to R, and "next hop"
is tacitly assumed to mean "IGP next hop". It is thus assumed that
there is a direct LDP session between D and U. In this
specification, we extend the notion of "upstream LSR" to cover the
following cases:
- U is the "BGP next hop" on D's path to R, where U and D are not
necessarily IGP neighbors, and where there is a Targeted LDP
session between U and D. In this case, we allow D to select U
as the "upstream LSR" for <R,X>.
- If the "next-hop interface" on D's path to R is an RSVP Traffic
Engineering (RSVP-TE) P2P tunnel whose remote endpoint is U,
and if there is known to be an RSVP-TE P2P tunnel from U to D,
and if there is a Targeted LDP session between U and D, then we
allow D to select U as the "upstream LSR" for <R,X>. This is
useful when D and U are part of a network area that is fully
meshed via RSVP-TE P2P tunnels.
The particular method used to select an "upstream LSR" is determined
by the Service Provider (SP) and must be made known a priori (i.e.,
by provisioning) to all the LSRs involved.
Other methods than the two specified above MAY be used; however, the
specification of other methods is outside the scope of this document.
<span class="grey">Napierala, et al. Standards Track [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc7060">RFC 7060</a> LDP Multipoint on Targeted Sessions November 2013</span>
<span class="h3"><a class="selflink" id="section-2.2" href="#section-2.2">2.2</a>. Sending Data from U to D</span>
By using Targeted mLDP, we can construct an MP-LSP <R,X> containing
an LSR U, where U has one or more downstream LSR neighbors (D1, ...,
Dn) to which it is not directly connected. In order for a data
packet to travel along this MP-LSP, U must have some way of
transmitting the packet to D1, ..., Dn. We will cover two methods of
transmission:
- Unicast Replication
In this method, U creates n copies of the packet and unicasts
each copy to exactly one of D1, ..., Dn.
- Multicast Tunneling
In this method, U becomes the root node of a multicast tunnel,
with D1, ..., Dn as leaf nodes. When a packet traveling along
the MP-LSP <R,X> arrives at U, U transmits it through the
multicast tunnel, and as a result it arrives at D1, ..., Dn.
When this method is used, it may be desirable to carry traffic
of multiple MP-LSPs through a single multicast tunnel. We
specify procedures that allow for the proper demultiplexing of
the MP-LSPs at the leaf nodes of the multicast tunnel. We do
not assume that all the leaf nodes of the tunnel are on all the
MP-LSPs traveling through the tunnel; thus, some of the tunnel
leaf nodes may need to discard some of the packets received
through the tunnel. For example, suppose MP-LSP <R1,X1>
contains node U with downstream LSRs D1 and D2, while MP-LSP
<R2,X2> contains node U with downstream LSRs D2 and D3.
Suppose also that there is a multicast tunnel with U as root
and with D1, D2, and D3 as leaf nodes. U can aggregate both
MP-LSPs in this one tunnel. However, D1 will have to discard
packets that are traveling on <R2,X1>, while D3 will have to
discard packets that are traveling on <R1,X2>.
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. Applicability of Targeted mLDP</span>
When LSR D is setting up MP-LSP <R,X>, it MUST NOT use Targeted mLDP
unless D implements a procedure that can select an LSR U that is a
Targeted mLDP peer of D as the "upstream LSR" for <R,X>. See <a href="#section-2.1">Section</a>
<a href="#section-2.1">2.1</a>.
Whether D uses Targeted mLDP when this condition holds is determined
by provisioning or by other methods that are outside the scope of
this specification.
<span class="grey">Napierala, et al. Standards Track [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc7060">RFC 7060</a> LDP Multipoint on Targeted Sessions November 2013</span>
When Targeted mLDP is used, the choice between unicast replication
and multicast tunneling is determined by provisioning or by other
methods that are outside the scope of this specification. It is
presupposed that all nodes will have a priori knowledge of whether to
use unicast replication or to use multicast tunneling. If the
latter, it is presupposed that all nodes will have a priori knowledge
of the type of multicast tunneling to use.
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. LDP Capabilities</span>
Per [<a href="#ref-mLDP" title=""Label Distribution Protocol Extensions for Point-to-Multipoint and Multipoint-to-Multipoint Label Switched Paths"">mLDP</a>], any LSR that needs to set up an MP-LSP must support the
procedures of [<a href="#ref-LDP-CAP" title=""LDP Capabilities"">LDP-CAP</a>], and in particular must send and receive the
P2MP Capability and/or the MP2MP Capability. This specification does
not define any new capabilities; the advertisement of the P2MP and/or
MP2MP Capabilities on a Targeted LDP session means that the
advertising LSR is capable of following the procedures set forth in
this document.
Some of the procedures described in this document require the use of
upstream-assigned labels [<a href="#ref-LDP-UP" title=""MPLS Upstream Label Assignment for LDP"">LDP-UP</a>]. In order to use upstream-assigned
labels as part of Targeted mLDP, an LSR must advertise the LDP
Upstream-Assigned Label Capability [<a href="#ref-LDP-UP" title=""MPLS Upstream Label Assignment for LDP"">LDP-UP</a>] on the Targeted LDP
session.
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. Targeted mLDP with Unicast Replication</span>
When unicast replication is used, the mLDP procedures are exactly the
same as described in [<a href="#ref-mLDP" title=""Label Distribution Protocol Extensions for Point-to-Multipoint and Multipoint-to-Multipoint Label Switched Paths"">mLDP</a>], with the following exception. If LSR D
is setting up MP-LSP <R,X>, its "upstream LSR" is selected according
to the procedures of <a href="#section-2.1">Section 2.1</a>, and is not necessarily the "IGP
next hop" on D's path to R.
Suppose that LSRs D1 and D2 are both setting up the P2MP MP-LSP
<R,X>, and that LSR U is the upstream LSR on each of their paths to
R. D1 and D2 each binds a label to <R,X> and each uses a Label
Mapping message to inform U of the label binding. Suppose D1 has
assigned label L1 to <R,X> and D2 has assigned label L2 to <R,X>.
(Note that L1 and L2 could have the same value or different values;
D1 and D2 do not coordinate their label assignments.) When U has a
packet to transmit on the MP-LSP <R,X>, it makes a copy of the
packet, pushes on label L1, and unicasts the resulting packet to D1.
It also makes a second copy of the packet, pushes on label L2, and
then unicasts the resulting packet to D2.
This procedure also works when the MP-LSP <R,X> is an MP2MP LSP.
Suppose that in addition to labels L1 and L2 described above, U has
assigned label L3 for <R,X> traffic received from D1 and label L4 for
<R,X> traffic received from D2. When U processes a packet with label
<span class="grey">Napierala, et al. Standards Track [Page 5]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-6" ></span>
<span class="grey"><a href="./rfc7060">RFC 7060</a> LDP Multipoint on Targeted Sessions November 2013</span>
L3 at the top of its label stack, it knows the packet is from D1, so
U sends a unicast copy of the packet to D2, after swapping L3 for L2.
U does not send a copy back to D1.
Note that all labels used in this procedure are downstream-assigned
labels.
The method of unicast is a local matter, outside the scope of this
specification. The only requirement is that D1 will receive the copy
of the packet carrying label L1 and that D1 will process the packet
by looking up label L1. (And similarly, D2 must receive the copy of
the packet carrying label L2 and must process the packet by looking
up label L2.)
Note that if the method of unicast is MPLS, U will need to push
another label on each copy of the packet before transmitting it.
This label needs to ensure that delivery of the packet to the
appropriate LSR, D1 or D2. Use of penultimate-hop popping for that
label is perfectly legitimate.
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. Targeted mLDP with Multicast Tunneling</span>
Suppose that LSRs D1 and D2 are both setting up MP-LSP <R,X> and that
LSR U is the upstream LSR on each of their paths to R. Since
multicast tunneling is being used, when U has a packet to send on
this MP-LSP, it does not necessarily send two copies, one to D1 and
one to D2. It may send only one copy of the packet, which will get
replicated somewhere downstream in the multicast tunnel. Therefore,
the label that gets bound to the MP-LSP must be an upstream-assigned
label assigned by U. This requires a change from the procedures of
[<a href="#ref-mLDP" title=""Label Distribution Protocol Extensions for Point-to-Multipoint and Multipoint-to-Multipoint Label Switched Paths"">mLDP</a>]. D1 and D2 do not send Label Mapping messages to U; instead,
they send Label Request messages to U, following the procedures of
Section 4 of [<a href="#ref-LDP-UP" title=""MPLS Upstream Label Assignment for LDP"">LDP-UP</a>], asking U to assign a label to the MP-LSP
<R,X>. U responds with a Label Mapping message containing an
upstream-assigned label L (using the procedures specified in
[<a href="#ref-LDP-UP" title=""MPLS Upstream Label Assignment for LDP"">LDP-UP</a>]). As part of the same Label Mapping message, U also sends
an Interface TLV (as specified in [<a href="#ref-LDP-UP" title=""MPLS Upstream Label Assignment for LDP"">LDP-UP</a>]) identifying the multicast
tunnel in which data on the MP-LSP will be carried. When U transmits
a packet on this tunnel, it first pushes on the upstream-assigned
label L and then pushes on the label that corresponds to the
multicast tunnel.
If the numerical value L of the upstream-assigned label is the value
3, defined in [<a href="#ref-LDP" title=""LDP Specification"">LDP</a>] and [<a href="./rfc3032" title=""MPLS Label Stack Encoding"">RFC3032</a>] as "Implicit NULL", then the
specified multicast tunnel will carry only the specified MP-LSP.
That is, aggregation of multiple MP-LSPs into a single multicast
<span class="grey">Napierala, et al. Standards Track [Page 6]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-7" ></span>
<span class="grey"><a href="./rfc7060">RFC 7060</a> LDP Multipoint on Targeted Sessions November 2013</span>
tunnel is not being done. In this case, no upstream-assigned label
is pushed onto a packet that is transmitted through the multicast
tunnel.
Various types of multicast tunnel may be used. The choice of tunnel
type is determined by provisioning, or by some other method that is
outside the scope of this document. [<a href="#ref-LDP-UP" title=""MPLS Upstream Label Assignment for LDP"">LDP-UP</a>] specifies encodings
allowing U to identify an mLDP MP-LSP, and RSVP-TE P2MP LSP, as well
as other types of multicast tunnel.
Procedures for tunneling MP2MP LSPs through P2MP or MP2MP LSPs are
outside the scope of this document.
If the multicast tunnel is an mLDP MP-LSP or an RSVP-TE P2MP LSP,
when U transmits a packet on the MP-LSP <R,X>, the upstream-assigned
label L will be the second label in the label stack. Penultimate-hop
popping MUST NOT be done, because the top label provides the context
in which the second label is to be interpreted. See [<a href="./rfc5331" title=""MPLS Upstream Label Assignment and Context-Specific Label Space"">RFC5331</a>].
When LSR U uses these procedures to inform LSR D that a particular
MP-LSP is being carried in a particular multicast tunnel, U and D
MUST take appropriate steps to ensure that the packets U sends into
this tunnel will be received by D. The exact steps to take depend on
the tunnel type. As long as U is D's upstream LSR for any MP-LSP
that has been assigned to this tunnel, D must remain joined to the
tunnel.
Note that U MAY assign the same multicast tunnel for multiple
different MP-LSPs. However, U MUST assign a distinct upstream-
assigned label to each MP-LSP. This allows the packets traveling
through the tunnel to be demultiplexed into the proper MP-LSPs.
If U has an MP-LSP <R1,X1> with downstream LSRs D1 and D2, and an MP-
LSP <R2,X2> with downstream LSRs D2 and D3, U may assign both MP-LSPs
to the same multicast tunnel. In this case, D3 will receive packets
traveling on <R1,X1>. However, the upstream-assigned label carried
by those packets will not be recognized by D3, hence D3 will discard
those packets. Similarly, D1 will discard the <R2,X2> packets.
This document does not specify any rules for deciding whether to
aggregate two or more MP-LSPs into a single multicast tunnel. Such
rules are outside the scope of this document.
Except for the procedures explicitly detailed in this document, the
procedures of [<a href="#ref-mLDP" title=""Label Distribution Protocol Extensions for Point-to-Multipoint and Multipoint-to-Multipoint Label Switched Paths"">mLDP</a>] and [<a href="#ref-LDP-UP" title=""MPLS Upstream Label Assignment for LDP"">LDP-UP</a>] apply unchanged.
<span class="grey">Napierala, et al. Standards Track [Page 7]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-8" ></span>
<span class="grey"><a href="./rfc7060">RFC 7060</a> LDP Multipoint on Targeted Sessions November 2013</span>
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>. Security Considerations</span>
This document raises no new security considerations beyond those
discussed in [<a href="#ref-LDP" title=""LDP Specification"">LDP</a>], [<a href="#ref-LDP-UP" title=""MPLS Upstream Label Assignment for LDP"">LDP-UP</a>], and [<a href="./rfc5331" title=""MPLS Upstream Label Assignment and Context-Specific Label Space"">RFC5331</a>].
<span class="h2"><a class="selflink" id="section-8" href="#section-8">8</a>. Acknowledgments</span>
The authors wish to thank Lizhong Jin and Lizhen Bin for their
comments.
<span class="h2"><a class="selflink" id="section-9" href="#section-9">9</a>. Normative References</span>
[<a id="ref-LDP">LDP</a>] Andersson, L., Ed., Minei, I., Ed., and B. Thomas, Ed.,
"LDP Specification", <a href="./rfc5036">RFC 5036</a>, October 2007.
[<a id="ref-LDP-CAP">LDP-CAP</a>] Thomas, B., Raza, K., Aggarwal, S., Aggarwal, R., and JL.
Le Roux, "LDP Capabilities", <a href="./rfc5561">RFC 5561</a>, July 2009.
[<a id="ref-mLDP">mLDP</a>] Wijnands, IJ., Ed., Minei, I., Ed., Kompella, K., and B.
Thomas, "Label Distribution Protocol Extensions for
Point-to-Multipoint and Multipoint-to-Multipoint Label
Switched Paths", <a href="./rfc6388">RFC 6388</a>, November 2011.
[<a id="ref-LDP-UP">LDP-UP</a>] Aggarwal, R. and JL. Le Roux, "MPLS Upstream Label
Assignment for LDP", <a href="./rfc6389">RFC 6389</a>, November 2011.
[<a id="ref-RFC2119">RFC2119</a>] Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", <a href="https://www.rfc-editor.org/bcp/bcp14">BCP 14</a>, <a href="./rfc2119">RFC 2119</a>, March 1997.
[<a id="ref-RFC3032">RFC3032</a>] Rosen, E., Tappan, D., Fedorkow, G., Rekhter, Y.,
Farinacci, D., Li, T., and A. Conta, "MPLS Label Stack
Encoding", <a href="./rfc3032">RFC 3032</a>, January 2001.
[<a id="ref-RFC5331">RFC5331</a>] Aggarwal, R., Rekhter, Y., and E. Rosen, "MPLS Upstream
Label Assignment and Context-Specific Label Space", <a href="./rfc5331">RFC</a>
<a href="./rfc5331">5331</a>, August 2008.
<span class="grey">Napierala, et al. Standards Track [Page 8]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-9" ></span>
<span class="grey"><a href="./rfc7060">RFC 7060</a> LDP Multipoint on Targeted Sessions November 2013</span>
Authors' Addresses
Maria Napierala
AT&T Labs
200 Laurel Avenue
Middletown, NJ 07748
USA
EMail: mnapierala@att.com
Eric C. Rosen
Cisco Systems, Inc.
1414 Massachusetts Avenue
Boxborough, MA, 01719
USA
EMail: erosen@cisco.com
IJsbrand Wijnands
Cisco Systems, Inc.
De kleetlaan 6a Diegem 1831
Belgium
EMail: ice@cisco.com
Napierala, et al. Standards Track [Page 9]
</pre>
|