<?xml version="1.0" encoding="US-ASCII"?>
<!-- edited with XMLSPY v5 rel. 3 U (http://www.xmlspy.com)
     by Daniel M Kohn (private) -->
<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
<!ENTITY rfc2119 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC3775 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3775.xml">
<!ENTITY RFC4225 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4225.xml">
<!ENTITY RFC4866 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4866.xml">
<!ENTITY RFC5213 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5213.xml">
<!-- added by sjjeong: -->
<!ENTITY I-D.ietf-netlmm-pmip6-ipv4-support PUBLIC "" "http://xml.resource.org/public/rfc/bibxml3/reference.I-D.ietf-netlmm-pmip6-ipv4-support.xml">
<!ENTITY I-D.ietf-netlmm-grekey-option PUBLIC "" "http://xml.resource.org/public/rfc/bibxml3/reference.I-D.ietf-netlmm-grekey-option.xml">
]>
<rfc category="std" docName="draft-ietf-lime-yang-connectionless-oam-07"
     ipr="trust200902">
  <?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>

  <?rfc toc="yes" ?>

  <?rfc symrefs="yes" ?>

  <?rfc sortrefs="yes"?>

  <?rfc iprnotified="no" ?>

  <?rfc strict="yes" ?>

  <front>
    <title abbrev="Connection-Less OAM YANG model">Generic YANG Data Model for
    Connectionless Operations, Administration, and Maintenance(OAM)
    protocols</title>

    <author fullname="Deepak Kumar" initials="D." surname="Kumar">
      <organization abbrev="Cisco">CISCO Systems</organization>

      <address>
        <postal>
          <street>510 McCarthy Blvd</street>

          <street/>

          <city>Milpitas</city>

          <region>CA</region>

          <code>95035</code>

          <country>USA</country>
        </postal>

        <email>dekumar@cisco.com</email>
      </address>
    </author>

    <author fullname="Michael Wang" initials="M." surname="Wang">
      <organization abbrev="Huawei">Huawei Technologies,Co.,Ltd</organization>

      <address>
        <postal>
          <street>101 Software Avenue, Yuhua District</street>

          <street/>

          <city>Nanjing</city>

          <region/>

          <code>210012</code>

          <country>China</country>
        </postal>

        <email>wangzitao@huawei.com</email>
      </address>
    </author>

    <author fullname="Qin Wu" initials="Q." surname="Wu">
      <organization>Huawei</organization>

      <address>
        <postal>
          <street>101 Software Avenue, Yuhua District</street>

          <city>Nanjing</city>

          <region>Jiangsu</region>

          <code>210012</code>

          <country>China</country>
        </postal>

        <email>bill.wu@huawei.com</email>
      </address>
    </author>

    <author fullname="Reshad Rahman" initials="R." surname="Rahman">
      <organization abbrev="Cisco">CISCO Systems</organization>

      <address>
        <postal>
          <street>2000 Innovation Drive</street>

          <street/>

          <city>KANATA</city>

          <region>ONTARIO</region>

          <code>K2K 3E8</code>

          <country>CANADA</country>
        </postal>

        <email>rrahman@cisco.com</email>
      </address>
    </author>

    <author fullname="Srihari Raghavan" initials="S." surname="Raghavan">
      <organization abbrev="Cisco">CISCO Systems</organization>

      <address>
        <postal>
          <street>TRIL INFOPARK SEZ, Ramanujan IT City</street>

          <street>NEVILLE BLOCK, 2nd floor, Old Mahabalipuram Road</street>

          <city>CHENNAI</city>

          <region>TAMIL NADU</region>

          <code>600113</code>

          <country>INDIA</country>
        </postal>

        <email>srihari@cisco.com</email>
      </address>
    </author>

    <date year="2017"/>

    <area>OPS Area</area>

    <workgroup/>

    <abstract>
      <t>This document presents a base YANG Data model for connectionless
      Operations Administration, and Maintenance(OAM) protocols. It provides a
      technology-independent abstraction of key OAM constructs for
      connectionless protocols. The base model presented here can be extended
      to include technology specific details. This is leading to uniformity
      between OAM protocols and support both nested OAM workflows (i.e.,
      performing OAM functions at different or same levels through a unified
      interface).</t>
    </abstract>
  </front>

  <middle>
    <section title="Introduction">
      <t>Operations, Administration, and Maintenance (OAM) are important
      networking functions that allow operators to: <list style="numbers">
          <t>Monitor networks connections (Reachability Verification,
          Continuity Check).</t>

          <t>Troubleshoot failures (Fault verification and localization).</t>

          <t>Monitor Performance</t>
        </list></t>

      <t>An overview of OAM tools is presented at <xref
      target="RFC7276"/>.</t>

      <t>Ping and Traceroute <xref target="RFC792"/>, <xref target="RFC4443"/>
      are well-known fault verification and isolation tools, respectively, for
      IP networks. Over the years, different technologies have developed
      similar tools for similar purposes.</t>

      <t>The different OAM tools may support connection-oriented technologies
      or connectionless technologies. In connection-oriented technologies, a
      connection is established prior to the transmission of data. In
      connectionless technologies, data is typically sent between end points
      without prior arrangement <xref target="RFC7276"/>. Note that the
      Connection-Oriented OAM YANG DATA model is defined in <xref
      target="I-D.ietf-lime-yang-connection-oriented-oam-model"/>.</t>

      <t>In this document, we presents a base YANG Data model for
      connectionless OAM protocols. The generic YANG model for connectionless
      OAM only includes configuration data and state data. It can be used in
      conjunction with data retrieval method model <xref
      target="I-D.ietf-lime-yang-connectionless-oam-methods"/>, which focuses
      on data retrieval procedures like RPC. However it also can be used
      independently of data retrieval method model.</t>
    </section>

    <section title="Conventions used in this document">
      <t>The following terms are defined in <xref target="RFC6241"/> and are
      not redefined here: <list style="symbols">
          <t>client</t>

          <t>configuration data</t>

          <t>server</t>

          <t>state data</t>
        </list></t>

      <t>The following terms are defined in <xref target="RFC6020"/> and are
      not redefined here: <list style="symbols">
          <t>augment</t>

          <t>data model</t>

          <t>data node</t>
        </list>The terminology for describing YANG data models is found in
      <xref target="RFC6020"/>.</t>

      <section title="Terminology">
        <t>TP - Test Point</t>

        <t>MAC - Media Access Control</t>

        <t>BFD - Bidirectional Forwarding Detection</t>

        <t>RPC - A Remote Procedure Call, as used within the NETCONF
        protocol</t>

        <t>CC - Continuity Check <xref target="RFC7276"/> , Continuity Checks
        are used to verify that a destination is reachable and therefore also
        referred to as reachability verification</t>
      </section>
    </section>

    <section title="Overview of the Connectionless OAM Model">
      <t>At the top of the model, there is an 'cc-oper-data' container for
      session statistics. Grouping is also defined for common session
      statistics and these are applicable for proactive OAM sessions. Multiple
      'test-point-locations' keyed using technology specific keys (eg., IPv4
      address for IPv4 locations) are possible by augmented network nodes
      which are defined in <xref target="I-D.ietf-i2rs-yang-network-topo"/> to
      describe the network hierarchies and the inventory of nodes contained in
      a network. Each 'test-point-location' is chosen based on 'location-type'
      which when chosen, leads to a container that includes a list of
      'test-point-locations' keyed by technology specific keys. Each test
      point location includes a 'test-point-location-info'. The
      'test-point-location-info' includes 'tp-technology', 'tp-tools', and
      'connectionless-oam-layers'. The groupings of 'tp-address' and
      'tp-address-vrf' are kept out of 'test-point-location-info' to make it
      addressing agnostic and allow varied composition. Depending upon the
      choice of the 'location-type' (determined by the 'tp-address-vrf'), the
      containers differ in its composition of 'test-point-locations' while the
      'test-point-location-info', is a common aspect of every
      'test-point-location'. The vrf is used to describe the corresponding
      network instance. The 'tp-technology' indicate OAM technology details.
      The 'tp-tools' describe the OAM tools supported. The
      'connectionless-oam-layers' is used to describe the relationship of one
      test point with other test points. The level in 'oam-layers' indicate
      whether related OAM test point is The level in oam-layers indicate
      whether related oam test point is in client layer(lower layer described
      in section 3.3), server layer (upper layer described in section 3.3) or
      the same layer as the current test point under Test point Locations. The
      model is augmented to "/nd:networks/nd:network/nd:node" using
      'test-point-locations' defined below.</t>

      <section title="TP Address">
        <t>In connectionless OAM, the tp address is defined with the following
        type: <list style="symbols">
            <t>MAC address <xref target="RFC6136"/></t>

            <t>IPv4 or IPv6 address</t>

            <t>TP-attribute</t>

            <t>System-id to represent the device or node.<xref
            target="I-D.ietf-spring-sr-yang"/></t>
          </list></t>

        <t>To define a forwarding treatment of a test packet, the 'tp-address'
        needs to be associated with additional parameters, e.g. DSCP for IP or
        TC for MPLS. In generic connectionless OAM YANG model, these
        parameters are not explicit configured. The model user can add
        corresponding parameters according to their requirements.</t>
      </section>

      <section title="Tools ">
        <t>The different OAM tools may be used in one of two basic types of
        activation: proactive and on-demand. The proactive OAM refers to OAM
        actions which are carried out continuously to permit proactive
        reporting of fault. The proactive OAM method requires persistent
        configuration. The on-demand OAM refers to OAM actions which are
        initiated via manual intervention for a limited time to carry out
        diagnostics. The on-demand OAM method requires only transient
        configuration.<xref target="RFC7276"/> <xref target="G.8013"/>. In
        connectionless OAM, 'session-type' is defined to indicate which kind
        of activation will be used by the current session.</t>

        <t>In connectionless OAM, the tools attribute is used to describe a
        toolset for fault detection and isolation. And it can serve as a
        constraint condition when the base model be extended to specific OAM
        technology. For example, to fulfill the ICMP PING configuration, the
        "../coam:continuity-check" should be set to "true", and then the lime
        base model should be augmented with ICMP PING specific details.</t>
      </section>

      <section title="OAM-layers">
        <t>As typical networks have a multi-layer architecture, the set of OAM
        protocols similarly take a multi-layer structure; each layer may has
        its own OAM protocol <xref target="RFC7276"/> and is corresponding to
        specific administrative domain or path and has associated test points.
        OAM-layers is referred to a list of server layer, client layer that
        are related to current test point. This allows users to easily
        navigate between related layer to efficiently troubleshoot a "loss of
        continuity defect". In this model, we have kept level default as 0,
        when all test points are located at the same layer. 'Level' defines
        the relative technology level in a sequence of administrative domains,
        and is provided to allow correlation of faults in related OAM domains.
        For example, there is a network in which data traffic between two
        customer edges is transported over three consecutive administrative
        domains, where the current test point is located in the second
        administrative domain. In this scenario second administrative domain
        is acting as client to first administrative domain and server to third
        administrative domain. For Test Point at second administrative domain,
        client level is "-1", i.e. third administrative domain and server
        level is "1", i.e. first administrative domain. In another example, if
        the first administrative domain and the second are in same level then
        it's upstream or downstream administrative domain scenario and thus
        second administrative domain level is set to "0".</t>

        <figure>
          <artwork>        
             list oam-layers {
               key "index";
               leaf index {
                  type uint16 {
                     range "0..65535";
                  }
               }
               leaf level {
                   type int32 {
                        range "-1..1";
                   }
                   description
                     "Level";
               }
               
               description
                  "List of related oam layers.";
             }
             </artwork>
        </figure>
      </section>

      <section title="Test Point Locations Information">
        <t>This is a generic grouping for Test Point Locations Information. It
        Provide details of Test Point Location using Tools, 'OAM-Layers'
        grouping defined above.</t>
      </section>

      <section title="Test Point Locations">
        <t>This is a generic grouping for Test Point Locations. Choice
        statement is used to define locations types, for example 'ipv4-
        location-type', 'ipv6-location-type', etc. Container is defined under
        each location type containing list keyed to test point address, Test
        Point Location Information defined in section above, and routing
        instance VRF name if required.</t>
      </section>

      <section title="Path Discovery Data">
        <t>This is a generic grouping for path discovery data model that can
        be retrieved by any data retrieval methods including RPCs. Path
        discovery data output from methods, includes 'src-test-point', 'dst-
        test-point', 'sequence-number', 'hop-cnt', session statistics of
        various kinds, path verification and path trace related information.
        Path discovery includes data to be retrieved on a 'per-hop' basis via
        a list of 'path-trace-info-list' which includes information like
        'timestamps', 'ingress-interface', 'egress-interface' and
        'app-meta-data'. The path discovery data model is made generic enough
        to allow different methods of data retrieval. None of the fields are
        made mandatory for that reason. Noted that the retrieval methods are
        defined in <xref
        target="I-D.ietf-lime-yang-connectionless-oam-methods"/>.</t>
      </section>

      <section title="Continuity Check Data">
        <t>This is a generic grouping for continuity check data model that can
        be retrieved by any data retrieval methods including RPCs. Continuity
        check data output from methods, includes 'src-test-point',
        'dst-test-point', 'sequence-number', 'hop-cnt' and session statistics
        of various kinds. The continuity check data model is made generic
        enough to allow different methods of data retrieval. None of the
        fields are made mandatory for that reason. Noted that the retrieval
        methods are defined in <xref
        target="I-D.ietf-lime-yang-connectionless-oam-methods"/>.</t>
      </section>
    </section>

    <section title="OAM YANG Module">
      <t>&lt;CODE BEGINS&gt; file
      "ietf-connectionless-oam@2017-06-09.yang"</t>

      <figure>
        <artwork>
