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
|
<pre>Internet Engineering Task Force (IETF) D. Li
Request for Comments: 6898 Huawei
Updates: <a href="./rfc4204">4204</a>, <a href="./rfc4207">4207</a>, <a href="./rfc4209">4209</a>, <a href="./rfc5818">5818</a> D. Ceccarelli
Category: Standards Track Ericsson
ISSN: 2070-1721 L. Berger
LabN
March 2013
<span class="h1">Link Management Protocol Behavior Negotiation and</span>
<span class="h1">Configuration Modifications</span>
Abstract
The Link Management Protocol (LMP) is used to coordinate the
properties, use, and faults of data links in networks controlled by
Generalized Multiprotocol Label Switching (GMPLS). This document
defines an extension to LMP to negotiate capabilities and indicate
support for LMP extensions. The defined extension is compatible with
non-supporting implementations.
This document updates <a href="./rfc4204">RFC 4204</a>, <a href="./rfc4207">RFC 4207</a>, <a href="./rfc4209">RFC 4209</a>, and <a href="./rfc5818">RFC 5818</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/rfc6898">http://www.rfc-editor.org/info/rfc6898</a>.
<span class="grey">Li, 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="./rfc6898">RFC 6898</a> LMP Behavior Negotiation March 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-3">3</a>
<a href="#section-1.1">1.1</a>. Conventions Used in This Document ..........................<a href="#page-4">4</a>
<a href="#section-2">2</a>. LMP Message Modifications .......................................<a href="#page-4">4</a>
<a href="#section-2.1">2.1</a>. Modified Message Formats ...................................<a href="#page-4">4</a>
<a href="#section-2.2">2.2</a>. Processing .................................................<a href="#page-5">5</a>
<a href="#section-3">3</a>. LMP Behavior Negotiation ........................................<a href="#page-6">6</a>
<a href="#section-3.1">3.1</a>. BehaviorConfig C-Type Format ...............................<a href="#page-6">6</a>
<a href="#section-3.2">3.2</a>. Processing .................................................<a href="#page-7">7</a>
<a href="#section-4">4</a>. Backward Compatibility ..........................................<a href="#page-7">7</a>
<a href="#section-5">5</a>. Security Considerations .........................................<a href="#page-8">8</a>
<a href="#section-6">6</a>. IANA Considerations .............................................<a href="#page-9">9</a>
<a href="#section-6.1">6.1</a>. New LMP Class Type .........................................<a href="#page-9">9</a>
<a href="#section-6.2">6.2</a>. New Capabilities Registry ..................................<a href="#page-9">9</a>
<a href="#section-7">7</a>. Normative References ...........................................<a href="#page-10">10</a>
<a href="#section-8">8</a>. Acknowledgments ................................................<a href="#page-10">10</a>
<a href="#section-9">9</a>. Contributors ...................................................<a href="#page-10">10</a>
<span class="grey">Li, 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="./rfc6898">RFC 6898</a> LMP Behavior Negotiation March 2013</span>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
The Link Management Protocol (LMP) [<a href="./rfc4204" title=""Link Management Protocol (LMP)"">RFC4204</a>] has been successfully
deployed in networks controlled by Generalized Multiprotocol Label
Switching (GMPLS).
New LMP behaviors and protocol extensions have been introduced in a
number of IETF documents, as set out later in this section. It is
likely that future extensions will be made to support additional
functions.
In a network, if one LMP-capable node supports a new behavior or
protocol extension but its adjacent node does not, it is beneficial
to have a protocol mechanism to discover the capabilities of peer
nodes so that the right protocol extensions can be selected and the
correct features can be enabled. There are no such procedures
defined in the base LMP specification [<a href="./rfc4204" title=""Link Management Protocol (LMP)"">RFC4204</a>]. [<a href="./rfc4209" title=""Link Management Protocol (LMP) for Dense Wavelength Division Multiplexing (DWDM) Optical Line Systems"">RFC4209</a>] defined a
specific mechanism to identify support for the functions specified in
that document. This document defines an LMP extension to support the
identification of supported LMP functions in a generic fashion, as
well as how a node supporting these extensions would communicate with
legacy nodes.
In [<a href="./rfc4204" title=""Link Management Protocol (LMP)"">RFC4204</a>], the basic behaviors have been defined around the use of
the standard LMP messages, which include Config, Hello, Verify, Test,
LinkSummary, and ChannelStatus. Per [<a href="./rfc4204" title=""Link Management Protocol (LMP)"">RFC4204</a>], these behaviors MUST
be supported when LMP is implemented, and the message types from 1 to
20 have been assigned by IANA for these messages. Support for all
functions required by [<a href="./rfc4204" title=""Link Management Protocol (LMP)"">RFC4204</a>] is assumed by this document.
In [<a href="./rfc4207" title=""Synchronous Optical Network (SONET)/Synchronous Digital Hierarchy (SDH) Encoding for Link Management Protocol (LMP) Test Messages"">RFC4207</a>], the SONET/SDH technology-specific behavior and
information for LMP is defined. The Trace behavior is added to LMP,
and the message types from 21 to 31 have been assigned by IANA for
the messages that provide the Trace function.
In [<a href="./rfc4209" title=""Link Management Protocol (LMP) for Dense Wavelength Division Multiplexing (DWDM) Optical Line Systems"">RFC4209</a>], extensions to LMP are defined to allow it to be used
between a peer node and an adjacent Optical Line System (OLS). The
LMP object class type and subobject class name have been extended to
support Dense Wavelength Division Multiplexing (DWDM) behavior.
In [<a href="./rfc5818" title=""Data Channel Status Confirmation Extensions for the Link Management Protocol"">RFC5818</a>], the data channel consistency check behavior is defined,
and the message types from 32 to 34 have been assigned by IANA for
messages that provide this behavior.
It is likely that future extensions to LMP for other functions or
technologies will require the definition of further LMP messages.
<span class="grey">Li, 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="./rfc6898">RFC 6898</a> LMP Behavior Negotiation March 2013</span>
This document describes an LMP extension, referred to as behavior
negotiation, that enables the nodes at the ends of a link to identify
the LMP messages and functions supported by the adjacent node. The
extension makes use of a new CONFIG object. The use of this new
object does not preclude the use of existing or yet to be defined
CONFIG objects.
This document also modifies the format of messages that carry the
CONFIG object to allow for multiple objects. Multiple CONFIG objects
allow behavior negotiation concurrent with existing usage of the
CONFIG object, i.e., HelloConfig C-Type defined in [<a href="./rfc4204" title=""Link Management Protocol (LMP)"">RFC4204</a>] and
LMP-WDM_CONFIG C-Type defined in [<a href="./rfc4209" title=""Link Management Protocol (LMP) for Dense Wavelength Division Multiplexing (DWDM) Optical Line Systems"">RFC4209</a>]. This document modifies
the ConfigAck message to include CONFIG objects so that acceptable
parameters are explicitly identified. It also describes how a node
that supports the extensions defined in this document interacts with
a legacy LMP-capable node.
<span class="h3"><a class="selflink" id="section-1.1" href="#section-1.1">1.1</a>. Conventions Used in This Document</span>
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>. LMP Message Modifications</span>
LMP Config, ConfigNack, and ConfigAck messages are modified by this
document to allow for the inclusion of multiple CONFIG objects. The
Config and ConfigNack messages were only defined to carry one CONFIG
object in [<a href="./rfc4204" title=""Link Management Protocol (LMP)"">RFC4204</a>]. The ConfigAck message, which was defined
without carrying any CONFIG objects in [<a href="./rfc4204" title=""Link Management Protocol (LMP)"">RFC4204</a>], is modified to
enable explicit identification of negotiated configuration
parameters. The inclusion of CONFIG objects in ConfigAck messages is
triggered by the use of the BehaviorConfig object (defined below) in
a received Config message.
The message formats in the sections that follow use Backus-Naur Form
(BNF) encoding as defined in [<a href="./rfc5511" title=""Routing Backus-Naur Form (RBNF): A Syntax Used to Form Encoding Rules in Various Routing Protocol Specifications"">RFC5511</a>].
<span class="h3"><a class="selflink" id="section-2.1" href="#section-2.1">2.1</a>. Modified Message Formats</span>
The format of the Config message as updated by this document is as
follows:
<Config Message> ::= <Common Header> <LOCAL_CCID> <MESSAGE_ID>
<LOCAL_NODE_ID> <CONFIG> [ <CONFIG> ... ]
<span class="grey">Li, 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="./rfc6898">RFC 6898</a> LMP Behavior Negotiation March 2013</span>
The format of the ConfigAck message as updated by this document is as
follows:
<ConfigAck Message> ::= <Common Header> <LOCAL_CCID> <LOCAL_NODE_ID>
<REMOTE_CCID> <MESSAGE_ID_ACK>
<REMOTE_NODE_ID>[ <CONFIG> ... ]
The format of the ConfigNack message as updated by this document is
as follows:
<ConfigNack Message> ::= <Common Header> <LOCAL_CCID>
<LOCAL_NODE_ID> <REMOTE_CCID>
<MESSAGE_ID_ACK> <REMOTE_NODE_ID>
<CONFIG> [ <CONFIG> ... ]
<span class="h3"><a class="selflink" id="section-2.2" href="#section-2.2">2.2</a>. Processing</span>
Nodes that support the extensions defined in this document MAY
include multiple CONFIG objects when sending a Config, ConfigAck, and
ConfigNack message. A maximum of a single object of any particular
C-type SHALL be included. A node that receives a message with
multiple CONFIG objects of the same C-type SHALL process the first
object of a particular C-type and ignore any subsequent CONFIG
objects of the same C-type. Unless specified as part of the CONFIG
object definition, ordering of CONFIG objects with different C-type
values is not significant.
Nodes that support the extensions defined in this document MUST
include a BehaviorConfig type object when sending a Config message to
a neighbor whose support for the extensions is either known or
unknown. When the neighbor is known to not support the extensions,
the object MUST NOT be sent. Inclusion of other CONFIG objects in a
Config message is at the discretion of the message sender and is
based on the rules defined as part of CONFIG object definition.
Nodes MAY include HelloConfig, LMP-WDM_CONFIG, BehaviorConfig object
types in a single message.
Inclusion of multiple CONFIG objects in a ConfigNack message is based
on the processing of a received Config message. Per [<a href="./rfc4204" title=""Link Management Protocol (LMP)"">RFC4204</a>],
"Parameters where agreement was reached MUST NOT be included in the
ConfigNack Message." As such, a ConfigNack message MUST NOT include
CONFIG objects that are acceptable and MUST include any CONFIG
objects which are not acceptable. When a CONFIG object is included
in a ConfigNack message, per [<a href="./rfc4204" title=""Link Management Protocol (LMP)"">RFC4204</a>], the object is to include
"acceptable alternate values for negotiable parameters".
<span class="grey">Li, 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="./rfc6898">RFC 6898</a> LMP Behavior Negotiation March 2013</span>
When sending a ConfigAck message, nodes supporting the extensions
defined in this document MUST include all CONFIG objects received in
the corresponding Config message when that message includes a CONFIG
object of type BehaviorConfig.
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. LMP Behavior Negotiation</span>
The Config message is used in the control channel negotiation phase
of LMP [<a href="./rfc4204" title=""Link Management Protocol (LMP)"">RFC4204</a>]. The LMP behavior negotiation procedure is defined
in this document as an addition to this phase.
The Config message is defined in <a href="./rfc4204#section-12.3.1">Section 12.3.1 of [RFC4204]</a> and
carries the CONFIG object (class name 6) as defined in <a href="./rfc4204#section-13.6">Section 13.6
of [RFC4204]</a>.
Two class types have been defined:
- C-Type = 1, HelloConfig, defined in [<a href="./rfc4204" title=""Link Management Protocol (LMP)"">RFC4204</a>]
- C-Type = 2, LMP-WDM_CONFIG, defined in [<a href="./rfc4209" title=""Link Management Protocol (LMP) for Dense Wavelength Division Multiplexing (DWDM) Optical Line Systems"">RFC4209</a>]
This document defines a third C-Type to report and negotiate LMP
mechanisms and behaviors. Its usage indicates support for the
extensions defined in this document.
<span class="h3"><a class="selflink" id="section-3.1" href="#section-3.1">3.1</a>. BehaviorConfig C-Type Format</span>
Class = 6
- C-Type = 3, BehaviorConfig
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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|S|D|C| Must Be Zero (MBZ) |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Flags:
S: 1 bit
This bit indicates support for the Trace behavior of SONET/SDH
technology-specific defined in [<a href="./rfc4207" title=""Synchronous Optical Network (SONET)/Synchronous Digital Hierarchy (SDH) Encoding for Link Management Protocol (LMP) Test Messages"">RFC4207</a>].
D: 1 bit
This bit indicates support for the DWDM behavior defined in
[<a href="./rfc4209" title=""Link Management Protocol (LMP) for Dense Wavelength Division Multiplexing (DWDM) Optical Line Systems"">RFC4209</a>].
<span class="grey">Li, 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="./rfc6898">RFC 6898</a> LMP Behavior Negotiation March 2013</span>
C: 1 bit
This bit indicates support for the data channel consistency check
behavior defined in [<a href="./rfc5818" title=""Data Channel Status Confirmation Extensions for the Link Management Protocol"">RFC5818</a>].
Must Be Zero (MBZ): Variable length
The remaining bits in the flags field MUST be set to zero (0).
This field MUST be sized to ensure 32-bit alignment of the object.
Other bits may be defined in future documents, in which case the
number of bits in the MBZ field is expected to change.
<span class="h3"><a class="selflink" id="section-3.2" href="#section-3.2">3.2</a>. Processing</span>
The inclusion of a BehaviorConfig type object in a message is
discussed above in <a href="#section-2.2">Section 2.2</a>.
When sending a BehaviorConfig type object, the N-bit (negotiable) in
the LMP object header MUST be set (N=1) in the LMP object header.
When sending a BehaviorConfig type object in Config and ConfigNack
messages, the flags field SHOULD be set based on the supported
capabilities of the sending node. When sending a ConfigAck message,
the flags field MUST be set to the value received in the
corresponding Config message.
When receiving a BehaviorConfig type object, the node compares the
flags field against its capacities. Any bit set in the MBZ portion
of the flags field MUST be interpreted as unacceptable. Processing
related to unacceptable values in CONFIG objects is defined in
[<a href="./rfc4204" title=""Link Management Protocol (LMP)"">RFC4204</a>] and is not modified by this document.
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. Backward Compatibility</span>
The required use of the BehaviorConfig type CONFIG object enables
nodes that support the extensions defined in this document to
explicitly identify when a neighboring node does not. When a non-
supporting node receives a Config message with the BehaviorConfig
type CONFIG object or multiple CONFIG objects, its behavior is to be
one of the following behaviors:
a) Reject the Config message because of the unknown BehaviorConfig
object type and send a ConfigNack message which includes the
unsupported C-type.
<span class="grey">Li, 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="./rfc6898">RFC 6898</a> LMP Behavior Negotiation March 2013</span>
b) Reject the message because of multiple CONFIG objects and send a
ConfigNack message which includes all but one of the CONFIG
objects.
c) Silently ignore the one or more of the CONFIG object, and respond
with a ConfigAck message that does not include any CONFIG objects.
d) Treat the message as malformed, and discard it without any
response.
Behaviors (a) and (b) result in ConfigNack messages with a
BehaviorConfig type object whose contents are identical to what was
sent in the Config message. Behavior (c) results in a ConfigAck
message without a BehaviorConfig type CONFIG object. In each of
these cases, the node SHOULD explicitly identify that the LMP
neighbor does not support the extensions defined in this document.
Behavior (d) results in no response at all. When the node reaches
the "retry limit", defined in [<a href="./rfc4204" title=""Link Management Protocol (LMP)"">RFC4204</a>], the node SHOULD infer that
the LMP neighbor does not support the extensions defined in this
document.
Once a node identifies a neighbor as not supporting the extensions
defined in this document, the node SHOULD follow previously defined
Config message usage.
<span class="h2"><a class="selflink" id="section-5" href="#section-5">5</a>. Security Considerations</span>
[<a id="ref-RFC4204">RFC4204</a>] describes how LMP messages between peers can be secured,
and these measures are equally applicable to messages carrying the
new CONFIG object defined in this document.
Alone, the procedures described in this document do not constitute a
security risk, since they do not cause any change in network state.
It would be possible, if the messages were intercepted or spoofed to
cause bogus alerts in the management plane, or to cause LMP peers to
consider that they could or could not operate protocol extensions,
and so the use of the LMP security measures are RECOMMENDED.
Note, however, that [<a href="./rfc4204" title=""Link Management Protocol (LMP)"">RFC4204</a>] references for security have been
updated with [<a href="./rfc4301" title=""Security Architecture for the Internet Protocol"">RFC4301</a>], and the current reference for IKEv2 is
[<a href="./rfc5996" title=""Internet Key Exchange Protocol Version 2 (IKEv2)"">RFC5996</a>].
<span class="grey">Li, 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="./rfc6898">RFC 6898</a> LMP Behavior Negotiation March 2013</span>
<span class="h2"><a class="selflink" id="section-6" href="#section-6">6</a>. IANA Considerations</span>
<span class="h3"><a class="selflink" id="section-6.1" href="#section-6.1">6.1</a>. New LMP Class Type</span>
IANA maintains the "Link Management Protocol (LMP) Parameters"
registry, which has a subregistry called "LMP Object Class name space
and Class type (C-Type)".
IANA has made an assignment from this registry as follows:
6 CONFIG [<a href="./rfc4204" title=""Link Management Protocol (LMP)"">RFC4204</a>]
CONFIG Object Class type name space:
C-Type Description Reference
------------ --------------------- ---------
3 BehaviorConfig <a href="./rfc6898">RFC 6898</a>
<span class="h3"><a class="selflink" id="section-6.2" href="#section-6.2">6.2</a>. New Capabilities Registry</span>
IANA has created a new subregistry of the "Link Management Protocol
(LMP) Parameters" registry to track the Behavior Configuration bits
defined in <a href="#section-2">Section 2</a> of this document. This registry is called "LMP
Behavior Configuration Flags".
Allocations from this registry are by Standards Action.
Bits in this registry are numbered from zero as the most significant
bit (transmitted first). The number of bits that can be present is
limited by the length field of the CONFIG object, which gives rise to
(255 x 32)-8 = 8152. IANA is strongly recommended to allocate new
bits with the lowest available unused number.
The registry is initially populated as follows:
Bit | Bit | Meaning | Reference
Number | Name | |
-------+------+----------------------------------------+----------
0 | S | SONET/SDH Test support | <a href="./rfc6898">RFC 6898</a>
1 | D | DWDM support | <a href="./rfc6898">RFC 6898</a>
2 | C | Data Channel consistency check support | <a href="./rfc6898">RFC 6898</a>
<span class="grey">Li, et al. Standards Track [Page 9]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-10" ></span>
<span class="grey"><a href="./rfc6898">RFC 6898</a> LMP Behavior Negotiation March 2013</span>
<span class="h2"><a class="selflink" id="section-7" href="#section-7">7</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-RFC4301">RFC4301</a>] Kent, S. and K. Seo, "Security Architecture for the
Internet Protocol", <a href="./rfc4301">RFC 4301</a>, December 2005.
[<a id="ref-RFC5996">RFC5996</a>] Kaufman, C., Hoffman, P., Nir, Y., and P. Eronen,
"Internet Key Exchange Protocol Version 2 (IKEv2)", <a href="./rfc5996">RFC</a>
<a href="./rfc5996">5996</a>, September 2010.
[<a id="ref-RFC4204">RFC4204</a>] Lang, J., Ed., "Link Management Protocol (LMP)", <a href="./rfc4204">RFC 4204</a>,
October 2005.
[<a id="ref-RFC4207">RFC4207</a>] Lang, J. and D. Papadimitriou, "Synchronous Optical
Network (SONET)/Synchronous Digital Hierarchy (SDH)
Encoding for Link Management Protocol (LMP) Test
Messages", <a href="./rfc4207">RFC 4207</a>, October 2005.
[<a id="ref-RFC4209">RFC4209</a>] Fredette, A., Ed., and J. Lang, Ed., "Link Management
Protocol (LMP) for Dense Wavelength Division Multiplexing
(DWDM) Optical Line Systems", <a href="./rfc4209">RFC 4209</a>, October 2005.
[<a id="ref-RFC5818">RFC5818</a>] Li, D., Xu, H., Bardalai, S., Meuric, J., and D. Caviglia,
"Data Channel Status Confirmation Extensions for the Link
Management Protocol", <a href="./rfc5818">RFC 5818</a>, April 2010.
[<a id="ref-RFC5511">RFC5511</a>] Farrel, A., "Routing Backus-Naur Form (RBNF): A Syntax
Used to Form Encoding Rules in Various Routing Protocol
Specifications", <a href="./rfc5511">RFC 5511</a>, April 2009.
<span class="h2"><a class="selflink" id="section-8" href="#section-8">8</a>. Acknowledgments</span>
Thanks to Adrian Farrel and Richard Graveman for their useful
comments.
<span class="h2"><a class="selflink" id="section-9" href="#section-9">9</a>. Contributors</span>
Diego Caviglia
Ericsson
Via E. Melen, 77
Genova - Erzelli
Italy
Phone: +39 010 600 3736
EMail: diego.caviglia@ericsson.com
<span class="grey">Li, et al. Standards Track [Page 10]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-11" ></span>
<span class="grey"><a href="./rfc6898">RFC 6898</a> LMP Behavior Negotiation March 2013</span>
Authors' Addresses
Dan Li
Huawei Technologies
F3-5-B R&D Center, Huawei Industrial Base,
Shenzhen 518129
China
Phone: +86 755-289-70230
EMail: huawei.danli@huawei.com
Daniele Ceccarelli
Ericsson
Via E. Melen, 77
Genova - Erzelli
Italy
EMail: daniele.ceccarelli@ericsson.com
Lou Berger
LabN Consulting, L.L.C.
EMail: lberger@labn.net
Li, et al. Standards Track [Page 11]
</pre>
|