Internet-Draft | Flexi-Grid YANG | October 2021 |
Lopez de Vergara, et al. | Expires 28 April 2022 | [Page] |
This document defines a YANG model for managing flexi-grid optical tunnels (media-channels), complementing the information provided by the flexi-grid topology model.¶
The YANG data model defined in this document conforms to the Network Management Datastore Architecture (NMDA).¶
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). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months 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."¶
This Internet-Draft will expire on 28 April 2022.¶
Copyright (c) 2021 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 (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.¶
Transport networks are evolving from current DWDM systems towards elastic optical networks, based on flexi-grid transmission and switching technologies [RFC7698]. Such technology aims at increasing both transport network scalability and flexibility, allowing the optimization of bandwidth usage.¶
While [I-D.ietf-ccamp-flexigrid-yang] focuses on flexi-grid objects such as nodes, transponders and links, this document presents a YANG [RFC7950] model for the flexi-grid tunnel (media-channel). This YANG module defines the whole path from a source transponder or node to the destination through a number of intermediate nodes in the flexi-grid network.¶
This document identifies the flexi-grid tunne components, parameters and their values, characterizes the features and the performances of the flexi-grid elements. An application example is provided towards the end of the document to better understand their utility.¶
Refer to [RFC7446] and [RFC7699] for the key terms used in this document.¶
The following terms are defined in [RFC7950] and are not redefined here:¶
The following terms are defined in [RFC6241] and are not redefined here:¶
The terminology for describing YANG data models is found in [RFC7950].¶
The present model defines a flexi-grid tunnel mainly composed of:¶
Each path can be a tunnel (only defined by source and destination node) or a network tunnel (additionally needs source and destination transponders). Therefore, all the attributes are optional to support both situations.¶
This is achieved by a combination of the traffic engineering tunnel attributes explained in [I-D.ietf-teas-yang-te] and augments when necessary. For instance, source address, source flexi-grid transponder, destination address and destination flexi-grid transponder attributes are directly taken from tunnel, whereas other attributes such as source flexi-grid port, destination flexi-grid port are defined, as they are specific for flexi-grid.¶
In order to explain how this model is used, the following example is provided. An optical network usually has multiple transponders, switches (nodes) and links. Figure 1 shows a simple topology, where two physical paths interconnect two optical transponders.¶
To configure a network tunnel to interconnect transponders A and E, first of all we have to populate the flexi-grid topology YANG model with all elements in the network:¶
After the nodes, links and transponders have been defined using [I-D.ietf-ccamp-flexigrid-yang] we can configure the tunnel from the information we have stored in the flexi-grid topology, by querying which elements are available, and planning the resources that have to be provided on each situation. Note that every element in the flexi-grid topology has a reference, and this is the way in which they are called in the tunnel.¶
module: ietf-flexi-grid-tunnel augment /te:te/te:tunnels/te:tunnel: +--rw fec-type? identityref +--rw termination-type? identityref +--rw bit-stuffing? boolean augment /te:te/te:globals/te:named-path-constraints /te:named-path-constraint/te:path-in-segment /te:label-restrictions/te:label-restriction: +--rw grid-type? identityref +--rw priority? uint8 +--rw flexi-grid +--rw slot-width-granularity? identityref +--rw min-slot-width-factor? uint16 +--rw max-slot-width-factor? uint16 augment /te:te/te:globals/te:named-path-constraints /te:named-path-constraint/te:path-out-segment /te:label-restrictions/te:label-restriction: +--rw grid-type? identityref +--rw priority? uint8 +--rw flexi-grid +--rw slot-width-granularity? identityref +--rw min-slot-width-factor? uint16 +--rw max-slot-width-factor? uint16 augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:path-in-segment/te:label-restrictions /te:label-restriction: +--rw grid-type? identityref +--rw priority? uint8 +--rw flexi-grid +--rw slot-width-granularity? identityref +--rw min-slot-width-factor? uint16 +--rw max-slot-width-factor? uint16 augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:path-out-segment /te:label-restrictions/te:label-restriction: +--rw grid-type? identityref +--rw priority? uint8 +--rw flexi-grid +--rw slot-width-granularity? identityref +--rw min-slot-width-factor? uint16 +--rw max-slot-width-factor? uint16 augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:primary-reverse-path /te:path-in-segment/te:label-restrictions /te:label-restriction: +--rw grid-type? identityref +--rw priority? uint8 +--rw flexi-grid +--rw slot-width-granularity? identityref +--rw min-slot-width-factor? uint16 +--rw max-slot-width-factor? uint16 augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:primary-reverse-path /te:path-out-segment/te:label-restrictions /te:label-restriction: +--rw grid-type? identityref +--rw priority? uint8 +--rw flexi-grid +--rw slot-width-granularity? identityref +--rw min-slot-width-factor? uint16 +--rw max-slot-width-factor? uint16 augment /te:te/te:tunnels/te:tunnel/te:secondary-paths /te:secondary-path/te:path-in-segment /te:label-restrictions/te:label-restriction: +--rw grid-type? identityref +--rw priority? uint8 +--rw flexi-grid +--rw slot-width-granularity? identityref +--rw min-slot-width-factor? uint16 +--rw max-slot-width-factor? uint16 augment /te:te/te:tunnels/te:tunnel/te:secondary-paths /te:secondary-path/te:path-out-segment /te:label-restrictions/te:label-restriction: +--rw grid-type? identityref +--rw priority? uint8 +--rw flexi-grid +--rw slot-width-granularity? identityref +--rw min-slot-width-factor? uint16 +--rw max-slot-width-factor? uint16 augment /te:te/te:tunnels/te:tunnel/te:secondary-reverse-paths /te:secondary-reverse-path/te:path-in-segment /te:label-restrictions/te:label-restriction: +--rw grid-type? identityref +--rw priority? uint8 +--rw flexi-grid +--rw slot-width-granularity? identityref +--rw min-slot-width-factor? uint16 +--rw max-slot-width-factor? uint16 augment /te:te/te:tunnels/te:tunnel/te:secondary-reverse-paths /te:secondary-reverse-path/te:path-out-segment /te:label-restrictions/te:label-restriction: +--rw grid-type? identityref +--rw priority? uint8 +--rw flexi-grid +--rw slot-width-granularity? identityref +--rw min-slot-width-factor? uint16 +--rw max-slot-width-factor? uint16 augment /te:te/te:globals/te:named-path-constraints /te:named-path-constraint /te:explicit-route-objects-always /te:route-object-exclude-always/te:type/te:label /te:label-hop/te:te-label/te:technology: +--:(flexi-grid) +--rw (single-or-super-channel)? +--:(single) | +--rw flexi-n? l0-types:flexi-n | +--rw flexi-m? l0-types:flexi-m +--:(super) +--rw subcarrier-flexi-n* [flexi-n] +--rw flexi-n l0-types:flexi-n +--rw flexi-m? l0-types:flexi-m augment /te:te/te:globals/te:named-path-constraints /te:named-path-constraint /te:explicit-route-objects-always /te:route-object-include-exclude/te:type/te:label /te:label-hop/te:te-label/te:technology: +--:(flexi-grid) +--rw (single-or-super-channel)? +--:(single) | +--rw flexi-n? l0-types:flexi-n | +--rw flexi-m? l0-types:flexi-m +--:(super) +--rw subcarrier-flexi-n* [flexi-n] +--rw flexi-n l0-types:flexi-n +--rw flexi-m? l0-types:flexi-m augment /te:te/te:globals/te:named-path-constraints /te:named-path-constraint/te:path-in-segment /te:label-restrictions/te:label-restriction /te:label-start/te:te-label/te:technology: +--:(flexi-grid) +--rw flexi-n? l0-types:flexi-n augment /te:te/te:globals/te:named-path-constraints /te:named-path-constraint/te:path-in-segment /te:label-restrictions/te:label-restriction/te:label-end /te:te-label/te:technology: +--:(flexi-grid) +--rw flexi-n? l0-types:flexi-n augment /te:te/te:globals/te:named-path-constraints /te:named-path-constraint/te:path-in-segment /te:label-restrictions/te:label-restriction/te:label-step /te:technology: +--:(flexi-grid) +--rw flexi-grid-channel-spacing? identityref +--rw flexi-n-step? uint8 augment /te:te/te:globals/te:named-path-constraints /te:named-path-constraint/te:path-out-segment /te:label-restrictions/te:label-restriction /te:label-start/te:te-label/te:technology: +--:(flexi-grid) +--rw flexi-n? l0-types:flexi-n augment /te:te/te:globals/te:named-path-constraints /te:named-path-constraint/te:path-out-segment /te:label-restrictions/te:label-restriction/te:label-end /te:te-label/te:technology: +--:(flexi-grid) +--rw flexi-n? l0-types:flexi-n augment /te:te/te:globals/te:named-path-constraints /te:named-path-constraint/te:path-out-segment /te:label-restrictions/te:label-restriction/te:label-step /te:technology: +--:(flexi-grid) +--rw flexi-grid-channel-spacing? identityref +--rw flexi-n-step? uint8 augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:optimizations/te:algorithm/te:metric /te:optimization-metric/te:explicit-route-exclude-objects /te:route-object-exclude-object/te:type/te:label /te:label-hop/te:te-label/te:technology: +--:(flexi-grid) +--rw (single-or-super-channel)? +--:(single) | +--rw flexi-n? l0-types:flexi-n | +--rw flexi-m? l0-types:flexi-m +--:(super) +--rw subcarrier-flexi-n* [flexi-n] +--rw flexi-n l0-types:flexi-n +--rw flexi-m? l0-types:flexi-m augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:optimizations/te:algorithm/te:metric /te:optimization-metric/te:explicit-route-include-objects /te:route-object-include-object/te:type/te:label /te:label-hop/te:te-label/te:technology: +--:(flexi-grid) +--rw (single-or-super-channel)? +--:(single) | +--rw flexi-n? l0-types:flexi-n | +--rw flexi-m? l0-types:flexi-m +--:(super) +--rw subcarrier-flexi-n* [flexi-n] +--rw flexi-n l0-types:flexi-n +--rw flexi-m? l0-types:flexi-m augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:explicit-route-objects-always /te:route-object-exclude-always/te:type/te:label /te:label-hop/te:te-label/te:technology: +--:(flexi-grid) +--rw (single-or-super-channel)? +--:(single) | +--rw flexi-n? l0-types:flexi-n | +--rw flexi-m? l0-types:flexi-m +--:(super) +--rw subcarrier-flexi-n* [flexi-n] +--rw flexi-n l0-types:flexi-n +--rw flexi-m? l0-types:flexi-m augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:explicit-route-objects-always /te:route-object-include-exclude/te:type/te:label /te:label-hop/te:te-label/te:technology: +--:(flexi-grid) +--rw (single-or-super-channel)? +--:(single) | +--rw flexi-n? l0-types:flexi-n | +--rw flexi-m? l0-types:flexi-m +--:(super) +--rw subcarrier-flexi-n* [flexi-n] +--rw flexi-n l0-types:flexi-n +--rw flexi-m? l0-types:flexi-m augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:path-in-segment/te:label-restrictions /te:label-restriction/te:label-start/te:te-label /te:technology: +--:(flexi-grid) +--rw flexi-n? l0-types:flexi-n augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:path-in-segment/te:label-restrictions /te:label-restriction/te:label-end/te:te-label /te:technology: +--:(flexi-grid) +--rw flexi-n? l0-types:flexi-n augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:path-in-segment/te:label-restrictions /te:label-restriction/te:label-step/te:technology: +--:(flexi-grid) +--rw flexi-grid-channel-spacing? identityref +--rw flexi-n-step? uint8 augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:path-out-segment /te:label-restrictions/te:label-restriction /te:label-start/te:te-label/te:technology: +--:(flexi-grid) +--rw flexi-n? l0-types:flexi-n augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:path-out-segment /te:label-restrictions/te:label-restriction/te:label-end /te:te-label/te:technology: +--:(flexi-grid) +--rw flexi-n? l0-types:flexi-n augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:path-out-segment /te:label-restrictions/te:label-restriction/te:label-step /te:technology: +--:(flexi-grid) +--rw flexi-grid-channel-spacing? identityref +--rw flexi-n-step? uint8 augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:computed-paths-properties /te:computed-path-properties/te:path-properties /te:path-route-objects/te:path-route-object/te:type /te:label/te:label-hop/te:te-label/te:technology: +--:(flexi-grid) +--ro (single-or-super-channel)? +--:(single) | +--ro flexi-n? l0-types:flexi-n | +--ro flexi-m? l0-types:flexi-m +--:(super) +--ro subcarrier-flexi-n* [flexi-n] +--ro flexi-n l0-types:flexi-n +--ro flexi-m? l0-types:flexi-m augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:primary-reverse-path/te:optimizations /te:algorithm/te:metric/te:optimization-metric /te:explicit-route-exclude-objects /te:route-object-exclude-object/te:type/te:label /te:label-hop/te:te-label/te:technology: +--:(flexi-grid) +--rw (single-or-super-channel)? +--:(single) | +--rw flexi-n? l0-types:flexi-n | +--rw flexi-m? l0-types:flexi-m +--:(super) +--rw subcarrier-flexi-n* [flexi-n] +--rw flexi-n l0-types:flexi-n +--rw flexi-m? l0-types:flexi-m augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:primary-reverse-path/te:optimizations /te:algorithm/te:metric/te:optimization-metric /te:explicit-route-include-objects /te:route-object-include-object/te:type/te:label /te:label-hop/te:te-label/te:technology: +--:(flexi-grid) +--rw (single-or-super-channel)? +--:(single) | +--rw flexi-n? l0-types:flexi-n | +--rw flexi-m? l0-types:flexi-m +--:(super) +--rw subcarrier-flexi-n* [flexi-n] +--rw flexi-n l0-types:flexi-n +--rw flexi-m? l0-types:flexi-m augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:primary-reverse-path /te:explicit-route-objects-always /te:route-object-exclude-always/te:type/te:label /te:label-hop/te:te-label/te:technology: +--:(flexi-grid) +--rw (single-or-super-channel)? +--:(single) | +--rw flexi-n? l0-types:flexi-n | +--rw flexi-m? l0-types:flexi-m +--:(super) +--rw subcarrier-flexi-n* [flexi-n] +--rw flexi-n l0-types:flexi-n +--rw flexi-m? l0-types:flexi-m augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:primary-reverse-path /te:explicit-route-objects-always /te:route-object-include-exclude/te:type/te:label /te:label-hop/te:te-label/te:technology: +--:(flexi-grid) +--rw (single-or-super-channel)? +--:(single) | +--rw flexi-n? l0-types:flexi-n | +--rw flexi-m? l0-types:flexi-m +--:(super) +--rw subcarrier-flexi-n* [flexi-n] +--rw flexi-n l0-types:flexi-n +--rw flexi-m? l0-types:flexi-m augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:primary-reverse-path /te:path-in-segment/te:label-restrictions /te:label-restriction/te:label-start/te:te-label /te:technology: +--:(flexi-grid) +--rw flexi-n? l0-types:flexi-n augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:primary-reverse-path /te:path-in-segment/te:label-restrictions /te:label-restriction/te:label-end/te:te-label /te:technology: +--:(flexi-grid) +--rw flexi-n? l0-types:flexi-n augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:primary-reverse-path /te:path-in-segment/te:label-restrictions /te:label-restriction/te:label-step/te:technology: +--:(flexi-grid) +--rw flexi-grid-channel-spacing? identityref +--rw flexi-n-step? uint8 augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:primary-reverse-path /te:path-out-segment/te:label-restrictions /te:label-restriction/te:label-start/te:te-label /te:technology: +--:(flexi-grid) +--rw flexi-n? l0-types:flexi-n augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:primary-reverse-path /te:path-out-segment/te:label-restrictions /te:label-restriction/te:label-end/te:te-label /te:technology: +--:(flexi-grid) +--rw flexi-n? l0-types:flexi-n augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:primary-reverse-path /te:path-out-segment/te:label-restrictions /te:label-restriction/te:label-step/te:technology: +--:(flexi-grid) +--rw flexi-grid-channel-spacing? identityref +--rw flexi-n-step? uint8 augment /te:te/te:tunnels/te:tunnel/te:primary-paths /te:primary-path/te:primary-reverse-path /te:computed-paths-properties/te:computed-path-properties /te:path-properties/te:path-route-objects /te:path-route-object/te:type/te:label/te:label-hop /te:te-label/te:technology: +--:(flexi-grid) +--ro (single-or-super-channel)? +--:(single) | +--ro flexi-n? l0-types:flexi-n | +--ro flexi-m? l0-types:flexi-m +--:(super) +--ro subcarrier-flexi-n* [flexi-n] +--ro flexi-n l0-types:flexi-n +--ro flexi-m? l0-types:flexi-m augment /te:te/te:tunnels/te:tunnel/te:secondary-paths /te:secondary-path/te:optimizations/te:algorithm /te:metric/te:optimization-metric /te:explicit-route-exclude-objects /te:route-object-exclude-object/te:type/te:label /te:label-hop/te:te-label/te:technology: +--:(flexi-grid) +--rw (single-or-super-channel)? +--:(single) | +--rw flexi-n? l0-types:flexi-n | +--rw flexi-m? l0-types:flexi-m +--:(super) +--rw subcarrier-flexi-n* [flexi-n] +--rw flexi-n l0-types:flexi-n +--rw flexi-m? l0-types:flexi-m augment /te:te/te:tunnels/te:tunnel/te:secondary-paths /te:secondary-path/te:optimizations/te:algorithm /te:metric/te:optimization-metric /te:explicit-route-include-objects /te:route-object-include-object/te:type/te:label /te:label-hop/te:te-label/te:technology: +--:(flexi-grid) +--rw (single-or-super-channel)? +--:(single) | +--rw flexi-n? l0-types:flexi-n | +--rw flexi-m? l0-types:flexi-m +--:(super) +--rw subcarrier-flexi-n* [flexi-n] +--rw flexi-n l0-types:flexi-n +--rw flexi-m? l0-types:flexi-m augment /te:te/te:tunnels/te:tunnel/te:secondary-paths /te:secondary-path/te:explicit-route-objects-always /te:route-object-exclude-always/te:type/te:label /te:label-hop/te:te-label/te:technology: +--:(flexi-grid) +--rw (single-or-super-channel)? +--:(single) | +--rw flexi-n? l0-types:flexi-n | +--rw flexi-m? l0-types:flexi-m +--:(super) +--rw subcarrier-flexi-n* [flexi-n] +--rw flexi-n l0-types:flexi-n +--rw flexi-m? l0-types:flexi-m augment /te:te/te:tunnels/te:tunnel/te:secondary-paths /te:secondary-path/te:explicit-route-objects-always /te:route-object-include-exclude/te:type/te:label /te:label-hop/te:te-label/te:technology: +--:(flexi-grid) +--rw (single-or-super-channel)? +--:(single) | +--rw flexi-n? l0-types:flexi-n | +--rw flexi-m? l0-types:flexi-m +--:(super) +--rw subcarrier-flexi-n* [flexi-n] +--rw flexi-n l0-types:flexi-n +--rw flexi-m? l0-types:flexi-m augment /te:te/te:tunnels/te:tunnel/te:secondary-paths /te:secondary-path/te:path-in-segment /te:label-restrictions/te:label-restriction /te:label-start/te:te-label/te:technology: +--:(flexi-grid) +--rw flexi-n? l0-types:flexi-n augment /te:te/te:tunnels/te:tunnel/te:secondary-paths /te:secondary-path/te:path-in-segment /te:label-restrictions/te:label-restriction/te:label-end /te:te-label/te:technology: +--:(flexi-grid) +--rw flexi-n? l0-types:flexi-n augment /te:te/te:tunnels/te:tunnel/te:secondary-paths /te:secondary-path/te:path-in-segment /te:label-restrictions/te:label-restriction/te:label-step /te:technology: +--:(flexi-grid) +--rw flexi-grid-channel-spacing? identityref +--rw flexi-n-step? uint8 augment /te:te/te:tunnels/te:tunnel/te:secondary-paths /te:secondary-path/te:path-out-segment /te:label-restrictions/te:label-restriction /te:label-start/te:te-label/te:technology: +--:(flexi-grid) +--rw flexi-n? l0-types:flexi-n augment /te:te/te:tunnels/te:tunnel/te:secondary-paths /te:secondary-path/te:path-out-segment /te:label-restrictions/te:label-restriction/te:label-end /te:te-label/te:technology: +--:(flexi-grid) +--rw flexi-n? l0-types:flexi-n augment /te:te/te:tunnels/te:tunnel/te:secondary-paths /te:secondary-path/te:path-out-segment /te:label-restrictions/te:label-restriction/te:label-step /te:technology: +--:(flexi-grid) +--rw flexi-grid-channel-spacing? identityref +--rw flexi-n-step? uint8 augment /te:te/te:tunnels/te:tunnel/te:secondary-paths /te:secondary-path/te:computed-paths-properties /te:computed-path-properties/te:path-properties /te:path-route-objects/te:path-route-object/te:type /te:label/te:label-hop/te:te-label/te:technology: +--:(flexi-grid) +--ro (single-or-super-channel)? +--:(single) | +--ro flexi-n? l0-types:flexi-n | +--ro flexi-m? l0-types:flexi-m +--:(super) +--ro subcarrier-flexi-n* [flexi-n] +--ro flexi-n l0-types:flexi-n +--ro flexi-m? l0-types:flexi-m augment /te:te/te:tunnels/te:tunnel/te:secondary-reverse-paths /te:secondary-reverse-path/te:optimizations/te:algorithm /te:metric/te:optimization-metric /te:explicit-route-exclude-objects /te:route-object-exclude-object/te:type/te:label /te:label-hop/te:te-label/te:technology: +--:(flexi-grid) +--rw (single-or-super-channel)? +--:(single) | +--rw flexi-n? l0-types:flexi-n | +--rw flexi-m? l0-types:flexi-m +--:(super) +--rw subcarrier-flexi-n* [flexi-n] +--rw flexi-n l0-types:flexi-n +--rw flexi-m? l0-types:flexi-m augment /te:te/te:tunnels/te:tunnel/te:secondary-reverse-paths /te:secondary-reverse-path/te:optimizations/te:algorithm /te:metric/te:optimization-metric /te:explicit-route-include-objects /te:route-object-include-object/te:type/te:label /te:label-hop/te:te-label/te:technology: +--:(flexi-grid) +--rw (single-or-super-channel)? +--:(single) | +--rw flexi-n? l0-types:flexi-n | +--rw flexi-m? l0-types:flexi-m +--:(super) +--rw subcarrier-flexi-n* [flexi-n] +--rw flexi-n l0-types:flexi-n +--rw flexi-m? l0-types:flexi-m augment /te:te/te:tunnels/te:tunnel/te:secondary-reverse-paths /te:secondary-reverse-path /te:explicit-route-objects-always /te:route-object-exclude-always/te:type/te:label /te:label-hop/te:te-label/te:technology: +--:(flexi-grid) +--rw (single-or-super-channel)? +--:(single) | +--rw flexi-n? l0-types:flexi-n | +--rw flexi-m? l0-types:flexi-m +--:(super) +--rw subcarrier-flexi-n* [flexi-n] +--rw flexi-n l0-types:flexi-n +--rw flexi-m? l0-types:flexi-m augment /te:te/te:tunnels/te:tunnel/te:secondary-reverse-paths /te:secondary-reverse-path /te:explicit-route-objects-always /te:route-object-include-exclude/te:type/te:label /te:label-hop/te:te-label/te:technology: +--:(flexi-grid) +--rw (single-or-super-channel)? +--:(single) | +--rw flexi-n? l0-types:flexi-n | +--rw flexi-m? l0-types:flexi-m +--:(super) +--rw subcarrier-flexi-n* [flexi-n] +--rw flexi-n l0-types:flexi-n +--rw flexi-m? l0-types:flexi-m augment /te:te/te:tunnels/te:tunnel/te:secondary-reverse-paths /te:secondary-reverse-path/te:path-in-segment /te:label-restrictions/te:label-restriction /te:label-start/te:te-label/te:technology: +--:(flexi-grid) +--rw flexi-n? l0-types:flexi-n augment /te:te/te:tunnels/te:tunnel/te:secondary-reverse-paths /te:secondary-reverse-path/te:path-in-segment /te:label-restrictions/te:label-restriction/te:label-end /te:te-label/te:technology: +--:(flexi-grid) +--rw flexi-n? l0-types:flexi-n augment /te:te/te:tunnels/te:tunnel/te:secondary-reverse-paths /te:secondary-reverse-path/te:path-in-segment /te:label-restrictions/te:label-restriction/te:label-step /te:technology: +--:(flexi-grid) +--rw flexi-grid-channel-spacing? identityref +--rw flexi-n-step? uint8 augment /te:te/te:tunnels/te:tunnel/te:secondary-reverse-paths /te:secondary-reverse-path/te:path-out-segment /te:label-restrictions/te:label-restriction /te:label-start/te:te-label/te:technology: +--:(flexi-grid) +--rw flexi-n? l0-types:flexi-n augment /te:te/te:tunnels/te:tunnel/te:secondary-reverse-paths /te:secondary-reverse-path/te:path-out-segment /te:label-restrictions/te:label-restriction/te:label-end /te:te-label/te:technology: +--:(flexi-grid) +--rw flexi-n? l0-types:flexi-n augment /te:te/te:tunnels/te:tunnel/te:secondary-reverse-paths /te:secondary-reverse-path/te:path-out-segment /te:label-restrictions/te:label-restriction/te:label-step /te:technology: +--:(flexi-grid) +--rw flexi-grid-channel-spacing? identityref +--rw flexi-n-step? uint8 augment /te:te/te:tunnels/te:tunnel/te:secondary-reverse-paths /te:secondary-reverse-path/te:computed-paths-properties /te:computed-path-properties/te:path-properties /te:path-route-objects/te:path-route-object/te:type /te:label/te:label-hop/te:te-label/te:technology: +--:(flexi-grid) +--ro (single-or-super-channel)? +--:(single) | +--ro flexi-n? l0-types:flexi-n | +--ro flexi-m? l0-types:flexi-m +--:(super) +--ro subcarrier-flexi-n* [flexi-n] +--ro flexi-n l0-types:flexi-n +--ro flexi-m? l0-types:flexi-m augment /te:te/te:lsps/te:lsp/te:lsp-record-route-information /te:lsp-record-route-information/te:type/te:label /te:label-hop/te:te-label/te:technology: +--:(flexi-grid) +--ro (single-or-super-channel)? +--:(single) | +--ro flexi-n? l0-types:flexi-n | +--ro flexi-m? l0-types:flexi-m +--:(super) +--ro subcarrier-flexi-n* [flexi-n] +--ro flexi-n l0-types:flexi-n +--ro flexi-m? l0-types:flexi-m¶
<CODE BEGINS> file "ietf-flexi-grid-tunnel@2021-10-25.yang" module ietf-flexi-grid-tunnel { yang-version 1.1; namespace "urn:ietf:params:xml:ns:yang:ietf-flexi-grid-tunnel"; prefix "flexg-tnl"; import ietf-te { prefix "te"; revision-date "2021-02-20"; reference "I-D.ietf-teas-yang-te-19: A YANG Data Model for Traffic Engineering Tunnels and Interfaces. "; } import ietf-layer0-types { prefix "l0-types"; } import ietf-layer0-types-ext { prefix "l0-types-ext"; } organization "IETF CCAMP Working Group"; contact "WG Web: <http://tools.ietf.org/wg/ccamp/> WG List: <mailto:ccamp@ietf.org> Editor: Jorge E. Lopez de Vergara <jorge.lopez_vergara@uam.es> Editor: Daniel Perdices <daniel.perdices@naudit.es> Editor: Victor Lopez <victor.lopez@nokia.com> Editor: Young Lee <leeyoung@huawei.com>"; description "This module defines a model for Flex-grid Tunnel Services. The model fully conforms to the Network Management Datastore Architecture (NMDA). Copyright (c) 2021 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 Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info). This version of this YANG module is part of RFC XXXX; see the RFC itself for full legal notices."; revision "2021-10-20" { description "Initial Revision"; reference "RFC XXXX: YANG data model for Flexi-Grid tunnels"; // RFC Ed.: replace XXXX with actual RFC number, update date // information and remove this note } /* * Data nodes */ augment "/te:te/te:tunnels/te:tunnel" { description "Augment with additional parameters required for flexi-grid tunnels."; uses l0-types-ext:l0-tunnel-attributes; } /* * Augment TE label range information */ augment "/te:te/te:globals/te:named-path-constraints/" + "te:named-path-constraint/te:path-in-segment/" + "te:label-restrictions/te:label-restriction" { description "Augment TE label range information for the ingress segment of the named path constraint."; uses l0-types:flexi-grid-label-range-info; } augment "/te:te/te:globals/te:named-path-constraints/" + "te:named-path-constraint/te:path-out-segment/" + "te:label-restrictions/" + "te:label-restriction" { description "Augment TE label range information for the egress segment of the named path constraint."; uses l0-types:flexi-grid-label-range-info; } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:path-in-segment/te:label-restrictions/" + "te:label-restriction" { description "Augment TE label range information for the ingress segment of the primay path."; uses l0-types:flexi-grid-label-range-info; } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:path-out-segment/te:label-restrictions/" + "te:label-restriction" { description "Augment TE label range information for the egress segment of the primay path."; uses l0-types:flexi-grid-label-range-info; } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:primary-reverse-path/" + "te:path-in-segment/te:label-restrictions/" + "te:label-restriction" { description "Augment TE label range information for the ingress segment of the primay reverse path."; uses l0-types:flexi-grid-label-range-info; } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:primary-reverse-path/" + "te:path-out-segment/te:label-restrictions/" + "te:label-restriction" { description "Augment TE label range information for the egress segment of the primay reverse path."; uses l0-types:flexi-grid-label-range-info; } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-paths/te:secondary-path/" + "te:path-in-segment/te:label-restrictions/" + "te:label-restriction" { description "Augment TE label range information for the ingress segment of the secondary path."; uses l0-types:flexi-grid-label-range-info; } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-paths/te:secondary-path/" + "te:path-out-segment/te:label-restrictions/" + "te:label-restriction" { description "Augment TE label range information for the egress segment of the secondary path."; uses l0-types:flexi-grid-label-range-info; } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-reverse-paths/te:secondary-reverse-path/" + "te:path-in-segment/te:label-restrictions/" + "te:label-restriction" { description "Augment TE label range information for the ingress segment of the secondary reverse path."; uses l0-types:flexi-grid-label-range-info; } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-reverse-paths/te:secondary-reverse-path/" + "te:path-out-segment/te:label-restrictions/" + "te:label-restriction" { description "Augment TE label range information for the egress segment of the secondary reverse path."; uses l0-types:flexi-grid-label-range-info; } /* * Augment TE label. */ augment "/te:te/te:globals/te:named-path-constraints/" + "te:named-path-constraint/" + "te:explicit-route-objects-always/" + "te:route-object-exclude-always/te:type/te:label/" + "te:label-hop/te:te-label/te:technology" { description "Augment TE label hop for the explicit route objects always excluded by the path computation with the named path constraint."; case flexi-grid { uses l0-types:flexi-grid-label-hop; } } augment "/te:te/te:globals/te:named-path-constraints/" + "te:named-path-constraint/" + "te:explicit-route-objects-always/" + "te:route-object-include-exclude/te:type/te:label/" + "te:label-hop/te:te-label/te:technology" { description "Augment TE label hop for the explicit route objects included or excluded by the path computation with the named path constraint."; case flexi-grid { uses l0-types:flexi-grid-label-hop; } } augment "/te:te/te:globals/te:named-path-constraints/" + "te:named-path-constraint/te:path-in-segment/" + "te:label-restrictions/" + "te:label-restriction/te:label-start/" + "te:te-label/te:technology" { description "Augment TE label range start for the ingress segment of the named path constraint."; case flexi-grid { uses l0-types:flexi-grid-label-start-end; } } augment "/te:te/te:globals/te:named-path-constraints/" + "te:named-path-constraint/te:path-in-segment/" + "te:label-restrictions/" + "te:label-restriction/te:label-end/" + "te:te-label/te:technology" { description "Augment TE label range end for the ingress segment of the named path constraint."; case flexi-grid { uses l0-types:flexi-grid-label-start-end; } } augment "/te:te/te:globals/te:named-path-constraints/" + "te:named-path-constraint/te:path-in-segment/" + "te:label-restrictions/te:label-restriction/" + "te:label-step/te:technology" { description "Augment TE label range step for the ingress segment of the named path constraint."; case flexi-grid { uses l0-types:flexi-grid-label-step; } } augment "/te:te/te:globals/te:named-path-constraints/" + "te:named-path-constraint/te:path-out-segment/" + "te:label-restrictions/" + "te:label-restriction/te:label-start/" + "te:te-label/te:technology" { description "Augment TE label range start for the egress segment of the named path constraint."; case flexi-grid { uses l0-types:flexi-grid-label-start-end; } } augment "/te:te/te:globals/te:named-path-constraints/" + "te:named-path-constraint/te:path-out-segment/" + "te:label-restrictions/" + "te:label-restriction/te:label-end/" + "te:te-label/te:technology" { description "Augment TE label range end for the egress segment of the named path constraint."; case flexi-grid { uses l0-types:flexi-grid-label-start-end; } } augment "/te:te/te:globals/te:named-path-constraints/" + "te:named-path-constraint/te:path-out-segment/" + "te:label-restrictions/te:label-restriction/" + "te:label-step/te:technology" { description "Augment TE label range step for the egress segment of the named path constraint."; case flexi-grid { uses l0-types:flexi-grid-label-step; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:optimizations/te:algorithm/te:metric/" + "te:optimization-metric/te:explicit-route-exclude-objects/" + "te:route-object-exclude-object/te:type/te:label/" + "te:label-hop/te:te-label/te:technology" { description "Augment TE label hop for the optimization of the explicit route objects excluded by the path computation of the primary path."; case flexi-grid { uses l0-types:flexi-grid-label-hop; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:optimizations/te:algorithm/te:metric/" + "te:optimization-metric/te:explicit-route-include-objects/" + "te:route-object-include-object/te:type/te:label/" + "te:label-hop/te:te-label/te:technology" { description "Augment TE label hop for the optimization of the explicit route objects included by the path computation of the primary path."; case flexi-grid { uses l0-types:flexi-grid-label-hop; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:explicit-route-objects-always/" + "te:route-object-exclude-always/te:type/te:label/" + "te:label-hop/te:te-label/te:technology" { description "Augment TE label hop for the explicit route objects always excluded by the path computation of the primary path."; case flexi-grid { uses l0-types:flexi-grid-label-hop; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:explicit-route-objects-always/" + "te:route-object-include-exclude/te:type/te:label/" + "te:label-hop/te:te-label/te:technology" { description "Augment TE label hop for the explicit route objects included or excluded by the path computation of the primary path."; case flexi-grid { uses l0-types:flexi-grid-label-hop; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:path-in-segment/te:label-restrictions/" + "te:label-restriction/te:label-start/" + "te:te-label/te:technology" { description "Augment TE label range start for the ingress segment of the primay path."; case flexi-grid { uses l0-types:flexi-grid-label-start-end; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:path-in-segment/te:label-restrictions/" + "te:label-restriction/te:label-end/" + "te:te-label/te:technology" { description "Augment TE label range end for the ingress segment of the primay path."; case flexi-grid { uses l0-types:flexi-grid-label-start-end; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:path-in-segment/te:label-restrictions/" + "te:label-restriction/te:label-step/te:technology" { description "Augment TE label range step for the ingress segment of the primay path."; case flexi-grid { uses l0-types:flexi-grid-label-step; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:path-out-segment/te:label-restrictions/" + "te:label-restriction/te:label-start/" + "te:te-label/te:technology" { description "Augment TE label range start for the egress segment of the primay path."; case flexi-grid { uses l0-types:flexi-grid-label-start-end; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:path-out-segment/te:label-restrictions/" + "te:label-restriction/te:label-end/" + "te:te-label/te:technology" { description "Augment TE label range end for the egress segment of the primay path."; case flexi-grid { uses l0-types:flexi-grid-label-start-end; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:path-out-segment/te:label-restrictions/" + "te:label-restriction/te:label-step/te:technology" { description "Augment TE label range end for the egress segment of the primay path."; case flexi-grid { uses l0-types:flexi-grid-label-step; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:computed-paths-properties/" + "te:computed-path-properties/te:path-properties/" + "te:path-route-objects/te:path-route-object/" + "te:type/te:label/" + "te:label-hop/te:te-label/te:technology" { description "Augment TE label hop for the route object of the computed primary path."; case flexi-grid { uses l0-types:flexi-grid-label-hop; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:primary-reverse-path/" + "te:optimizations/te:algorithm/te:metric/" + "te:optimization-metric/te:explicit-route-exclude-objects/" + "te:route-object-exclude-object/te:type/te:label/" + "te:label-hop/te:te-label/te:technology" { description "Augment TE label hop for the optimization of the explicit route objects excluded by the path computation of the primary reverse path."; case flexi-grid { uses l0-types:flexi-grid-label-hop; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:primary-reverse-path/" + "te:optimizations/te:algorithm/te:metric/" + "te:optimization-metric/te:explicit-route-include-objects/" + "te:route-object-include-object/te:type/te:label/" + "te:label-hop/te:te-label/te:technology" { description "Augment TE label hop for the optimization of the explicit route objects included by the path computation of the primary reverse path."; case flexi-grid { uses l0-types:flexi-grid-label-hop; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:primary-reverse-path/" + "te:explicit-route-objects-always/" + "te:route-object-exclude-always/" + "te:type/te:label/" + "te:label-hop/te:te-label/te:technology" { description "Augment TE label hop for the explicit route objects always excluded by the path computation of the primary reverse path."; case flexi-grid { uses l0-types:flexi-grid-label-hop; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:primary-reverse-path/" + "te:explicit-route-objects-always/" + "te:route-object-include-exclude/" + "te:type/te:label/" + "te:label-hop/te:te-label/te:technology" { description "Augment TE label hop for the explicit route objects included or excluded by the path computation of the primary reverse path."; case flexi-grid { uses l0-types:flexi-grid-label-hop; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:primary-reverse-path/" + "te:path-in-segment/te:label-restrictions/" + "te:label-restriction/te:label-start/" + "te:te-label/te:technology" { description "Augment TE label range start for the ingress segment of the primay reverse path."; case flexi-grid { uses l0-types:flexi-grid-label-start-end; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:primary-reverse-path/" + "te:path-in-segment/te:label-restrictions/" + "te:label-restriction/te:label-end/" + "te:te-label/te:technology" { description "Augment TE label range end for the ingress segment of the primay reverse path."; case flexi-grid { uses l0-types:flexi-grid-label-start-end; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:primary-reverse-path/" + "te:path-in-segment/te:label-restrictions/" + "te:label-restriction/te:label-step/te:technology" { description "Augment TE label range step for the ingress segment of the primay reverse path."; case flexi-grid { uses l0-types:flexi-grid-label-step; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:primary-reverse-path/" + "te:path-out-segment/te:label-restrictions/" + "te:label-restriction/te:label-start/" + "te:te-label/te:technology" { description "Augment TE label range start for the egress segment of the primay reverse path."; case flexi-grid { uses l0-types:flexi-grid-label-start-end; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:primary-reverse-path/" + "te:path-out-segment/te:label-restrictions/" + "te:label-restriction/te:label-end/" + "te:te-label/te:technology" { description "Augment TE label range end for the egress segment of the primay reverse path."; case flexi-grid { uses l0-types:flexi-grid-label-start-end; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:primary-reverse-path/" + "te:path-out-segment/te:label-restrictions/" + "te:label-restriction/te:label-step/te:technology" { description "Augment TE label range step for the egress segment of the primay reverse path."; case flexi-grid { uses l0-types:flexi-grid-label-step; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:primary-paths/te:primary-path/" + "te:primary-reverse-path/" + "te:computed-paths-properties/te:computed-path-properties/" + "te:path-properties/te:path-route-objects/" + "te:path-route-object/te:type/te:label/" + "te:label-hop/te:te-label/te:technology" { description "Augment TE label hop for the route object of the computed primary reverse path."; case flexi-grid { uses l0-types:flexi-grid-label-hop; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-paths/te:secondary-path/" + "te:optimizations/te:algorithm/te:metric/" + "te:optimization-metric/te:explicit-route-exclude-objects/" + "te:route-object-exclude-object/te:type/te:label/" + "te:label-hop/te:te-label/te:technology" { description "Augment TE label hop for the optimization of the explicit route objects excluded by the path computation of the secondary path."; case flexi-grid { uses l0-types:flexi-grid-label-hop; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-paths/te:secondary-path/" + "te:optimizations/te:algorithm/te:metric/" + "te:optimization-metric/te:explicit-route-include-objects/" + "te:route-object-include-object/te:type/te:label/" + "te:label-hop/te:te-label/te:technology" { description "Augment TE label hop for the optimization of the explicit route objects included by the path computation of the secondary path."; case flexi-grid { uses l0-types:flexi-grid-label-hop; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-paths/te:secondary-path/" + "te:explicit-route-objects-always/" + "te:route-object-exclude-always/te:type/te:label/" + "te:label-hop/te:te-label/te:technology" { description "Augment TE label hop for the explicit route objects always excluded by the path computation of the secondary path."; case flexi-grid { uses l0-types:flexi-grid-label-hop; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-paths/te:secondary-path/" + "te:explicit-route-objects-always/" + "te:route-object-include-exclude/te:type/te:label/" + "te:label-hop/te:te-label/te:technology" { description "Augment TE label hop for the explicit route objects included or excluded by the path computation of the secondary path."; case flexi-grid { uses l0-types:flexi-grid-label-hop; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-paths/te:secondary-path/" + "te:path-in-segment/te:label-restrictions/" + "te:label-restriction/te:label-start/" + "te:te-label/te:technology" { description "Augment TE label range start for the ingress segment of the secondary path."; case flexi-grid { uses l0-types:flexi-grid-label-start-end; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-paths/te:secondary-path/" + "te:path-in-segment/te:label-restrictions/" + "te:label-restriction/te:label-end/" + "te:te-label/te:technology" { description "Augment TE label range end for the ingress segment of the secondary path."; case flexi-grid { uses l0-types:flexi-grid-label-start-end; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-paths/te:secondary-path/" + "te:path-in-segment/te:label-restrictions/" + "te:label-restriction/te:label-step/te:technology" { description "Augment TE label range step for the ingress segment of the secondary path."; case flexi-grid { uses l0-types:flexi-grid-label-step; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-paths/te:secondary-path/" + "te:path-out-segment/te:label-restrictions/" + "te:label-restriction/te:label-start/" + "te:te-label/te:technology" { description "Augment TE label range start for the egress segment of the secondary path."; case flexi-grid { uses l0-types:flexi-grid-label-start-end; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-paths/te:secondary-path/" + "te:path-out-segment/te:label-restrictions/" + "te:label-restriction/te:label-end/" + "te:te-label/te:technology" { description "Augment TE label range end for the egress segment of the secondary path."; case flexi-grid { uses l0-types:flexi-grid-label-start-end; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-paths/te:secondary-path/" + "te:path-out-segment/te:label-restrictions/" + "te:label-restriction/te:label-step/te:technology" { description "Augment TE label range step for the egress segment of the secondary path."; case flexi-grid { uses l0-types:flexi-grid-label-step; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-paths/te:secondary-path/" + "te:computed-paths-properties/" + "te:computed-path-properties/" + "te:path-properties/te:path-route-objects/" + "te:path-route-object/te:type/te:label/" + "te:label-hop/te:te-label/te:technology" { description "Augment TE label hop for the route object of the computed secondary path."; case flexi-grid { uses l0-types:flexi-grid-label-hop; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-reverse-paths/te:secondary-reverse-path/" + "te:optimizations/te:algorithm/te:metric/" + "te:optimization-metric/te:explicit-route-exclude-objects/" + "te:route-object-exclude-object/te:type/te:label/" + "te:label-hop/te:te-label/te:technology" { description "Augment TE label hop for the optimization of the explicit route objects excluded by the path computation of the secondary reverse path."; case flexi-grid { uses l0-types:flexi-grid-label-hop; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-reverse-paths/te:secondary-reverse-path/" + "te:optimizations/te:algorithm/te:metric/" + "te:optimization-metric/te:explicit-route-include-objects/" + "te:route-object-include-object/te:type/te:label/" + "te:label-hop/te:te-label/te:technology" { description "Augment TE label hop for the optimization of the explicit route objects included by the path computation of the secondary reverse path."; case flexi-grid { uses l0-types:flexi-grid-label-hop; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-reverse-paths/te:secondary-reverse-path/" + "te:explicit-route-objects-always/" + "te:route-object-exclude-always/te:type/te:label/" + "te:label-hop/te:te-label/te:technology" { description "Augment TE label hop for the explicit route objects always excluded by the path computation of the secondary reverse path."; case flexi-grid { uses l0-types:flexi-grid-label-hop; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-reverse-paths/te:secondary-reverse-path/" + "te:explicit-route-objects-always/" + "te:route-object-include-exclude/te:type/te:label/" + "te:label-hop/te:te-label/te:technology" { description "Augment TE label hop for the explicit route objects included or excluded by the path computation of the secondary reverse path."; case flexi-grid { uses l0-types:flexi-grid-label-hop; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-reverse-paths/te:secondary-reverse-path/" + "te:path-in-segment/te:label-restrictions/" + "te:label-restriction/te:label-start/" + "te:te-label/te:technology" { description "Augment TE label range start for the ingress segment of the secondary reverse path."; case flexi-grid { uses l0-types:flexi-grid-label-start-end; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-reverse-paths/te:secondary-reverse-path/" + "te:path-in-segment/te:label-restrictions/" + "te:label-restriction/te:label-end/" + "te:te-label/te:technology" { description "Augment TE label range end for the ingress segment of the secondary reverse path."; case flexi-grid { uses l0-types:flexi-grid-label-start-end; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-reverse-paths/te:secondary-reverse-path/" + "te:path-in-segment/te:label-restrictions/" + "te:label-restriction/te:label-step/te:technology" { description "Augment TE label range step for the ingress segment of the secondary reverse path."; case flexi-grid { uses l0-types:flexi-grid-label-step; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-reverse-paths/te:secondary-reverse-path/" + "te:path-out-segment/te:label-restrictions/" + "te:label-restriction/te:label-start/" + "te:te-label/te:technology" { description "Augment TE label range start for the egress segment of the secondary reverse path."; case flexi-grid { uses l0-types:flexi-grid-label-start-end; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-reverse-paths/te:secondary-reverse-path/" + "te:path-out-segment/te:label-restrictions/" + "te:label-restriction/te:label-end/" + "te:te-label/te:technology" { description "Augment TE label range end for the egress segment of the secondary reverse path."; case flexi-grid { uses l0-types:flexi-grid-label-start-end; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-reverse-paths/te:secondary-reverse-path/" + "te:path-out-segment/te:label-restrictions/" + "te:label-restriction/te:label-step/te:technology" { description "Augment TE label range step for the egress segment of the secondary reverse path."; case flexi-grid { uses l0-types:flexi-grid-label-step; } } augment "/te:te/te:tunnels/te:tunnel/" + "te:secondary-reverse-paths/te:secondary-reverse-path/" + "te:computed-paths-properties/" + "te:computed-path-properties/" + "te:path-properties/te:path-route-objects/" + "te:path-route-object/te:type/te:label/" + "te:label-hop/te:te-label/te:technology" { description "Augment TE label hop for the route object of the computed secondary reverse path."; case flexi-grid { uses l0-types:flexi-grid-label-hop; } } augment "/te:te/te:lsps/" + "te:lsp/te:lsp-record-route-information/" + "te:lsp-record-route-information/te:type/te:label/" + "te:label-hop/te:te-label/te:technology" { description "Augment TE label hop for the record route of the LSP."; case flexi-grid { uses l0-types:flexi-grid-label-hop; } } } <CODE ENDS>¶
The configuration, state, and action data defined in this document are designed to be accessed via a management protocol with a secure transport layer, such as NETCONF [RFC6241] or RESTCONF [RFC8040]. The NETCONF access control model [RFC8341] provides the means to restrict access for particular NETCONF users to a preconfigured subset of all available NETCONF protocol operations and content.¶
There are a number of data nodes defined in this YANG module that 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., edit-config) to these data nodes without proper protection can have a negative effect on network operations. These are the subtrees and data nodes and their sensitivity/vulnerability:¶
Editors note: we are using simplified description by folding similar branches to avoid repetition.¶
To be discussed.¶
This work was developed by several additional people, who due to frontpage author restrictions, are listed below:¶
Zafar Ali Cisco Email: zali@cisco.com¶
Daniel Michaud Vallinoto Universidad Autonoma de Madrid Email: daniel.michaud@estudiante.uam.es¶
This work is also partially funded by the Spanish State Research Agency under the project AgileMon (AEI PID2019-104451RB-C21) and by the Spanish Ministry of Science, Innovation and Universities under the program for the training of university lecturers (Grant number: FPU19/05678).¶