<?xml version="1.0" encoding="US-ASCII"?>
<!DOCTYPE rfc [
    <!ENTITY RFC2119 PUBLIC ''
      'http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml'>
    <!ENTITY RFC2328 PUBLIC ''
      'http://xml.resource.org/public/rfc/bibxml/reference.RFC.2328.xml'>
    <!ENTITY RFC3101 PUBLIC ''
      'http://xml.resource.org/public/rfc/bibxml/reference.RFC.3101.xml'>
    <!ENTITY RFC3688 PUBLIC ''
      'http://xml.resource.org/public/rfc/bibxml/reference.RFC.3688.xml'>
    <!ENTITY RFC4271 PUBLIC ''
      'http://xml.resource.org/public/rfc/bibxml/reference.RFC.4271.xml'>
    <!ENTITY RFC5130 PUBLIC ''
      'http://xml.resource.org/public/rfc/bibxml/reference.RFC.5130.xml'>
    <!ENTITY RFC5340 PUBLIC ''
      'http://xml.resource.org/public/rfc/bibxml/reference.RFC.5340.xml'>
    <!ENTITY RFC6020 PUBLIC ''
      'http://xml.resource.org/public/rfc/bibxml/reference.RFC.6020.xml'>
    <!ENTITY RFC6241 PUBLIC ''
      'http://xml.resource.org/public/rfc/bibxml/reference.RFC.6241.xml'>
    <!ENTITY RFC6242 PUBLIC ''
      'http://xml.resource.org/public/rfc/bibxml/reference.RFC.6242.xml'>
    <!ENTITY RFC7684 PUBLIC ''
      'http://xml.resource.org/public/rfc/bibxml/reference.RFC.7684.xml'>
    <!ENTITY RFC7752 PUBLIC ''
      'http://xml.resource.org/public/rfc/bibxml/reference.RFC.7752.xml'>
    <!ENTITY RFC7950 PUBLIC ''
      'http://xml.resource.org/public/rfc/bibxml/reference.RFC.7950.xml'>
    <!ENTITY RFC8040 PUBLIC ''
      'http://xml.resource.org/public/rfc/bibxml/reference.RFC.8040.xml'>
    <!ENTITY RFC8174 PUBLIC ''
      'http://xml.resource.org/public/rfc/bibxml/reference.RFC.8174.xml'>
    <!ENTITY RFC8341 PUBLIC ''
      'http://xml.resource.org/public/rfc/bibxml/reference.RFC.8341.xml'>
    <!ENTITY RFC8362 PUBLIC ''
      'http://xml.resource.org/public/rfc/bibxml/reference.RFC.8362.xml'>
    <!ENTITY RFC8446 PUBLIC ''
      'http://xml.resource.org/public/rfc/bibxml/reference.RFC.8446.xml'>
    <!ENTITY RFC9129 PUBLIC ''
      'http://xml.resource.org/public/rfc/bibxml/reference.RFC.9129.xml'>
    <!ENTITY I-D.ietf-ospfv3-extended-lsa-yang PUBLIC ''
      'http://xml.resource.org/public/rfc/bibxml-ids/reference.I-D.draft-ietf-lsr-ospfv3-extended-lsa-yang-23.xml'>
    ]>
<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>
<?rfc strict="no" ?>
<?rfc toc="yes" ?>
<?rfc symrefs="yes" ?>
<?rfc sortrefs="yes"?>

<?rfc rfcedstyle="yes" ?>
<?rfc subcompact="no" ?>

<rfc category="std" ipr="trust200902" docName="draft-ietf-lsr-ospf-admin-tags-10"
  consensus="true" submissionType="IETF" version="3">

