Skip to main content

GMPLS - Communication of Alarm Information
draft-ietf-ccamp-gmpls-alarm-spec-06

Revision differences

Document history

Date Rev. By Action
2012-08-22
06 (System) post-migration administrative database adjustment to the No Objection position for Dan Romascanu
2012-08-22
06 (System) post-migration administrative database adjustment to the No Objection position for Magnus Westerlund
2012-08-22
06 (System) post-migration administrative database adjustment to the No Objection position for Russ Housley
2006-09-24
06 Amy Vezza State Changes to RFC Ed Queue from Approved-announcement sent by Amy Vezza
2006-09-18
06 Amy Vezza IESG state changed to Approved-announcement sent
2006-09-18
06 Amy Vezza IESG has approved the document
2006-09-18
06 Amy Vezza Closed "Approve" ballot
2006-09-18
06 Ross Callon State Changes to Approved-announcement to be sent from IESG Evaluation::AD Followup by Ross Callon
2006-09-18
06 Russ Housley [Ballot Position Update] Position for Russ Housley has been changed to No Objection from Discuss by Russ Housley
2006-09-15
06 (System) Sub state has been changed to AD Follow up from New Id Needed
2006-09-15
06 (System) New version available: draft-ietf-ccamp-gmpls-alarm-spec-06.txt
2006-09-14
06 Russ Housley
[Ballot discuss]
Global Timestamp requires a better description.  RFC 4049 says:
  >
  > The integer value is the number of seconds, excluding leap …
[Ballot discuss]
Global Timestamp requires a better description.  RFC 4049 says:
  >
  > The integer value is the number of seconds, excluding leap seconds,
  > after midnight UTC, January 1, 1970.  This time format cannot
  > represent time values prior to January 1, 1970.  The latest UTC time
  > value that can be represented by a four-octet integer value is
  > 03:14:07 on January 19, 2038, which is represented by the hexadecimal
  > value 7FFFFFFF.
  >
  Does this specification intend the same use of the sign bit?
  I strongly suspect that leap seconds are being ignored here too.

  I expect to see the following text to resolve this point:
  >
  > An unsigned fixed-point integer that indicates the number of seconds
  > since 00:00:00 UT on 1 January 1970 according to the clock on the node
  > that originates this TLV. This time MAY include leap seconds if they are
  > used by the local clock and SHOULD contain the same time value as used
  > by the node when the alarm is reported through other systems (such as
  > within the Management Plane) if global time is used in those reports.
2006-09-07
06 Ross Callon State Changes to IESG Evaluation::Revised ID Needed from IESG Evaluation::AD Followup by Ross Callon
2006-09-07
06 Ross Callon
I am putting this back into "revised ID needed" since
another update is imminent in order to respond to the
last point in Russ' DISCUSS …
I am putting this back into "revised ID needed" since
another update is imminent in order to respond to the
last point in Russ' DISCUSS (the authors should have
this in relatively soon).
2006-09-07
06 Magnus Westerlund [Ballot Position Update] Position for Magnus Westerlund has been changed to No Objection from Discuss by Magnus Westerlund
2006-09-06
06 (System) Sub state has been changed to AD Follow up from New Id Needed
2006-09-06
05 (System) New version available: draft-ietf-ccamp-gmpls-alarm-spec-05.txt
2006-09-01
06 (System) Removed from agenda for telechat - 2006-08-31
2006-08-31
06 Ross Callon State Changes to IESG Evaluation::Revised ID Needed from IESG Evaluation::AD Followup by Ross Callon
2006-08-31
06 Amy Vezza State Changes to IESG Evaluation::AD Followup from IESG Evaluation by Amy Vezza
2006-08-31
06 Lisa Dusseault [Ballot Position Update] New position, No Objection, has been recorded by Lisa Dusseault
2006-08-31
06 Russ Housley
[Ballot discuss]
Global Timestamp requires a better description.  RFC 4049 says:
  >
  > The integer value is the number of seconds, excluding leap …
