Extensions to OSPF for Advertising Prefix Administrative Tags
draft-ietf-lsr-ospf-admin-tags-29
Revision differences
Document history
| Date | Rev. | By | Action |
|---|---|---|---|
|
2025-07-31
|
(System) | Received changes through RFC Editor sync (changed state to RFC, created became rfc relationship between draft-ietf-lsr-ospf-admin-tags and RFC 9825, changed IESG state to RFC … Received changes through RFC Editor sync (changed state to RFC, created became rfc relationship between draft-ietf-lsr-ospf-admin-tags and RFC 9825, changed IESG state to RFC Published) |
|
|
2025-07-31
|
29 | (System) | RFC Editor state changed to AUTH48-DONE from AUTH48 |
|
2025-07-17
|
29 | (System) | RFC Editor state changed to AUTH48 |
|
2025-07-01
|
29 | (System) | RFC Editor state changed to RFC-EDITOR from EDIT |
|
2025-03-04
|
29 | (System) | IANA Action state changed to RFC-Ed-Ack from Waiting on RFC Editor |
|
2025-03-03
|
29 | (System) | IANA Action state changed to Waiting on RFC Editor from Waiting on Authors |
|
2025-03-03
|
29 | (System) | IANA Action state changed to Waiting on Authors from In Progress |
|
2025-03-03
|
29 | (System) | IANA Action state changed to In Progress from Waiting on WGC |
|
2025-02-27
|
29 | (System) | IANA Action state changed to Waiting on WGC from In Progress |
|
2025-02-23
|
29 | Tero Kivinen | Closed request for Last Call review by SECDIR with state 'Overtaken by Events' |
|
2025-02-23
|
29 | Tero Kivinen | Assignment of request for Last Call review by SECDIR to Mohit Sethi was marked no-response |
|
2025-02-21
|
29 | (System) | RFC Editor state changed to EDIT |
|
2025-02-21
|
29 | (System) | IESG state changed to RFC Ed Queue from Approved-announcement sent |
|
2025-02-21
|
29 | (System) | Announcement was received by RFC Editor |
|
2025-02-21
|
29 | (System) | IANA Action state changed to In Progress |
|
2025-02-21
|
29 | (System) | Removed all action holders (IESG state changed) |
|
2025-02-21
|
29 | Jenny Bui | IESG state changed to Approved-announcement sent from Approved-announcement to be sent |
|
2025-02-21
|
29 | Jenny Bui | IESG has approved the document |
|
2025-02-21
|
29 | Jenny Bui | Closed "Approve" ballot |
|
2025-02-21
|
29 | Jenny Bui | Ballot approval text was generated |
|
2025-02-20
|
29 | Gunter Van de Velde | IESG state changed to Approved-announcement to be sent from Approved-announcement to be sent::AD Followup |
|
2025-02-20
|
29 | Jenny Bui | IESG state changed to Approved-announcement to be sent::AD Followup from IESG Evaluation |
|
2025-02-20
|
29 | Zaheduzzaman Sarker | [Ballot comment] Thanks for working on this specification. Please address Orie's comment on IESG as contact in the IANA section. |
|
2025-02-20
|
29 | Zaheduzzaman Sarker | [Ballot Position Update] New position, No Objection, has been recorded for Zaheduzzaman Sarker |
|
2025-02-20
|
29 | Murray Kucherawy | [Ballot Position Update] New position, No Objection, has been recorded for Murray Kucherawy |
|
2025-02-19
|
29 | Paul Wouters | [Ballot Position Update] New position, No Objection, has been recorded for Paul Wouters |
|
2025-02-19
|
29 | Amanda Baber | IANA Review state changed to IANA OK - Actions Needed from Version Changed - Review Needed |
|
2025-02-19
|
29 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-29.txt |
|
2025-02-19
|
29 | Acee Lindem | New version accepted (logged-in submitter: Acee Lindem) |
|
2025-02-19
|
29 | Acee Lindem | Uploaded new revision |
|
2025-02-18
|
28 | Mahesh Jethanandani | [Ballot comment] Thanks for addressing my DISCUSS and COMMENTs. |
|
2025-02-18
|
28 | Mahesh Jethanandani | [Ballot Position Update] Position for Mahesh Jethanandani has been changed to No Objection from Discuss |
|
2025-02-18
|
28 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-28.txt |
|
2025-02-18
|
28 | (System) | New version approved |
|
2025-02-18
|
28 | (System) | Request for posting confirmation emailed to previous authors: Acee Lindem , Peter Psenak , Yingzhen Qu |
|
2025-02-18
|
28 | Acee Lindem | Uploaded new revision |
|
2025-02-17
|
27 | Mahesh Jethanandani | [Ballot discuss] Please do not fret. I have two DISCUSS points, both of which should be fairly easy to take care of. Section 7.2, paragraph … [Ballot discuss] Please do not fret. I have two DISCUSS points, both of which should be fairly easy to take care of. Section 7.2, paragraph 12 > augment "/rt:routing/rt:control-plane-protocols/" > + "rt:control-plane-protocol/ospf:ospf/" > + "ospf:areas/ospf:area/ospf:ranges/ospf:range" { > when "derived-from-or-self(../../../../../" > + "rt:type, 'ospf:ospf')" { > description > "This augments the OSPF routing protocol area range > configuration."; > } > description > "This augments the OSPF protocol area range configuration > with administrative tags. The configured tags will be > advertised with summary prefix when it is active."; > container admin-tags { > when "../ospf:advertise = 'true'"; > leaf-list admin-tag { > type uint32; > description > "Administrative tags."; > } > description > "OSPF prefix administrative tags."; > } > } > > augment "/rt:routing/rt:control-plane-protocols/" > + "rt:control-plane-protocol/ospf:ospf/" > + "ospf:areas/ospf:area/ospf:ranges/ospf:range" { > when "derived-from-or-self(../../../../../" > + "rt:type, 'ospf:ospf')" { > description > "This augments the OSPF routing protocol area range > configuration."; > } > description > "This augments summary route configuration with > administrative tags."; > leaf-list admin-tag { > type uint32; > description > "Administrative tags."; > } > } I am not clear on the difference between these two augment statements. Both augment statements seem the same to me, even as they add different data nodes. Can they not be collapsed? While I do not expect tools such as pyang or yanglint to catch this, it will most likely cause one of the statements to be removed. Section 7.2, paragraph 1 > The following is the YANG module: This YANG model is normatively including modules from RFC 8349, 9129, 6991, and 9507. While there is a normative reference for RFC 9129, the others are missing in the "Normative References" section. Please add. |
|
2025-02-17
|
27 | Mahesh Jethanandani | Ballot discuss text updated for Mahesh Jethanandani |
|
2025-02-17
|
27 | Mahesh Jethanandani | [Ballot discuss] Please do not fret. I have two DISCUSS points, both of which should be fairly easy to take care of. Section 7.2, paragraph … [Ballot discuss] Please do not fret. I have two DISCUSS points, both of which should be fairly easy to take care of. Section 7.2, paragraph 12 > augment "/rt:routing/rt:control-plane-protocols/" > + "rt:control-plane-protocol/ospf:ospf/" > + "ospf:areas/ospf:area/ospf:ranges/ospf:range" { > when "derived-from-or-self(../../../../../" > + "rt:type, 'ospf:ospf')" { > description > "This augments the OSPF routing protocol area range > configuration."; > } > description > "This augments the OSPF protocol area range configuration > with administrative tags. The configured tags will be > advertised with summary prefix when it is active."; > container admin-tags { > when "../ospf:advertise = 'true'"; > leaf-list admin-tag { > type uint32; > description > "Administrative tags."; > } > description > "OSPF prefix administrative tags."; > } > } > > augment "/rt:routing/rt:control-plane-protocols/" > + "rt:control-plane-protocol/ospf:ospf/" > + "ospf:areas/ospf:area/ospf:ranges/ospf:range" { > when "derived-from-or-self(../../../../../" > + "rt:type, 'ospf:ospf')" { > description > "This augments the OSPF routing protocol area range > configuration."; > } > description > "This augments summary route configuration with > administrative tags."; > leaf-list admin-tag { > type uint32; > description > "Administrative tags."; > } > } I am not clear on the difference between these two augment statements. Both augment statements seem the same to me, even as they add different data nodes. Can they not be collapsed? While I do not expect tools such as pyang or yanglint to catch this, it will most likely cause one of the statements to be removed. Section 7.2, paragraph 1 > The following is the YANG module: This YANG model is normatively including RFC 8349, 9129, 6991, 9507. While there is a normative reference for RFC 9129, the others are missing in the "Normative References" section. Please add. |
|
2025-02-17
|
27 | Mahesh Jethanandani | Ballot discuss text updated for Mahesh Jethanandani |
|
2025-02-17
|
27 | Mahesh Jethanandani | [Ballot discuss] Hear hear! I have two DISCUSS topics, both of which should be fairly easy to take care of. Section 7.2, paragraph 12 > … [Ballot discuss] Hear hear! I have two DISCUSS topics, both of which should be fairly easy to take care of. Section 7.2, paragraph 12 > augment "/rt:routing/rt:control-plane-protocols/" > + "rt:control-plane-protocol/ospf:ospf/" > + "ospf:areas/ospf:area/ospf:ranges/ospf:range" { > when "derived-from-or-self(../../../../../" > + "rt:type, 'ospf:ospf')" { > description > "This augments the OSPF routing protocol area range > configuration."; > } > description > "This augments the OSPF protocol area range configuration > with administrative tags. The configured tags will be > advertised with summary prefix when it is active."; > container admin-tags { > when "../ospf:advertise = 'true'"; > leaf-list admin-tag { > type uint32; > description > "Administrative tags."; > } > description > "OSPF prefix administrative tags."; > } > } > > augment "/rt:routing/rt:control-plane-protocols/" > + "rt:control-plane-protocol/ospf:ospf/" > + "ospf:areas/ospf:area/ospf:ranges/ospf:range" { > when "derived-from-or-self(../../../../../" > + "rt:type, 'ospf:ospf')" { > description > "This augments the OSPF routing protocol area range > configuration."; > } > description > "This augments summary route configuration with > administrative tags."; > leaf-list admin-tag { > type uint32; > description > "Administrative tags."; > } > } I am not clear on the difference between these two augment statements. Both augment statements seem the same to me, even as they add different data nodes. Can they not be collapsed? While I do not expect tools such as pyang or yanglint to catch this, it will most likely cause one of the statements to be removed. Section 7.2, paragraph 1 > The following is the YANG module: This YANG model is normatively including RFC 8349, 9129, 6991, 9507. While there is a normative reference for RFC 9129, the others are missing in the "Normative References" section. Please add. |
|
2025-02-17
|
27 | Mahesh Jethanandani | [Ballot comment] Section 7.2, paragraph 9 > reference > "RFC XXXX"; You are missing the title of RFC XXXX here. … [Ballot comment] Section 7.2, paragraph 9 > reference > "RFC XXXX"; You are missing the title of RFC XXXX here. Section 8, paragraph 1 > The YANG modules specified in this document define a schema for data > that is designed to be accessed via network management protocols such > as NETCONF [RFC6241] or RESTCONF [RFC8040]. The lowest NETCONF layer > is the secure transport layer, and the mandatory-to-implement secure > transport is Secure Shell (SSH) [RFC6242]. The lowest RESTCONF layer > is HTTPS, and the mandatory-to-implement secure transport is TLS > [RFC8446]. The template has been updated slightly for this paragraph. Please see draft-ietf-netmod-rfc8407bis, Section 3.7.1 for the latest text for this paragraph. Finally, a non-blocking comment. It would have been really helpful for an implemter to be able to see an example on how to use this mode. The IANA review of this document seems to not have concluded yet. |
|
2025-02-17
|
27 | Mahesh Jethanandani | [Ballot Position Update] New position, Discuss, has been recorded for Mahesh Jethanandani |
|
2025-02-17
|
27 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-27.txt |
|
2025-02-17
|
27 | Acee Lindem | New version accepted (logged-in submitter: Acee Lindem) |
|
2025-02-17
|
27 | Acee Lindem | Uploaded new revision |
|
2025-02-16
|
26 | John Scudder | [Ballot comment] Thanks for this document. I have just a few questions and comments, below. - In Section 4, "An OSPF router supporting this specification … [Ballot comment] Thanks for this document. I have just a few questions and comments, below. - In Section 4, "An OSPF router supporting this specification MAY be able to advertise and propagate multiple tags." Does "propagate" have some well-known meaning in OSPF that is different from "flood"? Because I assume that any OSPF router MUST flood (propagate!) whatever it's given. (I do see paragraph 4, which hints that the answer is "yes in OSPF 'propagate' always means 'between areas'" but I'd appreciate a confirmation.) - In Section 4, "Depending on the application, the number of tags supported by the OSPF routers in the OSPF routing domain MAY limit deployment of that application." That seems like a misuse of RFC 2119 MAY -- aren't you just stating a possibility, not giving permission for an implementation choice? - In Section 4, "When tags are advertised for AS External or NSSA LSA prefixes, the existing tag in the OSPFv2 and OSPFv3 AS-External-LSA and NSSA-LSA encodings MUST be utilized for the first tag." I almost never do this, but... couldn't this be a SHOULD? The case I can think of where you might want to use the Administrative Tag Sub-TLV even as the first tag, is in some future time when Administrative Tag Sub-TLV is ubiquitous and you are looking toward deprecating the old encoding. I suppose a new RFC could be written at that time, to permit the variance, but why not just allow it here with a SHOULD? |
|
2025-02-16
|
26 | John Scudder | [Ballot Position Update] New position, No Objection, has been recorded for John Scudder |
|
2025-02-15
|
26 | (System) | IANA Review state changed to Version Changed - Review Needed from IANA OK - Actions Needed |
|
2025-02-15
|
26 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-26.txt |
|
2025-02-15
|
26 | Acee Lindem | New version accepted (logged-in submitter: Acee Lindem) |
|
2025-02-15
|
26 | Acee Lindem | Uploaded new revision |
|
2025-02-15
|
25 | Roman Danyliw | [Ballot comment] (resending ballot as I didn't select "No Objection" on the position) Thank you to Robert Sparks for the GENART review. ** Consider if … [Ballot comment] (resending ballot as I didn't select "No Objection" on the position) Thank you to Robert Sparks for the GENART review. ** Consider if it would make the document more readable to name the registry group since there are three OSPF Parameter registry groups. For example: OLD The following values should be allocated from the "OSPF Extended Prefix TLV Sub-TLV" Registry [RFC7684]: NEW The following values should be allocated from the "OSPF Extended Prefix TLV Sub-TLV" Registry [RFC7684] in the "Open Shortest Path First v2 (OSPFv2) Parameters" group. OLD The following values should be allocated from the "OSPFv3 Extended- LSA Sub-TLV" Registry [RFC8362]: NEW The following values should be allocated from the "OSPFv3 Extended-LSA Sub-TLV" Registry [RFC8362] in the "Open Shortest Path First v2 (OSPFv2) Parameters" group: OLD The following values should be allocated from the "OSPFv3 SRv6 Locator LSA Sub-TLVs" Registry [RFC9513]: NEW The following values should be allocated from the "OSPFv3 SRv6 Locator LSA Sub-TLVs" Registry [RFC9513] in the "Open Shortest Path First v2 (OSPFv2) Parameters" group: |
|
2025-02-15
|
25 | Roman Danyliw | [Ballot Position Update] Position for Roman Danyliw has been changed to No Objection from No Record |
|
2025-02-15
|
25 | Roman Danyliw | [Ballot comment] Thank you to Robert Sparks for the GENART review. ** Consider if it would make the document more readable to name the registry … [Ballot comment] Thank you to Robert Sparks for the GENART review. ** Consider if it would make the document more readable to name the registry group since there are three OSPF Parameter registry groups. For example: OLD The following values should be allocated from the "OSPF Extended Prefix TLV Sub-TLV" Registry [RFC7684]: NEW The following values should be allocated from the "OSPF Extended Prefix TLV Sub-TLV" Registry [RFC7684] in the "Open Shortest Path First v2 (OSPFv2) Parameters" group. OLD The following values should be allocated from the "OSPFv3 Extended- LSA Sub-TLV" Registry [RFC8362]: NEW The following values should be allocated from the "OSPFv3 Extended-LSA Sub-TLV" Registry [RFC8362] in the "Open Shortest Path First v2 (OSPFv2) Parameters" group: OLD The following values should be allocated from the "OSPFv3 SRv6 Locator LSA Sub-TLVs" Registry [RFC9513]: NEW The following values should be allocated from the "OSPFv3 SRv6 Locator LSA Sub-TLVs" Registry [RFC9513] in the "Open Shortest Path First v2 (OSPFv2) Parameters" group: |
|
2025-02-15
|
25 | Roman Danyliw | Ballot comment text updated for Roman Danyliw |
|
2025-02-13
|
25 | (System) | IANA Review state changed to IANA OK - Actions Needed from Version Changed - Review Needed |
|
2025-02-13
|
25 | Warren Kumari | [Ballot Position Update] New position, No Objection, has been recorded for Warren Kumari |
|
2025-02-10
|
25 | Orie Steele | [Ballot comment] ## Nits ### Contact IESG? ``` 766 URI: urn:ietf:params:xml:ns:yang:ietf-ospf-admin-tags 767 Registrant Contact: The IESG. 768 XML: N/A, the requested URI … [Ballot comment] ## Nits ### Contact IESG? ``` 766 URI: urn:ietf:params:xml:ns:yang:ietf-ospf-admin-tags 767 Registrant Contact: The IESG. 768 XML: N/A, the requested URI is an XML namespace ``` Is this one of the registries that requires the IESG to be the contact point? It would be nice to specify a better point of contact where possible, see: https://www.rfc-editor.org/rfc/rfc6087#section-5 |
|
2025-02-10
|
25 | Orie Steele | [Ballot Position Update] New position, No Objection, has been recorded for Orie Steele |
|
2025-02-10
|
25 | (System) | IANA Review state changed to Version Changed - Review Needed from IANA OK - Actions Needed |
|
2025-02-10
|
25 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-25.txt |
|
2025-02-10
|
25 | (System) | New version approved |
|
2025-02-10
|
25 | (System) | Request for posting confirmation emailed to previous authors: Acee Lindem , Peter Psenak , Yingzhen Qu |
|
2025-02-10
|
25 | Acee Lindem | Uploaded new revision |
|
2025-02-10
|
24 | Jim Guichard | [Ballot Position Update] New position, No Objection, has been recorded for Jim Guichard |
|
2025-02-10
|
24 | Deb Cooley | [Ballot comment] Mostly nits: Section 1: Spell out AS, LSA on first use. Consider an acronym list. Section 4, para 2: 'speficified' should be 'specified'. … [Ballot comment] Mostly nits: Section 1: Spell out AS, LSA on first use. Consider an acronym list. Section 4, para 2: 'speficified' should be 'specified'. Section 8, para 1: '(subtle denial or service)' should be '(subtle denial of service)' |
|
2025-02-10
|
24 | Deb Cooley | [Ballot Position Update] New position, No Objection, has been recorded for Deb Cooley |
|
2025-02-09
|
24 | Erik Kline | [Ballot Position Update] New position, No Objection, has been recorded for Erik Kline |
|
2025-01-16
|
24 | Tero Kivinen | Request for Last Call review by SECDIR is assigned to Mohit Sethi |
|
2025-01-13
|
24 | Gunter Van de Velde | Placed on agenda for telechat - 2025-02-20 |
|
2025-01-13
|
24 | Gunter Van de Velde | Ballot has been issued |
|
2025-01-13
|
24 | Gunter Van de Velde | [Ballot Position Update] New position, Yes, has been recorded for Gunter Van de Velde |
|
2025-01-13
|
24 | Gunter Van de Velde | Created "Approve" ballot |
|
2025-01-13
|
24 | Gunter Van de Velde | IESG state changed to IESG Evaluation from Waiting for AD Go-Ahead |
|
2025-01-13
|
24 | Gunter Van de Velde | Ballot writeup was changed |
|
2025-01-11
|
24 | Robert Sparks | Request for Last Call review by GENART Completed: Ready. Reviewer: Robert Sparks. Sent review to list. |
|
2025-01-08
|
24 | (System) | IESG state changed to Waiting for AD Go-Ahead from In Last Call |
|
2025-01-07
|
24 | David Dong | IANA Review state changed to IANA OK - Actions Needed from Version Changed - Review Needed |
|
2025-01-07
|
24 | (System) | IANA Review state changed to Version Changed - Review Needed from IANA - Not OK |
|
2025-01-07
|
24 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-24.txt |
|
2025-01-07
|
24 | Acee Lindem | New version accepted (logged-in submitter: Acee Lindem) |
|
2025-01-07
|
24 | Acee Lindem | Uploaded new revision |
|
2025-01-06
|
23 | David Dong | IESG/Authors/WG Chairs: IANA has completed its review of draft-ietf-lsr-ospf-admin-tags-23. If any part of this review is inaccurate, please let us know. IANA has questions about … IESG/Authors/WG Chairs: IANA has completed its review of draft-ietf-lsr-ospf-admin-tags-23. If any part of this review is inaccurate, please let us know. IANA has questions about the actions requested in the IANA Considerations section of this document. IANA understands that, upon approval of this document, there are five actions which we must complete. First, in the OSPF Extended Prefix TLV Sub-TLV registry in the Open Shortest Path First v2 (OSPFv2) Parameters registry group located at: https://www.iana.org/assignments/ospfv2-parameters/ a single new sub-TLV will be registered as follows: Value: [ TBD-at-Registration ] Description: Administrative Tag Sub-TLV Reference: [ RFC-to-be ] IANA Comment -> IANA strongly prefers not to include the term “TLV” or “sub-TLV” in the Description field when the registry already states such. Could this description be updated to be just "Administrative Tag" in the IANA Considerations section? Second, in the OSPFv3 Extended-LSA Sub-TLV registry in the Open Shortest Path First v3 (OSPFv3) Parameters registry group located at: https://www.iana.org/assignments/ospfv3-parameters/ a single new sub-TLV will be registered as follows: Value: [ TBD-at-Registration ] Description: Administrative Tag Sub-TLV L2BM: Reference: [ RFC-to-be ] IANA Question -> What should the value for L2BM be for this new registration? In addition, same comment as above; could this description be updated to just "Administrative Tag"? Third, in the OSPFv3 SRv6 Locator LSA Sub-TLVs registry also in the Open Shortest Path First v3 (OSPFv3) Parameters registry group located at: https://www.iana.org/assignments/ospfv3-parameters/ a single new sub-TLV will be registered as follows: Value: [ TBD-at-Registration ] Description: Administrative Tag Sub-TLV Reference: [ RFC-to-be ] IANA Question --> Same comment as above; could this description be updated to just "Administrative Tag"? Fourth, in the ns registry in the IETF XML Registry group located at: https://www.iana.org/assignments/xml-registry/ a single new namespace will be registered as follows: ID: yang:ietf-ospf-admin-tags URI: urn:ietf:params:xml:ns:yang:ietf-ospf-admin-tags Filename: [ TBD-at-Registration ] Reference: [ RFC-to-be ] As this document requests a registration in an Expert Review or Specification Required (see RFC 8126) registry, we have completed the required Expert Review via a separate request. Fifth, in the YANG Module Names registry in the YANG Parameters registry group located at: https://www.iana.org/assignments/yang-parameters/ a single new YANG module will be registered as follows: Name: ietf-ospf-admin-tags File: [ TBD-at-Registration ] Maintained by IANA? N Namespace: urn:ietf:params:xml:ns:yang:ietf-ospf-admin-tags Prefix: ospf-admin-tags Module: Reference: [ RFC-to-be ] While the YANG module name will be registered after the IESG approves the document, the YANG module file will be posted after the RFC Editor notifies us that the document has been published. We understand that these are the only actions required to be completed upon approval of this document. NOTE: The actions requested in this document will not be completed until the document has been approved for publication as an RFC. This message is meant only to confirm the list of actions that will be performed. For definitions of IANA review states, please see: https://datatracker.ietf.org/help/state/draft/iana-review Thank you, David Dong IANA Services Sr. Specialist |
|
2025-01-06
|
23 | (System) | IANA Review state changed to IANA - Not OK from IANA - Review Needed |
|
2025-01-06
|
23 | Erica Olsen | Assignment of request for Last Call review by SECDIR to Erica Olsen was rejected |
|
2024-12-21
|
23 | Tero Kivinen | Request for Last Call review by SECDIR is assigned to Erica Olsen |
|
2024-12-19
|
23 | Jean Mahoney | Request for Last Call review by GENART is assigned to Robert Sparks |
|
2024-12-18
|
23 | David Dong | IANA Experts State changed to Expert Reviews OK from Reviews assigned |
|
2024-12-18
|
23 | David Dong | IANA Experts State changed to Reviews assigned |
|
2024-12-18
|
23 | Cindy Morgan | IANA Review state changed to IANA - Review Needed |
|
2024-12-18
|
23 | Cindy Morgan | The following Last Call announcement was sent out (ends 2025-01-08): From: The IESG To: IETF-Announce CC: chopps@chopps.org, draft-ietf-lsr-ospf-admin-tags@ietf.org, gunter@vandevelde.cc, lsr-chairs@ietf.org, lsr@ietf.org … The following Last Call announcement was sent out (ends 2025-01-08): From: The IESG To: IETF-Announce CC: chopps@chopps.org, draft-ietf-lsr-ospf-admin-tags@ietf.org, gunter@vandevelde.cc, lsr-chairs@ietf.org, lsr@ietf.org Reply-To: last-call@ietf.org Sender: Subject: Last Call: (Extensions to OSPF for Advertising Prefix Administrative Tags) to Proposed Standard The IESG has received a request from the Link State Routing WG (lsr) to consider the following document: - 'Extensions to OSPF for Advertising Prefix Administrative Tags' as Proposed Standard The IESG plans to make a decision in the next few weeks, and solicits final comments on this action. Please send substantive comments to the last-call@ietf.org mailing lists by 2025-01-08. Exceptionally, comments may be sent to iesg@ietf.org instead. In either case, please retain the beginning of the Subject line to allow automated sorting. Abstract It is useful for routers in OSPFv2 and OSPFv3 routing domains to be able to associate tags with prefixes. Previously, OSPFv2 and OSPFv3 were relegated to a single tag and only for AS External and Not-So- Stubby-Area (NSSA) prefixes. With the flexible encodings provided by OSPFv2 Prefix/Link Attribute Advertisement and OSPFv3 Extended LSAs, multiple administrative tags may be advertised for all types of prefixes. These administrative tags can be used for many applications including route redistribution policy, selective prefix prioritization, selective IP Fast-ReRoute (IPFRR) prefix protection, and many others. The file can be obtained via https://datatracker.ietf.org/doc/draft-ietf-lsr-ospf-admin-tags/ No IPR declarations have been submitted directly on this I-D. |
|
2024-12-18
|
23 | Cindy Morgan | IESG state changed to In Last Call from Last Call Requested |
|
2024-12-18
|
23 | Cindy Morgan | Last call announcement was changed |
|
2024-12-18
|
23 | Gunter Van de Velde | Last call was requested |
|
2024-12-18
|
23 | Gunter Van de Velde | Last call announcement was generated |
|
2024-12-18
|
23 | Gunter Van de Velde | Ballot approval text was generated |
|
2024-12-18
|
23 | Gunter Van de Velde | Ballot writeup was generated |
|
2024-12-18
|
23 | Gunter Van de Velde | IESG state changed to Last Call Requested from AD Evaluation::AD Followup |
|
2024-12-17
|
23 | (System) | Changed action holders to Gunter Van de Velde (IESG state changed) |
|
2024-12-17
|
23 | (System) | Sub state has been changed to AD Followup from Revised I-D Needed |
|
2024-12-17
|
23 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-23.txt |
|
2024-12-17
|
23 | Acee Lindem | New version accepted (logged-in submitter: Acee Lindem) |
|
2024-12-17
|
23 | Acee Lindem | Uploaded new revision |
|
2024-12-17
|
22 | Gunter Van de Velde | https://mailarchive.ietf.org/arch/msg/lsr/Lf-32gASYXFvoMh3q60CpYbXxU4/ |
|
2024-12-17
|
22 | (System) | Changed action holders to Acee Lindem, Peter Psenak, Yingzhen Qu (IESG state changed) |
|
2024-12-17
|
22 | Gunter Van de Velde | IESG state changed to AD Evaluation::Revised I-D Needed from AD Evaluation |
|
2024-12-03
|
22 | Gunter Van de Velde | IESG state changed to AD Evaluation from Publication Requested |
|
2024-11-20
|
22 | Christian Hopps | ## Document History 1. Does the working group (WG) consensus represent the strong concurrence of a few individuals, with others … ## Document History 1. Does the working group (WG) consensus represent the strong concurrence of a few individuals, with others being silent, or did it reach broad agreement? There is a strong and broad consensus for publishing this document. 2. Was there controversy about particular points, or were there decisions where the consensus was particularly rough? No. 3. Has anyone threatened an appeal or otherwise indicated extreme discontent? If so, please summarize the areas of conflict in separate email messages to the responsible Area Director. (It should be in a separate email because this questionnaire is publicly available.) No. 4. For protocol documents, are there existing implementations of the contents of the document? Have a significant number of potential implementers indicated plans to implement? Are any existing implementations reported somewhere, either in the document itself (as [RFC 7942][3] recommends) or elsewhere (where)? Not yet; however, there are a couple existing drafts that need to use the feature (draft-cheng-lsr-igp-shortcut-enhancement, draft-li-lsr-igp-based-intra-domain-savnet). ## Additional Reviews 5. Do the contents of this document closely interact with technologies in other IETF working groups or external organizations, and would it therefore benefit from their review? Have those reviews occurred? If yes, describe which reviews took place. No. 6. Describe how the document meets any required formal expert review criteria, such as the MIB Doctor, YANG Doctor, media type, and URI type reviews. Rtrdir and YANG doctor reviews completed and comments were addressed. 7. If the document contains a YANG module, has the final version of the module been checked with any of the [recommended validation tools][4] for syntax and formatting validation? If there are any resulting errors or warnings, what is the justification for not fixing them at this time? Does the YANG module comply with the Network Management Datastore Architecture (NMDA) as specified in [RFC 8342][5]? Yes. 8. Describe reviews and automated checks performed to validate sections of the final version of the document written in a formal language, such as XML code, BNF rules, MIB definitions, CBOR's CDDL, etc. None. ## Document Shepherd Checks 9. Based on the shepherd's review of the document, is it their opinion that this document is needed, clearly written, complete, correctly designed, and ready to be handed off to the responsible Area Director? Yes. 10. Several IETF Areas have assembled [lists of common issues that their reviewers encounter][6]. For which areas have such issues been identified and addressed? For which does this still need to happen in subsequent reviews? N/A. 11. What type of RFC publication is being requested on the IETF stream ([Best Current Practice][12], [Proposed Standard, Internet Standard][13], [Informational, Experimental or Historic][14])? Why is this the proper type of RFC? Do all Datatracker state attributes correctly reflect this intent? Proposed Standard is required since OSPF and OSPFv3 protocol encodings are defined. 12. Have reasonable efforts been made to remind all authors of the intellectual property rights (IPR) disclosure obligations described in [BCP 79][7]? To the best of your knowledge, have all required disclosures been filed? If not, explain why. If yes, summarize any relevant discussion, including links to publicly-available messages when applicable. Yes, IPR author poll completed. 13. Has each author, editor, and contributor shown their willingness to be listed as such? If the total number of authors and editors on the front page is greater than five, please provide a justification. Yes. 14. Document any remaining I-D nits in this document. Simply running the [idnits tool][8] is not enough; please review the ["Content Guidelines" on authors.ietf.org][15]. (Also note that the current idnits tool generates some incorrect warnings; a rewrite is underway.) None. 15. Should any informative references be normative or vice-versa? See the [IESG Statement on Normative and Informative References][16]. No. 16. List any normative references that are not freely available to anyone. Did the community have sufficient access to review any such normative references? None. 17. Are there any normative downward references (see [RFC 3967][9] and [BCP 97][10]) that are not already listed in the [DOWNREF registry][17]? If so, list them. No. 18. Are there normative references to documents that are not ready to be submitted to the IESG for publication or are otherwise in an unclear state? If so, what is the plan for their completion? No. 19. Will publication of this document change the status of any existing RFCs? If so, does the Datatracker metadata correctly reflect this and are those RFCs listed on the title page, in the abstract, and discussed in the introduction? If not, explain why and point to the part of the document where the relationship of this document to these other RFCs is discussed. No. 20. Describe the document shepherd's review of the IANA considerations section, especially with regard to its consistency with the body of the document. Confirm that all aspects of the document requiring IANA assignments are associated with the appropriate reservations in IANA registries. Confirm that any referenced IANA registries have been clearly identified. Confirm that each newly created IANA registry specifies its initial contents, allocations procedures, and a reasonable name (see [RFC 8126][11]). Confirmed the above. No new registries are created. 21. List any new IANA registries that require Designated Expert Review for future allocations. Are the instructions to the Designated Expert clear? Please include suggestions of designated experts, if appropriate. None. |
|
2024-11-20
|
22 | Christian Hopps | IETF WG state changed to Submitted to IESG for Publication from In WG Last Call |
|
2024-11-20
|
22 | Christian Hopps | IESG state changed to Publication Requested from I-D Exists |
|
2024-11-20
|
22 | (System) | Changed action holders to Gunter Van de Velde (IESG state changed) |
|
2024-11-20
|
22 | Christian Hopps | Responsible AD changed to Gunter Van de Velde |
|
2024-11-20
|
22 | Christian Hopps | Document is now in IESG state Publication Requested |
|
2024-11-20
|
22 | Christian Hopps | ## Document History 1. Does the working group (WG) consensus represent the strong concurrence of a few individuals, with others … ## Document History 1. Does the working group (WG) consensus represent the strong concurrence of a few individuals, with others being silent, or did it reach broad agreement? There is a strong and broad consensus for publishing this document. 2. Was there controversy about particular points, or were there decisions where the consensus was particularly rough? No. 3. Has anyone threatened an appeal or otherwise indicated extreme discontent? If so, please summarize the areas of conflict in separate email messages to the responsible Area Director. (It should be in a separate email because this questionnaire is publicly available.) No. 4. For protocol documents, are there existing implementations of the contents of the document? Have a significant number of potential implementers indicated plans to implement? Are any existing implementations reported somewhere, either in the document itself (as [RFC 7942][3] recommends) or elsewhere (where)? Not yet; however, there are a couple existing drafts that need to use the feature (draft-cheng-lsr-igp-shortcut-enhancement, draft-li-lsr-igp-based-intra-domain-savnet). ## Additional Reviews 5. Do the contents of this document closely interact with technologies in other IETF working groups or external organizations, and would it therefore benefit from their review? Have those reviews occurred? If yes, describe which reviews took place. No. 6. Describe how the document meets any required formal expert review criteria, such as the MIB Doctor, YANG Doctor, media type, and URI type reviews. Rtrdir and YANG doctor reviews completed and comments were addressed. 7. If the document contains a YANG module, has the final version of the module been checked with any of the [recommended validation tools][4] for syntax and formatting validation? If there are any resulting errors or warnings, what is the justification for not fixing them at this time? Does the YANG module comply with the Network Management Datastore Architecture (NMDA) as specified in [RFC 8342][5]? Yes. 8. Describe reviews and automated checks performed to validate sections of the final version of the document written in a formal language, such as XML code, BNF rules, MIB definitions, CBOR's CDDL, etc. None. ## Document Shepherd Checks 9. Based on the shepherd's review of the document, is it their opinion that this document is needed, clearly written, complete, correctly designed, and ready to be handed off to the responsible Area Director? Yes. 10. Several IETF Areas have assembled [lists of common issues that their reviewers encounter][6]. For which areas have such issues been identified and addressed? For which does this still need to happen in subsequent reviews? N/A. 11. What type of RFC publication is being requested on the IETF stream ([Best Current Practice][12], [Proposed Standard, Internet Standard][13], [Informational, Experimental or Historic][14])? Why is this the proper type of RFC? Do all Datatracker state attributes correctly reflect this intent? Proposed Standard is required since OSPF and OSPFv3 protocol encodings are defined. 12. Have reasonable efforts been made to remind all authors of the intellectual property rights (IPR) disclosure obligations described in [BCP 79][7]? To the best of your knowledge, have all required disclosures been filed? If not, explain why. If yes, summarize any relevant discussion, including links to publicly-available messages when applicable. Yes, IPR author poll completed. 13. Has each author, editor, and contributor shown their willingness to be listed as such? If the total number of authors and editors on the front page is greater than five, please provide a justification. Yes. 14. Document any remaining I-D nits in this document. Simply running the [idnits tool][8] is not enough; please review the ["Content Guidelines" on authors.ietf.org][15]. (Also note that the current idnits tool generates some incorrect warnings; a rewrite is underway.) None. 15. Should any informative references be normative or vice-versa? See the [IESG Statement on Normative and Informative References][16]. No. 16. List any normative references that are not freely available to anyone. Did the community have sufficient access to review any such normative references? None. 17. Are there any normative downward references (see [RFC 3967][9] and [BCP 97][10]) that are not already listed in the [DOWNREF registry][17]? If so, list them. No. 18. Are there normative references to documents that are not ready to be submitted to the IESG for publication or are otherwise in an unclear state? If so, what is the plan for their completion? No. 19. Will publication of this document change the status of any existing RFCs? If so, does the Datatracker metadata correctly reflect this and are those RFCs listed on the title page, in the abstract, and discussed in the introduction? If not, explain why and point to the part of the document where the relationship of this document to these other RFCs is discussed. No. 20. Describe the document shepherd's review of the IANA considerations section, especially with regard to its consistency with the body of the document. Confirm that all aspects of the document requiring IANA assignments are associated with the appropriate reservations in IANA registries. Confirm that any referenced IANA registries have been clearly identified. Confirm that each newly created IANA registry specifies its initial contents, allocations procedures, and a reasonable name (see [RFC 8126][11]). Confirmed the above. No new registries are created. 21. List any new IANA registries that require Designated Expert Review for future allocations. Are the instructions to the Designated Expert clear? Please include suggestions of designated experts, if appropriate. None. |
|
2024-11-20
|
22 | Christian Hopps | ## Document History 1. Does the working group (WG) consensus represent the strong concurrence of a few individuals, with others … ## Document History 1. Does the working group (WG) consensus represent the strong concurrence of a few individuals, with others being silent, or did it reach broad agreement? There is a strong and broad consensus for publishing this document. 2. Was there controversy about particular points, or were there decisions where the consensus was particularly rough? No. 3. Has anyone threatened an appeal or otherwise indicated extreme discontent? If so, please summarize the areas of conflict in separate email messages to the responsible Area Director. (It should be in a separate email because this questionnaire is publicly available.) No. 4. For protocol documents, are there existing implementations of the contents of the document? Have a significant number of potential implementers indicated plans to implement? Are any existing implementations reported somewhere, either in the document itself (as [RFC 7942][3] recommends) or elsewhere (where)? Not yet; however, there are a couple existing drafts that use the feature. ## Additional Reviews 5. Do the contents of this document closely interact with technologies in other IETF working groups or external organizations, and would it therefore benefit from their review? Have those reviews occurred? If yes, describe which reviews took place. No. 6. Describe how the document meets any required formal expert review criteria, such as the MIB Doctor, YANG Doctor, media type, and URI type reviews. Rtrdir and YANG doctor reviews completed and comments were addressed. 7. If the document contains a YANG module, has the final version of the module been checked with any of the [recommended validation tools][4] for syntax and formatting validation? If there are any resulting errors or warnings, what is the justification for not fixing them at this time? Does the YANG module comply with the Network Management Datastore Architecture (NMDA) as specified in [RFC 8342][5]? Yes. 8. Describe reviews and automated checks performed to validate sections of the final version of the document written in a formal language, such as XML code, BNF rules, MIB definitions, CBOR's CDDL, etc. None. ## Document Shepherd Checks 9. Based on the shepherd's review of the document, is it their opinion that this document is needed, clearly written, complete, correctly designed, and ready to be handed off to the responsible Area Director? Yes. 10. Several IETF Areas have assembled [lists of common issues that their reviewers encounter][6]. For which areas have such issues been identified and addressed? For which does this still need to happen in subsequent reviews? N/A. 11. What type of RFC publication is being requested on the IETF stream ([Best Current Practice][12], [Proposed Standard, Internet Standard][13], [Informational, Experimental or Historic][14])? Why is this the proper type of RFC? Do all Datatracker state attributes correctly reflect this intent? Proposed Standard is required since OSPF and OSPFv3 protocol encodings are defined. 12. Have reasonable efforts been made to remind all authors of the intellectual property rights (IPR) disclosure obligations described in [BCP 79][7]? To the best of your knowledge, have all required disclosures been filed? If not, explain why. If yes, summarize any relevant discussion, including links to publicly-available messages when applicable. Yes, IPR author poll completed. 13. Has each author, editor, and contributor shown their willingness to be listed as such? If the total number of authors and editors on the front page is greater than five, please provide a justification. Yes. 14. Document any remaining I-D nits in this document. Simply running the [idnits tool][8] is not enough; please review the ["Content Guidelines" on authors.ietf.org][15]. (Also note that the current idnits tool generates some incorrect warnings; a rewrite is underway.) None. 15. Should any informative references be normative or vice-versa? See the [IESG Statement on Normative and Informative References][16]. No. 16. List any normative references that are not freely available to anyone. Did the community have sufficient access to review any such normative references? None. 17. Are there any normative downward references (see [RFC 3967][9] and [BCP 97][10]) that are not already listed in the [DOWNREF registry][17]? If so, list them. No. 18. Are there normative references to documents that are not ready to be submitted to the IESG for publication or are otherwise in an unclear state? If so, what is the plan for their completion? No. 19. Will publication of this document change the status of any existing RFCs? If so, does the Datatracker metadata correctly reflect this and are those RFCs listed on the title page, in the abstract, and discussed in the introduction? If not, explain why and point to the part of the document where the relationship of this document to these other RFCs is discussed. No. 20. Describe the document shepherd's review of the IANA considerations section, especially with regard to its consistency with the body of the document. Confirm that all aspects of the document requiring IANA assignments are associated with the appropriate reservations in IANA registries. Confirm that any referenced IANA registries have been clearly identified. Confirm that each newly created IANA registry specifies its initial contents, allocations procedures, and a reasonable name (see [RFC 8126][11]). Confirmed the above. No new registries are created. 21. List any new IANA registries that require Designated Expert Review for future allocations. Are the instructions to the Designated Expert clear? Please include suggestions of designated experts, if appropriate. None. |
|
2024-11-06
|
22 | Acee Lindem | 1. Does the working group (WG) consensus represent the strong concurrence of a few individuals, with others being silent, or did it reach broad … 1. Does the working group (WG) consensus represent the strong concurrence of a few individuals, with others being silent, or did it reach broad agreement? The document has been in the pipeline for sometime and is there is complete consensus. Adding the YANG augmentations, as well as more pressing LSR WG business is to blame for the delay. Admin tags for prefixes are available for IS-IS and this has been pending for OSPF for a long time. 2. Was there controversy about particular points, or were there decisions where the consensus was particularly rough? Based on discussions on the LSR WG list, we removed both tags for OSPF interfaces since they are already have administrative groups (RFC 9492). Additionally, we removed the 64-bit tags since no one has implemented them for IS-IS. 3. Has anyone threatened an appeal or otherwise indicated extreme discontent? If so, please summarize the areas of conflict in separate email messages to the responsible Area Director. (It should be in a separate email because this questionnaire is publicly available.) No. 4. For protocol documents, are there existing implementations of the contents of the document? Have a significant number of potential implementers indicated plans to implement? Are any existing implementations reported somewhere, either in the document itself (as [RFC 7942][3] recommends) or elsewhere (where)? Not yet - however, we have several drafts requiring admin tags in OSPF (e.g., https://datatracker.ietf.org/doc/draft-li-lsr-igp-based-intra-domain-savnet/). 5. Do the contents of this document closely interact with technologies in other IETF working groups or external organizations, and would it therefore benefit from their review? Have those reviews occurred? If yes, describe which reviews took place. N/A - this is a simple OSPF extension not requiring outside reviews. 6. Describe how the document meets any required formal expert review criteria, such as the MIB Doctor, YANG Doctor, media type, and URI type reviews. There has been both RTGDIR and YANG Doctor reviews on this document and all comments have been addressed. 7. If the document contains a YANG module, has the final version of the module been checked with any of the [recommended validation tools][4] for syntax and formatting validation? If there are any resulting errors or warnings, what is the justification for not fixing them at this time? Does the YANG module comply with the Network Management Datastore Architecture (NMDA) as specified in [RFC 8342][5]? Yes. 8. Describe reviews and automated checks performed to validate sections of the final version of the document written in a formal language, such as XML code, BNF rules, MIB definitions, CBOR's CDDL, etc. N/A 9. Based on the shepherd's review of the document, is it their opinion that this document is needed, clearly written, complete, correctly designed, and ready to be handed off to the responsible Area Director? Yes. 10. Several IETF Areas have assembled [lists of common issues that their reviewers encounter][6]. For which areas have such issues been identified and addressed? For which does this still need to happen in subsequent reviews? N/A 11. What type of RFC publication is being requested on the IETF stream ([Best Current Practice][12], [Proposed Standard, Internet Standard][13], [Informational, Experimental or Historic][14])? Why is this the proper type of RFC? Do all Datatracker state attributes correctly reflect this intent? Proposed Standard is required since OSPF and OSPFv3 protocol encodings are defined. 12. Have reasonable efforts been made to remind all authors of the intellectual property rights (IPR) disclosure obligations described in [BCP 79][7]? To the best of your knowledge, have all required disclosures been filed? If not, explain why. If yes, summarize any relevant discussion, including links to publicly-available messages when applicable. Yes. 13. Has each author, editor, and contributor shown their willingness to be listed as such? If the total number of authors and editors on the front page is greater than five, please provide a justification. Yes. There are only three authors. 14. Document any remaining I-D nits in this document. Simply running the [idnits tool][8] is not enough; please review the ["Content Guidelines" on authors.ietf.org][15]. (Also note that the current idnits tool generates some incorrect warnings; a rewrite is underway.) None. 15. Should any informative references be normative or vice-versa? See the [IESG Statement on Normative and Informative References][16]. No. 16. List any normative references that are not freely available to anyone. Did the community have sufficient access to review any such normative references? N/A 17. Are there any normative downward references (see [RFC 3967][9] and [BCP 97][10]) that are not already listed in the [DOWNREF registry][17]? If so, list them. No 18. Are there normative references to documents that are not ready to be submitted to the IESG for publication or are otherwise in an unclear state? If so, what is the plan for their completion? No. 19. Will publication of this document change the status of any existing RFCs? If so, does the Datatracker metadata correctly reflect this and are those RFCs listed on the title page, in the abstract, and discussed in the introduction? If not, explain why and point to the part of the document where the relationship of this document to these other RFCs is discussed. No. 20. Describe the document shepherd's review of the IANA considerations section, especially with regard to its consistency with the body of the document. Confirm that all aspects of the document requiring IANA assignments are associated with the appropriate reservations in IANA registries. Confirm that any referenced IANA registries have been clearly identified. Confirm that each newly created IANA registry specifies its initial contents, allocations procedures, and a reasonable name (see [RFC 8126][11]). The IANA extensions for defined Sub-TLVs are straight-forward and extend existing registries. The YANG augmentation model URI and name IANA updates are similar to other augmentations. 21. List any new IANA registries that require Designated Expert Review for future allocations. Are the instructions to the Designated Expert clear? Please include suggestions of designated experts, if appropriate. None. |
|
2024-11-06
|
22 | Acee Lindem | 1. Does the working group (WG) consensus represent the strong concurrence of a few individuals, with others being silent, or did it reach broad … 1. Does the working group (WG) consensus represent the strong concurrence of a few individuals, with others being silent, or did it reach broad agreement? The document has been in the pipeline for sometime and is there is complete consensus. Adding the YANG augmentations, as well as more pressing LSR WG business is to blame for the delay. Admin tags for prefixes are available for IS-IS and this has been pending for OSPF for a long time. 2. Was there controversy about particular points, or were there decisions where the consensus was particularly rough? Based on discussions on the LSR WG list, we removed both tags for OSPF interfaces since they are already have administrative groups (RFC 9492). Additionally, we removed the 64-bit tags since no one has implemented them for IS-IS. 3. Has anyone threatened an appeal or otherwise indicated extreme discontent? If so, please summarize the areas of conflict in separate email messages to the responsible Area Director. (It should be in a separate email because this questionnaire is publicly available.) No. 4. For protocol documents, are there existing implementations of the contents of the document? Have a significant number of potential implementers indicated plans to implement? Are any existing implementations reported somewhere, either in the document itself (as [RFC 7942][3] recommends) or elsewhere (where)? Not yet - however, we have several drafts requiring admin tags in OSPF (e.g., https://datatracker.ietf.org/doc/draft-li-lsr-igp-based-intra-domain-savnet/). 5. Do the contents of this document closely interact with technologies in other IETF working groups or external organizations, and would it therefore benefit from their review? Have those reviews occurred? If yes, describe which reviews took place. N/A - this is a simple OSPF extension not requiring outside reviews. 6. Describe how the document meets any required formal expert review criteria, such as the MIB Doctor, YANG Doctor, media type, and URI type reviews. There has been both RTGDIR and YANG Doctor reviews on this document and all comments have been addressed. 7. If the document contains a YANG module, has the final version of the module been checked with any of the [recommended validation tools][4] for syntax and formatting validation? If there are any resulting errors or warnings, what is the justification for not fixing them at this time? Does the YANG module comply with the Network Management Datastore Architecture (NMDA) as specified in [RFC 8342][5]? Yes. 8. Describe reviews and automated checks performed to validate sections of the final version of the document written in a formal language, such as XML code, BNF rules, MIB definitions, CBOR's CDDL, etc. N/A 9. Based on the shepherd's review of the document, is it their opinion that this document is needed, clearly written, complete, correctly designed, and ready to be handed off to the responsible Area Director? Yes. 10. Several IETF Areas have assembled [lists of common issues that their reviewers encounter][6]. For which areas have such issues been identified and addressed? For which does this still need to happen in subsequent reviews? N/A 11. What type of RFC publication is being requested on the IETF stream ([Best Current Practice][12], [Proposed Standard, Internet Standard][13], [Informational, Experimental or Historic][14])? Why is this the proper type of RFC? Do all Datatracker state attributes correctly reflect this intent? Proposed Standard is required since OSPF and OSPFv3 protocol encodings are defined. 12. Have reasonable efforts been made to remind all authors of the intellectual property rights (IPR) disclosure obligations described in [BCP 79][7]? To the best of your knowledge, have all required disclosures been filed? If not, explain why. If yes, summarize any relevant discussion, including links to publicly-available messages when applicable. Yes. 13. Has each author, editor, and contributor shown their willingness to be listed as such? If the total number of authors and editors on the front page is greater than five, please provide a justification. Yes. There are only three authors. 14. Document any remaining I-D nits in this document. Simply running the [idnits tool][8] is not enough; please review the ["Content Guidelines" on authors.ietf.org][15]. (Also note that the current idnits tool generates some incorrect warnings; a rewrite is underway.) None. 15. Should any informative references be normative or vice-versa? See the [IESG Statement on Normative and Informative References][16]. No. 16. List any normative references that are not freely available to anyone. Did the community have sufficient access to review any such normative references? N/A 17. Are there any normative downward references (see [RFC 3967][9] and [BCP 97][10]) that are not already listed in the [DOWNREF registry][17]? If so, list them. No 18. Are there normative references to documents that are not ready to be submitted to the IESG for publication or are otherwise in an unclear state? If so, what is the plan for their completion? No. 19. Will publication of this document change the status of any existing RFCs? If so, does the Datatracker metadata correctly reflect this and are those RFCs listed on the title page, in the abstract, and discussed in the introduction? If not, explain why and point to the part of the document where the relationship of this document to these other RFCs is discussed. No. 20. Describe the document shepherd's review of the IANA considerations section, especially with regard to its consistency with the body of the document. Confirm that all aspects of the document requiring IANA assignments are associated with the appropriate reservations in IANA registries. Confirm that any referenced IANA registries have been clearly identified. Confirm that each newly created IANA registry specifies its initial contents, allocations procedures, and a reasonable name (see [RFC 8126][11]). The IANA extensions for defined Sub-TLVs are straight-forward and extend existing registries. The YANG augmentation model URI and name IANA updates are similar to other augmentations. 21. List any new IANA registries that require Designated Expert Review for future allocations. Are the instructions to the Designated Expert clear? Please include suggestions of designated experts, if appropriate. None. |
|
2024-11-06
|
22 | Acee Lindem | 1. Does the working group (WG) consensus represent the strong concurrence of a few individuals, with others being silent, or did it reach broad … 1. Does the working group (WG) consensus represent the strong concurrence of a few individuals, with others being silent, or did it reach broad agreement? There document has been in the pipeline for sometime and is there is complete consensus. Adding the YANG augmentations, as well as more pressing LSR WG business is to blame for the delay. Admin tags for prefixes are available for IS-IS and this has been pending for a long time. 2. Was there controversy about particular points, or were there decisions where the consensus was particularly rough? Based on discussions on the LSR WG list, we removed both tags for OSPF interfaces since they are already have administrative groups (RFC 9492). Additionally, we removed the 64-bit tags since no one has implemented them for IS-IS. 3. Has anyone threatened an appeal or otherwise indicated extreme discontent? If so, please summarize the areas of conflict in separate email messages to the responsible Area Director. (It should be in a separate email because this questionnaire is publicly available.) No. 4. For protocol documents, are there existing implementations of the contents of the document? Have a significant number of potential implementers indicated plans to implement? Are any existing implementations reported somewhere, either in the document itself (as [RFC 7942][3] recommends) or elsewhere (where)? Not yet - however, we have several drafts requiring admin tags in OSPF (e.g., https://datatracker.ietf.org/doc/draft-li-lsr-igp-based-intra-domain-savnet/). 5. Do the contents of this document closely interact with technologies in other IETF working groups or external organizations, and would it therefore benefit from their review? Have those reviews occurred? If yes, describe which reviews took place. N/A - this is a simple OSPF extension not requiring outside reviews. 6. Describe how the document meets any required formal expert review criteria, such as the MIB Doctor, YANG Doctor, media type, and URI type reviews. There has been both RTGDIR and YANG Doctor reviews on this document and all comments have been addressed. 7. If the document contains a YANG module, has the final version of the module been checked with any of the [recommended validation tools][4] for syntax and formatting validation? If there are any resulting errors or warnings, what is the justification for not fixing them at this time? Does the YANG module comply with the Network Management Datastore Architecture (NMDA) as specified in [RFC 8342][5]? Yes. 8. Describe reviews and automated checks performed to validate sections of the final version of the document written in a formal language, such as XML code, BNF rules, MIB definitions, CBOR's CDDL, etc. N/A 9. Based on the shepherd's review of the document, is it their opinion that this document is needed, clearly written, complete, correctly designed, and ready to be handed off to the responsible Area Director? Yes. 10. Several IETF Areas have assembled [lists of common issues that their reviewers encounter][6]. For which areas have such issues been identified and addressed? For which does this still need to happen in subsequent reviews? N/A 11. What type of RFC publication is being requested on the IETF stream ([Best Current Practice][12], [Proposed Standard, Internet Standard][13], [Informational, Experimental or Historic][14])? Why is this the proper type of RFC? Do all Datatracker state attributes correctly reflect this intent? Proposed Standard is required since OSPF and OSPFv3 protocol encodings are defined. 12. Have reasonable efforts been made to remind all authors of the intellectual property rights (IPR) disclosure obligations described in [BCP 79][7]? To the best of your knowledge, have all required disclosures been filed? If not, explain why. If yes, summarize any relevant discussion, including links to publicly-available messages when applicable. Yes. 13. Has each author, editor, and contributor shown their willingness to be listed as such? If the total number of authors and editors on the front page is greater than five, please provide a justification. Yes. There are only three authors. 14. Document any remaining I-D nits in this document. Simply running the [idnits tool][8] is not enough; please review the ["Content Guidelines" on authors.ietf.org][15]. (Also note that the current idnits tool generates some incorrect warnings; a rewrite is underway.) None. 15. Should any informative references be normative or vice-versa? See the [IESG Statement on Normative and Informative References][16]. No. 16. List any normative references that are not freely available to anyone. Did the community have sufficient access to review any such normative references? N/A 17. Are there any normative downward references (see [RFC 3967][9] and [BCP 97][10]) that are not already listed in the [DOWNREF registry][17]? If so, list them. No 18. Are there normative references to documents that are not ready to be submitted to the IESG for publication or are otherwise in an unclear state? If so, what is the plan for their completion? No. 19. Will publication of this document change the status of any existing RFCs? If so, does the Datatracker metadata correctly reflect this and are those RFCs listed on the title page, in the abstract, and discussed in the introduction? If not, explain why and point to the part of the document where the relationship of this document to these other RFCs is discussed. No. 20. Describe the document shepherd's review of the IANA considerations section, especially with regard to its consistency with the body of the document. Confirm that all aspects of the document requiring IANA assignments are associated with the appropriate reservations in IANA registries. Confirm that any referenced IANA registries have been clearly identified. Confirm that each newly created IANA registry specifies its initial contents, allocations procedures, and a reasonable name (see [RFC 8126][11]). The IANA extensions for defined Sub-TLVs are straight-forward and extend existing registries. The YANG augmentation model URI and name IANA updates are similar to other augmentations. 21. List any new IANA registries that require Designated Expert Review for future allocations. Are the instructions to the Designated Expert clear? Please include suggestions of designated experts, if appropriate. None. |
|
2024-11-06
|
22 | Acee Lindem | 1. Does the working group (WG) consensus represent the strong concurrence of a few individuals, with others being silent, or did it reach broad … 1. Does the working group (WG) consensus represent the strong concurrence of a few individuals, with others being silent, or did it reach broad agreement? There document has been in the pipeline for sometime and is there is complete consensus. Adding the YANG augmentations, as well as more pressing LSR WG business is to blame for the delay. Admin tags for prefixes are available for IS-IS and this has been pending for a long time. 2. Was there controversy about particular points, or were there decisions where the consensus was particularly rough? Based on discussions on the LSR WG list, we removed both tags for OSPF interfaces since they are already have administrative groups (RFC 9492). Additionally, we removed the 64-bit tags since no one has implemented them for IS-IS. 3. Has anyone threatened an appeal or otherwise indicated extreme discontent? If so, please summarize the areas of conflict in separate email messages to the responsible Area Director. (It should be in a separate email because this questionnaire is publicly available.) No. 4. For protocol documents, are there existing implementations of the contents of the document? Have a significant number of potential implementers indicated plans to implement? Are any existing implementations reported somewhere, either in the document itself (as [RFC 7942][3] recommends) or elsewhere (where)? Not yet - however, we have several drafts requiring admin tags in OSPF (e.g., https://datatracker.ietf.org/doc/draft-li-lsr-igp-based-intra-domain-savnet/). 5. Do the contents of this document closely interact with technologies in other IETF working groups or external organizations, and would it therefore benefit from their review? Have those reviews occurred? If yes, describe which reviews took place. N/A - this is a simple OSPF extension not requiring outside reviews. 6. Describe how the document meets any required formal expert review criteria, such as the MIB Doctor, YANG Doctor, media type, and URI type reviews. There has been both RTGDIR and YANG Doctor reviews on this document and all comments have been addressed. 7. If the document contains a YANG module, has the final version of the module been checked with any of the [recommended validation tools][4] for syntax and formatting validation? If there are any resulting errors or warnings, what is the justification for not fixing them at this time? Does the YANG module comply with the Network Management Datastore Architecture (NMDA) as specified in [RFC 8342][5]? Yes. 8. Describe reviews and automated checks performed to validate sections of the final version of the document written in a formal language, such as XML code, BNF rules, MIB definitions, CBOR's CDDL, etc. N/A 9. Based on the shepherd's review of the document, is it their opinion that this document is needed, clearly written, complete, correctly designed, and ready to be handed off to the responsible Area Director? Yes. 10. Several IETF Areas have assembled [lists of common issues that their reviewers encounter][6]. For which areas have such issues been identified and addressed? For which does this still need to happen in subsequent reviews? N/A 11. What type of RFC publication is being requested on the IETF stream ([Best Current Practice][12], [Proposed Standard, Internet Standard][13], [Informational, Experimental or Historic][14])? Why is this the proper type of RFC? Do all Datatracker state attributes correctly reflect this intent? Proposed Standard is required since OSPF and OSPFv3 protocol encodings are defined. 12. Have reasonable efforts been made to remind all authors of the intellectual property rights (IPR) disclosure obligations described in [BCP 79][7]? To the best of your knowledge, have all required disclosures been filed? If not, explain why. If yes, summarize any relevant discussion, including links to publicly-available messages when applicable. Yes. 13. Has each author, editor, and contributor shown their willingness to be listed as such? If the total number of authors and editors on the front page is greater than five, please provide a justification. Yes. There are only three authors. 14. Document any remaining I-D nits in this document. Simply running the [idnits tool][8] is not enough; please review the ["Content Guidelines" on authors.ietf.org][15]. (Also note that the current idnits tool generates some incorrect warnings; a rewrite is underway.) None. 15. Should any informative references be normative or vice-versa? See the [IESG Statement on Normative and Informative References][16]. No. 16. List any normative references that are not freely available to anyone. Did the community have sufficient access to review any such normative references? N/A 17. Are there any normative downward references (see [RFC 3967][9] and [BCP 97][10]) that are not already listed in the [DOWNREF registry][17]? If so, list them. No 18. Are there normative references to documents that are not ready to be submitted to the IESG for publication or are otherwise in an unclear state? If so, what is the plan for their completion? No. 19. Will publication of this document change the status of any existing RFCs? If so, does the Datatracker metadata correctly reflect this and are those RFCs listed on the title page, in the abstract, and discussed in the introduction? If not, explain why and point to the part of the document where the relationship of this document to these other RFCs is discussed. No. 20. Describe the document shepherd's review of the IANA considerations section, especially with regard to its consistency with the body of the document. Confirm that all aspects of the document requiring IANA assignments are associated with the appropriate reservations in IANA registries. Confirm that any referenced IANA registries have been clearly identified. Confirm that each newly created IANA registry specifies its initial contents, allocations procedures, and a reasonable name (see [RFC 8126][11]). The IANA extensions for defined Sub-TLVs are straight-forward and extend existing registries. The YANG augmentation model URI and name IANA updates are similar to other augmentations. 21. List any new IANA registries that require Designated Expert Review for future allocations. Are the instructions to the Designated Expert clear? Please include suggestions of designated experts, if appropriate. None. |
|
2024-11-06
|
22 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-22.txt |
|
2024-11-06
|
22 | Acee Lindem | New version accepted (logged-in submitter: Acee Lindem) |
|
2024-11-06
|
22 | Acee Lindem | Uploaded new revision |
|
2024-07-22
|
21 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-21.txt |
|
2024-07-22
|
21 | Acee Lindem | New version accepted (logged-in submitter: Acee Lindem) |
|
2024-07-22
|
21 | Acee Lindem | Uploaded new revision |
|
2024-07-07
|
20 | Yingzhen Qu | New version available: draft-ietf-lsr-ospf-admin-tags-20.txt |
|
2024-07-07
|
20 | Yingzhen Qu | New version accepted (logged-in submitter: Yingzhen Qu) |
|
2024-07-07
|
20 | Yingzhen Qu | Uploaded new revision |
|
2024-06-17
|
19 | Christian Hopps | IETF WG state changed to In WG Last Call from WG Document |
|
2024-06-03
|
19 | Yingzhen Qu | New version available: draft-ietf-lsr-ospf-admin-tags-19.txt |
|
2024-06-03
|
19 | Yingzhen Qu | New version accepted (logged-in submitter: Yingzhen Qu) |
|
2024-06-03
|
19 | Yingzhen Qu | Uploaded new revision |
|
2024-05-29
|
18 | Yingzhen Qu | New version available: draft-ietf-lsr-ospf-admin-tags-18.txt |
|
2024-05-29
|
18 | Yingzhen Qu | New version accepted (logged-in submitter: Yingzhen Qu) |
|
2024-05-29
|
18 | Yingzhen Qu | Uploaded new revision |
|
2024-04-29
|
17 | Daniam Henriques | Request for Last Call review by RTGDIR Completed: Ready. Reviewer: Russ White. |
|
2024-03-18
|
17 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-17.txt |
|
2024-03-18
|
17 | Acee Lindem | New version accepted (logged-in submitter: Acee Lindem) |
|
2024-03-18
|
17 | Acee Lindem | Uploaded new revision |
|
2024-03-12
|
16 | Qiufang Ma | Request for Last Call review by YANGDOCTORS Completed: Almost Ready. Reviewer: Qiufang Ma. Sent review to list. |
|
2024-03-05
|
16 | Daniam Henriques | Request for Last Call review by RTGDIR is assigned to Russ White |
|
2024-03-05
|
16 | Mehmet Ersue | Request for Last Call review by YANGDOCTORS is assigned to Qiufang Ma |
|
2024-03-04
|
16 | Acee Lindem | Requested Last Call review by RTGDIR |
|
2024-03-04
|
16 | Acee Lindem | Requested Last Call review by YANGDOCTORS |
|
2024-03-04
|
16 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-16.txt |
|
2024-03-04
|
16 | (System) | New version approved |
|
2024-03-04
|
16 | (System) | Request for posting confirmation emailed to previous authors: Acee Lindem , Peter Psenak , Yingzhen Qu |
|
2024-03-04
|
16 | Acee Lindem | Uploaded new revision |
|
2024-03-01
|
15 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-15.txt |
|
2024-03-01
|
15 | (System) | New version approved |
|
2024-03-01
|
15 | (System) | Request for posting confirmation emailed to previous authors: Acee Lindem , Peter Psenak , Yingzhen Qu , lsr-chairs@ietf.org |
|
2024-03-01
|
15 | Acee Lindem | Uploaded new revision |
|
2024-03-01
|
14 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-14.txt |
|
2024-03-01
|
14 | (System) | New version approved |
|
2024-03-01
|
14 | (System) | Request for posting confirmation emailed to previous authors: Acee Lindem , Peter Psenak , Yingzhen Qu , lsr-chairs@ietf.org |
|
2024-03-01
|
14 | Acee Lindem | Uploaded new revision |
|
2024-01-04
|
13 | Yingzhen Qu | New version available: draft-ietf-lsr-ospf-admin-tags-13.txt |
|
2024-01-04
|
13 | Yingzhen Qu | New version accepted (logged-in submitter: Yingzhen Qu) |
|
2024-01-04
|
13 | Yingzhen Qu | Uploaded new revision |
|
2023-11-20
|
12 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-12.txt |
|
2023-11-20
|
12 | Acee Lindem | New version accepted (logged-in submitter: Acee Lindem) |
|
2023-11-20
|
12 | Acee Lindem | Uploaded new revision |
|
2023-11-20
|
11 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-11.txt |
|
2023-11-20
|
11 | Acee Lindem | New version accepted (logged-in submitter: Acee Lindem) |
|
2023-11-20
|
11 | Acee Lindem | Uploaded new revision |
|
2023-11-19
|
10 | Peter Psenak | New version available: draft-ietf-lsr-ospf-admin-tags-10.txt |
|
2023-11-19
|
10 | (System) | New version approved |
|
2023-11-19
|
10 | (System) | Request for posting confirmation emailed to previous authors: Acee Lindem , Peter Psenak , Yingzhen Qu |
|
2023-11-19
|
10 | Peter Psenak | Uploaded new revision |
|
2023-05-28
|
09 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-09.txt |
|
2023-05-28
|
09 | Acee Lindem | New version accepted (logged-in submitter: Acee Lindem) |
|
2023-05-28
|
09 | Acee Lindem | Uploaded new revision |
|
2023-05-28
|
08 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-08.txt |
|
2023-05-28
|
08 | Acee Lindem | New version accepted (logged-in submitter: Acee Lindem) |
|
2023-05-28
|
08 | Acee Lindem | Uploaded new revision |
|
2022-11-28
|
07 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-07.txt |
|
2022-11-28
|
07 | Acee Lindem | New version accepted (logged-in submitter: Acee Lindem) |
|
2022-11-28
|
07 | Acee Lindem | Uploaded new revision |
|
2022-10-19
|
06 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-06.txt |
|
2022-10-19
|
06 | Acee Lindem | New version accepted (logged-in submitter: Acee Lindem) |
|
2022-10-19
|
06 | Acee Lindem | Uploaded new revision |
|
2022-10-18
|
05 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-05.txt |
|
2022-10-18
|
05 | Acee Lindem | New version accepted (logged-in submitter: Acee Lindem) |
|
2022-10-18
|
05 | Acee Lindem | Uploaded new revision |
|
2022-08-29
|
04 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-04.txt |
|
2022-08-29
|
04 | (System) | New version approved |
|
2022-08-29
|
04 | (System) | Request for posting confirmation emailed to previous authors: Acee Lindem , Peter Psenak |
|
2022-08-29
|
04 | Acee Lindem | Uploaded new revision |
|
2022-03-06
|
03 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-03.txt |
|
2022-03-06
|
03 | (System) | New version approved |
|
2022-03-06
|
03 | (System) | Request for posting confirmation emailed to previous authors: Acee Lindem , Peter Psenak |
|
2022-03-06
|
03 | Acee Lindem | Uploaded new revision |
|
2021-09-13
|
02 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-02.txt |
|
2021-09-13
|
02 | (System) | New version accepted (logged-in submitter: Acee Lindem) |
|
2021-09-13
|
02 | Acee Lindem | Uploaded new revision |
|
2021-03-21
|
01 | Acee Lindem | This document now replaces draft-acee-lsr-ospf-admin-tags, draft-acee-ospf-admin-tags instead of draft-acee-lsr-ospf-admin-tags |
|
2021-03-21
|
01 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-01.txt |
|
2021-03-21
|
01 | (System) | New version approved |
|
2021-03-21
|
01 | (System) | Request for posting confirmation emailed to previous authors: Acee Lindem , Peter Psenak |
|
2021-03-21
|
01 | Acee Lindem | Uploaded new revision |
|
2021-02-17
|
00 | Christian Hopps | Changed consensus to Yes from Unknown |
|
2021-02-17
|
00 | Christian Hopps | Intended Status changed to Proposed Standard from None |
|
2021-02-17
|
00 | Christian Hopps | Notification list changed to chopps@chopps.org because the document shepherd was set |
|
2021-02-17
|
00 | Christian Hopps | Document shepherd changed to Christian Hopps |
|
2021-01-20
|
00 | Acee Lindem | This document now replaces draft-acee-lsr-ospf-admin-tags instead of None |
|
2021-01-20
|
00 | Acee Lindem | New version available: draft-ietf-lsr-ospf-admin-tags-00.txt |
|
2021-01-20
|
00 | (System) | New version accepted (logged-in submitter: Acee Lindem) |
|
2021-01-20
|
00 | Acee Lindem | Uploaded new revision |