module ietf-connectionless-oam {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-connectionless-oam";
  prefix coam;

  import ietf-yang-schema-mount {
   prefix yangmnt;
  }
  import ietf-network {
    prefix nd;
  }
  import ietf-yang-types {
    prefix yang;
  }
  import ietf-interfaces {
    prefix if;
  }
  import ietf-inet-types {
    prefix inet;
  }
  import ietf-network-instance {
    prefix ni;
  }

  organization
    "IETF LIME Working Group";
  contact
    "Deepak Kumar dekumar@cisco.com
     Qin Wu bill.wu@huawei.com
     S Raghavan srihari@cisco.com
     Zitao Wang wangzitao@huawei.com
     R Rahman rrahman@cisco.com";
  description
    "This YANG module defines the generic configuration,
     data model, statistics for connectionless OAM to be
     used within IETF in a protocol indpendent manner.
     Functional level abstraction is indendent with
     YANG modeling. It is assumed that each protocol maps
     corresponding abstracts to its native format.
     Each protocol may extend the YANG model defined
     here to include protocol specific extensions";

  revision 2017-06-09 {
    description
      " Base model for Connectionless 
       Operations, Administration,
       and Maintenance(OAM) ";
    reference
      " RFC XXXX: Connectionless 
       Operations, Administration, and 
       Maintenance(OAM)YANG Data Model";
  }