[Ballot discuss]
Global Timestamp requires a better description.  RFC 4049 says:
  >
  > The integer value is the number of seconds, excluding leap seconds,
  > after midnight UTC, January 1, 1970.  This time format cannot
  > represent time values prior to January 1, 1970.  The latest UTC time
  > value that can be represented by a four-octet integer value is
  > 03:14:07 on January 19, 2038, which is represented by the hexadecimal
  > value 7FFFFFFF.
  >
  Does this specification intend the same use of the sign bit?
  I strongly suspect that leap seconds are being ignored here too.
2006-08-31
06 Russ Housley [Ballot Position Update] New position, Discuss, has been recorded by Russ Housley
2006-08-31
06 Mark Townsley [Ballot Position Update] New position, No Objection, has been recorded by Mark Townsley
2006-08-31
06 Magnus Westerlund
[Ballot discuss]
Section 3.1.1:

The Severity TLV has the following format:

      0                  1    …
[Ballot discuss]
Section 3.1.1:

The Severity TLV has the following format:

      0                  1                  2                  3
      0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |              Type            |            Length            |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |            Reserved                  |Impact |  Severity    |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

      Reserved: 24 bits

        This field is reserved.  It MUST be set to zero on generation,
        MUST be ignored on receipt and MUST be forwarded unchanged and
        unexamined by transit nodes.

The number of bits that are reserved are in error, only 20 bits are reserverd.


Section 3.1.1:

      Impact: 4 bits

        Indicates the impact of the alarm indicated in the TLV.  See
        [M.20] for a general discussion on classification of failures.
        The following values are defined:

          Value      Definition
          -----      ---------------------
            0        Unspecified impact
            1        Non-Service Affecting (Data traffic not interrupted)
            2        Service Affecting (Data traffic is interrupted)

      Severity: 8 bits

        Indicates the impact of the alarm indicated in the TLV.  See
        [RFC3877] and [M.3100] for more information on severity.  The
        following values are defined:

          Value      Definition
          -----      ----------
            0        Cleared
            1        Indeterminate
            2        Critical
            3        Major
            4        Minor
            5        Warning

The formulation of the two above definitions are unclear. Are the values define in the present document or the exact definitions present in referenced documents used? Which it is must be clarified. If it is the former, then I am missing IANA section for these registries.
2006-08-31
06 Magnus Westerlund
[Ballot discuss]
Section 3.1.1:

The Severity TLV has the following format:

      0                  1    …
[Ballot discuss]
Section 3.1.1:

The Severity TLV has the following format:

      0                  1                  2                  3
      0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |              Type            |            Length            |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      |            Reserved                  |Impact |  Severity    |
      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

      Reserved: 24 bits

        This field is reserved.  It MUST be set to zero on generation,
        MUST be ignored on receipt and MUST be forwarded unchanged and
        unexamined by transit nodes.

The number of bits that are reserved are in error, only 20 bits are reserverd.
2006-08-31
06 Magnus Westerlund [Ballot Position Update] New position, Discuss, has been recorded by Magnus Westerlund
2006-08-31
06 Jari Arkko [Ballot Position Update] New position, No Objection, has been recorded by Jari Arkko
2006-08-31
06 Jon Peterson [Ballot Position Update] New position, No Objection, has been recorded by Jon Peterson
2006-08-31
06 David Kessens [Ballot Position Update] New position, No Objection, has been recorded by David Kessens
2006-08-30
06 Bill Fenner [Ballot Position Update] Position for Bill Fenner has been changed to No Objection from Undefined by Bill Fenner
2006-08-30
06 Dan Romascanu
[Ballot comment]
The following text in Section 5 is confusing, or at least confused me:

OLD:
  Additionally, Section 3.1.3 defines a new RSVP Error …
[Ballot comment]
The following text in Section 5 is confusing, or at least confused me:

OLD:
  Additionally, Section 3.1.3 defines a new RSVP Error Code.  The Error
  Code is "Alarms" and uses Error Values defined in the Alarm MIB
  [RFC3877].  The suggested Error Code value is 28.

I suggest to clarify it by replacing it with:

NEW:
  Additionally, Section 3.1.3 defines a new RSVP Error Code.  The Error
  Code is "Alarms" and the suggested Error Code value is 28. The
  interpretation of the Error Value field is context-specific. The
  context is derived from the value of the Error Code field. When
  the Error Code field indicates "Alarms", the value of the Error Value
  field is taken from the IANA ITU Alarm TC MIB defined in the Alarm MIB
  [RFC3877]
2006-08-30
06 Dan Romascanu [Ballot Position Update] Position for Dan Romascanu has been changed to No Objection from Discuss by Dan Romascanu
2006-08-30
06 Cullen Jennings [Ballot Position Update] New position, No Objection, has been recorded by Cullen Jennings
2006-08-30
06 Yoshiko Fong
IANA Last Call Comments:

he reservations are going to be two different registries
http://www.iana.org/assignments/rsvp-parameters
and http://www.iana.org/assignments/gmpls-sig-parameters
Below is slightly modified version of the standard responses …
IANA Last Call Comments:

he reservations are going to be two different registries
http://www.iana.org/assignments/rsvp-parameters
and http://www.iana.org/assignments/gmpls-sig-parameters
Below is slightly modified version of the standard responses that I think
are clearer for future processing as well as understanding by the editors.


first assignment:
Upon approval of this document, the IANA will make the following assignments
in the "RSVP PARAMETERS" registry located at http://www.iana.org/assignments/
rsvp-parameters

A new class named ALARM_SPEC will be created in the 11bbbbbb range (197
suggested) with following values

o Class = TBA, C-Type = 1 [RFC-ccamp-gmpls-alarm-spec]
Reserved. (C-Type value defined for ERROR_SPEC, but is not defined
for use with ALARM_SPEC.)

o Class = TBA, C-Type = 2 [RFC-ccamp-gmpls-alarm-spec]
Reserved. (C-Type value defined for ERROR_SPEC, but is not defined
for use with ALARM_SPEC.)

o IPv4 IF_ID ALARM_SPEC object: Class = TBA, C-Type = 3 [RFC-ccamp-gmpls-
alarm-spec]
Definition same as IPv4 IF_ID ERROR_SPEC [RFC3473].

o IPv6 IF_ID ALARM_SPEC object: Class = TBA, C-Type = 4 [RFC-ccamp-gmpls-
alarm-spec]
Definition same as IPv6 IF_ID ERROR_SPEC [RFC3473].

This concludes the assignments in this section of the above registry.

Second assignment:

Upon approval of this document, the IANA will make the following assignments
in the "GMPLS Signaling Parameters" registry located at http://www.iana.org/
assignments/gmpls-sig-parameters section "Interface_ID Types"
xx2 8 REFERENCE_COUNT [RFC-ccamp-gmpls-alarm-spec]
xx3 8 SEVERITY [RFC-ccamp-gmpls-alarm-spec]
xx4 8 GLOBAL_TIMESTAMP [RFC-ccamp-gmpls-alarm-spec]
xx5 8 LOCAL_TIMESTAMP [RFC-ccamp-gmpls-alarm-spec]
xx6 variable ERROR_STRING [RFC-ccamp-gmpls-alarm-spec]
(51 suggested for xx)


This concludes assignments in this registry.

Third assignment
Upon approval of this document, the IANA will make the following assignments
in the "RSVP PARAMETERS" registry located at http://www.iana.org/assignments/
rsvp-parameters
In the Admin-Status C-types a new list will be created with the following
values
Value Name Reference
---------- --------------------------------- -----------------
0x80000000 Reflect (R) [RFC3473/RFC3471]
0x00000010 Inhibit Alarm Communication (I) [RFC-ccamp-gmpls-alarm-spec]
0x00000004 Testing (T) [RFC3473/RFC3471]
0x00000002 Administratively down (A) [RFC3473/RFC3471]
0x00000001 Deletion in progress (D) [RFC3473/RFC3471]

This concludes the assignments requested by this document.
2006-08-30
06 Dan Romascanu
[Ballot discuss]
The references to the values used for IANAItuProbableCause in the Alarm MIB [RFC3877]in sections 3.1.3 and 5 require an assignment of …
[Ballot discuss]
The references to the values used for IANAItuProbableCause in the Alarm MIB [RFC3877]in sections 3.1.3 and 5 require an assignment of a new value in the IANAItuProbableCause TC which may be problematic. I am entering this DISCUSS to make sure that we understand the issue and methodology of assigning these values, and will be glad to clear it when we make sure that this is well defined. 

