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
|
<pre>Internet Engineering Task Force (IETF) M. Chen
Request for Comments: 6829 Huawei Technologies Co., Ltd
Updates: <a href="./rfc4379">4379</a> P. Pan
Category: Standards Track Infinera
ISSN: 2070-1721 C. Pignataro
R. Asati
Cisco
January 2013
<span class="h1">Label Switched Path (LSP) Ping for</span>
<span class="h1">Pseudowire Forwarding Equivalence Classes (FECs) Advertised over IPv6</span>
Abstract
The Multiprotocol Label Switching (MPLS) Label Switched Path (LSP)
Ping and traceroute mechanisms are commonly used to detect and
isolate data-plane failures in all MPLS LSPs, including LSPs used for
each direction of an MPLS Pseudowire (PW). However, the LSP Ping and
traceroute elements used for PWs are not specified for IPv6 address
usage.
This document extends the PW LSP Ping and traceroute mechanisms so
they can be used with PWs that are set up and maintained using IPv6
LDP sessions. This document updates <a href="./rfc4379">RFC 4379</a>.
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/rfc6829">http://www.rfc-editor.org/info/rfc6829</a>.
<span class="grey">Chen, 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="./rfc6829">RFC 6829</a> PW LSP Ping for IPv6 January 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>. Pseudowire IPv4 Target FEC Stack Sub-TLVs . . . . . . . . . . . <a href="#page-3">3</a>
<a href="#section-3">3</a>. Pseudowire IPv6 Target FEC Stack Sub-TLVs . . . . . . . . . . . <a href="#page-4">4</a>
<a href="#section-3.1">3.1</a>. FEC 128 Pseudowire . . . . . . . . . . . . . . . . . . . . <a href="#page-4">4</a>
<a href="#section-3.2">3.2</a>. FEC 129 Pseudowire . . . . . . . . . . . . . . . . . . . . <a href="#page-5">5</a>
<a href="#section-4">4</a>. Summary of Changes . . . . . . . . . . . . . . . . . . . . . . <a href="#page-6">6</a>
<a href="#section-5">5</a>. Operation . . . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-6">6</a>
<a href="#section-6">6</a>. IANA Considerations . . . . . . . . . . . . . . . . . . . . . . <a href="#page-6">6</a>
<a href="#section-7">7</a>. Security Considerations . . . . . . . . . . . . . . . . . . . . <a href="#page-7">7</a>
<a href="#section-8">8</a>. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-7">7</a>
<a href="#section-9">9</a>. References . . . . . . . . . . . . . . . . . . . . . . . . . . <a href="#page-7">7</a>
<a href="#section-9.1">9.1</a>. Normative References . . . . . . . . . . . . . . . . . . . <a href="#page-7">7</a>
<a href="#section-9.2">9.2</a>. Informative References . . . . . . . . . . . . . . . . . . <a href="#page-7">7</a>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
Multiprotocol Label Switching (MPLS) Label Switched Path (LSP) Ping
and traceroute are defined in [<a href="./rfc4379" title=""Detecting Multi-Protocol Label Switched (MPLS) Data Plane Failures"">RFC4379</a>]. These mechanisms can be
used to detect data-plane failures in all MPLS LSPs, including
Pseudowires (PWs). However, the PW LSP Ping and traceroute elements
are not specified for IPv6 address usage.
Specifically, the PW Forwarding Equivalence Class (FEC) sub-TLVs for
the Target FEC Stack in the LSP Ping and traceroute mechanism are
defined only for IPv4 Provider Edge (PE) routers and are not
applicable for the case where PEs use IPv6 addresses. Three PW-
related Target FEC sub-TLVs are currently defined (FEC 128
Pseudowire-Deprecated, FEC 128 Pseudowire-Current, and FEC 129
Pseudowire, see Sections <a href="#section-3.2.8">3.2.8</a> through <a href="#section-3.2.10">3.2.10</a> of [<a href="./rfc4379" title=""Detecting Multi-Protocol Label Switched (MPLS) Data Plane Failures"">RFC4379</a>]). These
sub-TLVs contain the source and destination addresses of the LDP
session, and currently only an IPv4 LDP session is covered. Despite
<span class="grey">Chen, 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="./rfc6829">RFC 6829</a> PW LSP Ping for IPv6 January 2013</span>
the fact that the PE IP address family is not explicit in the sub-TLV
definition, this can be inferred indirectly by examining the lengths
of the Sender's/Remote PE Address fields or calculating the length of
the sub-TLVs (see <a href="./rfc4379#section-3.2">Section 3.2 of [RFC4379]</a>). When an IPv6 LDP
session is used, these existing sub-TLVs cannot be used since the
addresses will not fit. Additionally, all other sub-TLVs are defined
in pairs, one for IPv4 and another for IPv6, but not the PW sub-TLVs.
This document updates [<a href="./rfc4379" title=""Detecting Multi-Protocol Label Switched (MPLS) Data Plane Failures"">RFC4379</a>] to explicitly constrain the existing
PW FEC sub-TLVs for IPv4 LDP sessions and extends the PW LSP Ping to
IPv6 LDP sessions (i.e., when IPv6 LDP sessions are used to signal
the PW, the Sender's and Receiver's IP addresses are IPv6 addresses).
This is done by renaming the existing PW sub-TLVs to indicate "IPv4"
and also by defining two new Target FEC sub-TLVs (FEC 128 Pseudowire
IPv6 sub-TLV and FEC 129 Pseudowire IPv6 sub-TLV) to extend the
application of PW LSP Ping and traceroute to IPv6 usage when an IPv6
LDP session [<a href="#ref-MPLS-LDP" title=""Updates to LDP for IPv6"">MPLS-LDP</a>] is used to signal the Pseudowire. Note that
FEC 128 Pseudowire (Deprecated) is not defined for IPv6 in this
document.
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">RFC 2119</a> [<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>. Pseudowire IPv4 Target FEC Stack Sub-TLVs</span>
This document updates <a href="#section-3.2">Section 3.2</a> and Sections <a href="#section-3.2.8">3.2.8</a> through <a href="#section-3.2.10">3.2.10</a>
of [<a href="./rfc4379" title=""Detecting Multi-Protocol Label Switched (MPLS) Data Plane Failures"">RFC4379</a>] as follows and as indicated in Sections <a href="#section-4">4</a> and <a href="#section-6">6</a>. This
is done to avoid any potential ambiguity and confusion and to clarify
that these TLVs carry only IPv4 addresses. Note that the changes are
limited to the names of fields; there are no semantic changes.
Sections <a href="#section-3.2.8">3.2.8</a> through <a href="#section-3.2.10">3.2.10</a> of [<a href="./rfc4379" title=""Detecting Multi-Protocol Label Switched (MPLS) Data Plane Failures"">RFC4379</a>] list the PW sub-TLVs and
state:
"FEC 128" Pseudowire (Deprecated)
"FEC 128" Pseudowire
"FEC 129" Pseudowire
These names and titles are now changed to:
"FEC 128" Pseudowire - IPv4 (Deprecated)
"FEC 128" Pseudowire - IPv4
"FEC 129" Pseudowire - IPv4
<span class="grey">Chen, 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="./rfc6829">RFC 6829</a> PW LSP Ping for IPv6 January 2013</span>
Additionally, when referring to the PE addresses, Sections <a href="#section-3.2.8">3.2.8</a>
through 3.2.10 of [<a href="./rfc4379" title=""Detecting Multi-Protocol Label Switched (MPLS) Data Plane Failures"">RFC4379</a>] state:
Sender's PE Address
Remote PE Address
These are now updated to say:
Sender's PE IPv4 Address
Remote PE IPv4 Address
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. Pseudowire IPv6 Target FEC Stack Sub-TLVs</span>
<span class="h3"><a class="selflink" id="section-3.1" href="#section-3.1">3.1</a>. FEC 128 Pseudowire</span>
The FEC 128 Pseudowire IPv6 sub-TLV has a structure consistent with
the FEC 128 Pseudowire sub-TLV as described in <a href="./rfc4379#section-3.2.9">Section 3.2.9 of
[RFC4379]</a>. The encoding of the FEC 128 Pseudowire IPv6 sub-TLV is as
follows:
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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| FEC 128 PW IPv6 Type | Length |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~ Sender's PE IPv6 Address ~
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~ Remote PE IPv6 Address ~
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| PW ID |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| PW Type | Must Be Zero |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 1: FEC 128 Pseudowire - IPv6
FEC 128 PW IPv6 Type: 24. 2 octets.
Length: Defines the length in octets of the value field of the sub-
TLV and its value is 38. 2 octets.
Sender's PE IPv6 Address: The source IP address of the target IPv6
LDP session. 16 octets.
Remote PE IPv6 Address: The destination IP address of the target IPv6
LDP session. 16 octets.
<span class="grey">Chen, 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="./rfc6829">RFC 6829</a> PW LSP Ping for IPv6 January 2013</span>
PW ID: Same as FEC 128 Pseudowire IPv4 [<a href="./rfc4379" title=""Detecting Multi-Protocol Label Switched (MPLS) Data Plane Failures"">RFC4379</a>].
PW Type: Same as FEC 128 Pseudowire IPv4 [<a href="./rfc4379" title=""Detecting Multi-Protocol Label Switched (MPLS) Data Plane Failures"">RFC4379</a>].
<span class="h3"><a class="selflink" id="section-3.2" href="#section-3.2">3.2</a>. FEC 129 Pseudowire</span>
The FEC 129 Pseudowire IPv6 sub-TLV has a structure consistent with
the FEC 129 Pseudowire sub-TLV as described in <a href="./rfc4379#section-3.2.10">Section 3.2.10 of
[RFC4379]</a>. The encoding of FEC 129 Pseudowire IPv6 is as follows:
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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| FEC 129 PW IPv6 Type | Length |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~ Sender's PE IPv6 Address ~
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~ Remote PE IPv6 Address ~
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| PW Type | AGI Type | AGI Length |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~ AGI Value ~
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| AII Type | SAII Length | SAII Value |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~ SAII Value (continued) ~
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| AII Type | TAII Length | TAII Value |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~ TAII Value (continued) ~
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| TAII (cont.) | 0-3 octets of zero padding |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Figure 2: FEC 129 Pseudowire - IPv6
FEC 129 PW IPv6 Type: 25. 2 octets.
Length: Defines the length in octets of the value field of the sub-
TLV. 2 octets
The length of this TLV is 40 + AGI (Attachment Group Identifier)
length + SAII (Source Attachment Individual Identifier) length + TAII
(Target Attachment Individual Identifier) length. Padding is used to
make the total length a multiple of 4; the length of the padding is
not included in the Length field.
<span class="grey">Chen, 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="./rfc6829">RFC 6829</a> PW LSP Ping for IPv6 January 2013</span>
Sender's PE IPv6 Address: The source IP address of the target IPv6
LDP session. 16 octets.
Remote PE IPv6 Address: The destination IP address of the target IPv6
LDP session. 16 octets.
The other fields are the same as FEC 129 Pseudowire IPv4 [<a href="./rfc4379" title=""Detecting Multi-Protocol Label Switched (MPLS) Data Plane Failures"">RFC4379</a>].
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. Summary of Changes</span>
<a href="./rfc4379#section-3.2">Section 3.2 of [RFC4379]</a> tabulates all the sub-TLVs for the Target
FEC Stack. Per the change described in Sections <a href="#section-2">2</a> and <a href="#section-3">3</a>, the table
would show the following:
Sub-Type Length Value Field
-------- ------ -----------
...
9 10 "FEC 128" Pseudowire - IPv4 (Deprecated)
10 14 "FEC 128" Pseudowire - IPv4
11 16+ "FEC 129" Pseudowire - IPv4
...
24 38 "FEC 128" Pseudowire - IPv6
25 40+ "FEC 129" Pseudowire - IPv6
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. Operation</span>
This document does not define any new procedures. The process
described in [<a href="./rfc4379" title=""Detecting Multi-Protocol Label Switched (MPLS) Data Plane Failures"">RFC4379</a>] MUST be used.
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. IANA Considerations</span>
IANA has made the following assignments in the "Multi-Protocol Label
Switching (MPLS) Label Switched Paths (LSPs) Ping Parameters"
registry.
The following sub-TLV changes, which comprise three updates and two
additions, are made for the TLV Type 1 "Target FEC Stack" in the
"TLVs and sub-TLVs" sub-registry.
The names of the Value fields of these three Sub-TLVs have been
updated to include the "IPv4" qualifier (see <a href="#section-2">Section 2</a>), and the
Reference has been updated to point to this document:
Type Sub-Type Value Field
---- -------- -----------
1 9 "FEC 128" Pseudowire - IPv4 (Deprecated)
1 10 "FEC 128" Pseudowire - IPv4
1 11 "FEC 129" Pseudowire - IPv4
<span class="grey">Chen, 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="./rfc6829">RFC 6829</a> PW LSP Ping for IPv6 January 2013</span>
Two new entries for the Sub-Type field of the Target FEC TLV (see
<a href="#section-3">Section 3</a>) have been created:
Type Sub-Type Value Field
---- -------- -----------
1 24 "FEC 128" Pseudowire - IPv6
1 25 "FEC 129" Pseudowire - IPv6
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</a>. Security Considerations</span>
This document does not introduce any new security issues; the
security mechanisms defined in [<a href="./rfc4379" title=""Detecting Multi-Protocol Label Switched (MPLS) Data Plane Failures"">RFC4379</a>] apply here.
<span class="h2"><a class="selflink" id="section-8" href="#section-8">8</a>. Acknowledgements</span>
The authors gratefully acknowledge the review and comments of Vanson
Lim, Tom Petch, Spike Curtis, Loa Andersson, and Kireeti Kompella.
<span class="h2"><a class="selflink" id="section-9" href="#section-9">9</a>. References</span>
<span class="h3"><a class="selflink" id="section-9.1" href="#section-9.1">9.1</a>. Normative References</span>
[<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-RFC4379">RFC4379</a>] Kompella, K. and G. Swallow, "Detecting Multi-Protocol
Label Switched (MPLS) Data Plane Failures", <a href="./rfc4379">RFC 4379</a>,
February 2006.
<span class="h3"><a class="selflink" id="section-9.2" href="#section-9.2">9.2</a>. Informative References</span>
[<a id="ref-MPLS-LDP">MPLS-LDP</a>] Asati, R., Manral, V., Papneja, R., and C. Pignataro,
"Updates to LDP for IPv6", Work in Progress, June 2012.
<span class="grey">Chen, 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="./rfc6829">RFC 6829</a> PW LSP Ping for IPv6 January 2013</span>
Authors' Addresses
Mach(Guoyi) Chen
Huawei Technologies Co., Ltd
No. 3 Xinxi Road, Shang-di, Hai-dian District
Beijing 100085
China
EMail: mach@huawei.com
Ping Pan
Infinera
US
EMail: ppan@infinera.com
Carlos Pignataro
Cisco Systems
7200-12 Kit Creek Road
Research Triangle Park, NC 27709
US
EMail: cpignata@cisco.com
Rajiv Asati
Cisco Systems
7025-6 Kit Creek Road
Research Triangle Park, NC 27709
US
EMail: rajiva@cisco.com
Chen, et al. Standards Track [Page 8]
</pre>
|