  feature connection-less {
    description
      "This feature indicates that OAM solution is connection less.";
  }

  feature continuity-check {
    description
      "This feature indicates that the server supports
       executing continuity check OAM command and
       returning a response. Servers that do not advertise
       this feature will not support executing
       continuity check command or rpc model for
       continuity check command.";
  }

  feature path-discovery {
    description
      "This feature indicates that the server supports
       executing path discovery OAM command and
       returning a response. Servers that do not advertise
       this feature will not support executing
       path discovery command or rpc model for
       path discovery command.";
  }

  typedef router-id {
    type yang:dotted-quad;
    description
      "A 32-bit number in the dotted quad format assigned to each
       router. This number uniquely identifies the router within an
       Autonomous System.";
  }

  typedef routing-instance-ref {
    type leafref {
      path "/ni:network-instances/ni:network-instance/ni:name";
    }
    description
      "This type is used for leafs that reference a routing instance
       configuration.";
  }

  typedef ipv4-multicast-group-address {
    type string {
      pattern "(2((2[4-9])|(3[0-9]))\\.)"+"
(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\\.)"
+"{2}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])";
    }
    description
      "The ipv4-multicast-group-address type
       represents an IPv4 multicast address
       in dotted-quad notation.";
    reference "RFC4607";
  }

  typedef ipv6-multicast-group-address {
    type string {
      pattern "(((FF|ff)[0-9a-fA-F]{2}):)"
+"([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)"
+"?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|"
+"[01]?[0-9]?[0-9])\\.){3}(25[0-5]|2[0-4][0-9]|"
+"[01]?[0-9]?[0-9])))";
      pattern "(([^:]+:){6}(([^:]+:[^:]+)|(.*\\..*)))|"
+"((([^:]+:)*[^:]+)?::(([^:]+:)*[^:]+)?)";
    }
    description
      "The ipv6-multicast-group-address
       type represents an IPv6 address in full,
       mixed, shortened, and shortened-mixed
       notation.";
    reference
      "RFC4291 2.7.
       ietf-inet-types:ipv6-address";
  }

  typedef ip-multicast-group-address {
    type union {
      type ipv4-multicast-group-address;
      type ipv6-multicast-group-address;
    }
    description
      "The ip-multicast-group-address type
       represents an IP multicast address and
       is IP version neutral. The format of the
       textual representations implies the IP version.";
  }

  identity address-attribute-types {
    description
      "This is base identity of address
       attribute types which are ip-prefix,
       bgp, tunnel, pwe3, vpls, etc.";
  }

  typedef address-attribute-type {
    type identityref {
      base address-attribute-types;
    }
    description
      "Target address attribute type.";
  }

  identity time-resolution {
    description
      "Time interval resolution";
  }

  identity hours {
    base time-resolution;
    description
      "Time resolution in Hours";
  }

  identity minutes {
    base time-resolution;
    description
      "Time resolution in Minutes";
  }

  identity seconds {
    base time-resolution;
    description
      "Time resolution in Seconds";
  }

  identity milliseconds {
    base time-resolution;
    description
      "Time resolution in Milliseconds";
  }

  identity microseconds {
    base time-resolution;
    description
      "Time resolution in Microseconds";
  }

  identity nanoseconds {
    base time-resolution;
    description
      "Time resolution in Nanoseconds";
  }

  grouping cc-session-statistics {
    description
      "Grouping for session statistics.";
    container cc-session-statistics {
      description
        "cc session counters";
      leaf session-count {
        type uint32;
        description
          "Number of Continuity Check sessions.";
      }
      leaf session-up-count {
        type uint32;
        description
          "Number of sessions which are up.";
      }
      leaf session-down-count {
        type uint32;
        description
          "Number of sessions which are down.";
      }
      leaf session-admin-down-count {
        type uint32;
        description
          "Number of sessions which are admin-down.";
      }
    }
  }

  grouping session-packet-statistics {
    description
      "Grouping for per session packet statistics";
    container session-packet-statistics {
      description
        "Per session packet statistics.";
      leaf rx-packet-count {
        type uint32;
        description
          "Total number of received OAM packet count.";
      }
      leaf tx-packet-count {
        type uint32;
        description
          "Total number of transmitted OAM packet count.";
      }
      leaf rx-bad-packet {
        type uint32;
        description
          "Total number of received bad OAM packet.";
      }
      leaf tx-packet-failed {
        type uint32;
        description
          "Total number of send OAM packet failed.";
      }
    }
  }

  grouping cc-per-session-statistics {
    description
      "Grouping for per session statistics";
    container cc-per-session-statistics {
      description
        "per session statistics.";
      leaf create-time {
        type yang:date-and-time;
        description
          "Time and date when session is created.";
      }
      leaf last-down-time {
        type yang:date-and-time;
        description
          "Time and date last time session is down.";
      }
      leaf last-up-time {
        type yang:date-and-time;
        description
          "Time and date last time session is up.";
      }
      leaf down-count {
        type uint32;
        description
          "Total Continuity Check sessions down count.";
      }
      leaf admin-down-count {
        type uint32;
        description
          "Total Continuity Check sessions admin down count.";
      }
      uses session-packet-statistics;
    }
  }

  grouping session-error-statistics {
    description
      "Grouping for per session error statistics";
    container session-error-statistics {
      description
        "Per session error statistics.";
      leaf packet-drops-count {
        type uint32;
        description
          "Total received packet drops count.";
      }
      leaf packet-reorder-count {
        type uint32;
        description
          "Total received packet reordered count.";
      }
      leaf packets-out-of-seq-count {
        type uint32;
        description
          "Total received out of sequence count.";
      }
      leaf packets-dup-count {
        type uint32;
        description
          "Total received packet duplicates count.";
      }
    }
  }

  grouping session-delay-statistics {
    description
      "Grouping for per session delay statistics";
    container session-delay-statistics {
      description
        "Session delay summarised information.";
      leaf time-resolution-value {
        type identityref {
          base time-resolution;
        }
        description
          "Time units among choice of s,ms,ns etc.";
      }
      leaf min-delay-value {
        type uint32;
        description
          "Minimum delay value observed.";
      }
      leaf max-delay-value {
        type uint32;
        description
          "Maximum delay value observed.";
      }
      leaf average-delay-value {
        type uint32;
        description
          "Average delay value observed.";
      }
    }
  }

  grouping session-jitter-statistics {
    description
      "Grouping for per session jitter statistics";
    container session-jitter-statistics {
      description
        "Session jitter summarised information.";
      leaf time-resolution-value {
        type identityref {
          base time-resolution;
        }
        description
          "Time units among choice of s,ms,ns etc.";
      }
      leaf min-jitter-value {
        type uint32;
        description
          "Minimum jitter value observed.";
      }
      leaf max-jitter-value {
        type uint32;
        description
          "Maximum jitter value observed.";
      }
      leaf average-jitter-value {
        type uint32;
        description
          "Average jitter value observed.";
      }
    }
  }

  grouping session-path-verification-statistics {
    description
      "Grouping for per session path verification statistics";
    container session-path-verification-statistics {
      description
        "OAM per session path verification statistics.";
      leaf verified-count {
        type uint32;
        description
          "Total number of OAM packets that
           went through a path as intended.";
      }
      leaf failed-count {
        type uint32;
        description
          "Total number of OAM packets that
           went through an unintended path.";
      }
    }
  }