Section 3.1.3 refers to the (RSVP)error code values used with both ERROR_SPEC and ALARM_SPEC objects and states that the values used in the Error Values field are the same as the values used for IANAItuProbableCause in the Alarm MIB [RFC3877]. 

The text in Section 5 then states:

'The Error Code is "Alarms" and uses Error Values defined in the Alarm MIB[RFC3877].  The suggested Error Code value is 28.'

It is not clear what 'suggested' means, and what is the suggestion based on. Currently at http://www.iana.org/numbers.html there is a question mark in the Registration/Assignment Procedures for IANA ITU Alarm TC MIB, while in http://www.iana.org/assignments/ianaitualarmtc-mib the last assgned value for communication alarms related causes is 26.

My suggestion:

1. IANA should fill in the Registration/Assignment Procedure for IANA ITU Alarm TC MIB. I believe that 'First Come First Serve with specification recommended' would be appropriate
2. This document should either make a crisp statement about the chosed value if this is agreed with IANA, or abstain to make any suggestion in the text and rather say 'The suggested Error Code value is defined by the enumerated value gmplsAlarm'.
3. The Abstract section of the document should mention that a new value is defined for the IANAItuProbableCause TC, together with the existing reference to the modification of the RSVP ERROR_SPEC object.
4. Value 27 should be used if not allocated yet, rather than value 28.
2006-08-30
06 Dan Romascanu [Ballot Position Update] New position, Discuss, has been recorded by Dan Romascanu
2006-08-29
06 Sam Hartman [Ballot Position Update] New position, No Objection, has been recorded by Sam Hartman
2006-08-29
06 Lars Eggert [Ballot Position Update] New position, No Objection, has been recorded by Lars Eggert
2006-08-28
06 Ted Hardie [Ballot Position Update] New position, No Objection, has been recorded by Ted Hardie
2006-08-28
06 Lars Eggert
[Ballot comment]
Section 3., paragraph 1:
>    The communication of alarm information is optional.

  Nit: s/optional/OPTIONAL/


Section 3.1.1., paragraph 1:
>    All …
[Ballot comment]
Section 3., paragraph 1:
>    The communication of alarm information is optional.

  Nit: s/optional/OPTIONAL/


Section 3.1.1., paragraph 1:
>    All TLVs defined in this section are optional.

  Nit: s/optional/OPTIONAL/


Section 3.1.1., paragraph 8:
>          The number of times this alarm has been repeated as determined
>          by the reporting node.  This field MUST NOT be set to zero.

  "...when sent, and a received TLV with a reference count of zero MUST
  be ignored." (I assume?) Also, is there a need to describe what
  happens at rollover?


Section 3.1.1., paragraph 22:
>          The number of seconds since 0000 UT on 1 January 1970,
>          according to the clock on the node that originates this TLV.

  Rolls over in 2038 - do we need to care?


Section 3.1.2., paragraph 2:
>    Nodes that support the communication of alarm information, SHOULD
>    record the information contained in a received ALARM_SPEC for later
>    use.

  Can't parse the sentence.


Section 3.1.4., paragraph 1:
>    The support of ALARM_SPEC objects is optional.  Non-supporting nodes
>    will pass the objects through the node unmodified, because the
>    ALARM_SPEC object has a C-Num of the form 11bbbbbb.

  Nit: s/optional/OPTIONAL/ and s/will/MUST/ (or SHOULD?)


Section 5., paragraph 1:
>    This section uses the terminology of BCP 26 "Guidelines for Writing
>    an IANA Considerations Section in RFCs" [BCP26].

  Nit: Missing Reference: 'BCP26' is mentioned on line 635, but not defined


Section 6.2., paragraph 4:

>    [RFC2119]  Bradner, S., "Key words for use in RFCs to Indicate
>            Requirement Levels," RFC 2119.

  Nit: Should probably be normative.