<front>
<title abbrev="OSPF Administrative Tags">
   Extensions to OSPF for Advertising Prefix Administrative Tags</title>
  <author initials='A.' surname="Lindem" fullname='Acee Lindem' role="editor">
    <organization>LabN Consulting LLC</organization>
    <address>
      <postal>
        <street>301 Midenhall Way</street>
        <city>Cary</city> <region>NC</region>
        <country>USA</country>
        <code>27513</code>
       </postal>
       <email>acee.ietf@gmail.com</email>
    </address>
    </author>

  <author initials='P.' surname="Psenak" fullname='Peter Psenak'>
    <organization>Cisco Systems</organization>
    <address>
      <postal>
        <street>Apollo Business Center</street>
        <street>Mlynske nivy 43</street>
        <city>Bratislava 821 09</city>
        <country>Slovakia</country>
        <code></code>
       </postal>
       <email>ppsenak@cisco.com</email>
    </address>
  </author>

  <author fullname="Yingzhen Qu" initials="Y" surname="Qu">
    <organization>Futurewei</organization>

    <address>
      <postal>
        <street>2330 Central Expressway</street>
          <city>Santa Clara</city>
          <region>CA</region>
          <code>95050</code>
          <country>USA</country>
        </postal>
        <phone></phone>
        <email>yingzhen.qu@futurewei.com</email>
    </address>
  </author>

  <date/>
  <abstract>
   <t>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.</t>
   <t>The ISIS protocol supports a similar mechanism that is described in RFC 5130.</t>
  </abstract>
</front>

<middle>
<section title="Introduction">
  <t>
    It is useful for routers in OSPFv2 <xref target="RFC2328"/>
    and OSPFv3 <xref target="RFC5340"/> 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
    (<xref target="RFC7684"/>) and OSPFv3 Extended LSA (<xref target="RFC8362"/>),
    multiple administrative tags may be advertised for all types of prefixes. These administrative
    tags can be used in many applications including (but not limited to):
  </t>
  <ol spacing="normal">
   <li>Controlling which routes are redistributed into other protocols for
       re-advertisement.</li>
   <li>Prioritizing selected prefixes for faster convergence and installation in the
      forwarding plane.</li>
   <li>Identifying selected prefixes for Loop-Free Alternative (LFA) protection.</li>
  </ol>
  <t>Throughout this document, OSPF is used when the text applies to both
   OSPFv2 and OSPFv3.  OSPFv2 or OSPFv3 is used when the text is
   specific to one version of the OSPF protocol.</t>
  <t>The definition of the 64-bit tag was considered but discard given that
     there is no strong requirement or use case. The specification is
     included here for information.</t>
  <t>The ISIS protocol supports a similar mechanism that is described in RFC 5130
  <xref target="RFC5130"/>.</t>
  <section title="Requirements Language">
  <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
     NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
     "MAY", and "OPTIONAL" in this document are to be interpreted as
     described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/>
     when, and only when, they appear in all capitals, as shown here.</t>
   </section>
</section>

<section anchor="UINT32-TAG" title="32-Bit Administrative Tag Sub-TLV">
<t>This document creates a new Administrative Tag Sub-TLV for OSPFv2 and
   OSPFv3. This Sub-TLV specifies one or
   more 32-bit unsigned integers that may be associated with an
   OSPF advertised prefix. The precise usage of these tags is beyond
   the scope of this document.</t>
    <t>
      The format of the 32-bit Administrative Tag TLV is as follows:
    </t>
<figure title="32-bit Administrative Tag Sub-TLV">
  <artwork>

    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            |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             First 32-bit Administrative Tag                   |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |                             o                                 |
                                 o
   |                             o                                 |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   |             Last 32-bit Administrative Tag                    |
   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


   Type     A 16-bit field set to TBD.

   Length   A 16-bit field that indicates the length of the value
            portion in octets and MUST be a multiple of 4 octets
            dependent on the number of administrative tags
            advertised. At least one administrative tag must be
            advertised.

   Value    A variable length list of one or more administrative
            tags.
     </artwork>
  </figure>
   <t>This sub-TLV will carry one or more 32-bit unsigned integer values
that will be used as administrative tags.</t>
</section>
<section anchor="APPLICABILTY" title="Administrative Tag Applicability">
  <t>
    The administrative tag TLV specified herein will be valid as a sub-TLV of
    the following TLVs specified in <xref target="RFC7684"/>:
  </t>
  <ol spacing="normal">
    <li>Extended Prefix TLV advertised in the OSPFv2 Extended Prefix LSA</li>
  </ol>
  <t>
    The administrative tag TLV specified herein will be valid as a sub-TLV of
    the following TLVs specified in <xref target="RFC8362"/>:
  </t>
  <ol spacing="normal">
    <li>Inter-Area-Prefix TLV advertised in the E-Inter-Area-Prefix-LSA</li>
    <li>Intra-Area-Prefix TLV advertised in the E-Intra-Area-Prefix-LSA.</li>
    <li>External-Prefix TLV advertised in the E-AS-External-LSA and the E-NSSA-LSA</li>
  </ol>