  grouping session-type {
    description
      "This object indicates the current session
       definition.";
    leaf session-type-enum {
      type enumeration {
        enum "proactive" {
          description
            "The current session is proactive";
        }
        enum "on-demand" {
          description
            "The current session is on-demand.";
        }
      }
      default "on-demand";
      description
        "Session type enum";
    }
  }

  identity tp-address-technology-type {
    description
      "Test point address type";
  }

  identity mac-address-type {
    base tp-address-technology-type;
    description
      "MAC address type";
  }

  identity ipv4-address-type {
    base tp-address-technology-type;
    description
      "IPv4 address type";
  }

  identity ipv6-address-type {
    base tp-address-technology-type;
    description
      "IPv6 address type";
  }

  identity tp-attribute-type {
    base tp-address-technology-type;
    description
      "Test point attribute type";
  }

  identity system-id-address-type {
    base tp-address-technology-type;
    description
      "System id address type";
  }

  identity as-number-address-type {
    base tp-address-technology-type;
    description
      "AS number address type";
  }

  identity group-ip-address-type {
    base tp-address-technology-type;
    description
      "Group IP address type";
  }

  identity route-distinguisher-address-type {
    base tp-address-technology-type;
    description
      "Route Distinguisher address type";
  }

  identity ip-prefix-address-type {
    base tp-address-technology-type;
    description
      "IP prefix address type";
  }

  identity tunnel-address-type {
    base tp-address-technology-type;
    description
      "Tunnel address type";
  }

  grouping tp-address {
    leaf tp-location-type-value {
      type identityref {
        base tp-address-technology-type;
      }

      description
        "Test point address type.";
    }
    choice tp-address {
      case mac-address {
        when "'tp-location-type-value' = 'mac-address-type'" {
          description
            "MAC address type";
        }
        leaf mac-address {
          type yang:mac-address;
          description
            "MAC Address";
        }
        description
          "MAC Address based MP Addressing.";
      }
      case ipv4-address {
        when "'tp-location-type-value' = 'ipv4-address-type'" {
          description
            "IPv4 address type";
        }
        leaf ipv4-address {
          type inet:ipv4-address;
          description
            "IPv4 Address";
        }
        description
          "IP Address based MP Addressing.";
      }
      case ipv6-address {
        when "'tp-location-type-value' = 'ipv6-address-type'" {
          description
            "IPv6 address type";
        }
        leaf ipv6-address {
          type inet:ipv6-address;
          description
            "IPv6 Address";
        }
        description
          "ipv6 Address based MP Addressing.";
      }
      case tp-attribute {
        when "'tp-location-type-value' = 'tp-attribute-type'" {
          description
            "Test point attribute type";
        }
        leaf tp-attribute-type {
          type address-attribute-type;
          description
            "Test point type.";
        }
        choice tp-attribute-value {
          description
            "Test point value.";
          case ip-prefix {
            leaf ip-prefix {
              type inet:ip-prefix;
              description
                "IP prefix.";
            }
          }
          case bgp {
            leaf bgp {
              type inet:ip-prefix;
              description
                "BGP Labeled Prefix ";
            }
          }
          case tunnel {
            leaf tunnel-interface {
              type uint32;
              description
                "VPN Prefix ";
            }
          }
          case pw {
            leaf remote-pe-address {
              type inet:ip-address;
              description
                "Remote pe address.";
            }
            leaf pw-id {
              type uint32;
              description
                "Pseudowire ID is a non-zero 32-bit ID.";
              reference 
                "RFC 4379 :Detecting Multi-Protocol Label 
                Switched (MPLS) Data Plane Failures";
            }
          }
          case vpls {
            leaf route-distinguisher {
              type uint32;
              description
                "Route Distinguisher is an 8 octets identifier
                used to distinguish information about various 
                L2VPN advertised by a node.";
              reference 
                "RFC 4379 :Detecting Multi-Protocol Label 
                Switched (MPLS) Data Plane Failures";
            }
            leaf sender-ve-id {
              type uint32;
              description
                "Sender's VE ID. The VE ID (VPLS Edge Identifier) 
                 is a 2-octet identifier.";
              reference 
                "RFC 4379 :Detecting Multi-Protocol Label 
                Switched (MPLS) Data Plane Failures";
            }
            leaf receiver-ve-id {
              type uint32;
              description
                "Receiver's VE ID.The VE ID (VPLS Edge Identifier) 
                 is a 2-octet identifier.";
              reference 
                "RFC 4379 :Detecting Multi-Protocol Label 
                Switched (MPLS) Data Plane Failures";
            }
          }
          case mpls-mldp {
            choice root-address {
              description
                "Root address choice.";
              case ip-address {
                leaf source-address {
                  type inet:ip-address;
                  description
                    "IP address.";
                }
                leaf group-ip-address {
                  type ip-multicast-group-address;
                  description
                    "Group ip address.";
                }
              }
              case vpn {
                leaf as-number {
                  type inet:as-number;
                  description
                  "The AS number represents autonomous system
                  numbers which identify an Autonomous System.";
                }
              }
              case global-id {
                leaf lsp-id {
                  type string;
                  description
                    "LSP ID is an identifier of a LSP
                     within a MPLS network.";
                  reference 
                  "RFC 4379 :Detecting Multi-Protocol Label 
                   Switched (MPLS) Data Plane Failures";
                }
              }
            }
          }
        }
      }
      case system-info {
        when "'tp-location-type-value' = 'system-id-address-type'" {
          description
            "System id address type";
        }
        leaf system-id {
          type router-id;
          description
            "System ID assigned to this node.";
        }
      }
      description
        "TP Addressing.";
    }
    description
      "TP Address";
  }

  grouping tp-address-vrf {
    description
      "Test point address with VRF.";
    leaf vrf {
      type routing-instance-ref;
      description
        "The vrf is used to describe the
         corresponding network instance";
    }
    uses tp-address;
  }

  grouping connectionless-oam-layers {
    list oam-layers {
      key "index";
      leaf index {
        type uint16 {
          range "0..65535";
        }
        description
          "Index";
      }
      leaf level {
        type int32 {
          range "-1..1";
        }
        default "0";
        description
          "Level 0 indicates default level,
           -1 means server and +1 means client layer.
           In relationship 0 means same layer.";
      }
      choice tp-location {
        case mac-address {
          leaf mac-address-location {
            type yang:mac-address;
            description
              "MAC Address";
          }
          description
            "MAC Address based MP Addressing.";
        }
        case ipv4-address {
          leaf ipv4-location {
            type inet:ipv4-address;
            description
              "Ipv4 Address";
          }
          description
            "IP Address based MP Addressing.";
        }
        case ipv6-location {
          leaf ipv6-address {
            type inet:ipv6-address;
            description
              "IPv6 Address";
          }
          description
            "IPv6 Address based MP Addressing.";
        }
        case group-ip-address-location {
          leaf group-ip-address-location {
            type ip-multicast-group-address;
            description
              "Group IP address location";
          }
          description
            "Group IP address";
        }
        case as-number-location {
          leaf as-number-location {
            type inet:as-number;
            description
              "AS number location";
          }
          description
            "AS number for point to multipoint OAM";
        }
        case system-id-location {
          leaf system-id-location {
            type router-id;
            description
              "System id location";
          }
          description
            "System ID";
        }
        description
          "TP location.";
      }
     
      description
        "List of related oam layers.
         0 means they are in same level, especially
         interworking scenarios of stitching multiple
         technology at same layer. -1 means server layer,
         for eg:- in case of Overlay and Underlay,
         Underlay is server layer for Overlay Test Point.
         +1 means client layer, for example in case of
         Service OAM and Transport OAM, Service OAM is client
         layer to Transport OAM.";
    }
    description
      "Connectionless related OAM layer";
  }

