<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.24 (Ruby 3.1.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-boro-opsawg-teas-common-ac-00" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.16.0 -->
  <front>
    <title abbrev="Common Attachment Circuit YANG">A Common YANG Data Model for Attachment Circuits</title>
    <seriesInfo name="Internet-Draft" value="draft-boro-opsawg-teas-common-ac-00"/>
    <author fullname="Mohamed Boucadair" role="editor">
      <organization>Orange</organization>
      <address>
        <email>mohamed.boucadair@orange.com</email>
      </address>
    </author>
    <author fullname="Richard Roberts" role="editor">
      <organization>Juniper</organization>
      <address>
        <email>rroberts@juniper.net</email>
      </address>
    </author>
    <author fullname="Oscar Gonzalez de Dios">
      <organization>Telefonica</organization>
      <address>
        <email>oscar.gonzalezdedios@telefonica.com</email>
      </address>
    </author>
    <author fullname="Samier Barguil Giraldo">
      <organization>Nokia</organization>
      <address>
        <email>samier.barguil_giraldo@nokia.com</email>
      </address>
    </author>
    <author fullname="Bo Wu">
      <organization>Huawei Technologies</organization>
      <address>
        <email>lana.wubo@huawei.com</email>
      </address>
    </author>
    <date year="2023" month="March" day="02"/>
    <area>Operations and Management</area>
    <workgroup>OPSAWG</workgroup>
    <keyword>Slice Service</keyword>
    <keyword>L3VPN</keyword>
    <keyword>L2VPN</keyword>
    <abstract>
      <t>The document specifies a common Attachment Circuits (ACs) YANG module, which is designed with the intent to be reusable by other models. For example, this common model can be reused by service models to expose ACs as a service, service models that require binding a service to a set of ACs, network and device models to provision ACs, etc.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Operations and Management Area Working Group Working Group mailing list (opsawg@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/opsawg/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/boucadair/attachment-circuit-model"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>Connectivity services are provided by networks to customers via dedicated terminating points (e.g., service functions, customer edges (CEs), peer ASBRs, data centers gateways, Internet Exchange Points). A connectivity service is basically about ensuring data transfer received from (or destined to) a given terminating point to (or from) other terminating points that belong to the same customer/service, an interconnection node, or an ancillary node. A set of objectives for the connectivity service may eventually be negotiated and agreed upon between a customer a network provider. For that data transfer to take place within the provider network, it is assumed that adequate setup is provisioned over the links that connect customer terminating points and a provider network so that data can be successfully exchanged over these links. The required setup is referred to in this document as Attachment Circuits (ACs), while the underlying link is referred to as "bearers".</t>
      <t>This document adheres to the definition of an Attachment Circuit as provided in Section 1.2 of <xref target="RFC4364"/>, especially:</t>
      <ul empty="true">
        <li>
          <t>Routers can be attached to each other, or to end systems, in a
   variety of different ways: PPP connections, ATM Virtual Circuits
   (VCs), Frame Relay VCs, ethernet interfaces, Virtual Local Area
   Networks (VLANs) on ethernet interfaces, GRE tunnels, Layer 2
   Tunneling Protocol (L2TP) tunnels, IPsec tunnels, etc.  We will use
   the term "attachment circuit" to refer generally to some such means
   of attaching to a router.  An attachment circuit may be the sort of
   connection that is usually thought of as a "data link", or it may be
   a tunnel of some sort; what matters is that it be possible for two
   devices to be network layer peers over the attachment circuit.</t>
        </li>
      </ul>
      <t>When a customer requests a new value-added service, the service can be bound to existing attachment circuits or trigger the instantiation of new attachment circuits. Whether these AC are specific to a given service or be used to deliver a variety of services is deployment specific.</t>
      <t>An example of ACs is depicted in <xref target="uc"/>. A Customer Terminating Point (CTP) may be a physical node or a logical entity. A CTP is seen by the network as a peer Service Attachment Point (SAP) <xref target="I-D.ietf-opsawg-sap"/>. CTPs may be dedicated to one single service or host multiple services (e.g., service functions <xref target="RFC7665"/>). A single AC (as seen by a network provider) may be bound to one or multiple peer SAPs (e.g., CTP#1 and CTP#2). For example, and as discussed in <xref target="RFC4364"/>, multiple CTPs (CEs) can be attached to a PE over the same attachment circuit. This is typically implemented if the layer 2 infrastructure between the CTP and the network provides a multipoint service. The same CTP may terminate multiple ACs. These ACes may be over the same or distinct bearers.</t>
      <figure anchor="uc">
        <name>Examples of ACs</name>
        <artset>
          <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="224" width="544" viewBox="0 0 544 224" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 304,176 L 304,192" fill="none" stroke="black"/>
              <path d="M 512,160 L 512,192" fill="none" stroke="black"/>
              <g class="text">
                <text x="40" y="36">┌───────┐</text>
                <text x="292" y="36">┌────────────────────┐</text>
                <text x="504" y="36">┌───────┐</text>
                <text x="8" y="52">│</text>
                <text x="100" y="52">├──────┐</text>
                <text x="208" y="52">│</text>
                <text x="424" y="52">├────AC─────┤</text>
                <text x="536" y="52">│</text>
                <text x="8" y="68">│</text>
                <text x="40" y="68">CTP#1</text>
                <text x="72" y="68">│</text>
                <text x="128" y="68">│</text>
                <text x="208" y="68">│</text>
                <text x="424" y="68">├────AC─────┤</text>
                <text x="504" y="68">CTP#3</text>
                <text x="536" y="68">|</text>
                <text x="40" y="84">└───────┘</text>
                <text x="128" y="84">│</text>
                <text x="208" y="84">│</text>
                <text x="376" y="84">│</text>
                <text x="504" y="84">└───────┘</text>
                <text x="168" y="100">├───AC────┤</text>
                <text x="280" y="100">Network</text>
                <text x="376" y="100">│</text>
                <text x="40" y="116">┌───────┐</text>
                <text x="128" y="116">│</text>
                <text x="208" y="116">│</text>
                <text x="376" y="116">│</text>
                <text x="8" y="132">│</text>
                <text x="72" y="132">│</text>
                <text x="128" y="132">│</text>
                <text x="208" y="132">│</text>
                <text x="376" y="132">│</text>
                <text x="504" y="132">┌───────┐</text>
                <text x="8" y="148">│</text>
                <text x="40" y="148">CTP#2</text>
                <text x="100" y="148">├──────┘</text>
                <text x="208" y="148">│</text>
                <text x="424" y="148">│─────AC────┤</text>
                <text x="504" y="148">CTP#4</text>
                <text x="536" y="148">│</text>
                <text x="40" y="164">└───────┘</text>
                <text x="208" y="164">│</text>
                <text x="376" y="164">│</text>
                <text x="488" y="164">└────</text>
                <text x="528" y="164">──┘</text>
                <text x="252" y="180">└───────────</text>
                <text x="344" y="180">────────┘</text>
                <text x="408" y="212">└────────────AC───────────┘</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art" align="center"><![CDATA[
┌───────┐                ┌────────────────────┐           ┌───────┐
│       ├──────┐         │                    ├────AC─────┤       │
│ CTP#1 │      │         │                    ├────AC─────┤ CTP#3 |
└───────┘      │         │                    │           └───────┘
               ├───AC────┤     Network        │
┌───────┐      │         │                    │
│       │      │         │                    │           ┌───────┐
│ CTP#2 ├──────┘         │                    │─────AC────┤ CTP#4 │
└───────┘                │                    │           └────+──┘
                         └───────────+────────┘                |
                                     |                         |
                                     └────────────AC───────────┘
]]></artwork>
        </artset>
      </figure>
      <t>This document specifies a common module ("ietf-ac-common") for ACS. The model is designed with the intent to be reusable by other models and therefore ensure consistent AC structures among modules that manipulate ACs. For example, the common model can be reused by service models to expose AC as a service (e.g., <xref target="I-D.boro-opsawg-teas-attachment-circuit"/>), service models that require binding a service to a set of ACs (e.g., <xref target="I-D.ietf-teas-ietf-network-slice-nbi-yang"/>)), network models to provision ACs (e.g., <xref target="I-D.boro-opsawg-ntw-attachment-circuit"/>), device models, etc.</t>
      <t>The YANG data models in this document conform to the Network Management Datastore Architecture (NMDA) defined in <xref target="RFC8342"/>.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" 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>
      <t>The meanings of the symbols in the YANG tree diagrams are defined in <xref target="RFC8340"/>.</t>
      <t>This document uses the following terms:</t>
      <dl>
        <dt>Bearer:</dt>
        <dd>
          <t>A physical or logical link that connects a customer node (or site) to a provider network. A bearer can be a wireless or wired link. One or multiple technologies can be used to build a bearer. The bearer type can be specified by a customer.</t>
        </dd>
        <dt/>
        <dd>
          <t>The operator allocates a unique bearer reference to identify a bearer within its network (e.g., customer line identifier). Such a reference can be retrieved by a customer and used in subsequent service placement requests to unambiguously identify where a service is to be bound.</t>
        </dd>
        <dt/>
        <dd>
          <t>The concept of bearer can be generalized to refer to the required underlying connection for the provisioning of an attachment circuit. One or multiple attachment circuits may be hosted over the same bearer (e.g., multiple VLANs on the same bearer that is provided by a physical link).</t>
        </dd>
        <dt>Network controller:</dt>
        <dd>
          <t>Denotes a functional entity responsible for the management of the service provider network.</t>
        </dd>
        <dt>Service orchestrator:</dt>
        <dd>
          <t>Refers to a functional entity that interacts with the customer of a network service. The service orchestrator is typically responsible for the attachment circuits, the Provider Edge (PE) selection, and requesting the activation of the requested service to a network controller.</t>
        </dd>
        <dt>Service provider network:</dt>
        <dd>
          <t>A network that is able to provide network services (e.g., Layer 3 VPN, Layer 2 VPN, and Network Slice Services).</t>
        </dd>
        <dt>Service provider:</dt>
        <dd>
          <t>A service provider that offers network services (e.g., Layer 3 VPN, Layer 2 VPN, and Network Slice Services).</t>
        </dd>
      </dl>
    </section>
    <section anchor="description-of-the-ac-common-yang-module">
      <name>Description of the AC Common YANG Module</name>
      <t>The full tree of the "ietf-ac-common" module is shown in <xref target="sec-full-tree"/>.</t>
      <section anchor="identities">
        <name>Identities</name>
        <t>The module defines a set of identities, including the following:</t>
        <dl>
          <dt>'address-allocation-type':</dt>
          <dd>
            <t>Used to specify the IP address allocation type in an AC.</t>
          </dd>
          <dt>'local-defined-next-hop':</dt>
          <dd>
            <t>Used to specify next hop actions. For example, this identity can be used to indicate an action to discard traffic for a given destination or treat traffic towards addresses within the specified next-hop prefix as though they are connected to a local link.</t>
          </dd>
          <dt>'l2-tunnel-type':</dt>
          <dd>
            <t>Uses to control the Layer 2 tunnel selection for an AC. The current version supports indicating pseudowire, Virtual Private LAN Service (VPLS), and Virtual eXtensible Local Area Network (VXLAN).</t>
          </dd>
          <dt>'precedence-type':</dt>
          <dd>
            <t>Used to redundancy type when requesting ACs. For example, this identity can be used to tag a primary AC and a secondary AC.</t>
          </dd>
        </dl>
      </section>
      <section anchor="reusable-groupings">
        <name>Reusable Groupings</name>
        <t>The module also defines a set of reusable groupings, including the following:</t>
        <dl>
          <dt>'op-instructions' (<xref target="op-full-tree"/>):</dt>
          <dd>
            <t>Defines a set of parameters to specify scheduling instructions and report related events for an AC.</t>
          </dd>
        </dl>
        <figure anchor="op-full-tree">
          <name>Operational Instructions Grouping</name>
          <artwork align="center"><![CDATA[
  grouping op-instructions
    +-- requested-start?   yang:date-and-time
    +-- requested-stop?    yang:date-and-time
    +--ro actual-start?      yang:date-and-time
    +--ro actual-stop?       yang:date-and-time

]]></artwork>
        </figure>
        <dl>
          <dt>Layer 2 encapsulations (<xref target="l2-full-tree"/>):</dt>
          <dd>
            <t>Groupings for the following encapsulation schemes are supported: dot1Q, QinQ, and priority-tagged.</t>
          </dd>
          <dt>Layer 2 tunnel services  (<xref target="l2-full-tree"/>):</dt>
          <dd>
            <t>These grouping are used to define layer 2 tunnel services that may be needed for the activation of an AC. Examples of supported Layer 2 servers are the pseudowire