</section>
<section anchor="OSPF-OPERATION" title="Protocol Operation">
  <t>An OSPF router supporting this specification MUST be able to advertise and interpret
  at least one 32-bit tag for all type of prefixes. An OSPF router supporting this
  specification MAY be able to advertise and propagate multiple 32-bit tags. The
  maximum tags that an implementation supports is a local matter depending upon supported
  applications using prefix tags.
  </t>
  <t>
    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 SHOULD be utilized for
    the first tag. This will facilitate backward compatibility with implementations
    that do not support this specification.
  </t>
  <t>
    An OSPF router supporting this specification SHOULD propagate administrative tags
    when acting as an Area Border Router and originating summary advertisements into other
    areas (unless inhibited by local policy <xref target="MANAGE"/>). Similarly, an OSPF
    router supporting this specification and acting as an ABR for a Not-So-Stubby Area (NSSA)
    SHOULD propagate tags    when translating NSSA routes to AS External
    advertisements <xref target="RFC3101"/> (also subject to local
    policy <xref target="MANAGE"/>). The number of tags supported MAY limit the number
    of tags that are propagated. When propagating multiple tags, the order of the the
    tags SHOULD be preserved.
  </t>
  <t>
    For configured area ranges, NSSA ranges, and configured summarization of redistributed
    routes, tags from component routes SHOULD NOT be propagated to the summary. Implementations
    SHOULD provide a mechanism to configure multiple tags for area ranges, NSSA ranges, and
    redistributed route summaries.
  </t>
<section anchor="ECMP" title="Equal-Cost Multipath Applicability">
  <t>
    When multiple LSAs contribute to an OSPF route, it is possible that these
    LSAs will all have different tags. In this situation, the OSPF router MUST associate
    the tags from one of the LSAs contributing a path and, if the implementation supports
    multiple tags, MAY associate tags for multiple contributing LSAs up to the maximum
    number of tags supported.
  </t>
</section>
</section>

<section anchor="BGP-LS" title="BGP-LS Advertisement">
  <t>
    BGP-LS <xref target="RFC7752"/> introduced the support for advertising
    administrative tags	associated with prefixes using the BGP-LS IGP Route
    Tag TLV (TLV 1153) that is used to carry the OSPF Administrative Tags specified
    in this document.
  </t>
</section>
<section anchor="MANAGE" title="Management Considerations">
  <t>
    Implementations MAY include configuration of policies to inhibit the advertisement of
    tags on and redistributed prefixes. Implementations MAY also include configuration of
    policies to filter the propagation of admin-tags between areas (both E-Inter-Area-Prefix-LSAs
    and translated E-AS-External-LSAs).
    However, the default behavior SHOULD be to advertise or propagate
    the lesser of all the tags associated with the prefix or the maximum number of
    tags supported by the implementation.
  </t>
</section>
<section title="YANG Data Model">
  <t>YANG <xref target="RFC7950"></xref> is a data definition language
      used to define the contents of a conceptual data store
      that allows networked devices to be managed using NETCONF
      <xref target="RFC6241"/> or RESTCONF <xref target="RFC8040"/>.</t>
  <t>This section defines a YANG data model that can be used to configure
    and manage the prefix administrative tags defined in this document,
    which augments the OSPF YANG data model <xref target="RFC9129"/> and
    the OSPFv3 Extended LSA YANG data model
    <xref target="I-D.ietf-lsr-ospfv3-extended-lsa-yang"/>.
  </t>

  <t>The following show the tree diagram of the module:</t>
