--- 1/draft-ietf-teas-yang-te-topo-14.txt 2018-02-22 11:13:20.120364026 -0800 +++ 2/draft-ietf-teas-yang-te-topo-15.txt 2018-02-22 11:13:20.444371690 -0800 @@ -4,24 +4,24 @@ Huawei Technologies Vishnu Pavan Beeram Juniper Networks Tarek Saad Cisco Systems Inc Himanshu Shah Ciena Oscar Gonzalez De Dios Telefonica -Expires: August 20, 2018 February 20, 2018 +Expires: August 22, 2018 February 22, 2018 YANG Data Model for Traffic Engineering (TE) Topologies - draft-ietf-teas-yang-te-topo-14 + draft-ietf-teas-yang-te-topo-15 Status of this Memo This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note that other groups may also distribute working documents as Internet- Drafts. @@ -30,21 +30,21 @@ and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." The list of current Internet-Drafts can be accessed at http://www.ietf.org/ietf/1id-abstracts.txt The list of Internet-Draft Shadow Directories can be accessed at http://www.ietf.org/shadow.html - This Internet-Draft will expire on August 20, 2018. + This Internet-Draft will expire on August 22, 2018. Copyright Notice Copyright (c) 2018 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents @@ -1819,21 +1819,21 @@ /tet:te-label/tet:technology: +--:(example) +--ro example +--ro label-1? uint32 The YANG module to implement the above example topology can be seen in Appendix C. 7. TE Topology Yang Module - file "ietf-te-topology@2018-02-08.yang" + file "ietf-te-topology@2018-02-21.yang" module ietf-te-topology { yang-version 1.1; namespace "urn:ietf:params:xml:ns:yang:ietf-te-topology"; prefix "tet"; import ietf-yang-types { prefix "yang"; } @@ -1889,21 +1889,21 @@ 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 Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info). This version of this YANG module is part of RFC XXXX; see the RFC itself for full legal notices."; - revision "2018-02-08" { + revision "2018-02-21" { description "Initial revision"; reference "RFC XXXX: YANG Data Model for TE Topologies"; // RFC Ed.: replace XXXX with actual RFC number and remove // this note } /* * Features */ feature nsrlg { @@ -2194,21 +2194,20 @@ uses te-link-iscd-attributes; } // interface-switching-capability } // interface-switching-capability-list grouping statistics-per-link { description "Statistics attributes per TE link."; leaf discontinuity-time { type yang:date-and-time; - mandatory true; description "The time on the most recent occasion at which any one or more of this interface's counters suffered a discontinuity. If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then this node contains the time the local management subsystem re-initialized itself."; } /* Administrative attributes */ leaf disables { @@ -2307,21 +2306,20 @@ "Number of times that link experienced restoration reversion success."; } } // statistics-per-link grouping statistics-per-node { description "Statistics attributes per TE node."; leaf discontinuity-time { type yang:date-and-time; - mandatory true; description "The time on the most recent occasion at which any one or more of this interface's counters suffered a discontinuity. If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then this node contains the time the local management subsystem re-initialized itself."; } container node { description @@ -2391,21 +2389,20 @@ modified."; } } // connectivity-matrix-entry } // statistics-per-node grouping statistics-per-ttp { description "Statistics attributes per TE TTP (Tunnel Termination Point)."; leaf discontinuity-time { type yang:date-and-time; - mandatory true; description "The time on the most recent occasion at which any one or more of this interface's counters suffered a discontinuity. If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then this node contains the time the local management subsystem re-initialized itself."; } container tunnel-termination-point { description @@ -4890,21 +4882,21 @@ types:generalized-label | | +--ro direction? te-label- direction | +--ro domain-id? uint32 | +--ro is-abstract? empty | +--ro name? string | +--ro signaling-address* inet:ip-address | +--ro underlay-topology {te-topology-hierarchy}? | +--ro network-ref? -> /nw:networks/network/network-id +--ro statistics - | +--ro discontinuity-time yang:date-and-time + | +--ro discontinuity-time? yang:date-and-time | +--ro node | | +--ro disables? yang:counter32 | | +--ro enables? yang:counter32 | | +--ro maintenance-sets? yang:counter32 | | +--ro maintenance-clears? yang:counter32 | | +--ro modifies? yang:counter32 | +--ro connectivity-matrix-entry | +--ro creates? yang:counter32 | +--ro deletes? yang:counter32 | +--ro disables? yang:counter32 @@ -5284,21 +5276,21 @@ types:generalized-label | +--ro direction? te-label- direction +--ro oper-status? te-types:te- oper-status +--ro geolocation | +--ro altitude? int64 | +--ro latitude? geographic-coordinate-degree | +--ro longitude? geographic-coordinate-degree +--ro statistics - | +--ro discontinuity-time yang:date-and-time + | +--ro discontinuity-time? yang:date-and-time | +--ro tunnel-termination-point | | +--ro disables? yang:counter32 | | +--ro enables? yang:counter32 | | +--ro maintenance-clears? yang:counter32 | | +--ro maintenance-sets? yang:counter32 | | +--ro modifies? yang:counter32 | | +--ro downs? yang:counter32 | | +--ro ups? yang:counter32 | | +--ro in-service-clears? yang:counter32 | | +--ro in-service-sets? yang:counter32 @@ -5551,21 +5543,21 @@ | | +--ro value* te-types:srlg | +--ro te-nsrlgs {nsrlg}? | +--ro id* uint32 +--ro recovery | +--ro restoration-status? te-types:te-recovery-status | +--ro protection-status? te-types:te-recovery-status +--ro underlay {te-topology-hierarchy}? | +--ro dynamic? boolean | +--ro committed? boolean +--ro statistics - +--ro discontinuity-time yang:date-and-time + +--ro discontinuity-time? yang:date-and-time +--ro disables? yang:counter32 +--ro enables? yang:counter32 +--ro maintenance-clears? yang:counter32 +--ro maintenance-sets? yang:counter32 +--ro modifies? yang:counter32 +--ro downs? yang:counter32 +--ro ups? yang:counter32 +--ro fault-clears? yang:counter32 +--ro fault-detects? yang:counter32 +--ro protection-switches? yang:counter32