  grouping tp-technology {
    choice technology {
      default "technology-null";
      case technology-null {
        description
          "This is a placeholder when no technology is needed.";
        leaf tech-null {
          type empty;
          description
            "There is no technology define";
        }
      }
      description
        "Technology choice.";
    }
    description
      "OAM Technology";
  }

  grouping tp-tools {
    description
      "Test Point OAM Toolset.";
    container tp-tools {
      leaf continuity-check {
        type boolean;
        mandatory true;
        description
          "A flag indicating whether or not the
           continuity check function is supported.";
        reference
          "RFC 792: INTERNET CONTROL MESSAGE PROTOCOL.
           RFC 4443: Internet Control Message Protocol (ICMPv6)
           for the Internet Protocol Version 6 (IPv6) Specification.
           RFC 5880: Bidirectional Forwarding Detection.
           RFC 5881: BFD for IPv4 and IPv6.
           RFC 5883: BFD for Multihop Paths.
           RFC 5884: BFD for MPLS Label Switched Paths.
           RFC 5885: BFD for PW VCCV.
           RFC 6450: Multicast Ping Protocol.";
      }
      leaf path-discovery {
        type boolean;
        mandatory true;		
        description
          "A flag indicating whether or not the
           path discovery function is supported.";
        reference
          "RFC 792: INTERNET CONTROL MESSAGE PROTOCOL.
           RFC 4443: Internet Control Message Protocol (ICMPv6)
           for the Internet Protocol Version 6 (IPv6) Specification.
           RFC 4884: Extended ICMP to Support Multi-part Message.
           RFC 5837:Extending ICMP for Interface
           and Next-Hop Identification.
           RFC 4379: LSP-PING.";
      }
      description
        "Container for test point OAM tools set.";
    }
  }

  grouping test-point-location-info {
    uses tp-technology;
    uses tp-tools;
    anydata root {
      yangmnt:mount-point "root";
      description
        "Root for models supported per
         test point";
    }
    uses connectionless-oam-layers;
    description
      "Test point Location";
  }

  grouping test-point-locations {
    description
      "Group of test point locations.";	  
	leaf tp-location-type-value {
      type identityref {
        base tp-address-technology-type;
      }
      description
        "Test point location type.";
    }
    choice location-type {
      case ipv4-location-type {
        when "'tp-location-type-value' = 'ipv4-address-type'" {
          description
            "When test point location type is equal to ipv4 address.";
        }
        container test-point-ipv4-location-list {
          list test-point-locations {
            key "ipv4-location";
            leaf ipv4-location {
              type inet:ipv4-address;
              description
                "IPv4 Address.";
            }
            leaf vrf {
              type routing-instance-ref;
              description
                "The vrf is used to describe the
                 corresponding network instance";
            }
            uses test-point-location-info;
           
            description
              "List of test point locations.";
          }
          description
            "Serves as top-level container
             for test point location list.";
        }
      }
      case ipv6-location-type {
        when "'tp-location-type-value' = 'ipv6-address-type'" {
          description
            "when test point location is equal to ipv6 address";
        }
        container test-point-ipv6-location-list {
          list test-point-locations {
            key "ipv6-location";
            leaf ipv6-location {
              type inet:ipv6-address;
              description
                "IPv6 Address.";
            }
            leaf vrf {
              type routing-instance-ref;
              description
                "The vrf is used to describe the
                 corresponding network instance";
            }
            uses test-point-location-info;
            
            description
              "List of test point locations.";
          }
          description
            "Serves as top-level container
             for test point location list.";
        }
      }
      case mac-location-type {
        when "'tp-location-type-value' = 'mac-address-type'" {
          description
            "when test point location type is equal to mac address.";
        }
        container test-point-mac-address-location-list {
          list test-point-locations {
            key "mac-address-location";
            leaf mac-address-location {
              type yang:mac-address;
              description
                "MAC Address";
            }
            uses test-point-location-info;
          
            description
              "List of test point locations.";
          }
          description
            "Serves as top-level container
             for test point location list.";
        }
      }
      case group-ip-address-location-type {
        when "'tp-location-type-value' = 'group-ip-address-type'" {
          description
            "When test point location type is equal to
             group ip address.";
        }
        container test-point-group-ip-address-location-list {
          list test-point-locations {
            key "group-ip-address-location";
            leaf group-ip-address-location {
              type ip-multicast-group-address;
              description
                "Group IP address.";
            }
            leaf vrf {
              type routing-instance-ref;
              description
                "The vrf is used to describe the
                 corresponding network instance";
            }
            uses test-point-location-info;
            
            description
              "List of test point locations.";
          }
          description
            "Serves as top-level container for
             test point location list.";
        }
      }
      case group-as-number-location-type {
        when "'tp-location-type-value' = 'as-number-address-type'" {
          description
            "When test point location type is equal to
             as-number.";
        }
        container test-point-as-number-location-list {
          list test-point-locations {
            key "as-number-location";
            leaf as-number-location {
              type inet:as-number;
              description
                "AS number for point to multi point OAM.";
            }
            leaf vrf {
              type routing-instance-ref;
              description
                "The vrf is used to describe the
                 corresponding network instance";
            }
            uses test-point-location-info;
           
            description
              "List of test point locations.";
          }
          description
            "Serves as top-level container
             for test point location list.";
        }
      }
      case group-system-id-location-type {
        when "'tp-location-type-value' = 'system-id-address-type'" {
          description
            "When test point location is equal to
             system info.";
        }
        container test-point-system-info-location-list {
          list test-point-locations {
            key "system-id-location";
            leaf system-id-location {
              type inet:uri;
              description
                "System Id.";
            }
            leaf vrf {
              type routing-instance-ref;
              description
                "The vrf is used to describe the
                 corresponding network instance";
            }
            uses test-point-location-info;
           
            description
              "List of test point locations.";
          }
          description
            "Serves as top-level container for
             test point location list.";
        }
      }
      description
        "Choice of address types.";
    }
  }

  augment "/nd:networks/nd:network/nd:node" {
    description
      "Augment test points of connectionless oam.";
	uses test-point-locations;
  }

  grouping uint64-timestamp {
    description
      "Grouping for timestamp.";
    leaf timestamp-sec {
      type uint32;
      description
        "Absolute timestamp in seconds as per IEEE1588v2
         or seconds part in 64-bit NTP timestamp.";
    }
    leaf timestamp-nanosec {
      type uint32;
      description
        "Fractional part in nanoseconds as per IEEE1588v2
         or Fractional part in 64-bit NTP timestamp.";
    }
  }

  grouping timestamp {
    description
      "Grouping for timestamp.";
    leaf timestamp-type {
      type uint32;
      description
        "Truncated PTP = 0, NTP = 1";
    }
    uses uint64-timestamp;
  }