<artwork align="left" name="" type="" alt=""><![CDATA[
module: ietf-ospf-admin-tags

 augment /rt:routing/rt:control-plane-protocols
         /rt:control-plane-protocol/ospf:ospf/ospf:areas/ospf:area
         /ospf:ranges/ospf:range:
   +--rw admin-tags
      +--rw tags*   uint32
 augment /rt:routing/rt:control-plane-protocols
         /rt:control-plane-protocol/ospf:ospf/ospf:areas/ospf:area
         /ospf:interfaces/ospf:interface:
   +--rw admin-tags
      +--rw tags* [tag]
         +--rw tag                   uint32
         +--rw advertise-prefixes* [prefix]
            +--rw prefix    inet:ip-prefix
 augment /rt:routing/rt:control-plane-protocols
         /rt:control-plane-protocol/ospf:ospf/ospf:areas/ospf:area
         /ospf:interfaces/ospf:interface/ospf:database
         /ospf:link-scope-lsa-type/ospf:link-scope-lsas
         /ospf:link-scope-lsa/ospf:version/ospf:ospfv2/ospf:ospfv2
         /ospf:body/ospf:opaque/ospf:extended-prefix-opaque
         /ospf:extended-prefix-tlv:
   +--ro perfix-admin-tag-sub-tlvs
      +--ro admin-tag-sub-tlv* []
         +--ro admin-tags*   uint32
 augment /rt:routing/rt:control-plane-protocols
         /rt:control-plane-protocol/ospf:ospf/ospf:areas/ospf:area
         /ospf:database/ospf:area-scope-lsa-type/ospf:area-scope-lsas
         /ospf:area-scope-lsa/ospf:version/ospf:ospfv2/ospf:ospfv2
         /ospf:body/ospf:opaque/ospf:extended-prefix-opaque
         /ospf:extended-prefix-tlv:
   +--ro perfix-admin-tag-sub-tlvs
      +--ro admin-tag-sub-tlv* []
         +--ro admin-tags*   uint32
vv augment /rt:routing/rt:control-plane-protocols
         /rt:control-plane-protocol/ospf:ospf/ospf:database
         /ospf:as-scope-lsa-type/ospf:as-scope-lsas/ospf:as-scope-lsa
         /ospf:version/ospf:ospfv2/ospf:ospfv2/ospf:body/ospf:opaque
         /ospf:extended-prefix-opaque/ospf:extended-prefix-tlv:
   +--ro perfix-admin-tag-sub-tlvs
      +--ro admin-tag-sub-tlv* []
         +--ro admin-tags*   uint32
 augment /rt:routing/rt:control-plane-protocols
         /rt:control-plane-protocol/ospf:ospf/ospf:areas/ospf:area
         /ospf:database/ospf:area-scope-lsa-type/ospf:area-scope-lsas
         /ospf:area-scope-lsa/ospf:version/ospf:ospfv3/ospf:ospfv3
         /ospf:body/ospfv3-e-lsa:e-inter-area-prefix
         /ospfv3-e-lsa:e-inter-prefix-tlvs
         /ospfv3-e-lsa:inter-prefix-tlv:
   +--ro perfix-admin-tag-sub-tlvs
      +--ro admin-tag-sub-tlv* []
         +--ro admin-tags*   uint32
 augment /rt:routing/rt:control-plane-protocols
         /rt:control-plane-protocol/ospf:ospf/ospf:areas/ospf:area
         /ospf:database/ospf:area-scope-lsa-type/ospf:area-scope-lsas
         /ospf:area-scope-lsa/ospf:version/ospf:ospfv3/ospf:ospfv3
         /ospf:body/ospfv3-e-lsa:e-intra-area-prefix
         /ospfv3-e-lsa:e-intra-prefix-tlvs
         /ospfv3-e-lsa:intra-prefix-tlv:
   +--ro perfix-admin-tag-sub-tlvs
      +--ro admin-tag-sub-tlv* []
         +--ro admin-tags*   uint32
 augment /rt:routing/rt:control-plane-protocols
         /rt:control-plane-protocol/ospf:ospf/ospf:database
         /ospf:as-scope-lsa-type/ospf:as-scope-lsas/ospf:as-scope-lsa
         /ospf:version/ospf:ospfv3/ospf:ospfv3/ospf:body
         /ospfv3-e-lsa:e-as-external/ospfv3-e-lsa:e-external-tlvs
         /ospfv3-e-lsa:external-prefix-tlv:
   +--ro perfix-admin-tag-sub-tlvs
      +--ro admin-tag-sub-tlv* []
         +--ro admin-tags*   uint32
 augment /rt:routing/rt:control-plane-protocols
         /rt:control-plane-protocol/ospf:ospf/ospf:database
         /ospf:as-scope-lsa-type/ospf:as-scope-lsas/ospf:as-scope-lsa
         /ospf:version/ospf:ospfv3/ospf:ospfv3/ospf:body
         /ospfv3-e-lsa:e-nssa/ospfv3-e-lsa:e-external-tlvs
         /ospfv3-e-lsa:external-prefix-tlv:
   +--ro perfix-admin-tag-sub-tlvs
      +--ro admin-tag-sub-tlv* []
         +--ro admin-tags*   uint32
      ]]></artwork>