2006-08-25
06 Brian Carpenter [Ballot Position Update] New position, No Objection, has been recorded by Brian Carpenter
2006-08-24
06 Ross Callon State Changes to IESG Evaluation from Waiting for Writeup by Ross Callon
2006-08-24
06 Ross Callon [Ballot Position Update] New position, Yes, has been recorded for Ross Callon
2006-08-24
06 Ross Callon Ballot has been issued by Ross Callon
2006-08-24
06 Ross Callon Created "Approve" ballot
2006-08-24
06 Ross Callon Placed on agenda for telechat - 2006-08-31 by Ross Callon
2006-08-18
04 (System) New version available: draft-ietf-ccamp-gmpls-alarm-spec-04.txt
2006-08-09
06 (System) State has been changed to Waiting for Writeup from In Last Call by system
2006-07-26
06 Michael Lee Last call sent
2006-07-26
06 Michael Lee State Changes to In Last Call from Last Call Requested by Michael Lee
2006-07-26
06 Ross Callon Last Call was requested by Ross Callon
2006-07-26
06 Ross Callon State Changes to Last Call Requested from AD Evaluation by Ross Callon
2006-07-26
06 (System) Ballot writeup text was added
2006-07-26
06 (System) Last call text was added
2006-07-26
06 (System) Ballot approval text was added
2006-07-24
06 Bill Fenner State Change Notice email list have been change to ccamp-chairs@tools.ietf.org from kireeti@juniper.net, adrian@olddog.co.uk
2006-04-20
06 Ross Callon State Changes to AD Evaluation from AD Evaluation::AD Followup by Ross Callon
2006-04-20
06 Ross Callon Shepherding AD has been changed to Ross Callon from Alex Zinin
2005-09-27
06 Alex Zinin AD review comments addressed.
2005-09-12
06 (System) Sub state has been changed to AD Follow up from New Id Needed
2005-09-12
03 (System) New version available: draft-ietf-ccamp-gmpls-alarm-spec-03.txt
2005-08-30
06 Alex Zinin State Changes to AD Evaluation::Revised ID Needed from AD Evaluation by Alex Zinin
2005-08-30
06 Alex Zinin
AD comments:

> Abstract

Should say which RFCs are updated.

> 3.1.1. IF_ID ALARM_SPEC (and ERROR_SPEC) TLVs

>    The Global Timestamp TLV has the …
AD comments:

> Abstract

Should say which RFCs are updated.

> 3.1.1. IF_ID ALARM_SPEC (and ERROR_SPEC) TLVs

>    The Global Timestamp TLV has the following format:
>
>        0                  1                  2                  3
>        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
>      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
>      |              Type            |            Length            |
>      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
>      |                        Global Timestamp                      |
>      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
>
>
>
>
>
>
>
> Berger, et. al.               
>                                  [Page 7]
>
> Internet Draft  draft-ietf-ccamp-gmpls-alarm-spec-02.txt  November 2004
>
>
>      Global Timestamp: 32 bits
>
>          The number of seconds since 0000 UT on 1 January 1970,
>          according to the clock on the node that originates this TLV.
>
>      Only one Global Timestamp TLV may be included in an object.
>
>    The Local Timestamp TLV has the following format:
>
>        0                  1                  2                  3
>        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
>      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
>      |              Type            |            Length            |
>      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
>      |                        Local Timestamp                        |
>      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
>
>      Local Timestamp: 32 bits
>
>          Number of seconds reported by the local system clock at the
>          time the associated alarm was detected on the node that
>          originates this TLV.
>
>      Only one Local Timestamp TLV may be included in an object.

Not clear what's put in it.

>  The Error String TLV has the following format:
>
>        0                  1                  2                  3
>        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
>      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
>      |              Type            |            Length            |
>      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
>      |                                                              |
>      //          Error String      (NULL padded display string)      //
>      |                                                              |
>      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
>
>      Error String: 32 bits minimum (variable)
>
>          A string of characters, representing the type of error/alarm.
>          This string is padded to the next largest 4 byte boundary using
>          null characters.  Null padding is not required when the string
>          is 32-bit aligned.  The contents of error string are
>          implementation dependent.  See the condition types listed in
>          Appendices of [GR833] for a list of example strings.  Note
>          length includes padding.
>
>      Multiple Error String TLVs may be included in an object.