  grouping path-discovery-data {
    description
      "Path discovery related data output from nodes.";
    container src-test-point {
      description
        "Source test point.";
      uses tp-address-vrf;
    }
    container dest-test-point {
      description
        "Destination test point.";
      uses tp-address-vrf;
    }
    leaf sequence-number {
      type uint64;
      description
        "Sequence number in data packets.";
    }
    leaf hop-cnt {
      type uint8;
      description
        "Hop count.";
    }
    uses session-packet-statistics;
    uses session-error-statistics;
    uses session-delay-statistics;
    uses session-jitter-statistics;
    container path-verification {
      description
        "Optional path verification related information.";
      leaf flow-info {
        type string;
        description
          "Informations that refers to the flow.";
      }
      uses session-path-verification-statistics;
    }
    container path-trace-info {
      description
        "Optional path trace per-hop test point information.
         The list has typically a single element for per-hop
         cases like path-discovery RPC but allows a list of
         hop related information for other types of
         data retrieval methods.";
      list path-trace-info-list {
        key "index";
        description
          "Path trace information list.";
        leaf index {
          type uint32;
          description
            "Trace information index.";
        }
        uses tp-address-vrf;
        uses timestamp;
        leaf ingress-intf-name {
          type if:interface-ref;
          description
            "Ingress interface name";
        }
        leaf egress-intf-name {
          type if:interface-ref;
          description
            "Egress interface name";
        }
        leaf queue-depth {
          type uint32;
          description
            "Length of the egress interface
             queue of the interface.";
        }
        leaf transit-delay {
          type uint32;
          description
            "Time in nano seconds
             packet spent transiting a node.";
        }
        leaf app-meta-data {
          type uint64;
          description
            "Application specific
             data added by node.";
        }
      }
    }
  }

  grouping continuity-check-data {
    description
      "Continuity check data output from nodes.";
    container src-test-point {
      description
        "Source test point.";
      uses tp-address-vrf;
      leaf egress-intf-name {
        type if:interface-ref;
        description
          "Egress interface name";
      }
    }
    container dest-test-point {
      description
        "Destination test point.";
      uses tp-address-vrf;
      leaf ingress-intf-name {
        type if:interface-ref;
        description
          "Ingress interface name";
      }
    }
    leaf sequence-number {
      type uint64;
      description
        "Sequence number.";
    }
    leaf hop-cnt {
      type uint8;
      description
        "Hop count.";
    }
    uses session-packet-statistics;
    uses session-error-statistics;
    uses session-delay-statistics;
    uses session-jitter-statistics;
  }

  container cc-session-statistics-data {
    if-feature "continuity-check";
    config false;
    description
      "CC operational information.";
    container cc-ipv4-sessions-statistics {
      description
        "CC ipv4 sessions";
      uses cc-session-statistics;
    }
    container cc-ipv6-sessions-statistics {
      description
        "CC ipv6 sessions";
      uses cc-session-statistics;
    }
  }
}
        </artwork>
      </figure>

      <t>&lt;CODE ENDS&gt;</t>
    </section>

    <section title="Connectionless model applicability">
      <t>"ietf-connectionless-oam" model defined in this document provides
      technology-independent abstraction of key OAM constructs for
      connectionless protocols. This model can be further extended to include
      technology specific details, e.g., adding new data nodes with technology
      specific functions and parameters into proper anchor points of the base
      model, so as to develop a technology-specific connectionless OAM
      model.</t>

      <t>This section demonstrates the usability of the connectionless YANG
      OAM data model to various connectionless OAM technologies, e.g., BFD,
      LSP ping. Note that, in this section, we only present several snippets
      of technology-specific model extensions for illustrative purposes. The
      complete model extensions should be worked on in respective protocol
      working groups.</t>

      <section title="BFD Extension">
        <section title="Augment Method">
          <t>The following sections shows how the "ietf-connectionless-oam"
          model can be extended to cover BFD technology. For this purpose, a
          set of extension are introduced such as technology-type extension
          and test-point attributes extension.</t>

          <t>Note that in BFD WG, there is a BFD yang data model <xref
          target="I-D.ietf-bfd-yang"/> to be produced. Users can choose to use
          "ietf-connectioless-oam" as basis and augment the
          "ietf-connectionless-oam" model with bfd specific details. The bfd
          specific details can be the grouping defined in the BFD model.</t>

          <section title="Technology type extension">
            <t>No BFD technology type has been defined in the
            "ietf-connectionless-oam" model. Therefore a technology type
            extension is required in the model Extension.</t>

            <t>The snippet below depicts an example of augmenting "bfd" type
            into the ietf-connectionless-oam":</t>

            <figure>
              <artwork>
augment "/nd:networks/nd:network/nd:node/"
+"coam:location-type/coam:ipv4-location-type"
+"/coam:test-point-ipv4-location-list/"
+"coam:test-point-locations/coam:technology"
+"/coam:technology-string"
{
    leaf bfd{
   type string;
  }
}</artwork>
            </figure>
          </section>

          <section title="Test point attributes extension">
            <t>To support bfd technology, the "ietf-connectionless-oam" model
            can be extended and add bfd specific parameters under
            "test-point-location" list and/or add new location type such as
            "bfd over MPLS-TE" under "location-type".</t>

            <section title="Define and insert new nodes into corresponding test-point-location">
              <t>In the "ietf-connectionless-oam" model, multiple
              "test-point-location" lists are defined under the
              "location-type" choice node. Therefore, to derive a model for
              some bfd technologies ( such as ip single-hop, ip multi-hops,
              etc), data nodes for bfd specific details need to be added into
              corresponding "test-point-locations" list. In this section, we
              reuse some groupings which are defined in <xref
              target="I-D.ietf-bfd-yang"/> as following:</t>

              <t>The snippet below shows how the "ietf-connectionless-oam"
              model can be extended to support "BFD IP single-hop":</t>

              <figure>
                <artwork>augment "/nd:networks/nd:network/nd:node/"