(Section 6.1 of <xref target="RFC8077"/>),  a Virtual Private LAN Service (VPLS), or a Virtual eXtensible Local Area Networks (VXLANs) <xref target="RFC7348"/>.</t>
          </dd>
        </dl>
        <figure anchor="l2-full-tree">
          <name>Layer 2 Connection Groupings</name>
          <artwork align="center"><![CDATA[
  grouping dot1q
    +-- tag-type?   identityref
    +-- cvlan-id?   uint16
  grouping priority-tagged
    +-- tag-type?   identityref
  grouping qinq
    +-- tag-type?   identityref
    +-- svlan-id    uint16
    +-- cvlan-id    uint16
  grouping pseudowire
    +-- vcid?      uint32
    +-- far-end?   union
  grouping vpls
    +-- vcid?      uint32
    +-- far-end*   union
  grouping vxlan
    +-- vni-id             uint32
    +-- peer-mode?         identityref
    +-- peer-ip-address*   inet:ip-address
  grouping l2-tunnel-service
    +-- type?         identityref
    +-- pseudowire
    |  +-- vcid?      uint32
    |  +-- far-end?   union
    +-- vpls
    |  +-- vcid?      uint32
    |  +-- far-end*   union
    +-- vxlan
       +-- vni-id             uint32
       +-- peer-mode?         identityref
       +-- peer-ip-address*   inet:ip-address
]]></artwork>
        </figure>
        <dl>
          <dt>Layer 3 address allocation (<xref target="l3-full-tree"/>):</dt>
          <dd>
            <t>Defines both IPv4 and IPv6 groupings to specify IP address allocation over an AC.</t>
          </dd>
          <dt>IP connections (<xref target="l3-full-tree"/>)::</dt>
          <dd>
            <t>Defines IPv4 and IPv6 grouping for managing layer 3 connectivity over an AC. Both basic and more elaborated IP connection groupings are supported.</t>
          </dd>
        </dl>
        <figure anchor="l3-full-tree">
          <name>Layer 3 Connection Groupings</name>
          <artwork align="center"><![CDATA[
  grouping ipv4-allocation-type
    +-- prefix-length?             uint8
    +-- address-allocation-type?   identityref
  grouping ipv6-allocation-type
    +-- prefix-length?             uint8
    +-- address-allocation-type?   identityref
  grouping ipv4-connection-basic
    +-- prefix-length?                       uint8
    +-- address-allocation-type?             identityref
    +-- (allocation-type)?
       +--:(dynamic)
          +-- (provider-dhcp)?
          |  +--:(dhcp-service-type)
          |     +-- dhcp-service-type?       enumeration
          +-- (dhcp-relay)?
             +--:(customer-dhcp-servers)
                +-- customer-dhcp-servers
                   +-- server-ip-address*   inet:ipv4-address
  grouping ipv6-connection-basic
    +-- prefix-length?                       uint8
    +-- address-allocation-type?             identityref
    +-- (allocation-type)?
       +--:(dynamic)
          +-- (provider-dhcp)?
          |  +--:(dhcp-service-type)
          |     +-- dhcp-service-type?       enumeration
          +-- (dhcp-relay)?
             +--:(customer-dhcp-servers)
                +-- customer-dhcp-servers
                   +-- server-ip-address*   inet:ipv6-address
  grouping ipv4-connection
    +-- local-address?                           inet:ipv4-address
    +-- virtual-address?                         inet:ipv4-address
    +-- prefix-length?                           uint8
    +-- address-allocation-type?                 identityref
    +-- (allocation-type)?
       +--:(dynamic)
       |  +-- (address-assign)?
       |  |  +--:(number)
       |  |  |  +-- number-of-dynamic-address?   uint16
       |  |  +--:(explicit)
       |  |     +-- customer-addresses
       |  |        +-- address-pool* [pool-id]
       |  |           +-- pool-id?         string
       |  |           +-- start-address    inet:ipv4-address
       |  |           +-- end-address?     inet:ipv4-address
       |  +-- (provider-dhcp)?
       |  |  +--:(dhcp-service-type)
       |  |     +-- dhcp-service-type?           enumeration
       |  +-- (dhcp-relay)?
       |     +--:(customer-dhcp-servers)
       |        +-- customer-dhcp-servers
       |           +-- server-ip-address*   inet:ipv4-address
       +--:(static-addresses)
          +-- address* [address-id]
             +-- address-id?         string
             +-- customer-address?   inet:ipv4-address
  grouping ipv6-connection
    +-- local-address?                           inet:ipv6-address
    +-- virtual-address?                         inet:ipv6-address
    +-- prefix-length?                           uint8
    +-- address-allocation-type?                 identityref
    +-- (allocation-type)?
       +--:(dynamic)
       |  +-- (address-assign)?
       |  |  +--:(number)
       |  |  |  +-- number-of-dynamic-address?   uint16
       |  |  +--:(explicit)
       |  |     +-- customer-addresses
       |  |        +-- address-pool* [pool-id]
       |  |           +-- pool-id?         string
       |  |           +-- start-address    inet:ipv6-address
       |  |           +-- end-address?     inet:ipv6-address
       |  +-- (provider-dhcp)?
       |  |  +--:(dhcp-service-type)
       |  |     +-- dhcp-service-type?           enumeration
       |  +-- (dhcp-relay)?
       |     +--:(customer-dhcp-servers)
       |        +-- customer-dhcp-servers
       |           +-- server-ip-address*   inet:ipv6-address
       +--:(static-addresses)
          +-- address* [address-id]
             +-- address-id?         string
             +-- customer-address?   inet:ipv6-address
]]></artwork>
        </figure>
        <dl>
          <dt>Routing parameters (<xref target="rtg-full-tree"/>):</dt>
          <dd>
            <t>In addition to static routing, the module supports the following routing protocols: BGP <xref target="RFC4271"/>, OSPF <xref target="RFC4577"/> or <xref target="RFC6565"/>, IS-IS <xref target="ISO10589"/><xref target="RFC1195"/><xref target="RFC5308"/>, and RIP <xref target="RFC2453"/>. For all supported routing protocols, 'address-family' indicates whether IPv4, IPv6, or both address families are to be activated. For example, this parameter is used to determine whether RIPv2 <xref target="RFC2453"/>, RIP Next Generation (RIPng), or both are to be enabled <xref target="RFC2080"/>. More details about supported routing groupings are provided hereafter:
</t>
            <ul spacing="normal">
              <li>Authentication: These groupings include the required information to manage the authentication of OSPF, IS-IS, BGP, and RIP. Similar to <xref target="RFC9182"/>, this version of the common AC model assumes that parameters specific to the TCP-AO are preconfigured as part of the key chain that is referenced in the model. No assumption is made about how such a key chain is preconfigured. However, the structure of the key chain should cover data nodes beyond those in <xref target="RFC8177"/>, mainly SendID and RecvID (Section 3.1 of <xref target="RFC5925"/>).</li>
              <li>BGP peer groups: Includes a set of parameters to identify a BGP peer group. Such a group can be defined by providing a local AS Number (ASN), a customer's ASN, and the address families to be activated for this group. BGP peer groups can be identified by a name.</li>
              <li>Basic parameters: These groupings include the minimal set of routing configuration that is required for the activation of OSPF, IS-IS, BGP, and RIP.</li>
              <li>Static routing: Parameters to configure an entry of a list of IP static routing entries.</li>
            </ul>
          </dd>
        </dl>
        <figure anchor="rtg-full-tree">
          <name>Layer 3 Connection Groupings</name>
          <artwork align="center"><![CDATA[
  grouping bgp-authentication
    +-- authentication
       +-- enable?            boolean
       +-- keying-material
          +-- (option)?
             +--:(ao)
             |  +-- enable-ao?          boolean
             |  +-- ao-keychain?        key-chain:key-chain-ref
             +--:(md5)
             |  +-- md5-keychain?       key-chain:key-chain-ref
             +--:(explicit)
                +-- key-id?             uint32
                +-- key?                string
                +-- crypto-algorithm?   identityref
  grouping ospf-authentication
    +-- authentication
       +-- enable?            boolean
       +-- keying-material
          +-- (option)?
             +--:(auth-key-chain)
             |  +-- key-chain?          key-chain:key-chain-ref
             +--:(auth-key-explicit)
                +-- key-id?             uint32
                +-- key?                string
                +-- crypto-algorithm?   identityref
  grouping isis-authentication
    +-- authentication
       +-- enable?            boolean
       +-- keying-material
          +-- (option)?
             +--:(auth-key-chain)
             |  +-- key-chain?          key-chain:key-chain-ref
             +--:(auth-key-explicit)
                +-- key-id?             uint32
                +-- key?                string
                +-- crypto-algorithm?   identityref
  grouping rip-authentication
    +-- authentication
       +-- enable?            boolean
       +-- keying-material
          +-- (option)?
             +--:(auth-key-chain)
             |  +-- key-chain?          key-chain:key-chain-ref
             +--:(auth-key-explicit)
                +-- key?                string
                +-- crypto-algorithm?   identityref
  grouping bgp-peer-group-without-name
    +--ro local-as?         inet:as-number
    +-- peer-as?          inet:as-number
    +-- address-family?   identityref
  grouping bgp-peer-group-with-name
    +-- name?             string
    +--ro local-as?         inet:as-number
    +-- peer-as?          inet:as-number
    +-- address-family?   identityref
  grouping ospf-basic
    +-- address-family?   identityref
    +-- area-id           yang:dotted-quad
    +-- metric?           uint16
  grouping isis-basic
    +-- address-family?   identityref
    +-- area-address      area-address
  grouping ipv4-static-rtg-entry
    +-- lan?        inet:ipv4-prefix
    +-- lan-tag?    string
    +-- next-hop?   union
    +-- metric?     uint32
  grouping ipv4-static-rtg
    +-- ipv4-lan-prefixes* [lan next-hop] {vpn-common:ipv4}?
       +-- lan?        inet:ipv4-prefix
       +-- lan-tag?    string
       +-- next-hop?   union
       +-- metric?     uint32
       +-- status
          +-- admin-status
          |  +-- status?        identityref
          |  +-- last-change?   yang:date-and-time
          +--ro oper-status
             +--ro status?        identityref
             +--ro last-change?   yang:date-and-time
  grouping ipv6-static-rtg-entry
    +-- lan?        inet:ipv6-prefix
    +-- lan-tag?    string
    +-- next-hop?   union
    +-- metric?     uint32
  grouping ipv6-static-rtg
    +-- ipv6-lan-prefixes* [lan next-hop] {vpn-common:ipv6}?
       +-- lan?        inet:ipv6-prefix
       +-- lan-tag?    string
       +-- next-hop?   union
       +-- metric?     uint32
       +-- status
          +-- admin-status
          |  +-- status?        identityref
          |  +-- last-change?   yang:date-and-time
          +--ro oper-status
             +--ro status?        identityref
             +--ro last-change?   yang:date-and-time
  grouping bfd
    +-- holdtime?   uint32
]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="common-attachment-circuit-yang-module">
      <name>Common Attachment Circuit YANG Module</name>
      <t>This module uses types defined in <xref target="RFC6991"/>, <xref target="RFC8177"/>, and  <xref target="RFC9181"/>.</t>
      <sourcecode markers="true" name="ietf-ac-common@2022-11-30.yang"><![CDATA[
module ietf-ac-common {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-ac-common";
  prefix ac-common;

  import ietf-vpn-common {
    prefix vpn-common;
    reference
      "RFC 9181: A Common YANG Data Model for Layer 2 and Layer 3
                 VPNs";
  }
  import ietf-inet-types {
    prefix inet;
    reference
      "RFC 6991: Common YANG Data Types, Section 4";
  }
  import ietf-yang-types {
    prefix yang;
    reference
      "RFC 6991: Common YANG Data Types, Section 3";
  }
  import ietf-key-chain {
    prefix key-chain;
    reference
      "RFC 8177: YANG Data Model for Key Chains";
  }

  organization
    "IETF OPSAWG (Operations and Management Area Working Group)";
  contact
    "WG Web:   <https://datatracker.ietf.org/wg/opsawg/>
     WG List:  <mailto:opsawg@ietf.org>

     Editor:   Mohamed Boucadair
               <mailto:mohamed.boucadair@orange.com>
     Author:   Richard Roberts
               <mailto:rroberts@juniper.net>
     Author:   Oscar Gonzalez de Dios
               <mailto:oscar.gonzalezdedios@telefonica.com>
     Author:   Samier Barguil
               <mailto:ssamier.barguil_giraldo@nokia.com>
     Author:   Bo Wu
               <mailto:lana.wubo@huawei.com>";
  description
    "This YANG module defines a YANG model common to attachment
     circuits.

     Copyright (c) 2023 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 xxx; see the
     RFC itself for full legal notices.";

  revision 2022-11-30 {
    description
      "Initial revision.";
    reference
      "RFC xxxx: A Common YANG Data Model for Attachment Circuits";
  }

  /****************************Identities************************/

  // IP address allocation types

  identity address-allocation-type {
    description
      "Base identity for address allocation type in the AC.";
  }

  identity provider-dhcp {
    base address-allocation-type;
    description
      "The provider's network provides a DHCP service to the
       customer.";
  }

  identity provider-dhcp-relay {
    base address-allocation-type;
    description
      "The provider's network provides a DHCP relay service to the
       customer.";
  }

  identity provider-dhcp-slaac {
    if-feature "vpn-common:ipv6";
    base address-allocation-type;
    description
      "The provider's network provides a DHCP service to the customer
       as well as IPv6 Stateless Address Autoconfiguration (SLAAC).";
    reference
      "RFC 4862: IPv6 Stateless Address Autoconfiguration";
  }

  identity static-address {
    base address-allocation-type;
    description
      "The provider's network provides static IP addressing to the
       customer.";
  }

  identity slaac {
    if-feature "vpn-common:ipv6";
    base address-allocation-type;
    description
      "The provider's network uses IPv6 SLAAC to provide addressing
       to the customer.";
    reference
      "RFC 4862: IPv6 Stateless Address Autoconfiguration";
  }

  identity dynamic-infra {
    base address-allocation-type;
    description
      "The IP address is dynamically allocated by the hosting
       infrastrcture.";
  }

  // next-hop actions 

  identity local-defined-next-hop {
    description
      "Base identity of local defined next hops.";
  }

  identity discard {
    base local-defined-next-hop;
    description
      "Indicates an action to discard traffic for the corresponding
       destination. For example, this can be used to black-hole
       traffic.";
  }

  identity local-link {
    base local-defined-next-hop;
    description
      "Treat traffic towards addresses within the specified next-hop
       prefix as though they are connected to a local link.";
  }

  // Layer 2 tunnel types

  identity l2-tunnel-type {
    description
      "Base identity for Layer 2 tunnel selection for an AC.";
  }

  identity pseudowire {
    base l2-tunnel-type;
    description
      "Pseudowire tunnel termination for the AC.";
  }

  identity vpls {
    base l2-tunnel-type;
    description
      "Virtual Private LAN Service (VPLS) tunnel termination for
       the AC.";
  }

  identity vxlan {
    base l2-tunnel-type;
    description
      "Virtual eXtensible Local Area Network (VXLAN) tunnel
       termination for the AC.";
  }

 // Tagging precedence

  identity precedence-type {
    description
      "Redundancy type. The service can be created with primary and
       secondary tagging.";
  }

  identity primary {
    base precedence-type;
    description
      "Identifies the main attachment circuit.";
  }

  identity secondary {
    base precedence-type;
    description
      "Identifies the secondary attachment circuit.";
  }

  /****************************Typedefs************************/

  typedef predefined-next-hop {
    type identityref {
      base local-defined-next-hop;
    }
    description
      "Predefined next-hop designation for locally generated routes.";
  }

  typedef area-address {
    type string {
      pattern '[0-9A-Fa-f]{2}(\.[0-9A-Fa-f]{4}){0,6}';
    }
    description
      "This type defines the area address format.";
  }

  /************************Reusable groupings********************/

  /**** Operational instructions ****/

  grouping op-instructions {
    description
      "Scheduling instructions.";
    leaf requested-start {
      type yang:date-and-time;
      description
        "Indicates the requested date and time when the service is
         expected to be active.";
    }
    leaf requested-stop {
      type yang:date-and-time;
      description
        "Indicates the requested date and time when the service is
         expected to be disabled.";
    }
    leaf actual-start {
      type yang:date-and-time;
      config false;
      description
        "Indciates the actual date and time when the service
         actually was enabled.";
    }
    leaf actual-stop {
      type yang:date-and-time;
      config false;
      description
        "Indciates the actual date and time when the service
         actually was disabled.";
    }
  }

  /**** Layer 2 encapsulations ****/

  // Dot1q

  grouping dot1q {
    description
      "Defines a grouping for tagged interfaces.";
    leaf tag-type {
      type identityref {
        base vpn-common:tag-type;
      }
      description
        "Tag type.";
    }
    leaf cvlan-id {
      type uint16 {
        range "1..4094";
      }
      description
        "VLAN identifier.";
    }
  }

  // priority-tagged

  grouping priority-tagged {
    description
      "Priority tagged.";
    leaf tag-type {
      type identityref {
        base vpn-common:tag-type;
      }
      description
        "Tag type.";
    }
  }

  // QinQ

  grouping qinq {
    description
      "Includes QinQ parameters.";
    leaf tag-type {
      type identityref {
        base vpn-common:tag-type;
      }
      description
        "Tag type.";
    }
    leaf svlan-id {
      type uint16;
      mandatory true;
      description
        "Service VLAN (S-VLAN) identifier.";
    }
    leaf cvlan-id {
      type uint16;
      mandatory true;
      description
        "Customer VLAN (C-VLAN) identifier.";
    }
  }

  /**** Layer 2 tunnel services ****/

  // pseudowire (PW)

  grouping pseudowire {
    description
      "Includes pseudowire termination parameters.";
    leaf vcid {
      type uint32;
      description
        "Indicates a PW or virtual circuit (VC) identifier.";
    }
    leaf far-end {
      type union {
        type uint32;
        type inet:ip-address;
      }
      description
        "Neighbor reference.";
      reference
        "RFC 8077: Pseudowire Setup and Maintenance Using the Label
                   Distribution Protocol (LDP), Section 6.1";
    }
  }

  // VPLS

  grouping vpls {
    description
      "VPLS termination parameters.";
    leaf vcid {
      type uint32;
      description
        "VC identifier.";
    }
    leaf-list far-end {
      type union {
        type uint32;
        type inet:ip-address;
      }
      description
        "Neighbor reference.";
    }
  }

  // VXLAN

  grouping vxlan {
    description
      "VXLAN termination parameters.";
    leaf vni-id {
      type uint32;
      mandatory true;
      description
        "VXLAN Network Identifier (VNI).";
    }
    leaf peer-mode {
      type identityref {
        base vpn-common:vxlan-peer-mode;
      }
      description
        "Specifies the VXLAN access mode.  By default,
         the peer mode is set to 'static-mode'.";
    }
    leaf-list peer-ip-address {
      type inet:ip-address;
      description
        "List of a peer's IP addresses.";
    }
  }

  // Layer 2 Tunnel service

  grouping l2-tunnel-service {
    description
      "Defines a Layer 2 tunnel termination.";
    leaf type {
      type identityref {
        base l2-tunnel-type;
      }
      description
        "Selects the tunnel termination type for an AC.";
    }
    container pseudowire {
      when "derived-from-or-self(../type, 'pseudowire')" {
        description
          "Only applies when the Layer 2 service type is
           'pseudowire'.";
      }
      description
        "Includes pseudowire termination parameters.";
      uses pseudowire;
    }
    container vpls {
      when "derived-from-or-self(../type, 'vpls')" {
        description
          "Only applies when the Layer 2 service type is 'vpls'.";
      }
      description
        "VPLS termination parameters.";
      uses vpls;
    }
    container vxlan {
      when "derived-from-or-self(../type, 'vxlan')" {
        description
          "Only applies when the Layer 2 service type is 'vxlan'.";
      }
      description
        "VXLAN termination parameters.";
      uses vxlan;
    }
  }

  /**** Layer 3 connection *****/

  // IPv4 allocation type

  grouping ipv4-allocation-type {
    description
      "IPv4-specific parameters.";
    leaf prefix-length {
      type uint8 {
        range "0..32";
      }
      description
        "Subnet prefix length expressed in bits. It is applied to both
         local and customer addresses.";
    }
    leaf address-allocation-type {
      type identityref {
        base address-allocation-type;
      }
      must "not(derived-from-or-self(current(), 'slaac') or "
         + "derived-from-or-self(current(), "
         + "'provider-dhcp-slaac'))" {
        error-message "SLAAC is only applicable to IPv6.";
      }
      description
        "Defines how IPv4 addresses are allocated to the peer site.";
    }
  }

  // IPv6 allocation type

  grouping ipv6-allocation-type {
    description
      "IPv6-specific parameters.";
    leaf prefix-length {
      type uint8 {
        range "0..128";
      }
      description
        "Subnet prefix length expressed in bits. It is applied to both
         local and customer addresses.";
    }
    leaf address-allocation-type {
      type identityref {
        base address-allocation-type;
      }
      description
        "Defines how IPv6 addresses are allocated to the peer site.";
    }
  }

  // Basic parameters for IPv4 connection 

  grouping ipv4-connection-basic {
    description
      "Basic set fof IPv4-specific parameters for the connection.";
    uses ipv4-allocation-type;
    choice allocation-type {
      description
        "Choice of the IPv4 address allocation.";
      case dynamic {
        description
          "When the addresses are allocated by DHCP or other dynamic
           means local to the infrastructure.";
        choice provider-dhcp {
          description
            "Parameters related to DHCP-allocated addresses. IP
             addresses are allocated by DHCP, that is provided by
             the operator.";
          leaf dhcp-service-type {
            type enumeration {
              enum server {
                description
                  "Local DHCP server.";
              }
              enum relay {
                description
                  "Local DHCP relay.  DHCP requests are relayed to
                   a provider's server.";
              }
            }
            description
              "Indicates the type of DHCP service to be enabled on
               an AC.";
          }
        }
        choice dhcp-relay {
          description
            "The DHCP relay is provided by the operator.";
          container customer-dhcp-servers {
            description
              "Container for a list of the customer's DHCP servers.";
            leaf-list server-ip-address {
              type inet:ipv4-address;
              description
                "IPv4 addresses of the customer's DHCP server.";
            }
          }
        }
      }
    }
  }

  // Basic parameters for IPv6 connection

  grouping ipv6-connection-basic {
    description
      "Basic set fof IPv6-specific parameters for the connection.";
    uses ipv6-allocation-type;
    choice allocation-type {
      description
        "Choice of the IPv6 address allocation.";
      case dynamic {
        description
          "When the addresses are allocated by DHCP or other dynamic
           means local to the infrastructure.";
        choice provider-dhcp {
          description
            "Parameters related to DHCP-allocated addresses.
             IP addresses are allocated by DHCP, that is provided
             by the operator.";
          leaf dhcp-service-type {
            type enumeration {
              enum server {
                description
                  "Local DHCP server.";
              }
              enum relay {
                description
                  "Local DHCP relay.  DHCP requests are relayed to a
                   provider's server.";
              }
            }
            description
              "Indicates the type of DHCP service to be enabled on
               the AC.";
          }
        }
        choice dhcp-relay {
          description
            "The DHCP relay is provided by the operator.";
          container customer-dhcp-servers {
            description
              "Container for a list of the customer's DHCP servers.";
            leaf-list server-ip-address {
              type inet:ipv6-address;
              description
                "IPv6 addresses of the customer's DHCP server.";
            }
          }
        }
      }
    }
  }

  // Full parameters for the IPv4 connection

  grouping ipv4-connection {
    description
      "IPv4-specific parameters.";
    leaf local-address {
      type inet:ipv4-address;
      description
        "The IP address used at the provider's interface.";
    }
    leaf virtual-address {
      type inet:ipv4-address;
      description
        "This addresss may be used for redundancy purposes.";
    }
    uses ipv4-allocation-type;
    choice allocation-type {
      description
        "Choice of the IPv4 address allocation.";
      case dynamic {
        description
          "When the addresses are allocated by DHCP or other
           dynamic means local to the infrastructure.";
        choice address-assign {
          default "number";
          description
            "A choice for how IPv4 addresses are assigned.";
          case number {
            leaf number-of-dynamic-address {
              type uint16;
              description
                "Specifies the number of IP addresses to be assigned
                 to the customer on the AC.";
            }
          }
          case explicit {
            container customer-addresses {
              description
                "Container for customer addresses to be allocated
                 using DHCP.";
              list address-pool {
                key "pool-id";
                description
                  "Describes IP addresses to be dyncamically allocated.

                   When only 'start-address' is present, it represents a
                   single address.

                   When both 'start-address' and 'end-address' are
                   specified, it implies a range inclusive of both
                   addresses.";
                leaf pool-id {
                  type string;
                  description
                    "A pool identifier for the address range from
                     'start-address' to 'end-address'.";
                }
                leaf start-address {
                  type inet:ipv4-address;
                  mandatory true;
                  description
                    "Indicates the first address in the pool.";
                }
                leaf end-address {
                  type inet:ipv4-address;
                  description
                    "Indicates the last address in the pool.";
                }
              }
            }
          }
        }
        choice provider-dhcp {
          description
            "Parameters related to DHCP-allocated addresses. IP
             addresses are allocated by DHCP, which is provided by
             the operator.";
          leaf dhcp-service-type {
            type enumeration {
              enum server {
                description
                  "Local DHCP server.";
              }
              enum relay {
                description
                  "Local DHCP relay.  DHCP requests are relayed to
                   a provider's server.";
              }
            }
            description
              "Indicates the type of DHCP service to be enabled on
               this AC.";
          }
        }
        choice dhcp-relay {
          description
            "The DHCP relay is provided by the operator.";
          container customer-dhcp-servers {
            description
              "Container for a list of the customer's DHCP servers.";
            leaf-list server-ip-address {
              type inet:ipv4-address;
              description
                "IPv4 addresses of the customer's DHCP server.";
            }
          }
        }
      }
      case static-addresses {
        description
          "Lists the IPv4 addresses that are used.";
        list address {
          key "address-id";
          ordered-by user;
          description
            "Lists the IPv4 addresses that are used. The first address of
             the list is the primary address of the connection.";
          leaf address-id {
            type string;
            description
              "An identifier of the static IPv4 address.";
          }
          leaf customer-address {
            type inet:ipv4-address;
            description
              "An IPv4 address of the customer side.";
          }
        }
      }
    }
  }

  // Full parameters for the IPv6 connection

  grouping ipv6-connection {
    description
      "IPv6-specific parameters.";
    leaf local-address {
      type inet:ipv6-address;
      description
        "IPv6 address of the provider side.";
    }
    leaf virtual-address {
      type inet:ipv6-address;
      description
        "This addresss may be used for redundancy purposes.";
    }
    uses ipv6-allocation-type;
    choice allocation-type {
      description
        "Choice of the IPv6 address allocation.";
      case dynamic {
        description
          "When the addresses are allocated by DHCP or other
           dynamic means local to the infrastructure.";
        choice address-assign {
          default "number";
          description
            "A choice for how IPv6 addresses are assigned.";
          case number {
            leaf number-of-dynamic-address {
              type uint16;
              description
                "Specifies the number of IP addresses to be assigned to
                 the customer on this access.";
            }
          }
          case explicit {
            container customer-addresses {
              description
                "Container for customer addresses to be allocated
                 using DHCP.";
              list address-pool {
                key "pool-id";
                description
                  "Describes IP addresses to be dyncamically allocated.

                   When only 'start-address' is present, it represents a
                   single address.

                   When both 'start-address' and 'end-address' are
                   specified, it implies a range inclusive of both
                   addresses.";
                leaf pool-id {
                  type string;
                  description
                    "A pool identifier for the address range from
                     'start-address' to 'end-address'.";
                }
                leaf start-address {
                  type inet:ipv6-address;
                  mandatory true;
                  description
                    "Indicates the first address in the pool.";
                }
                leaf end-address {
                  type inet:ipv6-address;
                  description
                    "Indicates the last address in the pool.";
                }
              }
            }
          }
        }
        choice provider-dhcp {
          description
            "Parameters related to DHCP-allocated addresses.
             IP addresses are allocated by DHCP, which is provided
             by the operator.";
          leaf dhcp-service-type {
            type enumeration {
              enum server {
                description
                  "Local DHCP server.";
              }
              enum relay {
                description
                  "Local DHCP relay.  DHCP requests are relayed
                   to a provider's server.";
              }
            }
            description
              "Indicates the type of DHCP service to
               be enabled on this access.";
          }
        }
        choice dhcp-relay {
          description
            "The DHCP relay is provided by the operator.";
          container customer-dhcp-servers {
            description
              "Container for a list of the customer's DHCP servers.";
            leaf-list server-ip-address {
              type inet:ipv6-address;
              description
                "IPv6 addresses of the customer's DHCP server.";
            }
          }
        }
      }
      case static-addresses {
        description
          "Lists the IPv6 addresses that are used.";
        list address {
          key "address-id";
          ordered-by user;
          description
            "Lists the IPv6 addresses that are used. The first address
             of the list is the primary IP address of the connection.";
          leaf address-id {
            type string;
            description
              "An identifier of the static IPv6 address.";
          }
          leaf customer-address {
            type inet:ipv6-address;
            description
              "An IPv6 address of the customer side.";
          }
        }
      }
    }
  }

  /**** Routing ****/

  // Routing authentication

  grouping bgp-authentication {
    description
      "Grouping for BGP authentication parameters.";
    container authentication {
      description
        "Container for BGP authentication  parameters.";
      leaf enable {
        type boolean;
        default "false";
        description
          "Enables or disables authentication.";
      }
      container keying-material {
        when "../enable = 'true'";
        description
          "Container for describing how a BGP routing session is to
           be secured on an AC.";
        choice option {
          description
            "Choice of authentication options.";
          case ao {
            description
              "Uses the TCP Authentication Option (TCP-AO).";
            reference
              "RFC 5925: The TCP Authentication Option";
            leaf enable-ao {
              type boolean;
              description
                "Enables the TCP-AO.";
            }
            leaf ao-keychain {
              type key-chain:key-chain-ref;
              description
                "Reference to the TCP-AO key chain.";
              reference
                "RFC 8177: YANG Data Model for Key Chains";
            }
          }
          case md5 {
            description
              "Uses MD5 to secure the session.";
            reference
              "RFC 4364: BGP/MPLS IP Virtual Private Networks
                         (VPNs), Section 13.2";
            leaf md5-keychain {
              type key-chain:key-chain-ref;
              description
                "Reference to the MD5 key chain.";
              reference
                "RFC 8177: YANG Data Model for Key Chains";
            }
          }
          case explicit {
            leaf key-id {
              type uint32;
              description
                "Key identifier.";
            }
            leaf key {
              type string;
              description
                "BGP authentication key.

                 This model only supports the subset of keys that
                 are representable as ASCII strings.";
            }
            leaf crypto-algorithm {
              type identityref {
                base key-chain:crypto-algorithm;
              }
              description
                "Indicates the cryptographic algorithm associated
                 with the key.";
            }
          }
        }
      }
    }
  }

  grouping ospf-authentication {
    description
      "Authentication configuration.";
    container authentication {
      description
        "Container for OSPF authentication  parameters.";
      leaf enable {
        type boolean;
        default "false";
        description
          "Enables or disables authentication.";
      }
      container keying-material {
        when "../enable = 'true'";
        description
          "Container for describing how an OSPF session is to be secured
           for this AC.";
        choice option {
          description
            "Options for OSPF authentication.";
          case auth-key-chain {
            leaf key-chain {
              type key-chain:key-chain-ref;
              description
                "Name of the key chain.";
            }
          }
          case auth-key-explicit {
            leaf key-id {
              type uint32;
              description
                "Key identifier.";
            }
            leaf key {
              type string;
              description
                "OSPF authentication key.

                 This model only supports the subset of keys that
                 are representable as ASCII strings.";
            }
            leaf crypto-algorithm {
              type identityref {
                base key-chain:crypto-algorithm;
              }
              description
                "Indicates the cryptographic algorithm associated with
                 the key.";
            }
          }
        }
      }
    }
  }

  grouping isis-authentication {
    description
      "IS-IS authentication configuration.";
    container authentication {
      description
        "Container for IS-IS authentication  parameters.";
      leaf enable {
        type boolean;
        default "false";
        description
          "Enables or disables authentication.";
      }
      container keying-material {
        when "../enable = 'true'";
        description
          "Container for describing how an IS-IS session is secured
           over an AC.";
        choice option {
          description
            "Options for IS-IS authentication.";
          case auth-key-chain {
            leaf key-chain {
              type key-chain:key-chain-ref;
              description
                "Name of the key chain.";
            }
          }
          case auth-key-explicit {
            leaf key-id {
              type uint32;
              description
                "Key identifier.";
            }
            leaf key {
              type string;
              description
                "IS-IS authentication key.

                 This model only supports the subset of keys that
                 are representable as ASCII strings.";
            }
            leaf crypto-algorithm {
              type identityref {
                base key-chain:crypto-algorithm;
              }
              description
                "Indicates the cryptographic algorithm associated with
                 the key.";
            }
          }
        }
      }
    }
  }

  grouping rip-authentication {
    description
      "RIP authentication configuration.";
    container authentication {
      description
        "Container for RIP authentication  parameters.";
      leaf enable {
        type boolean;
        default "false";
        description
          "Enables or disables authentication.";
      }
      container keying-material {
        when "../enable = 'true'";
        description
          "Container for describing how a RIP session is to be secured
           on this AC.";
        choice option {
          description
            "Specifies the authentication
             scheme.";
          case auth-key-chain {
            leaf key-chain {
              type key-chain:key-chain-ref;
              description
                "Name of the key chain.";
            }
          }
          case auth-key-explicit {
            leaf key {
              type string;
              description
                "RIP authentication key.

                 This model only supports the subset of keys that
                 are representable as ASCII strings.";
            }
            leaf crypto-algorithm {
              type identityref {
                base key-chain:crypto-algorithm;
              }
              description
                "Indicates the cryptographic algorithm associated with
                 the key.";
            }
          }
        }
      }
    }
  }

  // Basic routing parameters

  grouping bgp-peer-group-without-name {
    description
      "Identifies a BGP peer-group configured on the local system.";
    leaf local-as {
      type inet:as-number;
      config false;
      description
        "Indicates a local AS Number (ASN). This ASN is exposed
         to a customer so that it knows which ASN to use
         to set up a BGP session.";
    }
    leaf peer-as {
      type inet:as-number;
      description
        "Indicates the customer's ASN when the customer
         requests BGP routing.";
    }
    leaf address-family {
      type identityref {
        base vpn-common:address-family;
      }
      description
        "This node contains the address families to be activated.
         'dual-stack' means that both IPv4 and IPv6 will be activated.";
    }
  }

  grouping bgp-peer-group-with-name {
    description
      "Identifies a BGP peer-group configured on the local system -
       identified by a peer-group name";
    leaf name {
      type string;
      description
        "Name of the BGP peer-group";
    }
    uses bgp-peer-group-without-name;
  }

  grouping ospf-basic {
    description
      "Configuration specific to OSPF.";
    leaf address-family {
      type identityref {
        base vpn-common:address-family;
      }
      description
        "Indicates whether IPv4, IPv6, or both are to be activated.";
    }
    leaf area-id {
      type yang:dotted-quad;
      mandatory true;
      description
        "Area ID.";
      reference
        "RFC 4577: OSPF as the Provider/Customer Edge Protocol
                   for BGP/MPLS IP Virtual Private Networks
                   (VPNs), Section 4.2.3
         RFC 6565: OSPFv3 as a Provider Edge to Customer Edge
                   (PE-CE) Routing Protocol, Section 4.2";
    }
    leaf metric {
      type uint16;
      default "1";
      description
        "Metric of the AC.  It is used in the routing state
         calculation and path selection.";
    }
  }

  grouping isis-basic {
    description
      "Basic configuration specific to IS-IS.";
    leaf address-family {
      type identityref {
        base vpn-common:address-family;
      }
      description
        "Indicates whether IPv4, IPv6, or both are to be activated.";
    }
    leaf area-address {
      type area-address;
      mandatory true;
      description
        "Area address.";
    }
  }

  // Static routing 

  grouping ipv4-static-rtg-entry {
    description
      "Paramters to configure a specific IPv4 static routing entry.";
    leaf lan {
      type inet:ipv4-prefix;
      description
        "LAN prefixes.";
    }
    leaf lan-tag {
      type string;
      description
        "Internal tag to be used in service policies.";
    }
    leaf next-hop {
      type union {
        type inet:ip-address;
        type predefined-next-hop;
      }
      description
        "The next hop that is to be used for the static route.
         This may be specified as an IP address or a
         predefined next-hop type (e.g., 'discard' or
         'local-link').";
    }
    leaf metric {
      type uint32;
      description
        "Indicates the metric associated with the static route.";
    }
  }

  grouping ipv4-static-rtg {
    description
      "Configuration specific to IPv4 static routing.";
    list ipv4-lan-prefixes {
      if-feature "vpn-common:ipv4";
      key "lan next-hop";
      description
        "List of LAN prefixes for the site.";
      uses ipv4-static-rtg-entry;
      uses vpn-common:service-status;
    }
  }

  grouping ipv6-static-rtg-entry {
    description
      "Paramters to configure a specific IPv6 static routing entry.";
    leaf lan {
      type inet:ipv6-prefix;
      description
        "LAN prefixes.";
    }
    leaf lan-tag {
      type string;
      description
        "Internal tag to be used in service (e.g., VPN) policies.";
    }
    leaf next-hop {
      type union {
        type inet:ip-address;
        type predefined-next-hop;
      }
      description
        "The next hop that is to be used for the static route.
         This may be specified as an IP address or a predefined
         next-hop type (e.g., 'discard' or 'local-link').";
    }
    leaf metric {
      type uint32;
      description
        "Indicates the metric associated with the static route.";
    }
  }

  grouping ipv6-static-rtg {
    description
      "Configuration specific to IPv6 static routing.";
    list ipv6-lan-prefixes {
      if-feature "vpn-common:ipv6";
      key "lan next-hop";
      description
        "List of LAN prefixes for the site.";
      uses ipv6-static-rtg-entry;
      uses vpn-common:service-status;
    }
  }

  // OAM: maintain or remove?

  grouping bfd {
    description
      "Container for BFD.";
    leaf holdtime {
      type uint32;
      units "milliseconds";
      description
        "Expected BFD holdtime.
         The customer may impose some fixed values
         for the holdtime period if the provider allows
         the customer to use this function.
         If the provider doesn't allow the customer to
         use this function, fixed values will not be set.";
      reference
        "RFC 5880: Bidirectional Forwarding Detection (BFD),
                   Section 6.8.18";
    }
  }
}
]]></sourcecode>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The YANG module specified in this document defines 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 Network Configuration Access Control Model (NACM) <xref target="RFC8341"/>
   provides the means to restrict access for particular NETCONF or
   RESTCONF users to a preconfigured subset of all available NETCONF or
   RESTCONF protocol operations and content.</t>
      <t>The "ietf-ac-common" module defines a set of identities, types, and
   groupings.  These nodes are intended to be reused by other YANG
   modules.  The module by itself does not expose any data nodes that
   are writable, data nodes that contain read-only state, or RPCs.</t>
      <t>YANG modules that use the groupings that are defined in this document
   should identify the corresponding security considerations.  For
   example, reusing some of these groupings will expose privacy-related
   information (e.g., 'ipv6-lan-prefixes' or 'ipv4-lan-prefixes').  Disclosing such information may
   be considered a violation of the customer-provider trust
   relationship.</t>
      <t>Several groupings ('bgp-authentication', 'ospf-authentication', 'isis-authentication', and 'rip-authentication') rely
   upon <xref target="RFC8177"/> for authentication purposes.  As such, modules that will reuse these grouping
   will inherit the security considerations discussed in Section 5 of
   <xref target="RFC8177"/>.  Also, these groupings support supplying explicit keys as
   strings in ASCII format.  The use of keys in hexadecimal string
   format would afford greater key entropy with the same number of key-
   string octets.  However, such a format is not included in this
   version of the common AC model, because it is not supported by the underlying
   device modules (e.g., <xref target="RFC8695"/>).</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>IANA is requested to register the following URI in the "ns" subregistry within
   the "IETF XML Registry" <xref target="RFC3688"/>:</t>
      <artwork><![CDATA[
   URI:  urn:ietf:params:xml:ns:yang:ietf-ac-common
   Registrant Contact:  The IESG.
   XML:  N/A; the requested URI is an XML namespace.
]]></artwork>
      <t>IANA is requested to register the following YANG module in the "YANG Module
   Names" subregistry <xref target="RFC6020"/> within the "YANG Parameters" registry.</t>
      <artwork><![CDATA[
   Name:  ietf-ac-common
   Maintained by IANA?  N
   Namespace:  urn:ietf:params:xml:ns:yang:ietf-ac-common
   Prefix:  ac-common
   Reference:  RFC xxxx
]]></artwork>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="ISO10589" target="https://www.iso.org/standard/30932.html">
          <front>
            <title>Information technology - Telecommunications and information exchange between systems - Intermediate System to Intermediate System intra-domain routeing information exchange protocol for use in conjunction with the protocol for providing the connectionless-mode network service (ISO8473)</title>
            <author>
              <organization>ISO</organization>
            </author>
            <date year="2002"/>
          </front>
        </reference>
        <reference anchor="RFC8342">
          <front>
            <title>Network Management Datastore Architecture (NMDA)</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund">
              <organization/>
            </author>
            <author fullname="J. Schoenwaelder" initials="J." surname="Schoenwaelder">
              <organization/>
            </author>
            <author fullname="P. Shafer" initials="P." surname="Shafer">
              <organization/>
            </author>
            <author fullname="K. Watsen" initials="K." surname="Watsen">
              <organization/>
            </author>
            <author fullname="R. Wilton" initials="R." surname="Wilton">
              <organization/>
            </author>
            <date month="March" year="2018"/>
            <abstract>
              <t>Datastores are a fundamental concept binding the data models written in the YANG data modeling language to network management protocols such as the Network Configuration Protocol (NETCONF) and RESTCONF. This document defines an architectural framework for datastores based on the experience gained with the initial simpler model, addressing requirements that were not well supported in the initial model.  This document updates RFC 7950.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8342"/>
          <seriesInfo name="DOI" value="10.17487/RFC8342"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC8077">
          <front>
            <title>Pseudowire Setup and Maintenance Using the Label Distribution Protocol (LDP)</title>
            <author fullname="L. Martini" initials="L." role="editor" surname="Martini">
              <organization/>
            </author>
            <author fullname="G. Heron" initials="G." role="editor" surname="Heron">
              <organization/>
            </author>
            <date month="February" year="2017"/>
            <abstract>
              <t>Layer 2 services (such as Frame Relay, Asynchronous Transfer Mode, and Ethernet) can be emulated over an MPLS backbone by encapsulating the Layer 2 Protocol Data Units (PDUs) and then transmitting them over pseudowires (PWs).  It is also possible to use pseudowires to provide low-rate Time-Division Multiplexed and Synchronous Optical NETworking circuit emulation over an MPLS-enabled network.  This document specifies a protocol for establishing and maintaining the pseudowires, using extensions to the Label Distribution Protocol (LDP).  Procedures for encapsulating Layer 2 PDUs are specified in other documents.</t>
              <t>This document is a rewrite of RFC 4447 for publication as an Internet Standard.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="84"/>
          <seriesInfo name="RFC" value="8077"/>
          <seriesInfo name="DOI" value="10.17487/RFC8077"/>
        </reference>
        <reference anchor="RFC7348">
          <front>
            <title>Virtual eXtensible Local Area Network (VXLAN): A Framework for Overlaying Virtualized Layer 2 Networks over Layer 3 Networks</title>
            <author fullname="M. Mahalingam" initials="M." surname="Mahalingam">
              <organization/>
            </author>
            <author fullname="D. Dutt" initials="D." surname="Dutt">
              <organization/>
            </author>
            <author fullname="K. Duda" initials="K." surname="Duda">
              <organization/>
            </author>
            <author fullname="P. Agarwal" initials="P." surname="Agarwal">
              <organization/>
            </author>
            <author fullname="L. Kreeger" initials="L." surname="Kreeger">
              <organization/>
            </author>
            <author fullname="T. Sridhar" initials="T." surname="Sridhar">
              <organization/>
            </author>
            <author fullname="M. Bursell" initials="M." surname="Bursell">
              <organization/>
            </author>
            <author fullname="C. Wright" initials="C." surname="Wright">
              <organization/>
            </author>
            <date month="August" year="2014"/>
            <abstract>
              <t>This document describes Virtual eXtensible Local Area Network (VXLAN), which is used to address the need for overlay networks within virtualized data centers accommodating multiple tenants.  The scheme and the related protocols can be used in networks for cloud service providers and enterprise data centers.  This memo documents the deployed VXLAN protocol for the benefit of the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7348"/>
          <seriesInfo name="DOI" value="10.17487/RFC7348"/>
        </reference>
        <reference anchor="RFC4271">
          <front>
            <title>A Border Gateway Protocol 4 (BGP-4)</title>
            <author fullname="Y. Rekhter" initials="Y." role="editor" surname="Rekhter">
              <organization/>
            </author>
            <author fullname="T. Li" initials="T." role="editor" surname="Li">
              <organization/>
            </author>
            <author fullname="S. Hares" initials="S." role="editor" surname="Hares">
              <organization/>
            </author>
            <date month="January" year="2006"/>
            <abstract>
              <t>This document discusses the Border Gateway Protocol (BGP), which is an inter-Autonomous System routing protocol.</t>
              <t>The primary function of a BGP speaking system is to exchange network reachability information with other BGP systems.  This network reachability information includes information on the list of Autonomous Systems (ASes) that reachability information traverses. This information is sufficient for constructing a graph of AS connectivity for this reachability from which routing loops may be pruned, and, at the AS level, some policy decisions may be enforced.</t>
              <t>BGP-4 provides a set of mechanisms for supporting Classless Inter-Domain Routing (CIDR).  These mechanisms include support for advertising a set of destinations as an IP prefix, and eliminating the concept of network "class" within BGP.  BGP-4 also introduces mechanisms that allow aggregation of routes, including aggregation of AS paths.</t>
              <t>This document obsoletes RFC 1771.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4271"/>
          <seriesInfo name="DOI" value="10.17487/RFC4271"/>
        </reference>
        <reference anchor="RFC4577">
          <front>
            <title>OSPF as the Provider/Customer Edge Protocol for BGP/MPLS IP Virtual Private Networks (VPNs)</title>
            <author fullname="E. Rosen" initials="E." surname="Rosen">
              <organization/>
            </author>
            <author fullname="P. Psenak" initials="P." surname="Psenak">
              <organization/>
            </author>
            <author fullname="P. Pillay-Esnault" initials="P." surname="Pillay-Esnault">
              <organization/>
            </author>
            <date month="June" year="2006"/>
            <abstract>
              <t>Many Service Providers offer Virtual Private Network (VPN) services to their customers, using a technique in which customer edge routers (CE routers) are routing peers of provider edge routers (PE routers).  The Border Gateway Protocol (BGP) is used to distribute the customer's routes across the provider's IP backbone network, and Multiprotocol Label Switching (MPLS) is used to tunnel customer packets across the provider's backbone.  This is known as a "BGP/MPLS IP VPN".  The base specification for BGP/MPLS IP VPNs presumes that the routing protocol on the interface between a PE router and a CE router is BGP.  This document extends that specification by allowing the routing protocol on the PE/CE interface to be the Open Shortest Path First (OSPF) protocol.</t>
              <t>This document updates RFC 4364.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4577"/>
          <seriesInfo name="DOI" value="10.17487/RFC4577"/>
        </reference>
        <reference anchor="RFC6565">
          <front>
            <title>OSPFv3 as a Provider Edge to Customer Edge (PE-CE) Routing Protocol</title>
            <author fullname="P. Pillay-Esnault" initials="P." surname="Pillay-Esnault">
              <organization/>
            </author>
            <author fullname="P. Moyer" initials="P." surname="Moyer">
              <organization/>
            </author>
            <author fullname="J. Doyle" initials="J." surname="Doyle">
              <organization/>
            </author>
            <author fullname="E. Ertekin" initials="E." surname="Ertekin">
              <organization/>
            </author>
            <author fullname="M. Lundberg" initials="M." surname="Lundberg">
              <organization/>
            </author>
            <date month="June" year="2012"/>
            <abstract>
              <t>Many Service Providers (SPs) offer Virtual Private Network (VPN) services to their customers using a technique in which Customer Edge (CE) routers are routing peers of Provider Edge (PE) routers.  The Border Gateway Protocol (BGP) is used to distribute the customer's routes across the provider's IP backbone network, and Multiprotocol Label Switching (MPLS) is used to tunnel customer packets across the provider's backbone.  Support currently exists for both IPv4 and IPv6 VPNs; however, only Open Shortest Path First version 2 (OSPFv2) as PE-CE protocol is specified.  This document extends those specifications to support OSPF version 3 (OSPFv3) as a PE-CE routing protocol.  The OSPFv3 PE-CE functionality is identical to that of OSPFv2 except for the differences described in this document. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6565"/>
          <seriesInfo name="DOI" value="10.17487/RFC6565"/>
        </reference>
        <reference anchor="RFC1195">
          <front>
            <title>Use of OSI IS-IS for routing in TCP/IP and dual environments</title>
            <author fullname="R. Callon" initials="R." surname="Callon">
              <organization/>
            </author>
            <date month="December" year="1990"/>
            <abstract>
              <t>This memo specifies an integrated routing protocol, based on the OSI Intra-Domain IS-IS Routing Protocol, which may be used as an interior gateway protocol (IGP) to support TCP/IP as well as OSI.  This allows a single routing protocol to be used to support pure IP environments, pure OSI environments, and dual environments.  This specification was developed by the IS-IS working group of the Internet Engineering Task Force.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1195"/>
          <seriesInfo name="DOI" value="10.17487/RFC1195"/>
        </reference>
        <reference anchor="RFC5308">
          <front>
            <title>Routing IPv6 with IS-IS</title>
            <author fullname="C. Hopps" initials="C." surname="Hopps">
              <organization/>
            </author>
            <date month="October" year="2008"/>
            <abstract>
              <t>This document specifies a method for exchanging IPv6 routing information using the IS-IS routing protocol.  The described method utilizes two new TLVs: a reachability TLV and an interface address TLV to distribute the necessary IPv6 information throughout a routing domain.  Using this method, one can route IPv6 along with IPv4 and OSI using a single intra-domain routing protocol.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5308"/>
          <seriesInfo name="DOI" value="10.17487/RFC5308"/>
        </reference>
        <reference anchor="RFC2453">
          <front>
            <title>RIP Version 2</title>
            <author fullname="G. Malkin" initials="G." surname="Malkin">
              <organization/>
            </author>
            <date month="November" year="1998"/>
            <abstract>
              <t>This document specifies an extension of the Routing Information Protocol (RIP) to expand the amount of useful information carried in RIP messages and to add a measure of security.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="56"/>
          <seriesInfo name="RFC" value="2453"/>
          <seriesInfo name="DOI" value="10.17487/RFC2453"/>
        </reference>
        <reference anchor="RFC2080">
          <front>
            <title>RIPng for IPv6</title>
            <author fullname="G. Malkin" initials="G." surname="Malkin">
              <organization/>
            </author>
            <author fullname="R. Minnear" initials="R." surname="Minnear">
              <organization/>
            </author>
            <date month="January" year="1997"/>
            <abstract>
              <t>This document specifies a routing protocol for an IPv6 internet.  It is based on protocols and algorithms currently in wide use in the IPv4 Internet [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2080"/>
          <seriesInfo name="DOI" value="10.17487/RFC2080"/>
        </reference>
        <reference anchor="RFC8177">
          <front>
            <title>YANG Data Model for Key Chains</title>
            <author fullname="A. Lindem" initials="A." role="editor" surname="Lindem">
              <organization/>
            </author>
            <author fullname="Y. Qu" initials="Y." surname="Qu">
              <organization/>
            </author>
            <author fullname="D. Yeung" initials="D." surname="Yeung">
              <organization/>
            </author>
            <author fullname="I. Chen" initials="I." surname="Chen">
              <organization/>
            </author>
            <author fullname="J. Zhang" initials="J." surname="Zhang">
              <organization/>
            </author>
            <date month="June" year="2017"/>
            <abstract>
              <t>This document describes the key chain YANG data model.  Key chains are commonly used for routing protocol authentication and other applications requiring symmetric keys.  A key chain is a list containing one or more elements containing a Key ID, key string, send/accept lifetimes, and the associated authentication or encryption algorithm.  By properly overlapping the send and accept lifetimes of multiple key chain elements, key strings and algorithms may be gracefully updated.  By representing them in a YANG data model, key distribution can be automated.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8177"/>
          <seriesInfo name="DOI" value="10.17487/RFC8177"/>
        </reference>
        <reference anchor="RFC5925">
          <front>
            <title>The TCP Authentication Option</title>
            <author fullname="J. Touch" initials="J." surname="Touch">
              <organization/>
            </author>
            <author fullname="A. Mankin" initials="A." surname="Mankin">
              <organization/>
            </author>
            <author fullname="R. Bonica" initials="R." surname="Bonica">
              <organization/>
            </author>
            <date month="June" year="2010"/>
            <abstract>
              <t>This document specifies the TCP Authentication Option (TCP-AO), which obsoletes the TCP MD5 Signature option of RFC 2385 (TCP MD5).  TCP-AO specifies the use of stronger Message Authentication Codes (MACs), protects against replays even for long-lived TCP connections, and provides more details on the association of security with TCP connections than TCP MD5.  TCP-AO is compatible with either a static Master Key Tuple (MKT) configuration or an external, out-of-band MKT management mechanism; in either case, TCP-AO also protects connections when using the same MKT across repeated instances of a connection, using traffic keys derived from the MKT, and coordinates MKT changes between endpoints.  The result is intended to support current infrastructure uses of TCP MD5, such as to protect long-lived connections (as used, e.g., in BGP and LDP), and to support a larger set of MACs with minimal other system and operational changes.  TCP-AO uses a different option identifier than TCP MD5, even though TCP-AO and TCP MD5 are never permitted to be used simultaneously.  TCP-AO supports IPv6, and is fully compatible with the proposed requirements for the replacement of TCP MD5.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5925"/>
          <seriesInfo name="DOI" value="10.17487/RFC5925"/>
        </reference>
        <reference anchor="RFC6991">
          <front>
            <title>Common YANG Data Types</title>
            <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder">
              <organization/>
            </author>
            <date month="July" year="2013"/>
            <abstract>
              <t>This document introduces a collection of common data types to be used with the YANG data modeling language.  This document obsoletes RFC 6021.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6991"/>
          <seriesInfo name="DOI" value="10.17487/RFC6991"/>
        </reference>
        <reference anchor="RFC9181">
          <front>
            <title>A Common YANG Data Model for Layer 2 and Layer 3 VPNs</title>
            <author fullname="S. Barguil" initials="S." surname="Barguil">
              <organization/>
            </author>
            <author fullname="O. Gonzalez de Dios" initials="O." role="editor" surname="Gonzalez de Dios">
              <organization/>
            </author>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair">
              <organization/>
            </author>
            <author fullname="Q. Wu" initials="Q." surname="Wu">
              <organization/>
            </author>
            <date month="February" year="2022"/>
            <abstract>
              <t>This document defines a common YANG module that is meant to be reused by various VPN-related modules such as Layer 3 VPN and Layer 2 VPN network models.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9181"/>
          <seriesInfo name="DOI" value="10.17487/RFC9181"/>
        </reference>
        <reference anchor="RFC6241">
          <front>
            <title>Network Configuration Protocol (NETCONF)</title>
            <author fullname="R. Enns" initials="R." role="editor" surname="Enns">
              <organization/>
            </author>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund">
              <organization/>
            </author>
            <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder">
              <organization/>
            </author>
            <author fullname="A. Bierman" initials="A." role="editor" surname="Bierman">
              <organization/>
            </author>
            <date month="June" year="2011"/>
            <abstract>
              <t>The Network Configuration Protocol (NETCONF) defined in this document provides mechanisms to install, manipulate, and delete the configuration of network devices.  It uses an Extensible Markup Language (XML)-based data encoding for the configuration data as well as the protocol messages.  The NETCONF protocol operations are realized as remote procedure calls (RPCs).  This document obsoletes RFC 4741.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6241"/>
          <seriesInfo name="DOI" value="10.17487/RFC6241"/>
        </reference>
        <reference anchor="RFC8040">
          <front>
            <title>RESTCONF Protocol</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman">
              <organization/>
            </author>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund">
              <organization/>
            </author>
            <author fullname="K. Watsen" initials="K." surname="Watsen">
              <organization/>
            </author>
            <date month="January" year="2017"/>
            <abstract>
              <t>This document describes an HTTP-based protocol that provides a programmatic interface for accessing data defined in YANG, using the datastore concepts defined in the Network Configuration Protocol (NETCONF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8040"/>
          <seriesInfo name="DOI" value="10.17487/RFC8040"/>
        </reference>
        <reference anchor="RFC6242">
          <front>
            <title>Using the NETCONF Protocol over Secure Shell (SSH)</title>
            <author fullname="M. Wasserman" initials="M." surname="Wasserman">
              <organization/>
            </author>
            <date month="June" year="2011"/>
            <abstract>
              <t>This document describes a method for invoking and running the Network Configuration Protocol (NETCONF) within a Secure Shell (SSH) session as an SSH subsystem.  This document obsoletes RFC 4742.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6242"/>
          <seriesInfo name="DOI" value="10.17487/RFC6242"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol.  TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961.  This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC8341">
          <front>
            <title>Network Configuration Access Control Model</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman">
              <organization/>
            </author>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund">
              <organization/>
            </author>
            <date month="March" year="2018"/>
            <abstract>
              <t>The standardization of network configuration interfaces for use with the Network Configuration Protocol (NETCONF) or the RESTCONF protocol requires a structured and secure operating environment that promotes human usability and multi-vendor interoperability.  There is a need for standard mechanisms to restrict NETCONF or RESTCONF protocol access for particular users to a preconfigured subset of all available NETCONF or RESTCONF protocol operations and content.  This document defines such an access control model.</t>
              <t>This document obsoletes RFC 6536.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="91"/>
          <seriesInfo name="RFC" value="8341"/>
          <seriesInfo name="DOI" value="10.17487/RFC8341"/>
        </reference>
        <reference anchor="RFC3688">
          <front>
            <title>The IETF XML Registry</title>
            <author fullname="M. Mealling" initials="M." surname="Mealling">
              <organization/>
            </author>
            <date month="January" year="2004"/>
            <abstract>
              <t>This document describes an IANA maintained registry for IETF standards which use Extensible Markup Language (XML) related items such as Namespaces, Document Type Declarations (DTDs), Schemas, and Resource Description Framework (RDF) Schemas.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="81"/>
          <seriesInfo name="RFC" value="3688"/>
          <seriesInfo name="DOI" value="10.17487/RFC3688"/>
        </reference>
        <reference anchor="RFC6020">
          <front>
            <title>YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)</title>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund">
              <organization/>
            </author>
            <date month="October" year="2010"/>
            <abstract>
              <t>YANG is a data modeling language used to model configuration and state data manipulated by the Network Configuration Protocol (NETCONF), NETCONF remote procedure calls, and NETCONF notifications. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6020"/>
          <seriesInfo name="DOI" value="10.17487/RFC6020"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC4364">
          <front>
            <title>BGP/MPLS IP Virtual Private Networks (VPNs)</title>
            <author fullname="E. Rosen" initials="E." surname="Rosen">
              <organization/>
            </author>
            <author fullname="Y. Rekhter" initials="Y." surname="Rekhter">
              <organization/>
            </author>
            <date month="February" year="2006"/>
            <abstract>
              <t>This document describes a method by which a Service Provider may use an IP backbone to provide IP Virtual Private Networks (VPNs) for its customers.  This method uses a "peer model", in which the customers' edge routers (CE routers) send their routes to the Service Provider's edge routers (PE routers); there is no "overlay" visible to the customer's routing algorithm, and CE routers at different sites do not peer with each other.  Data packets are tunneled through the backbone, so that the core routers do not need to know the VPN routes.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4364"/>
          <seriesInfo name="DOI" value="10.17487/RFC4364"/>
        </reference>
        <reference anchor="I-D.ietf-opsawg-sap">
          <front>
            <title>A YANG Network Model for Service Attachment Points (SAPs)</title>
            <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
              <organization>Orange</organization>
            </author>
            <author fullname="Oscar Gonzalez de Dios" initials="O. G." surname="de Dios">
              <organization>Telefonica</organization>
            </author>
            <author fullname="Samier Barguil" initials="S." surname="Barguil">
              <organization>Nokia</organization>
            </author>
            <author fullname="Qin Wu" initials="Q." surname="Wu">
              <organization>Huawei</organization>
            </author>
            <author fullname="Victor Lopez" initials="V." surname="Lopez">
              <organization>Nokia</organization>
            </author>
            <date day="18" month="January" year="2023"/>
            <abstract>
              <t>   This document defines a YANG data model for representing an abstract
   view of the provider network topology that contains the points from
   which its services can be attached (e.g., basic connectivity, VPN,
   network slices).  Also, the model can be used to retrieve the points
   where the services are actually being delivered to customers
   (including peer networks).

   This document augments the 'ietf-network' data model by adding the
   concept of Service Attachment Points (SAPs).  The SAPs are the
   network reference points to which network services, such as Layer 3
   Virtual Private Network (L3VPN) or Layer 2 Virtual Private Network
   (L2VPN), can be attached.  One or multiple services can be bound to
   the same SAP.  Both User-Network Interface (UNI) and Network-to-
   Network Interface (NNI) are supported in the SAP data model.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-sap-15"/>
        </reference>
        <reference anchor="RFC7665">
          <front>
            <title>Service Function Chaining (SFC) Architecture</title>
            <author fullname="J. Halpern" initials="J." role="editor" surname="Halpern">
              <organization/>
            </author>
            <author fullname="C. Pignataro" initials="C." role="editor" surname="Pignataro">
              <organization/>
            </author>
            <date month="October" year="2015"/>
            <abstract>
              <t>This document describes an architecture for the specification, creation, and ongoing maintenance of Service Function Chains (SFCs) in a network.  It includes architectural concepts, principles, and components used in the construction of composite services through deployment of SFCs, with a focus on those to be standardized in the IETF.  This document does not propose solutions, protocols, or extensions to existing protocols.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7665"/>
          <seriesInfo name="DOI" value="10.17487/RFC7665"/>
        </reference>
        <reference anchor="I-D.boro-opsawg-teas-attachment-circuit">
          <front>
            <title>YANG Data Models for 'Attachment Circuits'-as-a-Service (ACaaS)</title>
            <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
              <organization>Orange</organization>
            </author>
            <author fullname="Richard Roberts" initials="R." surname="Roberts">
              <organization>Juniper</organization>
            </author>
            <author fullname="Oscar Gonzalez de Dios" initials="O. G." surname="de Dios">
              <organization>Telefonica</organization>
            </author>
            <author fullname="Samier Barguil" initials="S." surname="Barguil">
              <organization>Nokia</organization>
            </author>
            <author fullname="Bo Wu" initials="B." surname="Wu">
              <organization>Huawei Technologies</organization>
            </author>
            <date day="1" month="March" year="2023"/>
            <abstract>
              <t>   This document specifies a YANG service data model for Attachment
   Circuits (ACs).  This model can be used for the provisioning of ACs
   prior or during service provisioning (e.g., Network Slice Service).
   The document specifies also a module that updates other service and
   network modules with the required information to bind specific
   services to ACs that are created using the AC service model.

   Also, the document specifies the common AC module, which is designed
   with the intent to be reusable.  Whether a service model reuses
   structures defined in the AC models or simply include an AC reference
   is a design choice of these service models.  Relying upon the AC
   service model to manage ACs over which a service is delivered has the
   merit to decorrelate the management of a service vs. upgrade the AC
   components to reflect recent AC technologies or features.

   Each AC is identified with a unique identifier within a domain.  The
   mapping between this AC and a network node (typically, a Provider
   Edge (PE)) that terminates an AC is hidden to the application/
   customer that makes use of the AC service model.  Such an information
   is internal to the network controller.  Thus, the details about the
   (network node-specific) attachment interfaces are not exposed in this
   service model.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-boro-opsawg-teas-attachment-circuit-03"/>
        </reference>
        <reference anchor="I-D.ietf-teas-ietf-network-slice-nbi-yang">
          <front>
            <title>IETF Network Slice Service YANG Model</title>
            <author fullname="Bo Wu" initials="B." surname="Wu">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Dhruv Dhody" initials="D." surname="Dhody">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Reza Rokui" initials="R." surname="Rokui">
              <organization>Ciena</organization>
            </author>
            <author fullname="Tarek Saad" initials="T." surname="Saad">
              <organization>Cisco Systems, Inc</organization>
            </author>
            <author fullname="Liuyan Han" initials="L." surname="Han">
              <organization>China Mobile</organization>
            </author>
            <author fullname="John Mullooly" initials="J." surname="Mullooly">
              <organization>Cisco Systems, Inc</organization>
            </author>
            <date day="24" month="October" year="2022"/>
            <abstract>
              <t>   This document defines a YANG model for the IETF Network Slice
   service.  The model can be used by an IETF Network Slice customer to
   manage IETF Network Slices.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-teas-ietf-network-slice-nbi-yang-03"/>
        </reference>
        <reference anchor="I-D.boro-opsawg-ntw-attachment-circuit">
          <front>
            <title>A Network YANG Data Model for Attachment Circuits</title>
            <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
              <organization>Orange</organization>
            </author>
            <author fullname="Richard Roberts" initials="R." surname="Roberts">
              <organization>Juniper</organization>
            </author>
            <author fullname="Oscar Gonzalez de Dios" initials="O. G." surname="de Dios">
              <organization>Telefonica</organization>
            </author>
            <author fullname="Samier Barguil" initials="S." surname="Barguil">
              <organization>Nokia</organization>
            </author>
            <author fullname="Bo Wu" initials="B." surname="Wu">
              <organization>Huawei Technologies</organization>
            </author>
            <date day="1" month="March" year="2023"/>
            <abstract>
              <t>   This document specifies a network model for attachment circuits.  The
   model can be used for the provisioning of attachment circuits prior
   or during service provisioning (e.g., Network Slice Service).  A
   companion service model is specified in
   [I-D.boro-opsawg-teas-attachment-circuit].

   The module augments the Service Attachment Point (SAP) model with the
   detailed information for the provisioning of attachment circuits in
   Provider Edges (PEs).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-boro-opsawg-ntw-attachment-circuit-01"/>
        </reference>
        <reference anchor="RFC8340">
          <front>
            <title>YANG Tree Diagrams</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund">
              <organization/>
            </author>
            <author fullname="L. Berger" initials="L." role="editor" surname="Berger">
              <organization/>
            </author>
            <date month="March" year="2018"/>
            <abstract>
              <t>This document captures the current syntax used in YANG module tree diagrams.  The purpose of this document is to provide a single location for this definition.  This syntax may be updated from time to time based on the evolution of the YANG language.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="215"/>
          <seriesInfo name="RFC" value="8340"/>
          <seriesInfo name="DOI" value="10.17487/RFC8340"/>
        </reference>
        <reference anchor="RFC9182">
          <front>
            <title>A YANG Network Data Model for Layer 3 VPNs</title>
            <author fullname="S. Barguil" initials="S." surname="Barguil">
              <organization/>
            </author>
            <author fullname="O. Gonzalez de Dios" initials="O." role="editor" surname="Gonzalez de Dios">
              <organization/>
            </author>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair">
              <organization/>
            </author>
            <author fullname="L. Munoz" initials="L." surname="Munoz">
              <organization/>
            </author>
            <author fullname="A. Aguado" initials="A." surname="Aguado">
              <organization/>
            </author>
            <date month="February" year="2022"/>
            <abstract>
              <t>As a complement to the Layer 3 Virtual Private Network Service Model (L3SM), which is used for communication between customers and service providers, this document defines an L3VPN Network Model (L3NM) that can be used for the provisioning of Layer 3 Virtual Private Network (L3VPN) services within a service provider network. The model provides a network-centric view of L3VPN services.</t>
              <t>The L3NM is meant to be used by a network controller to derive the configuration information that will be sent to relevant network devices. The model can also facilitate communication between a service orchestrator and a network controller/orchestrator.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9182"/>
          <seriesInfo name="DOI" value="10.17487/RFC9182"/>
        </reference>
        <reference anchor="RFC8695">
          <front>
            <title>A YANG Data Model for the Routing Information Protocol (RIP)</title>
            <author fullname="X. Liu" initials="X." surname="Liu">
              <organization/>
            </author>
            <author fullname="P. Sarda" initials="P." surname="Sarda">
              <organization/>
            </author>
            <author fullname="V. Choudhary" initials="V." surname="Choudhary">
              <organization/>
            </author>
            <date month="February" year="2020"/>
            <abstract>
              <t>This document describes a data model for the management of the Routing Information Protocol (RIP).  Both RIP version 2 and RIPng are covered.  The data model includes definitions for configuration, operational state, and Remote Procedure Calls (RPCs).</t>
              <t>The YANG data model in this document conforms to the Network Management Datastore Architecture (NMDA).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8695"/>
          <seriesInfo name="DOI" value="10.17487/RFC8695"/>
        </reference>
      </references>
    </references>
    <section anchor="sec-full-tree">
      <name>Tree Structure</name>
      <t>The full tree of the "ietf-ac-common" module is shown in <xref target="ac-common-full-tree"/>.</t>
      <figure anchor="ac-common-full-tree">
        <name>AC Common Full Tree Structure</name>
        <artwork align="center"><![CDATA[
module: ietf-ac-common

  grouping op-instructions
    +-- requested-start?   yang:date-and-time
    +-- requested-stop?    yang:date-and-time
    +--ro actual-start?      yang:date-and-time
    +--ro actual-stop?       yang:date-and-time
  grouping dot1q
    +-- tag-type?   identityref
    +-- cvlan-id?   uint16
  grouping priority-tagged
    +-- tag-type?   identityref
  grouping qinq
    +-- tag-type?   identityref
    +-- svlan-id    uint16
    +-- cvlan-id    uint16
  grouping pseudowire
    +-- vcid?      uint32
    +-- far-end?   union
  grouping vpls
    +-- vcid?      uint32
    +-- far-end*   union
  grouping vxlan
    +-- vni-id             uint32
    +-- peer-mode?         identityref
    +-- peer-ip-address*   inet:ip-address
  grouping l2-tunnel-service
    +-- type?         identityref
    +-- pseudowire
    |  +-- vcid?      uint32
    |  +-- far-end?   union
    +-- vpls
    |  +-- vcid?      uint32
    |  +-- far-end*   union
    +-- vxlan
       +-- vni-id             uint32
       +-- peer-mode?         identityref
       +-- peer-ip-address*   inet:ip-address
  grouping ipv4-allocation-type
    +-- prefix-length?             uint8
    +-- address-allocation-type?   identityref
  grouping ipv6-allocation-type
    +-- prefix-length?             uint8
    +-- address-allocation-type?   identityref
  grouping ipv4-connection-basic
    +-- prefix-length?                       uint8
    +-- address-allocation-type?             identityref
    +-- (allocation-type)?
       +--:(dynamic)
          +-- (provider-dhcp)?
          |  +--:(dhcp-service-type)
          |     +-- dhcp-service-type?       enumeration
          +-- (dhcp-relay)?
             +--:(customer-dhcp-servers)
                +-- customer-dhcp-servers
                   +-- server-ip-address*   inet:ipv4-address
  grouping ipv6-connection-basic
    +-- prefix-length?                       uint8
    +-- address-allocation-type?             identityref
    +-- (allocation-type)?
       +--:(dynamic)
          +-- (provider-dhcp)?
          |  +--:(dhcp-service-type)
          |     +-- dhcp-service-type?       enumeration
          +-- (dhcp-relay)?
             +--:(customer-dhcp-servers)
                +-- customer-dhcp-servers
                   +-- server-ip-address*   inet:ipv6-address
  grouping ipv4-connection
    +-- local-address?                           inet:ipv4-address
    +-- virtual-address?                         inet:ipv4-address
    +-- prefix-length?                           uint8
    +-- address-allocation-type?                 identityref
    +-- (allocation-type)?
       +--:(dynamic)
       |  +-- (address-assign)?
       |  |  +--:(number)
       |  |  |  +-- number-of-dynamic-address?   uint16
       |  |  +--:(explicit)
       |  |     +-- customer-addresses
       |  |        +-- address-pool* [pool-id]
       |  |           +-- pool-id?         string
       |  |           +-- start-address    inet:ipv4-address
       |  |           +-- end-address?     inet:ipv4-address
       |  +-- (provider-dhcp)?
       |  |  +--:(dhcp-service-type)
       |  |     +-- dhcp-service-type?           enumeration
       |  +-- (dhcp-relay)?
       |     +--:(customer-dhcp-servers)
       |        +-- customer-dhcp-servers
       |           +-- server-ip-address*   inet:ipv4-address
       +--:(static-addresses)
          +-- address* [address-id]
             +-- address-id?         string
             +-- customer-address?   inet:ipv4-address
  grouping ipv6-connection
    +-- local-address?                           inet:ipv6-address
    +-- virtual-address?                         inet:ipv6-address
    +-- prefix-length?                           uint8
    +-- address-allocation-type?                 identityref
    +-- (allocation-type)?
       +--:(dynamic)
       |  +-- (address-assign)?
       |  |  +--:(number)
       |  |  |  +-- number-of-dynamic-address?   uint16
       |  |  +--:(explicit)
       |  |     +-- customer-addresses
       |  |        +-- address-pool* [pool-id]
       |  |           +-- pool-id?         string
       |  |           +-- start-address    inet:ipv6-address
       |  |           +-- end-address?     inet:ipv6-address
       |  +-- (provider-dhcp)?
       |  |  +--:(dhcp-service-type)
       |  |     +-- dhcp-service-type?           enumeration
       |  +-- (dhcp-relay)?
       |     +--:(customer-dhcp-servers)
       |        +-- customer-dhcp-servers
       |           +-- server-ip-address*   inet:ipv6-address
       +--:(static-addresses)
          +-- address* [address-id]
             +-- address-id?         string
             +-- customer-address?   inet:ipv6-address
  grouping bgp-authentication
    +-- authentication
       +-- enable?            boolean
       +-- keying-material
          +-- (option)?
             +--:(ao)
             |  +-- enable-ao?          boolean
             |  +-- ao-keychain?        key-chain:key-chain-ref
             +--:(md5)
             |  +-- md5-keychain?       key-chain:key-chain-ref
             +--:(explicit)
                +-- key-id?             uint32
                +-- key?                string
                +-- crypto-algorithm?   identityref
  grouping ospf-authentication
    +-- authentication
       +-- enable?            boolean
       +-- keying-material
          +-- (option)?
             +--:(auth-key-chain)
             |  +-- key-chain?          key-chain:key-chain-ref
             +--:(auth-key-explicit)
                +-- key-id?             uint32
                +-- key?                string
                +-- crypto-algorithm?   identityref
  grouping isis-authentication
    +-- authentication
       +-- enable?            boolean
       +-- keying-material
          +-- (option)?
             +--:(auth-key-chain)
             |  +-- key-chain?          key-chain:key-chain-ref
             +--:(auth-key-explicit)
                +-- key-id?             uint32
                +-- key?                string
                +-- crypto-algorithm?   identityref
  grouping rip-authentication
    +-- authentication
       +-- enable?            boolean
       +-- keying-material
          +-- (option)?
             +--:(auth-key-chain)
             |  +-- key-chain?          key-chain:key-chain-ref
             +--:(auth-key-explicit)
                +-- key?                string
                +-- crypto-algorithm?   identityref
  grouping bgp-peer-group-without-name
    +--ro local-as?         inet:as-number
    +-- peer-as?          inet:as-number
    +-- address-family?   identityref
  grouping bgp-peer-group-with-name
    +-- name?             string
    +--ro local-as?         inet:as-number
    +-- peer-as?          inet:as-number
    +-- address-family?   identityref
  grouping ospf-basic
    +-- address-family?   identityref
    +-- area-id           yang:dotted-quad
    +-- metric?           uint16
  grouping isis-basic
    +-- address-family?   identityref
    +-- area-address      area-address
  grouping ipv4-static-rtg-entry
    +-- lan?        inet:ipv4-prefix
    +-- lan-tag?    string
    +-- next-hop?   union
    +-- metric?     uint32
  grouping ipv4-static-rtg
    +-- ipv4-lan-prefixes* [lan next-hop] {vpn-common:ipv4}?
       +-- lan?        inet:ipv4-prefix
       +-- lan-tag?    string
       +-- next-hop?   union
       +-- metric?     uint32
       +-- status
          +-- admin-status
          |  +-- status?        identityref
          |  +-- last-change?   yang:date-and-time
          +--ro oper-status
             +--ro status?        identityref
             +--ro last-change?   yang:date-and-time
  grouping ipv6-static-rtg-entry
    +-- lan?        inet:ipv6-prefix
    +-- lan-tag?    string
    +-- next-hop?   union
    +-- metric?     uint32
  grouping ipv6-static-rtg
    +-- ipv6-lan-prefixes* [lan next-hop] {vpn-common:ipv6}?
       +-- lan?        inet:ipv6-prefix
       +-- lan-tag?    string
       +-- next-hop?   union
       +-- metric?     uint32
       +-- status
          +-- admin-status
          |  +-- status?        identityref
          |  +-- last-change?   yang:date-and-time
          +--ro oper-status
             +--ro status?        identityref
             +--ro last-change?   yang:date-and-time
  grouping bfd
    +-- holdtime?   uint32
]]></artwork>
      </figure>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TBC.</t>
    </section>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact initials="V." surname="Lopez" fullname="Victor Lopez">
        <organization>Nokia</organization>
        <address>
          <email>victor.lopez@nokia.com</email>
        </address>
      </contact>
      <contact initials="I." surname="Bykov" fullname="Ivan Bykov">
        <organization>Ribbon Communications</organization>
        <address>
          <email>Ivan.Bykov@rbbn.com</email>
        </address>
      </contact>
      <contact initials="Q." surname="Wu" fullname="Qin Wu">
        <organization>Huawei</organization>
        <address>
          <email>bill.wu@huawei.com</email>
        </address>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
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
1Ago6AlljmZgjR2ZNq5q9Wvt8qDWcnzWEThdkRs5ByaHEQJQI1Eeh0k5XpKR
dHljJWFWCoy8t8cNwswaujSw0z7MAkCCBE33gC8C+qav/wqsGL2FxXzyyI8G
/FCBuznYimPskAV7214KftzzhnLzytbB59jI5uN8tSgy8DxmeMh2MW+I+WZ8
Mf0IOQNGDjSF/cujf7bQ2Hx59Ai/k3WKeczv1+njX6c8/hgV7Ue0TL8Q3dHA
0aErfRNgThoYxQCdALUAeaZiSlYkiLZ8IQ9E9MOEfRCU3a6uobtjuRmCDnbk
r7jEsSjzm6NPdsI9KVrXV7aCfYp7si6ylrICU6X+ugxN8sccM9HHNg2qeRmk
B2+NhxX7Yc43lYMTGZHAXTm5XiYsGRoJMXFNESa0G2Fmy9PqKurEyGpmgz19
rbvqsNK96HscT6AQYZAE/qnH+Ym9u1ykMomWkL22w4nr59M8pcZZNU1M/4pz
WtrnXmJNwQ0PKj+9t7sYtKs5GKZtEvIiEDVOGhL49MggZXg/ozq0/nmjwXXr
TYZ3Q+E34rzer8N5vRrO692I83rrOa93z3m/CeeNpkYNX2TJBH9XcX8gmg6D
OlHKO8ZBP2PN5S6t6wEYmxGBTnGvbLWIePVSZO/JEwpoukEU3HHLr57sPt7V
qY3i0/rj4aujY/bs+NuT0+HXbIoFiko3D77Ze7i3F+zuBvsPu0jFdkvdRHCa
sXctQeVARbx2u7tftkThP77AUlHtZQ6CAL36FIzg/bfzpJ/yPq1N6boD9lS5
8+rLLzGyE88pv5maG/mi0XUP8/2X9LUOgUlGaQMxGFIDr4U0VCtVaWhIQ7nK
FUcNL4NwQve6hB0KdSDWysEOv2/AC5exX8XqHAHt6NpNB94hif6eIfH7Ow+5
7x1Su8buiPrrhmGRRftewv+3aMUOsbeibMutnklQ2ljClYmKq2y7tkCrSPf9
AWQQJZ0ks0NQ8SIFVigkWADih2jUhz//qMoeYpwSaxj+HOV0+ZrqH17NHoir
0g++FlOBji9iXkDPP2IByyLri9+/UV2+bomGx1QiFUfwl3W1PgpSU+FWOfxA
VHWEv3xlWz0wfXVZK7AaqrJ6QG5QhLUygluCtQ4yX1dvtQLXVFv1gPPVVP2a
eGFiLmsJfiClaxWgtG6AqG+xnoAQGbzAo5W4GFyXe5Krf5gtVnmM9bS2xx0G
KnWfKhCz83zJCx0MhvXgyMFWMDeUZBflO7k5R8AygWyQJIzAYiyWTh4nasTX
EVa+oWKxKL3yPitdZ82W+Tiib0Zxildh8BwEJJ3uK8oyvkzuIXGmeBARipuD
eAaAB0S4fWGLZc6XIVV5EIaGL6lcoQAgTy7walzKRdEzLoRO2i1xbPA6uozx
8OnZ8AgkidqK/hiBBsQAJatm3UF3rEhg6LfF2YtoRncC5DVXrmiQiMtNWLQV
mx/JC9ry920l6wWCiSIj5xLrAM+IOoqk55UDnRKTxOYwBhXc27dvv8QSUYiu
RAi+Ba6IkinpObr1lxDqaVbgZYtum6xcHslyDcb4Sv1a5lTUg1jvAECoTt12
g9IFnN6uMXu+It1aDT/4vOFjbh7WtXhAMB40XBLkZOXVpa6aTJJ6YjwLeWS6
072n+suI4lJm18xOd3SyF+RoIwRdg9CXdficW4Uxt7ivANbRd4dn9hVbzSzM
3J1fh6HIc/gV8BTj3BVbnoThWGIbT4NpFNK5Ybu0YZJ8/OvRXU9BTSnk7CpK
8JhWZOjjkZWoozCQXAWmJ3MPx7aHLwaDw06jFB487u31NwbpoaebMvJLLrw8
ZDMCG+tit5ss/G+31LRXEiTGBbEvnJuZqCmU1v+XXTyVYUZF8+66dpYmxQok
ArSojCwLbExU2UWs2WDNWdXso0N7a+1APev7y/LGNXPw91/d3lQng3EUp+Rq
B6uud3Mf/6ib2haV/MPXEulEZ9GsvQIuPKtcVFqYWKSy7oR7C4mXCqUksGsA
nBItIXIQ3wTFbKjqy+3neH6XS+oKydvcVXe4pnQltWrN3WvtNzHiG9x091kd
ffPOoa2DRS1Nz0xnNSFVD9WqrOIfGK/p3WLI9Xdba1DRfFaPEV75uwNKG13x
l9hpbNbQC1jmPJzNRBqcKgxQchucegH1HPPaLR7g1lSR4jlGIVE16lRhANi2
KHRNaYBCYOV3ZEQ/i5IlJOsVkdrVcVmPJvZW4fEZUY3Z3Yc1sBrHbvTzMTIE
uqnZyy9EI8SzxlQIN9zEceXXG6jA61qh1YMZGyaKExo2JMBgH0VdJZVtGNnm
R+HuHJtZSItAvMZ3QSWuU7b148PgySB4HgbTn97tXW//9679xcF1593Dnd71
1po50DaThlFBB0qtQnnT2WKUuLjJcr2uFKqo35bhX8wukuBUl9Dt6ipH1Evn
0F+wQnlZSRROy+UmNG2JENXw/Zfy5+pojsl3CxlNRCEYMGMAQRQYsetAxVaI
K3q70BZP5eNFCuFrP9qasT8WrMHHocxbD952/Y1NsRZ+LZuGCV87k3GsZyKG
WjMNMwfRHCsYgiciU4ebJrA51X8D/H0rYASW1VQVsSMlR1R3olWuRFEvbKaI
jHOfXJSasJ46cKRPVZJwSenTzVI7W/s31VeR9LqJtGDwhYWurqguSeHgIJIg
rOEpBM7au93uwcMnB+2NRsUKdFY9wOpqPKjU5GjV1+uop/2ZbCip/fGQWM0S
K8o4U8N6Ik2hRZk0jf2sHOKPZ2ISB97AOwr2HJ+uKjL07/JlswJQTjfxzfYw
eEPerZ+BNuDeW2CgH2EQKBw2ouDRKOUiPrZKsbZF22c/dFxWL2+ZmrjCamz7
+jV8grVKqtTZ39vQKIbs7Ae8XCKvNeqXTbbfHK5ZGlkHpTQ2ZktYnOlBSHGy
W7pkI1Y9jeLZxSizapl2taYqB5XUcehDPA61dp1DenNInGZSOe0Q65Z+z1WF
sRfhKKocneHnyD74sV6rOTrrmOPcXnfXox9wk+nwg7WT9e0OofkvtvRvDhuX
NaCbAB/V2jqUxB2xS0prC+6jJXbYiJiiWE8DOW+gZ8Soah+v94o5iNXpSccj
TLoK0G3UPZEg0CA2IvdQl6dHphf4hvSGF53Cdhl7tsKdUrhMih0jDuI8VZaa
Fw/QUDn6LRk6x6+36riqVMCoNFU/z3iRfyFvq4hnbra4Fa41HpjNNkp/nzv6
2+GjSi2qTXzBcmzOsJlry29ix30hpHWLSYE7sZSeUBaNWArpKYjq6Div2igm
3PH2JMrxtb8An+0LsjzAg9btbvcBgt1hW6bfVqdtTcaHKeD6Cm+fhYsFXcvS
/r5dx45OjohITnKEPZBR+410ublJZeKAw7T308rS3xtSCXt8ePpIuBuSYwO7
IuePUGtmbqnbTaeOXX6RuRPgTSe/gSFQs0e4DX7gvl36q3QAj5XH3CNxR8v4
yn81uIRnmJ+tLq3WGC6nmkTVfj2ubvIedrv7e5tRbbgc4VN+8hBDjhG9XZCq
pTTJET2/diJKUNPSiThJVlyYpRVnG+h0mVLwPn2tohCN+QnrVWjjiZ+Z8Ryz
hNppVmx7OVjW990G926LDly3Ougpt820/lDD+1ZPt/WW58R+q+OIRpTnAGYO
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

-->

</rfc>