<t>The following is the YANG module:</t>
<sourcecode name="ietf-ospf-admin-tags@2022-10-11.yang" type="" markers="true"><![CDATA[
module ietf-ospf-admin-tags {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-ospf-admin-tags";
  prefix ospf-admin-tags;

  import ietf-routing {
    prefix "rt";
    reference "RFC 8349: A YANG Data Model for Routing
               Management (NMDA Version)";
  }

  import ietf-ospf {
    prefix ospf;
    reference "RFC xxxx: YANG Data Model for OSPF Protocol.";
  }

  import ietf-inet-types {
    prefix "inet";
    reference "RFC 6991: Common YANG Data Types";
  }

  import ietf-ospfv3-extended-lsa {
    prefix "ospfv3-e-lsa";
    reference "RFC xxxx: YANG Model for OSPFv3 Extended LSAs.";
  }

  organization
    "IETF LSR - Link State Routing Working Group";

  contact
     "WG Web:   <https://datatracker.ietf.org/wg/lsr/>
      WG List:  <mailto:lsr@ietf.org>

      Author:   Yingzhen Qu
                <mailto:yingzhen.qu@futurewei.com>
      Author:   Acee Lindem
                <mailto:acee@cisco.com>
      Author:   Peter Psenak
                <mailto:ppsenak@cisco.com>";


  description
    "This YANG module defines the configuration
     and operational state for OSPF administrative tags.

     This YANG model conforms to the Network Management
     Datastore Architecture (NMDA) as described in RFC 8342.

     Copyright (c) 2022 IETF Trust and the persons identified as
     authors of the code.  All rights reserved.

     Redistribution and use in source and binary forms, with or
     without modification, is permitted pursuant to, and subject to
     the license terms contained in, the Revised BSD License set
     forth in Section 4.c of the IETF Trust's Legal Provisions
     Relating to IETF Documents
     (https://trustee.ietf.org/license-info).

     This version of this YANG module is part of RFC XXXX;
     see the RFC itself for full legal notices.

     The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL', 'SHALL
     NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'NOT RECOMMENDED',
     'MAY', and 'OPTIONAL' in this document are to be interpreted as
     described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
     they appear in all capitals, as shown here.";

  reference "RFC XXXX";

  revision 2022-10-11 {
    description
      "Initial revision.";
    reference
      "RFC XXXX: A YANG Data Model for OSPFv2 Administrative Tags.";
  }

  grouping prefix-admin-tag-sub-tlvs {
    description "Prefix Administrative Tag sub-TLVs.";

    container perfix-admin-tag-sub-tlvs{
      description "Prefix admin tag sub-TLV.";
      list admin-tag-sub-tlv {
        description "Prefix admin tag sub-TLV.";
        leaf-list admin-tags {
          type uint32;
          description "32-bit administrative tag.";
        }
      }
    }
  }

  /* Configuration */
  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 tags {
        type uint32;
        description
          "32-bit 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:interfaces/ospf:interface" {
        when "derived-from-or-self(../../../../../"
           + "rt:type, 'ospf:ospf')" {
      description
        "This augments the OSPF routing protocol interface
         configuration.";
    }
    description
      "This augments the OSPF protocol interface configuration
       with Administrative Tags. The configured tags will be
       advertised with local prefixes configured for the interface.";

    container admin-tags {
      list tags {
        key "tag";
        leaf tag {
          type uint32;
          description
            "32-bit administrative tag.";
        }
        list advertise-prefixes {
           key "prefix";
           leaf prefix {
             type inet:ip-prefix;
             description
                "IPv4 or IPv6 prefix";
           }
           description
             "By default, the tag advertised will be advertised
              for all prefixes associated with the interface.
              If advertise-prefixes is specified, the tag is
              only applied to interfaces prefixes in the list";
        }
        description
          "List of administrative tags that are to be advertised
           with prefixes associated with the interfaces. Optionally,
           tag advertisement may be restricted to specific
           prefixes.";
      }
      description
        "OSPF prefix administrative tags.";
    }
  }

  /* Database */
  augment "/rt:routing/"
        + "rt:control-plane-protocols/rt:control-plane-protocol/"
        + "ospf:ospf/ospf:areas/ospf:area/"
        + "ospf:interfaces/ospf:interface/ospf:database/"
        + "ospf:link-scope-lsa-type/ospf:link-scope-lsas/"
        + "ospf:link-scope-lsa/ospf:version/ospf:ospfv2/"
        + "ospf:ospfv2/ospf:body/ospf:opaque/"
        + "ospf:extended-prefix-opaque/ospf:extended-prefix-tlv" {
    when "derived-from-or-self(../../../../../../../../../../"
       + "../../../../rt:type, 'ospf:ospfv2')" {
      description
        "This augmentation is only valid for OSPFv2.";
    }
    description
      "Prefix Administrative Tag Sub-TLVs for OSPFv2 extended prefix
       TLV in type 9 opaque LSA.";
    uses prefix-admin-tag-sub-tlvs;
  }


  augment "/rt:routing/"
        + "rt:control-plane-protocols/rt:control-plane-protocol/"
        + "ospf:ospf/ospf:areas/"
        + "ospf:area/ospf:database/"
        + "ospf:area-scope-lsa-type/ospf:area-scope-lsas/"
        + "ospf:area-scope-lsa/ospf:version/ospf:ospfv2/"
        + "ospf:ospfv2/ospf:body/ospf:opaque/"
        + "ospf:extended-prefix-opaque/ospf:extended-prefix-tlv" {
    when "derived-from-or-self(../../../../../../../../../../"
       + "../../rt:type, 'ospf:ospfv2')" {
      description
        "This augmentation is only valid for OSPFv2.";
    }
    description
      "Prefix Administrative Tag Sub-TLVs for OSPFv2 extended prefix
       TLV in type 10 opaque LSA.";
    uses prefix-admin-tag-sub-tlvs;
  }

  augment "/rt:routing/"
        + "rt:control-plane-protocols/rt:control-plane-protocol/"
        + "ospf:ospf/ospf:database/"
        + "ospf:as-scope-lsa-type/ospf:as-scope-lsas/"
        + "ospf:as-scope-lsa/ospf:version/ospf:ospfv2/"
        + "ospf:ospfv2/ospf:body/ospf:opaque/"
        + "ospf:extended-prefix-opaque/ospf:extended-prefix-tlv" {
    when "derived-from-or-self(../../../../../../../../"
       + "../../rt:type, 'ospf:ospfv2')" {
      description
        "This augmentation is only valid for OSPFv2.";
    }
    description
      "Prefix Administrative Tag Sub-TLVs for OSPFv2 extended prefix
       TLV in type 11 opaque LSA.";
    uses prefix-admin-tag-sub-tlvs;
  }

  augment "/rt:routing/"
    + "rt:control-plane-protocols/rt:control-plane-protocol/"
    + "ospf:ospf/ospf:areas/ospf:area/ospf:database/"
    + "ospf:area-scope-lsa-type/ospf:area-scope-lsas/"
    + "ospf:area-scope-lsa/ospf:version/ospf:ospfv3/"
    + "ospf:ospfv3/ospf:body/ospfv3-e-lsa:e-inter-area-prefix/"
    + "ospfv3-e-lsa:e-inter-prefix-tlvs/"
    + "ospfv3-e-lsa:inter-prefix-tlv" {
    when "derived-from-or-self(../../../../../../../../../../"
       + "../../rt:type, 'ospf:ospfv3')" {
      description
        "This augmentation is only valid for OSPFv3.";
    }
    description
      "Augment OSPFv3 Inter-Area-Prefix TLV in the
       E-Inter-Area-Prefix LSA.";

    uses prefix-admin-tag-sub-tlvs;
  }

  augment "/rt:routing/"
    + "rt:control-plane-protocols/rt:control-plane-protocol/"
    + "ospf:ospf/ospf:areas/ospf:area/ospf:database/"
    + "ospf:area-scope-lsa-type/ospf:area-scope-lsas/"
    + "ospf:area-scope-lsa/ospf:version/ospf:ospfv3/"
    + "ospf:ospfv3/ospf:body/ospfv3-e-lsa:e-intra-area-prefix/"
    + "ospfv3-e-lsa:e-intra-prefix-tlvs/"
    + "ospfv3-e-lsa:intra-prefix-tlv" {
    when "/rt:routing/rt:control-plane-protocols"
       + "/rt:control-plane-protocol/rt:type = 'ospf:ospfv3'" {
      description
        "This augmentation is only valid for OSPFv3.";
    }
    description
      "Augment OSPFv3 Intra-Area-Prefix TLV in the
       E-Intra-Area-Prefix LSA.";

    uses prefix-admin-tag-sub-tlvs;
  }

  augment "/rt:routing/"
    + "rt:control-plane-protocols/rt:control-plane-protocol/"
    + "ospf:ospf/ospf:database/"
    + "ospf:as-scope-lsa-type/ospf:as-scope-lsas/"
    + "ospf:as-scope-lsa/ospf:version/ospf:ospfv3/"
    + "ospf:ospfv3/ospf:body/ospfv3-e-lsa:e-as-external/"
    + "ospfv3-e-lsa:e-external-tlvs/"
    + "ospfv3-e-lsa:external-prefix-tlv" {
    when "derived-from-or-self(../../../../../../../../"
       + "../../rt:type, 'ospf:ospfv3')" {
      description
        "This augmentation is only valid for OSPFv3.";
    }
    description
      "Augment OSPFv3 External-Prefix TLV in the E-AS-External-LSA.";

    uses prefix-admin-tag-sub-tlvs;
  }

  augment "/rt:routing/"
    + "rt:control-plane-protocols/rt:control-plane-protocol/"
    + "ospf:ospf/ospf:database/"
    + "ospf:as-scope-lsa-type/ospf:as-scope-lsas/"
    + "ospf:as-scope-lsa/ospf:version/ospf:ospfv3/"
    + "ospf:ospfv3/ospf:body/ospfv3-e-lsa:e-nssa/"
    + "ospfv3-e-lsa:e-external-tlvs/"
    + "ospfv3-e-lsa:external-prefix-tlv" {
    when "derived-from-or-self(../../../../../../../../"
       + "../../rt:type, 'ospf:ospfv3')" {
      description
        "This augmentation is only valid for OSPFv3.";
    }
    description
      "Augment OSPFv3 External-Prefix TLV in the E-NSSA-LSA.";

    uses prefix-admin-tag-sub-tlvs;
  }
}
]]></sourcecode>
</section>

<section title="Security Considerations">
   <t>This document describes a generic mechanism for advertising
      administrative tags for OSPF prefixes.
      The administrative tags are generally less critical
      than the topology information currently advertised by the base
      OSPF protocol.
      The security considerations for the generic mechanism are dependent
      on their application. One such application is to control leaking of OSPF
      routes to other protocols (e.g., BGP <xref target="RFC4271"/>). If an attacker
      were able to modify
      the admin tags associated with OSPF routes and they were being used for this
      application, such routes could be prevented from being advertised in routing
      domains where they are required (subtle denial or service) or they could be
      advertised into routing domains where they shouldn't be advertised (routing
      vulnerability).
      Security considerations for the base OSPF protocol are covered
      in <xref target="RFC2328"/> and <xref target="RFC5340"/>.
   </t>

   <t>
     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 <xref target="RFC6241"/> or
     RESTCONF <xref target="RFC8040"/>. The lowest NETCONF layer is the secure transport
     layer, and the mandatory-to-implement secure transport is Secure Shell (SSH)
     <xref target="RFC6242"/>. The lowest RESTCONF layer is HTTPS, and the
     mandatory-to-implement secure transport is TLS <xref target="RFC8446"/>.
   </t>

   <t>
     The NETCONF Access Control Model (NACM) <xref target="RFC8341"/> provides the
     means to restrict access for particular NETCONF or RESTCONF users to a
     pre-configured subset of all available NETCONF or RESTCONF protocol
     operations and content.
   </t>

   <t>
     The following data nodes defined in the YANG module that are
     writable/creatable/deletable (i.e., config true, which is the default).
     The modifications to these data nodes without proper protection can
     have a negative effect on network operations.
   </t>
   <ul empty="true" spacing="normal">
     <li>/ospf:ospf/ospf:areas/ospf:area/ospf:interfaces/ospf:interface/admin-tags</li>
     <li>/ospf:ospf/ospf:areas/ospf:area/ospf:ranges/ospf:range/admin-tags</li>
   </ul>

   <t>
     Some of the readable data nodes in this YANG module may be considered
     sensitive or vulnerable in some network environments. Exposure of the
     OSPF link state database may be useful in mounting a Denial-of-Service (DoS)
     attacks. These are the readable data nodes:
   </t>
   <ul empty="true" spacing="normal">
     <li>/ospf:ospf/ospf:areas/ospf:area/ospf:interfaces/ospf:interface/admin-tags</li>
     <li>/ospf:ospf/ospf:areas/ospf:area/ospf:ranges/ospf:range/admin-tags</li>
     <li>/prefix-admin-tag-sub-tlvs</li>
   </ul>

</section>
<section title="IANA Considerations">
  <t>
    The following values should be allocated from the OSPF Extended Prefix
    TLV Sub-TLV Registry <xref target="RFC7684"/>:
  </t>
  <ul spacing="normal">
    <li>TBD - 32-bit Administrative Tag TLV</li>
  </ul>
  <t>
    The following values should be allocated from the OSPFv3 Extended-LSA
    Sub-TLV Registry <xref target="RFC8362"/>:
  </t>
  <ul spacing="normal">
    <li>TBD - 32-bit Administrative Tag TLV</li>
  </ul>

  <t>The IANA is requested to assign one new URI from the IETF XML
      registry (<xref target="RFC3688" format="default"/>). Authors are suggesting the
      following URI:</t>
      <artwork align="center" name="" type="" alt=""><![CDATA[

        URI: urn:ietf:params:xml:ns:yang:ietf-ospf-admin-tags
        Registrant Contact: The IESG.
        XML: N/A, the requested URI is an XML namespace
]]></artwork>
      <t> This document also requests one new YANG module name in the
      YANG Module Names registry (<xref target="RFC6020" format="default"/>) with the following
      suggestion :</t>
      <artwork align="center" name="" type="" alt=""><![CDATA[

        name: ietf-ospf-admin-tags
        namespace: urn:ietf:params:xml:ns:yang:ietf-ospf-admin-tags
        prefix: ospf-admin-tags
        reference: RFC XXXX]]></artwork>
</section>
  <section title="Acknowledgments">
   <t>The authors of RFC 5130 are acknowledged since this document draws upon both the
      ISIS specification and deployment experience.</t>
   <t>Thanks to Donnie Savage for his comments and questions.</t>
   <t>Thanks to Ketan Talaulikar for his comments and providing the BGP-LS text.</t>
   <t>The RFC text was produced using Marshall Rose's xml2rfc tool.</t>
  </section>
</middle>
<?rfc needLines="20"?>
<back>
<references title="Normative References">
      &RFC2119;
      &RFC2328;
      &RFC3688;
      &RFC5340;
      &RFC6020;
      &RFC6241;
      &RFC6242;
      &RFC7684;
      &RFC7752;
      &RFC7950;
      &RFC8040;
      &RFC8174;
      &RFC8341;
      &RFC8362;
      &RFC8446;
      &RFC9129;
      &I-D.ietf-ospfv3-extended-lsa-yang;
</references>

<references title="Informative References">
      &RFC3101;
      &RFC4271;
      &RFC5130;
</references>
</back>
</rfc>