+"coam:location-type/coam:ipv4-location-type"
+"/coam:test-point-ipv4-location-list/"
        +"coam:test-point-locations"
{
        container session-cfg {
          description "BFD IP single-hop session configuration";
          list sessions {
            key "interface dest-addr";
            description "List of IP single-hop sessions";
            leaf interface {
              type if:interface-ref;
              description
                "Interface on which the BFD session is running.";
            }
            leaf dest-addr {
              type inet:ip-address;
              description "IP address of the peer";
            }
            uses bfd:bfd-grouping-common-cfg-parms;
            uses bfd:bfd-grouping-echo-cfg-parms;
          }
        }
}</artwork>
              </figure>

              <t>Similar augmentations can be defined to support other BFD
              technologies such as BFD IP multi-hop, BFD over MPLS, etc.</t>
            </section>

            <section title="Add new location-type cases">
              <t>In the "ietf-connectionless-oam" model, If there is no
              appropriate "location type" case that can be extended, a new
              "location-type" case can be defined and inserted into the
              "location-type" choice node.</t>

              <t>Therefore, the model user can flexibly add "location-type" to
              support other type of test point which are not defined in the
              "ietf-connectionless-oam" model. In this section, we add a new
              "location-type" case and reuse some groupings which are defined
              in <xref target="I-D.ietf-bfd-yang"/> as follows:</t>

              <t>The snippet below shows how the "ietf-connectionless-oam"
              model can be extended to support "BFD over MPLS-TE":</t>

              <figure>
                <artwork>augment "/nd:networks/nd:network/nd:node/coam:location-type"{
 case te-location{
  list test-point-location-list{
   key "tunnel-name";
   leaf tunnel-name{
    type leafref{
 path "/te:te/te:tunnels/te:tunnel/te:name";
}
description
"point to a te instance.";
   }
    uses bfd:bfd-grouping-common-cfg-parms;
        uses bfd-mpls:bfd-encap-cfg;
  }
 }
}</artwork>
              </figure>

              <t>Similar augmentations can be defined to support other BFD
              technologies such as BFD over LAG, etc.</t>
            </section>
          </section>
        </section>

        <section title="Schema Mount">
          <t>And another alternative method is using schema mount mechanism
          <xref target="I-D.ietf-netmod-schema-mount"/> in the
          "ietf-connectionless-oam". Within the "test-point-location" list, a
          "root" attribute is defined to provide a mounted point for models
          mounted per "test-point-location". Therefore, the
          "ietf-connectionless-oam" model can provide a place in the node
          hierarchy where other OAM YANG data models can be attached, without
          any special extension in the "ietf-connectionless-oam" YANG data
          models <xref target="I-D.ietf-netmod-schema-mount"/>. Note that the
          limitation of the Schema Mount method is it is not allowed to
          specify certain modules that are required to be mounted under a
          mount point.</t>

          <t>The snippet below depicts the definition of "root" attribute.</t>

          <figure>
            <artwork>      anydata root {
       yangmnt:mount-point root;
       description 
      "Root for models supported per
        test point";
      } </artwork>
          </figure>

          <t>The following section shows how the "ietf-connectionless-oam"
          model can use schema mount to support BFD technology.</t>

          <section title="BFD Modules be populated in schema-mount">
            <t>To support BFD technology, "ietf-bfd-ip-sh" and
            "ietf-bfd-ip-mh" YANG modules might be populated in the
            "schema-mounts" container:</t>

            <figure>
              <artwork>   &lt;schema-mounts
       xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount"&gt;
     &lt;mount-point&gt;
       &lt;module&gt; ietf-connectionless-oam &lt;/module&gt;
       &lt;name&gt;root&lt;/name&gt;
       &lt;use-schema&gt;
         &lt;name&gt;root&lt;/name&gt;
       &lt;/use-schema&gt;
     &lt;/mount-point&gt;
     &lt;schema&gt;
       &lt;name&gt;root&lt;/name&gt;
       &lt;module&gt;
         &lt;name&gt;ietf-bfd-ip-sh &lt;/name&gt;
         &lt;revision&gt;2016-07-04&lt;/revision&gt;
         &lt;namespace&gt;
           urn:ietf:params:xml:ns:yang: ietf-bfd-ip-sh
         &lt;/namespace&gt;
         &lt;conformance-type&gt;implement&lt;/conformance-type&gt;
       &lt;/module&gt;
       &lt;module&gt;
         &lt;name&gt;ietf-bfd-ip-mh &lt;/name&gt;
         &lt;revision&gt; 2016-07-04&lt;/revision&gt;
         &lt;namespace&gt;
           urn:ietf:params:xml:ns:yang: ietf-bfd-ip-mh
         &lt;/namespace&gt;
         &lt;conformance-type&gt;implement&lt;/conformance-type&gt;
       &lt;/module&gt;
     &lt;/schema&gt;
   &lt;/schema-mounts&gt;</artwork>
            </figure>

            <t>and the " ietf-connectionless-oam " module might have:</t>

            <figure>
              <artwork>&lt;ietf-connectionless-oam 
uri="urn:ietf:params:xml:ns:yang:ietf-connectionless-oam"&gt;
   ......
 &lt;test-point-locations&gt;
  &lt;ipv4-location&gt;192.0.2.1&lt;/ipv4-location&gt;
   ......
  &lt;root&gt;
   &lt;ietf-bfd-ip-sh uri="urn:ietf:params:xml:ns:yang:ietf-bfd-ip-sh"&gt;
    &lt;ip-sh&gt;
     foo
     ......
    &lt;/ip-sh&gt;
   &lt;/ietf-bfd-ip-sh&gt;
   &lt;ietf-bfd-ip-mh uri="urn:ietf:params:xml:ns:yang:ietf-bfd-ip-mh"&gt;
    &lt;ip-mh&gt;
     foo
     ......
    &lt;/ip-mh&gt;
   &lt;/ietf-bfd-ip-mh&gt;
  &lt;/root&gt;
 &lt;/test-point-locations&gt; 
&lt;/ietf-connectionless-oam&gt; </artwork>
            </figure>
          </section>
        </section>
      </section>

      <section title="LSP ping extension">
        <section title="Augment Method">
          <t>The following sections shows how the "ietf-connectionless-oam"
          model can be extended to support LSP ping technology. For this
          purpose, a set of extension are introduced such as technology-type
          extension and test-point attributes extension.</t>

          <t>Note that in MPLS WG, there is a LSP Ping yang data model <xref
          target="I-D.zheng-mpls-lsp-ping-yang-cfg"/> to be produced. Users
          can choose to use "ietf-connectioless-oam" as basis and augment the
          "ietf-connectionless-oam" model with LSP Ping specific details in
          the model extension. The LSP Ping specific details can be the
          grouping defined in the LSP ping model.</t>

          <section title="Technology type extension">
            <t>No lsp-ping technology type has been defined in the
            "ietf-connectionless-oam" model. Therefore a technology type
            extension is required in the model extension.</t>

            <t>The snippet below depicts an example of augmenting the
            "ietf-connectionless-oam" with "lsp-ping" type:</t>

            <figure>
              <artwork>augment "/nd:networks/nd:network/nd:node/"
+"coam:location-type/coam:ipv4-location-type"
+"/coam:test-point-ipv4-location-list/"
        +"coam:test-point-locations/coam:technology"
+"/coam:technology-string"
{
   leaf lsp-ping{
   type string;
  }
}</artwork>
            </figure>
          </section>

          <section title="Test point attributes extension">
            <t>To support lsp-ping, the "ietf-connectionless-oam" model can be
            extended and add lsp-ping specific parameters can be defined and
            under "test-point-location" list.</t>

            <t>User can reuse the attributes or groupings which are defined in
            <xref target="I-D.zheng-mpls-lsp-ping-yang-cfg"/> as follows:</t>

            <t>The snippet below depicts an example of augmenting the
            "test-point-locations" list with lsp ping attributes:</t>

            <figure>
              <artwork>augment "/nd:networks/nd:network/nd:node/"