I think we're going to have a problem with internationalization here.
I'll ask Ted.

> 3.1.2. Procedures

...
> TLVs SHOULD be included to identify the
>    interface, if any, the severity, the time and a (brief) string
>    associated with the alarm.

This is very open to interpretation, please identify which TLVs.

>    There are two ways to indicate time.  A global timestamp TLV is used
>    to provide an absolute time reference for the occurrence of an alarm.
>    The local timestamp TLV is used to provide time reference for the
>    occurrence of an alarm that is relative to other information
>    advertised by the node.  The global timestamp SHOULD be used on nodes
>    that maintain an absolute time reference.  Both timestamp TLVs MAY be
>    used simultaneously.

Note, it's still unclear what gets put in the local timestamp TLV.

> 3.2.1. Updated Admin Status Object
>
>
>    The format of the Admin_Status object is updated to include the I
>    bit:
>
>        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
>      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
>      |            Length            | Class-Num(196)|  C-Type (1)  |
>      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
>      |R|                        Reserved                  |I| |T|A|D|
>      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
>
>    Inhibit Alarm Communication (I): 1 bit
>          When set, indicates that alarm communication is disabled for
>          the LSP and that nodes SHOULD NOT add local alarm information.
>
>      See [RFC3471] for the definition of the remaining bits.

Seems the doc should say "Updates 3471" too.

> 3.2.2. Procedures

>    The I bit may be set and cleared using the procedures defined in
>    Sections 7.2 and 7.3 of [RFC3473].  A node that receives (or
>    generates) an Admin_Status object with the A or I bits set (1),
>    SHOULD remove all locally generated alarm information from the
>    matching LSP's outgoing Path and Resv messages.  When a node receives
>    (or generates) an Admin_Status object with the A and I bits clear
>    (0), it SHOULD add any local alarm information to the matching LSP's
>    outgoing Path and Resv messages.

"SHOULD add any" ? sounds strange.

> 4. Security Considerations
>
>    Some operators may consider alarm information as sensitive.  To
>    support environments where this is the case, implementations SHOULD
>    allow the user to disable the generation of ALARM_SPEC objects, or to
>    filter or correlate them at domain boundaries.
>
>    This document introduces no additional security considerations.  See
>    [RFC3473] for relevant security considerations.

What would happen if alarm info was spoofed?

> 5. IANA Considerations

The section is not clear what exact name spaces IANA has to create and
manage.
2005-08-29
06 Alex Zinin State Changes to AD Evaluation from Publication Requested by Alex Zinin
2005-02-19
06 Bill Fenner
Subject: Draft ready for ADs : draft-ietf-ccamp-gmpls-alarm-spec-02.txt
Date: Fri, 21 Jan 2005 11:52:38 -0000
From: "Adrian Farrel"
To:
Cc: "Igor Bryskin" , "Brungard, Deborah A, …
Subject: Draft ready for ADs : draft-ietf-ccamp-gmpls-alarm-spec-02.txt
Date: Fri, 21 Jan 2005 11:52:38 -0000
From: "Adrian Farrel"
To:
Cc: "Igor Bryskin" , "Brungard, Deborah A, ALABS"
    , "Dimitri Papadimitriou"
    , ,
    ,
Reply-to: "Adrian Farrel"

This draft has passed through WG last call and has been updated to my
satisfaction. (Note that I am a co-author.)

Please can you start the AD review process ready to take the draft to the
IESG.
2005-02-19
06 Bill Fenner Draft Added by Bill Fenner in state Publication Requested
2004-11-18
02 (System) New version available: draft-ietf-ccamp-gmpls-alarm-spec-02.txt
2004-09-21
01 (System) New version available: draft-ietf-ccamp-gmpls-alarm-spec-01.txt
2004-04-01
00 (System) New version available: draft-ietf-ccamp-gmpls-alarm-spec-00.txt