+"coam:location-type/coam:ipv4-location-type"
+"/coam:test-point-ipv4-location-list/"
        +"coam:test-point-locations"
{ 
list lsp-ping {
         key "lsp-ping-name";
         leaf lsp-ping-name {
          type string {
            length "1..31";
         }
        mandatory "true";
        description "LSP Ping test name.";
        ......
      }</artwork>
            </figure>
          </section>
        </section>

        <section title="Schema Mount">
          <t>And another alternative method is using schema mount mechanism
          <xref target="I-D.ietf-netmod-schema-mount"/> in the
          "ietf-connectionless-oam". Within the "test-point-location" list, a
          "root" attribute is defined to provide a mounted point for models
          mounted per "test-point-location". Therefore, the
          "ietf-connectionless-oam" model can provide a place in the node
          hierarchy where other OAM YANG data models can be attached, without
          any special extension in the "ietf-connectionless-oam" YANG data
          models <xref target="I-D.ietf-netmod-schema-mount"/>. Note that the
          limitation of the Schema Mount method is it is not allowed to
          specify certain modules that are required to be mounted under a
          mount point.</t>

          <t>The snippet below depicts the definition of "root" attribute.</t>

          <figure>
            <artwork>      anydata root {
       yangmnt:mount-point root;
       description 
      "Root for models supported per
        test point";
      } </artwork>
          </figure>

          <t>The following section shows how the "ietf-connectionless-oam"
          model can use schema mount to support LSP-PING technology.</t>

          <section title="LSP-PING Modules be populated in schema-mount">
            <t>To support LSP-PING technology, "ietf-lspping" YANG module
            <xref target="I-D.zheng-mpls-lsp-ping-yang-cfg"/> might be
            populated in the "schema-mounts" container:</t>

            <figure>
              <artwork>   &lt;schema-mounts
       xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-schema-mount"&gt;
     &lt;mount-point&gt;
       &lt;module&gt; ietf-connectionless-oam &lt;/module&gt;
       &lt;name&gt;root&lt;/name&gt;
       &lt;use-schema&gt;
         &lt;name&gt;root&lt;/name&gt;
       &lt;/use-schema&gt;
     &lt;/mount-point&gt;
     &lt;schema&gt;
       &lt;name&gt;root&lt;/name&gt;
       &lt;module&gt;
         &lt;name&gt;ietf-lspping &lt;/name&gt;
         &lt;revision&gt;2016-03-18&lt;/revision&gt;
         &lt;namespace&gt;
           urn:ietf:params:xml:ns:yang: ietf-lspping
         &lt;/namespace&gt;
         &lt;conformance-type&gt;implement&lt;/conformance-type&gt;
       &lt;/module&gt;
     &lt;/schema&gt;
   &lt;/schema-mounts&gt;</artwork>
            </figure>

            <t>and the " ietf-connectionless-oam " module might have:</t>

            <figure>
              <artwork>&lt;ietf-connectionless-oam 
uri="urn:ietf:params:xml:ns:yang:ietf-connectionless-oam"&gt;
   ......
 &lt;test-point-locations&gt;
  &lt;ipv4-location&gt; 192.0.2.1&lt;/ipv4-location&gt;
   ......
  &lt;root&gt;
   &lt;ietf-lspping uri="urn:ietf:params:xml:ns:yang:ietf-lspping"&gt;
    &lt;lsp-pings&gt;
     foo
     ......
    &lt;/lsp-pings&gt;
   &lt;/ietf-lspping&gt;
  &lt;/root&gt;
 &lt;/test-point-locations&gt; 
&lt;/ietf-connectionless-oam&gt; </artwork>
            </figure>
          </section>
        </section>
      </section>
    </section>

    <section title="Security Considerations">
      <t>The YANG module defined in this memo is designed to be accessed via
      the NETCONF protocol <xref target="RFC6241"/>. The lowest NETCONF layer
      is the secure transport layer and the mandatory-to-implement secure
      transport is SSH [RFC6242]. The NETCONF access control model [RFC6536]
      provides the means to restrict access for particular NETCONF users to a
      pre-configured subset of all available NETCONF protocol operations and
      content.</t>

      <t>There are a number of data nodes defined in the YANG module which are
      writable/creatable/deletable (i.e., config true, which is the default).
      These data nodes may be considered sensitive or vulnerable in some
      network environments. Write operations (e.g. &lt;edit-config&gt;) to
      these data nodes without proper protection can have a negative effect on
      network operations.</t>

      <t>The vulnerable "config true" subtrees and data nodes are the
      following:</t>

      <t>/nd:networks/nd:network/nd:node/coam:location-type/coam:ipv4-location-type/coam:test-point-ipv4-location-list/coam:test-point-locations/</t>

      <t>/nd:networks/nd:network/nd:node/coam:location-type/coam:ipv6-location-type/coam:test-point-ipv6-location-list/coam:test-point-locations/</t>

      <t>/nd:networks/nd:network/nd:node/coam:location-type/coam:mac-location-type/coam:test-point-mac-address-location-list/coam:test-point-locations/</t>

      <t>/nd:networks/nd:network/nd:node/coam:location-type/coam:tunnel-location-type/coam:test-point-tunnel-address-location-list/coam:test-point-locations/</t>

      <t>/nd:networks/nd:network/nd:node/coam:location-type/coam:ip-prefix-location-type/coam:test-point-ip-prefix-location-list/coam:test-point-locations/</t>

      <t>/nd:networks/nd:network/nd:node/coam:location-type/coam:route-distinguisher-location-type/coam:test-point-route-dist-location-list/coam:test-point-locations/</t>

      <t>/nd:networks/nd:network/nd:node/coam:location-type/coam:group-ip-address-location-type/coam:test-point-group-ip-address-location-list/coam:test-point-locations/</t>

      <t>/nd:networks/nd:network/nd:node/coam:location-type/coam:group-as-number-location-type/coam:test-point-as-number-location-list/coam:test-point-locations/</t>

      <t>/nd:networks/nd:network/nd:node/coam:location-type/coam:group-lsp-id-location-type/coam:test-point-lsp-id-location-list/coam:test-point-locations/</t>

      <t>/nd:networks/nd:network/nd:node/coam:location-type/coam:group-system-id-location-type/coam:test-point-system-info-location-list/coam:test-point-locations/</t>

      <t>Unauthorized access to any of these lists can adversely affect OAM
      management system handling of end-to-end OAM and coordination of OAM
      within underlying network layers. This may lead to inconsistent
      configuration, reporting, and presentation for the OAM mechanisms used
      to manage the network.</t>
    </section>

    <section title="IANA Considerations">
      <t>This document registers a URI in the IETF XML registry <xref
      target="RFC3688"/>. Following the format in <xref target="RFC3688"/> the
      following registration is requested to be made:</t>

      <figure>
        <artwork>URI: urn:ietf:params:xml:ns:yang:ietf-connectionless-oam

Registrant Contact: The IESG.

XML: N/A, the requested URI is an XML namespace.</artwork>
      </figure>

      <t>This document registers a YANG module in the YANG Module Names
      registry <xref target="RFC6020"/>.</t>

      <t>name: ietf-connectionless-oam</t>

      <t>namespace: urn:ietf:params:xml:ns:yang:ietf-connectionless-oam</t>

      <t>prefix: coam</t>

      <t>reference: RFC XXXX</t>
    </section>

    <section title="Acknowlegements">
      <t>The authors of this document would like to thank Greg Mirsky and
      others for their sustainable review and comments, proposals to improve
      and stabilize document.</t>
    </section>
  </middle>

  <back>
    <references title="Normative References">
      <reference anchor="RFC792">
        <front>
          <title>Internet Control Message Protocol</title>

          <author fullname="J.Postel" initials="J." surname="Postel">
            <organization/>
          </author>

          <date month="September" year="1981"/>
        </front>

        <seriesInfo name="RFC" value="792"/>
      </reference>

      <?rfc include='reference.RFC.6241'?>

      <?rfc include='reference.RFC.6242'?>

      <?rfc include='reference.RFC.6020'?>

      <?rfc include='reference.RFC.6536'?>

      <?rfc include='reference.RFC.4443'?>

      <?rfc include='reference.RFC.3688'?>

      <?rfc include='reference.RFC.7223'?>

      <?rfc include='reference.RFC.6991'?>
    </references>

    <references title="Informative References">
      <?rfc include='reference.RFC.6136'?>

      <?rfc include='reference.RFC.7276'?>

      <?rfc include="reference.I-D.ietf-spring-sr-yang"?>

      <?rfc include="reference.I-D.zheng-mpls-lsp-ping-yang-cfg"?>

      <?rfc include="reference.I-D.ietf-lime-yang-connection-oriented-oam-model"?>

      <?rfc include="reference.I-D.ietf-bfd-yang"?>

      <?rfc include="reference.I-D.ietf-lime-yang-connectionless-oam-methods"?>

      <?rfc include="reference.I-D.ietf-netmod-schema-mount"?>

      <?rfc include="reference.I-D.ietf-i2rs-yang-network-topo"?>

      <reference anchor="G.8013">
        <front>
          <title>OAM functions and mechanisms for Ethernet based
          networks</title>

          <author>
            <organization/>
          </author>

          <date year="2013"/>
        </front>

        <seriesInfo name="ITU-T" value="Recommendation G.8013/Y.1731"/>
      </reference>
    </references>
  </back>
</rfc>
