diff --git a/doc/terminal-device-properties-guide.md b/doc/terminal-device-properties-guide.md
index 88f3f0706..682f839d2 100644
--- a/doc/terminal-device-properties-guide.md
+++ b/doc/terminal-device-properties-guide.md
@@ -36,4 +36,94 @@ Manifest files are a special OpenConfig model category since they do not represe
In order to keep separated them from the rest of operational models, the following openconfig extension is included in the model, to enrich the module metadata:
```
oc-ext:origin "openconfig-properties";
-```
\ No newline at end of file
+```
+# Extensions introduced in the v0.2.0 release of the model.
+
+### Motivation
+
+After the initial release of the [openconfig-terminal-device-properties.yang](https://github.com/openconfig/public/blob/master/release/models/devices-manifest/openconfig-terminal-device-properties.yang), there have been significant technical questions and discussions happening within the Telecom Infra Project (TIP) Open Optical & Packet Transport (OOPT) community between operators and vendors.
+
+This issue summarizes the motivation and issues detected in the first release of the model and it will serve as an introduction and motivation of a new pull request (#911) with a new proposed comprehensive update of the model which will be accompanied by the relevant explanations on how the new model proposal will try to overcome the detected issues. It is worth mentioning that the current analysis and the new proposal are the outcomes of an extensive technical discussion within the OOPT community between vendors and service providers and that it consolidates an already discussed proposal starting from the issues and motivations explained here.
+
+### Context
+
+The current proposed terminal-device-properties model was designed with the objective of allowing the terminal devices' system vendors to expose the intrinsic properties (Modulation Format, FEC, Baud-rate) and performance characteristics (Rx-OSNR, CD/PMD limits) of the device's supported transmission modes.
+
+The initial version of the model was designed as a flat list of mode properties, where each entry represents a mode supported by the terminal device and includes the list of characteristics of that mode. However, this initial version presents a significant list of limitations.
+
+### Initial release limitations
+- **First issue**: The current model exposes a list of modes available in the device, however, the characteristics of a mode of transmission are affected by the HW transceiver supplying it. In other words, two different transceivers (supported by the same terminal device) might support the same mode, but their mode characteristics are different.
+
+
+
+- **Second issue**: There is not an interoperability matrix within the Terminal Device's which exposes the compatibility between Terminal Device's chassis, linecards, transceivers and modes. Right now there is no compatibility information available in the model, to allow the supplier to properly describe which modes are supported by each transceiver module available in the terminal device.
+
+#### Operational challenges
+
+- It is not clear how mode IDs will be assigned and who will assign them.
+- Clarification of the bookended solution target by the model.
+
+### New proposal scope and initial assumptions
+
+Clarify the target of the next extension targets
+
+1. Bookended solutions, and interoperability between terminal devices of the same system vendor.
+2. Interoperability between different system vendors O-OTs through standard modes
+
+### Solution proposed
+
+This pull request covers a proposed solution to the issues described in #910.
+
+The changes to the existing model **are not backward compatible.**
+
+The summary of the changes proposed is the following:
+
+**1. Operational-mode list:**
+ - The list of the exposed operational modes properties by the Terminal Device is augmented with the set of **CHARacteristic properties** of the operational mode.
+ - The mode-ids are the same used within the operational datastore of the terminal device (exposed by the [openconfig-terminal-device.yang](https://github.com/openconfig/public/blob/master/release/models/optical-transport/openconfig-terminal-device.yang) model) and have network-wide scope assuming they guarantee interoperability in bookended scenarios (two Terminal Devices of the same system vendor supporting the same mode).
+ - The mode-ids are defined by the system vendor.
+
+**2. Mode-descriptors list:**
+ - The **design properties** of the modes, which are dependent on the transceiver component that implements the mode, are exposed as a nested list within the operational mode list. It is assumed that a single operational mode might be implemented by different transceivers which might have associated different design properties exposed by different mode descriptors.
+ - The **mode-descriptor-id** is a local index that does not have interoperability meaning outside the specific Terminal device which reports it. In other words, the same mode descriptors might be exported by different Terminal Devices with different IDs.
+
+**3. Interoperable mode list.**
+ - A given proprietary operational mode might be capable to comply with a certain number of standards or elsewhere publicly defined operational modes defined by other organizations e.g., ITU-T or OpenROADM.
+ - This compatibility characteristic shall be assured by the system vendor and imply that the design properties of the implementations of that specific operational mode are a superset of all listed supported standard modes.
+ - This model block will replace the previous "G.698.2" node tree with a more generic definition able to accommodate multiple standards or MSA-defined modes.
+
+**4. Transceiver-descriptors list.**
+ - The Terminal Device exposes the list of the transceiver components which are supported by the device.
+ - Each transceiver exposes the list of compatible modes and their associated mode descriptor.
+ - This new model block enhances the previous version by allowing to expose explicitly the compatibility matrix between the Terminal Device, the set of transceiver modules supported and the associated modes supported.
+
+**5. Linecard-descriptors list.**
+ - The Terminal Device exposes the list of linecard components which are supported by the device.
+ - Each linecard component exposes the list of transceivers that are supported.
+ - Each linecard constrains the list of modes that can be supported among the ones supported by the transceiver.
+ - Each linecard constrains the optical-channel configuration, e.g., target-output-power and frequency range.
+ - This new model block enhances the previous version by allowing to expose explicitly the compatibility matrix between the Terminal Device, the line cards, the set of transceiver module per line card and the associated modes supported.
+
+Following the model tree with the 5 blocks described above. In green the new leaves/containers are added in this proposal; in black the non-modified leaves, even if they have been reallocated within the tree under different containers/lists.
+
+
+
+For more clarity on the above please check the following common definitions and assumptions defined during the design process of this proposal within the Telecom Infra Project (TIP) OOPT MUST project.
+
+#### Common definitions
+- System-vendor = the O-OT host platform provider (e.g. muxponder shelf, router, switch) and system integrator including the network operating system of the O-OT
+- Manufacturer = Transceiver manufacturer (pluggable)
+- Bookended scenario definition.
+ - The System Vendor is the same in the two O-OTs.
+ - The O-OTs of the same system vendor might host different Transceiver manufacturers.
+ - Mode-ids are defined and maintained by the system vendor.
+ - Interoperability shall be guaranteed by the system vendor if the same mode-id is configured in the line interfaces /optical-channels of the two O-OTs.
+
+#### Assumptions
+- The **openconfig-terminal-device-properties.yang** is a standalone model which represents static properties of a given terminal device, including:
+ - **Operational-modes’ characteristic properties** on the transceiver configuration which characterize the mode (modulation-format, baud-rate, bit-rate, fec-format, filter…)
+ - **Mode-descriptors** which describe the transmission design properties (Tx/Rx properties + CHARacteristic properties) of the implementation of the mode conditioned by the HW platform (transceiver + linecard) (Rx/Tx-OSNR, CD/PMD tolerances, penalties…)
+ - **optical-channel’s configuration constraints** introduced by the HW implementation (min/max-central-frequency, min/max-output-power…)
+- The openconfig-terminal-device-properties.yang is a standalone model representing a given mode’s static properties. We shall avoid any reference btw the manifest files and the operational openconfig trees which change dynamically. In other words, the references between mode-descriptors and operational modes, shall be through absolute identifiers.
+
+
diff --git a/regexp-tests/openconfig-network-instance-types-test.yang b/regexp-tests/openconfig-network-instance-types-test.yang
index 9a4edf22d..9047cd777 100644
--- a/regexp-tests/openconfig-network-instance-types-test.yang
+++ b/regexp-tests/openconfig-network-instance-types-test.yang
@@ -13,6 +13,7 @@ module openconfig-network-instance-types-test {
pt:pattern-test-pass "99:4294967295";
pt:pattern-test-pass "999:999999999";
pt:pattern-test-pass "9999:99999999";
+ pt:pattern-test-fail "09999:99999999"; // regression: not canonical
pt:pattern-test-pass "65535:0";
pt:pattern-test-pass "59999:65536";
pt:pattern-test-pass "64999:4294967289";
@@ -24,6 +25,7 @@ module openconfig-network-instance-types-test {
pt:pattern-test-pass "65535:4289999999";
pt:pattern-test-pass "65535:4199999999";
pt:pattern-test-pass "65535:3999999999";
+ pt:pattern-test-pass "65535:2999999999"; // regression: [1-3][0-9]{9}, not just 3[0-9]{9}
pt:pattern-test-fail "0:4294967296";
pt:pattern-test-fail "65536:777777";
pt:pattern-test-fail "65540:777777";
@@ -52,6 +54,7 @@ module openconfig-network-instance-types-test {
pt:pattern-test-fail "1.1.1.1:65600";
pt:pattern-test-fail "1.1.1.1:66000";
pt:pattern-test-fail "1.1.1.1:70000";
+ pt:pattern-test-fail "1.1.1.1:09999"; // regression
pt:pattern-test-fail "256.255.255.255:99";
pt:pattern-test-fail "1.1.1.256:99";
pt:pattern-test-fail "256.1.1.1%eth0:99";
@@ -71,7 +74,9 @@ module openconfig-network-instance-types-test {
pt:pattern-test-pass "4293999999:65535";
pt:pattern-test-pass "4289999999:65535";
pt:pattern-test-pass "4199999999:65535";
+ pt:pattern-test-pass "1999999999:65535"; // regression
pt:pattern-test-pass "3999999999:65535";
+ pt:pattern-test-fail "3999999999:05535"; // regression
pt:pattern-test-fail "4294967296:0";
pt:pattern-test-fail "777777:65536";
pt:pattern-test-fail "777777:65540";
diff --git a/regexp-tests/openconfig-yang-types-test.yang b/regexp-tests/openconfig-yang-types-test.yang
index 2f6ca1ba6..6539ba6b7 100644
--- a/regexp-tests/openconfig-yang-types-test.yang
+++ b/regexp-tests/openconfig-yang-types-test.yang
@@ -5,6 +5,19 @@ module openconfig-yang-types-test {
import pattern-test { prefix "pt"; }
import openconfig-yang-types { prefix "oc-yang"; }
+ leaf hex-string-prefixed {
+ type oc-yang:hex-string-prefixed;
+ pt:pattern-test-pass "0x0000";
+ pt:pattern-test-pass "0xffff";
+ pt:pattern-test-pass "0xFFFF";
+ pt:pattern-test-pass "0x0123456789abcdefABCDEF";
+ pt:pattern-test-pass "0xFEDCBAfedcba9876543210";
+ pt:pattern-test-fail "0xg";
+ pt:pattern-test-fail "0xG";
+ pt:pattern-test-fail "0x0123456789abcdefABCDEFG";
+ pt:pattern-test-fail "0xFED0xba9876543210";
+ }
+
leaf hex-string {
type oc-yang:hex-string;
pt:pattern-test-pass "00000";
diff --git a/release/models/aft/openconfig-aft-common.yang b/release/models/aft/openconfig-aft-common.yang
index ac924b67c..50eac8d8f 100644
--- a/release/models/aft/openconfig-aft-common.yang
+++ b/release/models/aft/openconfig-aft-common.yang
@@ -23,7 +23,19 @@ submodule openconfig-aft-common {
"Submodule containing definitions of groupings that are re-used
across multiple contexts within the AFT model.";
- oc-ext:openconfig-version "2.5.0";
+ oc-ext:openconfig-version "2.7.0";
+
+ revision "2024-09-05" {
+ description
+ "Add encap-headers to AFT model.";
+ reference "2.7.0";
+ }
+
+ revision "2024-04-25" {
+ description
+ "Add backup-active to AFT NHG state.";
+ reference "2.6.0";
+ }
revision "2024-01-26" {
description
@@ -211,38 +223,212 @@ submodule openconfig-aft-common {
container ip-in-ip {
description
- "When specified, the packet has an IP-in-IP header applied to it before
- forwarding to the specified next-hop.";
+ "When specified, the packet has an IP-in-IP header applied to it
+ before forwarding to the specified next-hop.
+
+ This node must be supported in addition to the
+ encap-headers/encap-header tree. A future release of OpenConfig
+ will deprecate this node in favor of the
+ encap-headers/encap-header subtree.";
container state {
config false;
description
"State parameters relating to IP-in-IP encapsulation.";
- uses aft-common-entry-nexthop-ipip-state;
+
+ uses aft-common-entry-nexthop-ip-state;
}
}
container gre {
description
"When specified, the packet has an GRE
- (Generic Routing Encapsulation)header applied to
+ (Generic Routing Encapsulation) header applied to
it before forwarding to the specified next-hop.
encapsulate-header leaf should be set to GRE for this
- to apply";
+ to apply.
+
+ This node must be supported in addition to the
+ encap-headers/encap-header tree. A future release of OpenConfig
+ will deprecate this node in favor of the
+ encap-headers/encap-header subtree.";
container state {
config false;
description
"State parameters relating to GRE encapsulation.";
+
uses aft-common-entry-nexthop-gre-state;
}
}
+ container encap-headers {
+ description
+ "Container for packet encapsulation headers. When leaves in this
+ container are populated, it indicates encapsulation of the packet
+ matching the next-hop is performed using a stack of one or more
+ headers defined in the list encap-header.
+
+ Each entry in the list must indicate an encapsulation type and
+ populate a container with the parameters for that encapsulation
+ header.";
+
+ list encap-header {
+ description
+ "A list of headers added on top of a packet ordered by the
+ index value. The inner-most header is the 0th value and is
+ adjacent to the original packet. Additional headers may be
+ added in index order.
+
+ For example, in an encapsulation stack for MPLS in UDPv4, the
+ first index in the list is the MPLS header and the second
+ index is a UDPv4 header.";
+
+ key "index";
+
+ leaf index {
+ type leafref {
+ path "../state/index";
+ }
+ description
+ "A unique index identifying an encapsulation header in a stack
+ of encapsulation headers.";
+ }
+
+ container state {
+ description
+ "State parameters relating to encapsulation headers.";
+
+ uses aft-common-nexthop-encap-headers-state;
+ }
+
+ container gre {
+ when "../state/type = 'oc-aftt:GRE'";
+ description
+ "Container of nodes for GRE encapsulation.";
+
+ container state {
+ description
+ "State parameters relating to GRE encapsulation headers.";
+
+ uses aft-common-entry-nexthop-gre-state;
+ }
+ }
+
+ container ipv4 {
+ when "../state/type = 'oc-aftt:IPV4'";
+ description
+ "Container of nodes for UDP in IPv4 encapsulation. When this
+ container is used, an IPv4 packet with no transport header
+ is added to the encapsulation list.";
+
+ container state {
+ description
+ "State parameters relating to IP encapsulation headers.";
+
+ uses aft-common-entry-nexthop-ip-state;
+ }
+ }
+
+ container ipv6 {
+ when "../state/type = 'oc-aftt:IPV6'";
+ description
+ "Container of nodes for UDP in IPv6 encapsulation. When this
+ container is used, an IPv6 packet with no transport header
+ is added to the encapsulation list.";
+
+ container state {
+ description
+ "State parameters relating to IP encapsulation headers.";
+
+ uses aft-common-entry-nexthop-ip-state;
+ }
+ }
+
+ container mpls {
+ when "../state/type = 'oc-aftt:MPLS'";
+ description
+ "Container of nodes for MPLS encapsulation.";
+
+ container state {
+ description
+ "State parameters relating to MPLS encapsulation headers.";
+
+ uses aft-common-entry-nexthop-mpls-state;
+ }
+ }
+
+ container udp-v4 {
+ when "../state/type = 'oc-aftt:UDPV4'";
+ description
+ "Container of nodes for UDP in IPv4 encapsulation. When this
+ container is used, an IPv4 header with a UDP header is added
+ to the encapsulation list.";
+
+ container state {
+ description
+ "State parameters relating to UDP in IPv4 encapsulation
+ headers.";
+
+ uses aft-common-entry-nexthop-encap-udp-state;
+ }
+ }
+
+ container udp-v6 {
+ when "../state/type = 'oc-aftt:UDPV6'";
+ description
+ "Container of nodes for UDP in IPv6 encapsulation. When this
+ container is used, an IPv6 header with a UDP header is added
+ to the encapsulation list.";
+
+ container state {
+ description
+ "State parameters relating to UDP in IPv6 encapsulation
+ headers.";
+
+ uses aft-common-entry-nexthop-encap-udp-state;
+ }
+ }
+
+ container vxlan {
+ when "../state/type = 'oc-aftt:VXLAN'";
+ description
+ "Container of nodes for VXLAN encapsulation.";
+
+ container state {
+ description
+ "State parameters relating to VXLAN encapsulation headers.";
+
+ uses aft-common-entry-nexthop-vxlan-state;
+ }
+ }
+
+ }
+ }
+
uses oc-if:interface-ref-state;
}
}
}
+ grouping aft-common-nexthop-encap-headers-state {
+ description
+ "Operational state parameters relating to encapsulation headers.";
+
+ leaf index {
+ type uint8;
+ description
+ "A pointer to an entry in an ordered list of encapsulation headers.";
+ }
+
+ leaf type {
+ type oc-aftt:encapsulation-header-type;
+ description
+ "Defines which type of packet header should be used.";
+ }
+
+ }
+
grouping aft-common-entry-state {
description
"Operational state parameters relating to a forwarding entry";
@@ -288,14 +474,24 @@ submodule openconfig-aft-common {
"Where applicable, the next hop label representing the virtual
network identifier (VNI) for the forwarding entry. This leaf is
applicable only to next-hops which include VXLAN encapsulation
- header information";
+ header information.
+
+ This node must be supported in addition to the
+ encap-headers/encap-header tree. A future release of OpenConfig
+ will deprecate this node in favor of the
+ encap-headers/encap-header subtree.";
}
leaf tunnel-src-ip-address {
type oc-inet:ip-address;
description
"Where applicable this represents the vxlan tunnel source ip address.
- For VXLAN this represents the source VTEP ip address";
+ For VXLAN this represents the source VTEP IP address.
+
+ This node must be supported in addition to the
+ encap-headers/encap-header tree. A future release of OpenConfig
+ will deprecate this node in favor of the
+ encap-headers/encap-header subtree.";
}
}
@@ -342,7 +538,7 @@ submodule openconfig-aft-common {
default false;
description
"Flag that controls pop action, i.e., the top-most MPLS label
- should be popped from the packet when switched by the system.
+ should be popped from the packet when switched by the system.
The top-most MPLS label associated with pop action is equal to
the label key used in 'mpls' AFT 'label-entry' list.";
@@ -366,8 +562,12 @@ submodule openconfig-aft-common {
system re-ordering of leaves is permitted by the system.
A swap operation is reflected by entries in the
- popped-mpls-label-stack and pushed-mpls-label-stack nodes.";
+ popped-mpls-label-stack and pushed-mpls-label-stack nodes.
+ This node must be supported in addition to the
+ encap-headers/encap-header tree. A future release of OpenConfig
+ will deprecate this node in favor of the
+ encap-headers/encap-header subtree.";
}
leaf encapsulate-header {
@@ -375,7 +575,12 @@ submodule openconfig-aft-common {
description
"When forwarding a packet to the specified next-hop the local
system performs an encapsulation of the packet - adding the
- specified header type.";
+ specified header type.
+
+ This node must be supported in addition to the
+ encap-headers/encap-header tree. A future release of OpenConfig
+ will deprecate this node in favor of the
+ encap-headers/encap-header subtree.";
}
leaf decapsulate-header {
@@ -393,9 +598,9 @@ submodule openconfig-aft-common {
uses aft-common-install-protocol;
}
- grouping aft-common-entry-nexthop-ipip-state {
+ grouping aft-common-entry-nexthop-ip-state {
description
- "IP-in-IP encapsulation applied on a next-hop";
+ "IP encapsulation applied on a next-hop";
leaf src-ip {
type oc-inet:ip-address;
@@ -438,6 +643,115 @@ submodule openconfig-aft-common {
}
}
+ grouping aft-common-entry-nexthop-mpls-state {
+ description
+ "MPLS encapsulation of a packet.";
+
+ leaf traffic-class {
+ type oc-mplst:mpls-tc;
+ description
+ "The value of the MPLS traffic class (TC) bits, formerly known as the
+ EXP bits.";
+ }
+
+ leaf-list mpls-label-stack {
+ type oc-mplst:mpls-label;
+ ordered-by user;
+ description
+ "A stack of MPLS label values. The first entry in the list is the
+ label at the bottom of the stack. The bottom of the stack is adjacent
+ to the MPLS payload.
+
+ For example, a packet with a label stack of two labels, the bottom
+ label being 42 and the top label being 8072 will be represented with
+ a leaf-list of [42, 8072]. The resulting packet, starting with the
+ beginning of the packet will be '[8072][42][Payload]'.
+
+ Note: a swap operation is reflected by entries in the
+ popped-mpls-label-stack and the pushed-mpls-label-stack";
+ }
+ }
+
+
+ grouping aft-common-entry-nexthop-encap-udp-state {
+ description
+ "UDP encapsulation applied on top of a packet.";
+
+ leaf src-ip {
+ type oc-inet:ip-address;
+ description
+ "The source IP address for IP/UDP encapsulation.";
+ }
+
+ leaf dst-ip {
+ type oc-inet:ip-address;
+ description
+ "Destination IP address for IP/UDP encapsulation.";
+ }
+
+ leaf dscp {
+ type oc-inet:dscp;
+ description
+ "DSCP value to use for the UDP header of the encapsulated
+ packet.";
+ }
+
+ leaf src-udp-port {
+ type oc-inet:port-number;
+ description
+ "Source UDP port number to use for the UDP header of the encapsulated
+ packet. The source UDP port should be derived from the payload
+ packet entropy. The exact methodology is implementation dependent,
+ but for example, the port could be derived from an entropy hash of
+ the payload or the source port (if present) of the payload.";
+ }
+
+ leaf dst-udp-port {
+ type oc-inet:port-number;
+ description
+ "Source UDP port number to use for the UDP header of the encapsulated
+ packet.
+
+ When the payload packet is MPLS, then RFC 7510 - Encapsulating MPLS
+ in UDP should be followed.";
+ reference
+ "RFC 7510 - Encapsulating MPLS in UDP specifies that 6635 must be
+ used for MPLS-in-UDP and 6636 must be used for MPLS-in-UDP with DTLS.
+ Because of this condition, no default is defined in OpenConfig. The
+ system is expected to utilize the appropriate port.";
+ }
+
+ leaf ip-ttl {
+ type uint8;
+ description
+ "This leaf reflects the configured/default IP TTL value that is used
+ in the outer header during packet encapsulation. When this leaf is
+ not set, the TTL value of the inner packet is copied over as the
+ outer packet's IP TTL value during encapsulation.";
+ }
+ }
+
+ grouping aft-common-entry-nexthop-vxlan-state {
+ description
+ "VXLAN encapsulation applied on top of a packet.";
+
+ leaf vni-label {
+ type oc-evpn-types:evi-id;
+ description
+ "Where applicable, the next hop label representing the virtual
+ network identifier (VNI) for the forwarding entry. This leaf is
+ applicable only to next-hops which include VXLAN encapsulation
+ header information";
+ }
+
+ leaf tunnel-src-ip-address {
+ type oc-inet:ip-address;
+ description
+ "Where applicable this represents the vxlan tunnel source ip address.
+ For VXLAN this represents the source VTEP ip address";
+ }
+ }
+
grouping aft-common-install-protocol {
description
"Grouping for a common reference to the protocol which
@@ -693,6 +1007,20 @@ submodule openconfig-aft-common {
entries within the next-hop group become unusable, the backup
next-hop group is used if specified.";
}
+
+ leaf backup-active {
+ type boolean;
+ default false;
+ description
+ "Set to true if and only if the device no longer forwards traffic
+ using the primary NextHops of this NextHopGroup and instead uses
+ the specified backup-next-hop-group. This leaf should be set to
+ false if the backup-next-hop-group is either unspecified or unused
+ by the device.";
+ }
+
+
+
}
grouping aft-nhg-nh-state {
diff --git a/release/models/aft/openconfig-aft-ethernet.yang b/release/models/aft/openconfig-aft-ethernet.yang
index 2845c9383..3fbe6edab 100644
--- a/release/models/aft/openconfig-aft-ethernet.yang
+++ b/release/models/aft/openconfig-aft-ethernet.yang
@@ -20,7 +20,19 @@ submodule openconfig-aft-ethernet {
"Submodule containing definitions of groupings for the abstract
forwarding tables for Ethernet.";
- oc-ext:openconfig-version "2.5.0";
+ oc-ext:openconfig-version "2.7.0";
+
+ revision "2024-07-18" {
+ description
+ "Add container for mpls-in-udp under next-hops aft entry state.";
+ reference "2.7.0";
+ }
+
+ revision "2024-04-25" {
+ description
+ "Add backup-active to AFT NHG state.";
+ reference "2.6.0";
+ }
revision "2024-01-26" {
description
diff --git a/release/models/aft/openconfig-aft-ipv4.yang b/release/models/aft/openconfig-aft-ipv4.yang
index f6152aca8..87fb7e6fa 100644
--- a/release/models/aft/openconfig-aft-ipv4.yang
+++ b/release/models/aft/openconfig-aft-ipv4.yang
@@ -20,7 +20,19 @@ submodule openconfig-aft-ipv4 {
"Submodule containing definitions of groupings for the abstract
forwarding tables for IPv4.";
- oc-ext:openconfig-version "2.5.0";
+ oc-ext:openconfig-version "2.7.0";
+
+ revision "2024-09-05" {
+ description
+ "Add encapsulate-stack under aft next-hops.";
+ reference "2.7.0";
+ }
+
+ revision "2024-04-25" {
+ description
+ "Add backup-active to AFT NHG state.";
+ reference "2.6.0";
+ }
revision "2024-01-26" {
description
diff --git a/release/models/aft/openconfig-aft-ipv6.yang b/release/models/aft/openconfig-aft-ipv6.yang
index 1976a7271..765830cd5 100644
--- a/release/models/aft/openconfig-aft-ipv6.yang
+++ b/release/models/aft/openconfig-aft-ipv6.yang
@@ -20,7 +20,19 @@ submodule openconfig-aft-ipv6 {
"Submodule containing definitions of groupings for the abstract
forwarding tables for IPv6.";
- oc-ext:openconfig-version "2.5.0";
+ oc-ext:openconfig-version "2.7.0";
+
+ revision "2024-07-18" {
+ description
+ "Add container for mpls-in-udp under next-hops aft entry state.";
+ reference "2.7.0";
+ }
+
+ revision "2024-04-25" {
+ description
+ "Add backup-active to AFT NHG state.";
+ reference "2.6.0";
+ }
revision "2024-01-26" {
description
diff --git a/release/models/aft/openconfig-aft-mpls.yang b/release/models/aft/openconfig-aft-mpls.yang
index 77091afa4..c99e1c58f 100644
--- a/release/models/aft/openconfig-aft-mpls.yang
+++ b/release/models/aft/openconfig-aft-mpls.yang
@@ -21,20 +21,24 @@ submodule openconfig-aft-mpls {
"Submodule containing definitions of groupings for the abstract
forwarding table for MPLS label forwarding.";
- oc-ext:openconfig-version "2.5.0";
+ oc-ext:openconfig-version "2.7.0";
- revision "2024-01-26" {
+ revision "2024-09-05" {
description
- "Add gre container under next-hops aft entry state.
- Add src-ip, dst-ip and ttl under gre aft entry state
- for telemetry.";
- reference "2.5.0";
+ "Add encapsulate-stack under aft next-hops.";
+ reference "2.7.0";
}
- revision "2023-09-26" {
+ revision "2024-04-25" {
description
- "Add next-hop-group-name in NHG AFT entry state.";
- reference "2.4.0";
+ "Add backup-active to AFT NHG state.";
+ reference "2.6.0";
+ }
+
+ revision "2024-04-25" {
+ description
+ "Add backup-active to AFT NHG state.";
+ reference "2.5.0";
}
revision "2023-04-19" {
diff --git a/release/models/aft/openconfig-aft-pf.yang b/release/models/aft/openconfig-aft-pf.yang
index fc72ece6e..9980ad5f0 100644
--- a/release/models/aft/openconfig-aft-pf.yang
+++ b/release/models/aft/openconfig-aft-pf.yang
@@ -28,7 +28,19 @@ submodule openconfig-aft-pf {
fields other than the destination address that is used in
other forwarding tables.";
- oc-ext:openconfig-version "2.5.0";
+ oc-ext:openconfig-version "2.7.0";
+
+ revision "2024-07-18" {
+ description
+ "Add container for mpls-in-udp under next-hops aft entry state.";
+ reference "2.7.0";
+ }
+
+ revision "2024-04-25" {
+ description
+ "Add backup-active to AFT NHG state.";
+ reference "2.6.0";
+ }
revision "2024-01-26" {
description
diff --git a/release/models/aft/openconfig-aft-state-synced.yang b/release/models/aft/openconfig-aft-state-synced.yang
index 166ad7ead..fbe6eb5ca 100644
--- a/release/models/aft/openconfig-aft-state-synced.yang
+++ b/release/models/aft/openconfig-aft-state-synced.yang
@@ -16,7 +16,19 @@ submodule openconfig-aft-state-synced {
"Submodule containing definitions of groupings for the state
synced signals corresponding to various abstract forwarding tables.";
- oc-ext:openconfig-version "2.5.0";
+ oc-ext:openconfig-version "2.7.0";
+
+ revision "2024-07-18" {
+ description
+ "Add container for mpls-in-udp under next-hops aft entry state.";
+ reference "2.7.0";
+ }
+
+ revision "2024-04-25" {
+ description
+ "Add backup-active to AFT NHG state.";
+ reference "2.6.0";
+ }
revision "2024-01-26" {
description
diff --git a/release/models/aft/openconfig-aft-types.yang b/release/models/aft/openconfig-aft-types.yang
index 4b7fc8f64..56d920b5f 100644
--- a/release/models/aft/openconfig-aft-types.yang
+++ b/release/models/aft/openconfig-aft-types.yang
@@ -16,7 +16,13 @@ module openconfig-aft-types {
"Types related to the OpenConfig Abstract Forwarding
Table (AFT) model";
- oc-ext:openconfig-version "1.1.0";
+ oc-ext:openconfig-version "1.2.0";
+
+ revision "2024-07-18" {
+ description
+ "Add MPLS in UDP enums for encapsulate-header.";
+ reference "1.2.0";
+ }
revision "2022-05-05" {
description
@@ -89,6 +95,10 @@ module openconfig-aft-types {
description
"The encapsulation header is a VXLAN packet header";
}
+ enum UDP {
+ description
+ "The encapsulation header is UDP packet header.";
+ }
}
description
"Types of tunnel encapsulation that are supported by systems as either
diff --git a/release/models/aft/openconfig-aft.yang b/release/models/aft/openconfig-aft.yang
index 011956948..de3ce202e 100644
--- a/release/models/aft/openconfig-aft.yang
+++ b/release/models/aft/openconfig-aft.yang
@@ -42,7 +42,19 @@ module openconfig-aft {
is referred to as an Abstract Forwarding Table (AFT), rather than
the FIB.";
- oc-ext:openconfig-version "2.5.0";
+ oc-ext:openconfig-version "2.7.0";
+
+ revision "2024-09-05" {
+ description
+ "Add encapsulate-stack under aft next-hops.";
+ reference "2.7.0";
+ }
+
+ revision "2024-04-25" {
+ description
+ "Add backup-active to AFT NHG state.";
+ reference "2.6.0";
+ }
revision "2024-01-26" {
description
diff --git a/release/models/bgp/openconfig-bgp-common-multiprotocol.yang b/release/models/bgp/openconfig-bgp-common-multiprotocol.yang
index 705019c01..884bbe8be 100644
--- a/release/models/bgp/openconfig-bgp-common-multiprotocol.yang
+++ b/release/models/bgp/openconfig-bgp-common-multiprotocol.yang
@@ -24,7 +24,13 @@ submodule openconfig-bgp-common-multiprotocol {
for multiple protocols in BGP. The groupings are common across
multiple contexts.";
- oc-ext:openconfig-version "9.7.1";
+ oc-ext:openconfig-version "9.8.0";
+
+ revision "2024-09-06" {
+ description
+ "Restore NONE enum value for community-type.";
+ reference "9.8.0";
+ }
revision "2023-12-28" {
description
diff --git a/release/models/bgp/openconfig-bgp-common-structure.yang b/release/models/bgp/openconfig-bgp-common-structure.yang
index e737d9d13..8aee8797b 100644
--- a/release/models/bgp/openconfig-bgp-common-structure.yang
+++ b/release/models/bgp/openconfig-bgp-common-structure.yang
@@ -21,7 +21,13 @@ submodule openconfig-bgp-common-structure {
"This sub-module contains groupings that are common across multiple BGP
contexts and provide structure around other primitive groupings.";
- oc-ext:openconfig-version "9.7.1";
+ oc-ext:openconfig-version "9.8.0";
+
+ revision "2024-09-06" {
+ description
+ "Restore NONE enum value for community-type.";
+ reference "9.8.0";
+ }
revision "2023-12-28" {
description
diff --git a/release/models/bgp/openconfig-bgp-common.yang b/release/models/bgp/openconfig-bgp-common.yang
index fe3f82477..ac1a3983f 100644
--- a/release/models/bgp/openconfig-bgp-common.yang
+++ b/release/models/bgp/openconfig-bgp-common.yang
@@ -24,7 +24,13 @@ submodule openconfig-bgp-common {
may be application to a subset of global, peer-group or neighbor
contexts.";
- oc-ext:openconfig-version "9.7.1";
+ oc-ext:openconfig-version "9.8.0";
+
+ revision "2024-09-06" {
+ description
+ "Restore NONE enum value for community-type.";
+ reference "9.8.0";
+ }
revision "2023-12-28" {
description
@@ -326,9 +332,10 @@ submodule openconfig-bgp-common {
leaf-list send-community-type {
type oc-bgp-types:community-type;
description
- "Specify which types of community should be sent to the
- neighbor or group. The default is to not send the
- community attribute";
+ "Specify which types of community should be sent to the neighbor or
+ group. The default is to not send the community attribute. Note, if
+ the NONE community-type is specified, no other types must be
+ specified.";
}
leaf description {
diff --git a/release/models/bgp/openconfig-bgp-errors.yang b/release/models/bgp/openconfig-bgp-errors.yang
index 662395606..53372afc7 100644
--- a/release/models/bgp/openconfig-bgp-errors.yang
+++ b/release/models/bgp/openconfig-bgp-errors.yang
@@ -18,7 +18,13 @@ submodule openconfig-bgp-errors {
"This module defines BGP NOTIFICATION message error codes
and subcodes";
- oc-ext:openconfig-version "6.0.0";
+ oc-ext:openconfig-version "6.1.0";
+
+ revision "2024-09-06" {
+ description
+ "Restore NONE enum value for community-type.";
+ reference "6.1.0";
+ }
revision "2024-01-31" {
description
diff --git a/release/models/bgp/openconfig-bgp-global.yang b/release/models/bgp/openconfig-bgp-global.yang
index 28e73bac5..9a1480182 100644
--- a/release/models/bgp/openconfig-bgp-global.yang
+++ b/release/models/bgp/openconfig-bgp-global.yang
@@ -27,7 +27,13 @@ submodule openconfig-bgp-global {
"This sub-module contains groupings that are specific to the
global context of the OpenConfig BGP module";
- oc-ext:openconfig-version "9.7.1";
+ oc-ext:openconfig-version "9.8.0";
+
+ revision "2024-09-06" {
+ description
+ "Restore NONE enum value for community-type.";
+ reference "9.8.0";
+ }
revision "2023-12-28" {
description
diff --git a/release/models/bgp/openconfig-bgp-neighbor.yang b/release/models/bgp/openconfig-bgp-neighbor.yang
index 3087ae03c..ddcef2e8b 100644
--- a/release/models/bgp/openconfig-bgp-neighbor.yang
+++ b/release/models/bgp/openconfig-bgp-neighbor.yang
@@ -30,7 +30,13 @@ submodule openconfig-bgp-neighbor {
"This sub-module contains groupings that are specific to the
neighbor context of the OpenConfig BGP module.";
- oc-ext:openconfig-version "9.7.1";
+ oc-ext:openconfig-version "9.8.0";
+
+ revision "2024-09-06" {
+ description
+ "Restore NONE enum value for community-type.";
+ reference "9.8.0";
+ }
revision "2023-12-28" {
description
diff --git a/release/models/bgp/openconfig-bgp-peer-group.yang b/release/models/bgp/openconfig-bgp-peer-group.yang
index 9091e68e1..aba5163ac 100644
--- a/release/models/bgp/openconfig-bgp-peer-group.yang
+++ b/release/models/bgp/openconfig-bgp-peer-group.yang
@@ -25,7 +25,13 @@ submodule openconfig-bgp-peer-group {
"This sub-module contains groupings that are specific to the
peer-group context of the OpenConfig BGP module.";
- oc-ext:openconfig-version "9.7.1";
+ oc-ext:openconfig-version "9.8.0";
+
+ revision "2024-09-06" {
+ description
+ "Restore NONE enum value for community-type.";
+ reference "9.8.0";
+ }
revision "2023-12-28" {
description
diff --git a/release/models/bgp/openconfig-bgp-policy.yang b/release/models/bgp/openconfig-bgp-policy.yang
index 03dd2ab8d..f4c0c18c4 100644
--- a/release/models/bgp/openconfig-bgp-policy.yang
+++ b/release/models/bgp/openconfig-bgp-policy.yang
@@ -28,7 +28,15 @@ module openconfig-bgp-policy {
It augments the base routing-policy module with BGP-specific
options for conditions and actions.";
- oc-ext:openconfig-version "7.0.0";
+ oc-ext:openconfig-version "7.1.0";
+
+ revision "2024-07-02" {
+ description
+ "Add ext-community-count container, which also clarifies that
+ community-count does not include other types of communities (e.g.
+ extended).";
+ reference "7.1.0";
+ }
revision "2024-01-31" {
description
@@ -384,28 +392,52 @@ module openconfig-bgp-policy {
grouping community-count-config {
description
- "Configuration data for community count condition";
+ "Configuration data for different community count conditions";
uses oc-pol-types:attribute-compare-operators;
}
grouping community-count-state {
description
- "Operational state data for community count condition";
+ "Operational state data for different community count conditions";
}
grouping community-count-top {
description
- "Top-level grouping for community count condition";
+ "Top-level grouping for different community count conditions";
container community-count {
description
"Value and comparison operations for conditions based on the
- number of communities in the route update";
+ number of regular communities in the route update.";
+
+ container config {
+ description
+ "Configuration data for regular community count condition";
+
+ uses community-count-config;
+ }
+
+ container state {
+
+ config false;
+
+ description
+ "Operational state data for regular community count condition";
+
+ uses community-count-config;
+ uses community-count-state;
+ }
+ }
+
+ container ext-community-count {
+ description
+ "Value and comparison operations for conditions based on the
+ number of extended communities in the route update.";
container config {
description
- "Configuration data for community count condition";
+ "Configuration data for extended community count condition";
uses community-count-config;
}
@@ -415,7 +447,7 @@ module openconfig-bgp-policy {
config false;
description
- "Operational state data for community count condition";
+ "Operational state data for extended community count condition";
uses community-count-config;
uses community-count-state;
diff --git a/release/models/bgp/openconfig-bgp-types.yang b/release/models/bgp/openconfig-bgp-types.yang
index 2a9298a6a..57b8e9b65 100644
--- a/release/models/bgp/openconfig-bgp-types.yang
+++ b/release/models/bgp/openconfig-bgp-types.yang
@@ -24,7 +24,13 @@ module openconfig-bgp-types {
policy. It can be imported by modules that make use of BGP
attributes";
- oc-ext:openconfig-version "6.0.0";
+ oc-ext:openconfig-version "6.1.0";
+
+ revision "2024-09-06" {
+ description
+ "Restore NONE enum value for community-type.";
+ reference "6.1.0";
+ }
revision "2024-02-01" {
description
@@ -795,10 +801,8 @@ module openconfig-bgp-types {
}
enum NONE {
description
- "Do not send any community attribute.
- This value has been deprecated because the node is now
- a leaf-list.";
- status deprecated;
+ "Do not send any community attribute. If this value is present
+ then the other community-types must not be present.";
}
}
description
diff --git a/release/models/bgp/openconfig-bgp.yang b/release/models/bgp/openconfig-bgp.yang
index de65238c9..054f3cdd9 100644
--- a/release/models/bgp/openconfig-bgp.yang
+++ b/release/models/bgp/openconfig-bgp.yang
@@ -68,7 +68,13 @@ module openconfig-bgp {
whereas leaf not present inherits its value from the leaf present
at the next higher level in the hierarchy.";
- oc-ext:openconfig-version "9.7.1";
+ oc-ext:openconfig-version "9.8.0";
+
+ revision "2024-09-06" {
+ description
+ "Restore NONE enum value for community-type.";
+ reference "9.8.0";
+ }
revision "2023-12-28" {
description
diff --git a/release/models/devices-manifest/openconfig-terminal-device-properties.yang b/release/models/devices-manifest/openconfig-terminal-device-properties.yang
index 85bf510a8..862676c40 100644
--- a/release/models/devices-manifest/openconfig-terminal-device-properties.yang
+++ b/release/models/devices-manifest/openconfig-terminal-device-properties.yang
@@ -35,10 +35,18 @@ module openconfig-terminal-device-properties {
the OTSi (OTSiMC). It also includes (optional) aspects such as
filter characterization, CD and DGD tolerance.";
- oc-ext:openconfig-version "0.1.2";
+ oc-ext:openconfig-version "0.2.0";
// Revisions
+ revision "2024-05-28" {
+ description "Comprehensive model update to undertake the limitations
+ of the first version of the model, such the introduction of modes
+ dependencies on hardware components and the interoperability information
+ between terminal devices, linecards, transceviers and modes.";
+ reference "0.2.0";
+ }
+
revision "2024-05-15" {
description
"Fix yang namespace URI to openconfig.net.";
@@ -131,15 +139,6 @@ module openconfig-terminal-device-properties {
It may vary depending on the modulation format used in the
associated transmission mode (operational-mode).";
}
- leaf pre-fec-ber-threshold {
- type decimal64 {
- fraction-digits 18;
- }
- units bit-errors-per-second;
- description
- "Threshold on the PRE-FEC-BER, for which FEC code is able to
- correct errors.";
- }
}
grouping filter-attributes-top {
@@ -237,46 +236,22 @@ module openconfig-terminal-device-properties {
}
}
- grouping operational-mode-descriptor-explicit-capabilities-state {
+ grouping mode-descriptor-design-properties-state {
description
- "Operational-mode capabilities leafs.";
-
- leaf modulation-format {
- type union {
- type string;
- type oc-opt-term-prop-types:modulation-format;
- }
- description
- "Optical modulation format associated to the mode. The
- modulation format associated to the optical signal.";
- }
-
- leaf bit-rate {
- type oc-opt-term-prop-types:bit-rate;
- description
- "Rounded bit rate of the tributary signal delivered by the
- optical channel associated to the specific operational mode.
- Exact bit rate will be refined by protocol selection at the
- associated tributary logical channel.";
- }
-
- leaf baud-rate {
- type decimal64 {
- fraction-digits 2;
- }
- units Bd;
- description
- "Baud-rate or symbol rate.";
- }
-
- leaf optical-channel-spectrum-width {
- type decimal64 {
- fraction-digits 2;
- }
- units GHz;
+ "For each given mode supported by the device there might be
+ one or multiple implementations related to the transceiver hardware
+ modules which implements the mode. For a given implementation,
+ a set of design properties are represented within the mode-descriptor
+ data structure, which is identified by a unique local identifier.
+ A mode-descriptor shall uniquely characterize a given operational mode
+ implemented by a given transceiver component described within the
+ terminal-device manfiest file.";
+
+ leaf mode-descriptor-id {
+ type uint16;
description
- "Spectrum width of the optical channel associated to this
- operational mode, calculated as the baud-rate*(1+roll-off).";
+ "Two-octet encoding of the vendor-defined operational
+ mode";
}
leaf min-tx-osnr {
@@ -357,9 +332,19 @@ module openconfig-terminal-device-properties {
optical channel associated to the associated transmission mode
(operational model), expressed in decibels (dB)";
}
+
+ leaf pre-fec-ber-threshold {
+ type decimal64 {
+ fraction-digits 18;
+ }
+ units bit-errors-per-second;
+ description
+ "Threshold on the PRE-FEC-BER, for which FEC code is able to
+ correct errors.";
+ }
}
- grouping operational-mode-descriptor-explicit-top {
+ grouping operational-mode-descriptor-design-properties-top {
description
"Definition of proprietary or non-standard operational-modes, which can be
uniformly characterized by the set of attributes included in their
@@ -369,150 +354,172 @@ module openconfig-terminal-device-properties {
allowed values to be configured at the oc-component:optical-channel instance
configured to this mode.";
- container explicit-mode {
+ container mode-descriptors {
description
"Explicit definition of the operational-mode. Typically this is used
for non-standard/proprietary modes defined by the terminal-device
vendor and it is self-described by the capabilities included in
the subtree underneath.";
- container operational-mode-capabilities{
+ list mode-descriptor{
+ key "mode-descriptor-id";
description
- "Set of attributes which characterizes the operational-mode for optimal
- optical-channel transmission and receiver functions. This attributes
- are intending to describe all the relevant data used during the
- network planning phase, to estimate the physical-impairment
- tolerances which can be introduced by the DWDM optical path,
- while assuring optimal transmission function.";
+ "";
+ leaf mode-descriptor-id {
+ type leafref {
+ path "../state/mode-descriptor-id";
+ }
+ description
+ "Reference to mode-descriptor-id";
+ }
container state {
config false;
description
- "Operational-mode explicit mode capabilities state container.";
-
- uses operational-mode-descriptor-explicit-capabilities-state;
+ "Mode-descriptor state attributes top container.";
+ uses mode-descriptor-design-properties-state;
}
- container fec {
- description
- "The Forward Error Coding (FEC) coding schema used,
- including the name, overhead, pre-fec-ber threshold and
- gain properties.";
+ uses operational-mode-descriptor-penalties-top;
+ uses operational-mode-descriptor-interoperable-modes-top;
+ }
+ }
+ }
- container state {
- config false;
- description
- "FEC state attributes top container.";
+ grouping interoperable-mode-properties-state {
+ description
+ "System-defined configuration data for component properties";
- uses fec-codes-attributes;
- }
+ leaf name {
+ type string;
+ description
+ "System-supplied name of the property -- this is typically
+ non-configurable";
+ }
+
+ leaf value {
+ type union {
+ type string;
+ type boolean;
+ type int64;
+ type uint64;
+ type decimal64 {
+ fraction-digits 2;
}
+ }
+ description
+ "Property values can take on a variety of types. Signed and
+ unsigned integer types may be provided in smaller sizes,
+ e.g., int8, uint16, etc.";
+ }
+ }
- container penalties {
- description
- "Enconsing list's container.";
+ grouping operational-mode-descriptor-interoperable-mode-state {
+ description
+ "Interoperable mode features attributes grouping.";
- list penalty {
- key "parameter-and-unit up-to-boundary";
- description
- "Penalties includes contributions from different impairments including
- cd, pmd, low RX Power, pdl,...
- - For parameter values below lowest up-to-boundary value, the penalty is 0.
- - For parameter values between lowest and highest up-to-boundary
- values, penalty could be linearly interpolated.
- - For parameter values above highest up-to-boundary value, the penalty is the one
- included within penalty-value attribute associated to the highest up-to-boundary";
-
- leaf parameter-and-unit {
- type leafref {
- path "../state/parameter-and-unit";
- }
- description
- "Impairment and unit leading to the penalty (i.e., cd-ps)";
- }
-
- leaf up-to-boundary {
- type leafref {
- path "../state/up-to-boundary";
- }
- description
- "defines the upper (for positive values) and lower (for negative values)
- limit for which the penalty value is valid.";
- }
-
- container state {
- config false;
- description
- "Penalties list element's state attributes top container.";
- uses penalties-list-element-attributes;
- }
- }
- }
+ leaf mode-name {
+ type string;
+ description
+ "Public well-know free-format name reference to the mode name.";
+ }
- container filter {
- description
- "This container includes information which characterises the filter at
- transceiver transmission for the given operational-mode.";
+ leaf publisher-organization {
+ type union {
+ type string;
+ type oc-opt-term-prop-types:interoperability-modes-organization;
+ }
+ description
+ "Name of the organization, standard body, Multi-Source Agreement, or
+ open source project, responsible of the definition of the interoperable
+ mode.";
+ }
+ }
+ grouping operational-mode-descriptor-penalties-top {
+ description
+ "Top container grouping for operational-mode-descriptor.";
+ container penalties {
+ description
+ "Enconsing list's container.";
- container state {
- config false;
- description
- "Filter's state attributes top container.";
- uses filter-attributes-top;
+ list penalty {
+ key "parameter-and-unit up-to-boundary";
+ description
+ "Penalties includes contributions from different impairments including
+ cd, pmd, low RX Power, pdl,...
+ - For parameter values below lowest up-to-boundary value, the penalty is 0.
+ - For parameter values between lowest and highest up-to-boundary
+ values, penalty could be linearly interpolated.
+ - For parameter values above highest up-to-boundary value, the penalty is the one
+ included within penalty-value attribute associated to the highest up-to-boundary";
+
+ leaf parameter-and-unit {
+ type leafref {
+ path "../state/parameter-and-unit";
}
+ description
+ "Impairment and unit leading to the penalty (i.e., cd-ps)";
}
- }
- container optical-channel-config-value-constraints{
- description
- "Set of constraints of the configuration attributes
- of the optical-channel associated to the selected
- operational-mode.";
+ leaf up-to-boundary {
+ type leafref {
+ path "../state/up-to-boundary";
+ }
+ description
+ "defines the upper (for positive values) and lower (for negative values)
+ limit for which the penalty value is valid.";
+ }
container state {
config false;
description
- "Operational-mode explicit mode config value constrains state top
- container.";
-
- uses operational-mode-descriptor-explicit-config-constraints-state;
+ "Penalties list element's state attributes top container.";
+ uses penalties-list-element-attributes;
}
}
}
}
- grouping operational-mode-descriptor-standard-state {
+ grouping operational-mode-descriptor-interoperable-modes-top {
description
- "Standard mode features attributes grouping.";
+ "Each mode-descriptor of a given operational-mode could be compatible
+ with many interoperable modes which are defined, elsewhere, by standard
+ bodies, multi-source agreements, vendor forums or any other public forum.
+ This compatibility characteristic shall be assured by the system-vendor
+ and imply that the design properties of the implementations of that
+ specific operational mode are a superset of the all listed supported
+ standard modes";
- leaf standard-mode {
- type oc-opt-term-prop-types:standard-mode;
+ container interoperable-modes {
description
- "G.698.2 (11/18) standard mode";
- }
- }
+ "Top level container of interoperable modes.";
- grouping operational-mode-descriptor-standard-top {
- description
- "Standard mode features description grouping. It is used if the
- 'mode-type' attribute is set to 'TRANSCEIVER_MODE_TYPE_STANDARD";
+ list interoperable-mode {
+ key "mode-name";
+ description
+ "Each interoperable mode is defined by its public name reference
+ and a set of free form key-value properties which augments with
+ the required information provided by the system-vendor.";
- container G.698.2 {
- description
- "ITU-T G.698.2 (11/18) standard mode that guarantees interoperability.
- It must be an string with the following format:
- B-DScW-ytz(v) where all these attributes are conformant
- to the ITU-T G.698.2 (11/18) recommendation.";
+ leaf mode-name {
+ type leafref {
+ path "../state/mode-name";
+ }
+ description
+ "Reference to mode-name.";
+ }
- container state {
+ container state {
config false;
description
- "Operational-mode standard mode state top container.";
+ "Operational-mode interoperbale mode state top container.";
- uses operational-mode-descriptor-standard-state;
+ uses operational-mode-descriptor-interoperable-mode-state;
+ }
}
}
}
+
grouping operational-mode-descriptor-state{
description
"Top-level operational-mode-features grouping definitions";
@@ -524,13 +531,74 @@ module openconfig-terminal-device-properties {
mode";
}
- leaf mode-type {
- type identityref{
- base oc-opt-term-prop-types:TRANSCEIVER_MODE_TYPE;
+ leaf modulation-format {
+ type union {
+ type string;
+ type oc-opt-term-prop-types:modulation-format;
+ }
+ description
+ "Optical modulation format associated to the mode. The
+ modulation format associated to the optical signal.";
+ }
+
+ leaf bit-rate {
+ type oc-opt-term-prop-types:bit-rate;
+ description
+ "Rounded bit rate of the tributary signal delivered by the
+ optical channel associated to the specific operational mode.
+ Exact bit rate will be refined by protocol selection at the
+ associated tributary logical channel.";
+ }
+
+ leaf baud-rate {
+ type decimal64 {
+ fraction-digits 2;
+ }
+ units Bd;
+ description
+ "Baud-rate or symbol rate.";
+ }
+
+ leaf optical-channel-spectrum-width {
+ type decimal64 {
+ fraction-digits 2;
+ }
+ units GHz;
+ description
+ "Spectrum width of the optical channel associated to this
+ operational mode, calculated as the baud-rate*(1+roll-off).";
+ }
+ }
+
+ grouping operation-mode-filter-and-fec {
+ description
+ "Enclosing grouping for Operational Mode filter and FEC attributes.";
+
+ container filter {
+ description
+ "This container includes information which characterises the filter at
+ transceiver transmission for the given operational-mode.";
+
+ container state {
+ config false;
+ description
+ "Filter's state attributes top container.";
+ uses filter-attributes-top;
}
+ }
+ container fec {
description
- "Indicates whether the transceiver's mode is a standard
- mode, an organizational mode or an explicit mode.";
+ "The Forward Error Coding (FEC) coding schema used,
+ including the name, overhead, pre-fec-ber threshold and
+ gain properties.";
+
+ container state {
+ config false;
+ description
+ "FEC state attributes top container.";
+
+ uses fec-codes-attributes;
+ }
}
}
@@ -538,7 +606,7 @@ module openconfig-terminal-device-properties {
description
"top-level operational-mode definitions";
- container operational-modes {
+ container operational-mode-descriptors {
config false;
description
"Indicates the transceiver's list of supported operational
@@ -546,12 +614,12 @@ module openconfig-terminal-device-properties {
reference
"https://github.com/openconfig/public/blob/master/doc/terminal-device-properties-guide.md";
- list mode-descriptor {
+ list operational-modes {
key "mode-id";
description
- "List of operational modes supported by the platform.
- The operational mode provides a platform-defined summary
- of information such as symbol rate, modulation, pulse
+ "List of operational modes supported by the terminal-device.
+ The operational mode descriptor list provides a platform-defined
+ summary of the modes' information such as symbol rate, modulation, pulse
shaping, etc.";
leaf mode-id {
@@ -569,11 +637,342 @@ module openconfig-terminal-device-properties {
uses operational-mode-descriptor-state;
}
- uses operational-mode-descriptor-standard-top;
- uses operational-mode-descriptor-explicit-top;
+ uses operation-mode-filter-and-fec;
+ uses operational-mode-descriptor-design-properties-top;
+ }
+ }
+ }
+
+ // Definition of terminal-device transceiver descriptors.
+
+ grouping terminal-device-component-descriptor-state {
+ description
+ "State data for terminal device descriptor components.";
+
+ leaf component-descriptor-id {
+ type string;
+ description
+ "Unique identifier assigned by the system vendor for the
+ component descriptor.";
+ }
+
+ leaf system-vendor-name {
+ type string;
+ description
+ "System vendor company name";
+ }
+
+ leaf system-vendor-part-no {
+ type string;
+ description
+ "System-vendor assigned part number for the component. This should
+ be present in particular if the component is also an FRU
+ (field replaceable unit)";
+ }
+
+ leaf mfg-name {
+ type string;
+ description
+ "System-supplied identifier for the manufacturer of the
+ component. This data is particularly useful when a
+ component manufacturer is different than the overall
+ device vendor.";
+ }
+
+ leaf mfg-part-no {
+ type string;
+ description
+ "Transceiver manufacturer assigned part number for the component.";
+ }
+
+ leaf hardware-version {
+ type string;
+ description
+ "For hardware components, this is the hardware revision of
+ the component.";
+ }
+
+ leaf firmware-version {
+ type string;
+ description
+ "For hardware components, this is the version of associated
+ firmware that is running on the component, if applicable.";
+ }
+
+ leaf software-version {
+ type string;
+ description
+ "For software components such as operating system or other
+ software module, this is the version of the currently
+ running software.";
+ }
+
+ leaf clei-code {
+ type string;
+ description
+ "Common Language Equipment Identifier (CLEI) code of the
+ component. This should be present in particular if the
+ component is also an FRU (field replaceable unit)";
+ }
+ }
+ grouping transceiver-compatible-mode-state {
+ description
+ "Each compatible mode has associated a mode-descriptor which represents
+ the operational mode design properties associated to the transceiver which
+ transmits the mode.";
+
+ container state {
+ description
+ "State container of transciever compatible modes.";
+
+ leaf mode-id {
+ type uint16;
+ must "../../../../../../operational-mode-descriptors/operational-modes[mode-id=current()]/mode-id";
+
+ description
+ "Two-octet encoding of the vendor-defined operational mode.
+ Each value shall reference a valid mode-id included in the
+ operational-mode-descriptors list.";
+ }
+
+ leaf mode-descriptor-id {
+ type leafref {
+ path "/oc-opt-term-properties:operational-mode-descriptors/operational-modes/mode-descriptors/mode-descriptor/mode-descriptor-id";
+ }
+ description
+ "Reference to the associated mode-descriptor-id which describes
+ the specific design properties of the mode once it is being transmitted
+ by the parent transceiver component.";
+ }
+ }
+ }
+
+ grouping transceiver-compatible-modes {
+ description
+ "Transceiver compatible modes definition.";
+
+ container transceiver-compatible-modes {
+ config false;
+ description
+ "Indicates the set of operatational-modes, present in the terminal-
+ device manifest, which are compatible with the described transceiver
+ component.";
+
+ list transceiver-compatible-mode {
+ key "mode-id";
+ description
+ "List of operational modes supported by the target transceiver.";
+
+ leaf mode-id {
+ type leafref {
+ path "../state/mode-id";
+ }
+ description
+ "Reference to a ../state/mode-id.";
+ }
+ uses transceiver-compatible-mode-state;
+ }
+ }
+ }
+
+ grouping transceiver-descriptor-top {
+ description
+ "top-level transceiver-descriptor definitions";
+
+ container transceiver-descriptors {
+ config false;
+ description
+ "Indicates the terminal-device's list of compatible transceiver
+ component and its associated modes and mode descriptors compatibility
+ matrix.";
+
+ list transceiver-descriptor {
+ key "component-descriptor-id";
+ description
+ "List of transceiver components supported by the terminal-device.
+ The operational mode provides a platform-defined summary
+ of information such as symbol rate, modulation, pulse
+ shaping, etc.";
+
+ leaf component-descriptor-id {
+ type leafref {
+ path "../state/component-descriptor-id";
+ }
+ description
+ "Reference to component-descriptor-id";
+ }
+
+ container state {
+ description
+ "Static features or properties which characterize the
+ component descriptor.";
+
+ uses terminal-device-component-descriptor-state;
+ }
+ uses transceiver-compatible-modes;
+ }
+ }
+ }
+
+ // Definition of terminal-device linecard descriptors.
+
+ grouping linecards-constrained-compatible-modes-state {
+ description
+ "Grouping for the linecards' contrained compatible modes
+ state attributes.";
+
+ container state {
+ description
+ "State container for linecard constrained compatible modes";
+
+ leaf mode-id {
+ type uint16;
+ must "../../../../../../../../operational-mode-descriptors/operational-modes[mode-id=current()]/mode-id";
+
+ description
+ "Absolute reference to an operational-mode-id. Each value shall
+ reference a valid mode-id included in the operational-mode-descriptors
+ list.";
+ }
+
+ leaf mode-descriptor-id {
+ type leafref {
+ path "/oc-opt-term-properties:operational-mode-descriptors/operational-modes/mode-descriptors/mode-descriptor/mode-descriptor-id";
+ }
+ description
+ "Reference to the associated mode-descriptor-id which describes
+ the specific design properties of the mode once it is being transmitted
+ by the parent transceiver component.";
+ }
+ }
+ }
+
+ grouping constrained-compatible-modes {
+ description
+ "Linecards' compatible transceiver list of compatible modes which are
+ constrained by the integration made by the system vendor of the given
+ terminal-device.";
+
+ container constrained-compatible-modes {
+ config false;
+ description
+ "Indicates the set of operatational-modes, present in the terminal-
+ device manifest, which are compatible with the described transceiver
+ component within the linecard component.";
+
+ list constrained-compatible-mode {
+ key "mode-id";
+ description
+ "List of operational modes supported by the target transceiver.";
+
+ leaf mode-id {
+ type leafref {
+ path "../state/mode-id";
+ }
+ description
+ "Reference to linecard-descriptor/constrained-compatible-mode/state/mode-id.";
+ }
+
+ uses linecards-constrained-compatible-modes-state;
+
+ container optical-channel-config-value-constraints{
+ description
+ "Set of constraints of the configuration attributes
+ of the optical-channel associated to the selected
+ operational-mode.";
+
+ container state {
+ config false;
+ description
+ "Operational-mode explicit mode config value constrains state top
+ container.";
+
+ uses operational-mode-descriptor-explicit-config-constraints-state;
+ }
+ }
+ }
+ }
+ }
+
+ grouping linecard-compatible-transceivers {
+ description
+ "Linecard-transceiver compatibility matrix definition.";
+
+ container compatible-transceivers {
+ config false;
+ description
+ "Indicates the set of transceiver component which are compatible
+ with the described linecard component.";
+
+ list compatible-transceiver {
+ key "transceiver-descriptor-id";
+ description
+ "List of transceiver descriptor ids.";
+
+ leaf transceiver-descriptor-id {
+ type leafref {
+ path "../state/transceiver-descriptor-id";
+ }
+ description
+ "Reference to transceiver-descriptor-id";
+ }
+ container state {
+ description
+ "Static features or properties which characterize the
+ component descriptor.";
+
+ leaf transceiver-descriptor-id {
+ type string;
+ description
+ "String rerference of the system vendor defined transciever
+ component descriptor id.";
+ }
+ }
+ uses constrained-compatible-modes;
+ }
+ }
+ }
+
+ grouping linecard-descriptor-top {
+ description
+ "top-level linecard-descriptor definitions";
+
+ container linecard-descriptors {
+ config false;
+ description
+ "Indicates the terminal-device's list of compatible linecard
+ component and its associated modes and mode descriptors compatibility
+ matrix.";
+
+ list linecard-descriptor {
+ key "component-descriptor-id";
+ description
+ "List of linecard components supported by the terminal-device.
+ The operational mode provides a platform-defined summary
+ of information such as symbol rate, modulation, pulse
+ shaping, etc.";
+
+ leaf component-descriptor-id {
+ type leafref {
+ path "../state/component-descriptor-id";
+ }
+ description
+ "Reference to component-descriptor-id";
+ }
+
+ container state {
+ description
+ "Static features or properties which characterize the
+ component descriptor.";
+
+ uses terminal-device-component-descriptor-state;
+ }
+ uses linecard-compatible-transceivers;
}
}
}
+ uses transceiver-descriptor-top;
+ uses linecard-descriptor-top;
uses operational-mode-top;
}
diff --git a/release/models/devices-manifest/openconfig-terminal-device-property-types.yang b/release/models/devices-manifest/openconfig-terminal-device-property-types.yang
index f389b602c..b1fd0ef9b 100644
--- a/release/models/devices-manifest/openconfig-terminal-device-property-types.yang
+++ b/release/models/devices-manifest/openconfig-terminal-device-property-types.yang
@@ -29,10 +29,18 @@ module openconfig-terminal-device-property-types {
definitions of the set of modulation format, FEC codes and adjustment
granularity types use in the reffered model.";
- oc-ext:openconfig-version "0.1.1";
+ oc-ext:openconfig-version "0.2.0";
// Revisions
+ revision "2024-05-28" {
+ description "Comprehensive model update to undertake the limitations
+ of the first version of the model, such the introduction of modes
+ dependencies on hardware components and the interoperability information
+ between terminal devices, linecards, transceviers and modes.";
+ reference "0.2.0";
+ }
+
revision "2024-05-15" {
description
"Fix yang namespace URI to openconfig.net.";
@@ -62,6 +70,14 @@ module openconfig-terminal-device-property-types {
reference "ITU-T G.698.2 (11/2018)";
}
+ typedef interoperability-modes-organization {
+ type identityref {
+ base INTEROPERABILITY_MODES_ORGANIZATION;
+ }
+ description
+ "Optical modulation format associated to the mode";
+ }
+
typedef bit-rate {
type identityref {
base oc-opt-types:TRIBUTARY_RATE_CLASS_TYPE;
@@ -123,6 +139,11 @@ module openconfig-terminal-device-property-types {
"Definition of impairment type and unit used in penaty list";
}
+ identity INTEROPERABILITY_MODES_ORGANIZATION {
+ description
+ "Base identity for interoperability modes' defining organizations.";
+ }
+
identity SHAPING_TYPE {
description
"Base identity for pulse-shaping-type, to help characterize the
@@ -260,7 +281,6 @@ module openconfig-terminal-device-property-types {
no minimun spacing between channels is defined.";
}
-
identity FEC {
description
"Forward Error Correction base identity.";
@@ -279,6 +299,7 @@ module openconfig-terminal-device-property-types {
"Generic FEC, Reed Solomon (255,239) coding schema,
defined in ITU-T G.975 (10/2000).";
}
+
identity FEC_E {
base FEC;
description
diff --git a/release/models/gnsi/openconfig-gnsi-credentialz.yang b/release/models/gnsi/openconfig-gnsi-credentialz.yang
index 0e4392a7a..cf611fd9c 100644
--- a/release/models/gnsi/openconfig-gnsi-credentialz.yang
+++ b/release/models/gnsi/openconfig-gnsi-credentialz.yang
@@ -39,7 +39,13 @@ module openconfig-gnsi-credentialz {
/system/aaa/authentication/users/user/config/password-hashed
/system/aaa/authentication/users/user/state/password-hashed";
- oc-ext:openconfig-version "0.6.0";
+ oc-ext:openconfig-version "0.7.0";
+
+ revision 2024-09-10 {
+ description
+ "Adding GLOME capabilities.";
+ reference "0.7.0";
+ }
revision 2024-02-13 {
description
@@ -142,6 +148,26 @@ module openconfig-gnsi-credentialz {
}
}
+ // GLOME related definitions.
+
+ grouping glome-key-version {
+ description
+ "Version identifier for the configured GLOME key.";
+
+ leaf active-glome-key-version {
+ type version;
+ description
+ "The version of the GLOME key.";
+ }
+
+ leaf active-glome-key-created-on {
+ type created-on;
+ description
+ "The timestamp of the moment when the GLOME key
+ was created.";
+ }
+ }
+
// Success/failure counters.
grouping counters {
description
@@ -232,9 +258,16 @@ module openconfig-gnsi-credentialz {
"Console-related state.";
uses counters;
+
+ leaf enabled {
+ type boolean;
+ description
+ "Whether GLOME is enabled or not.";
+ }
}
}
}
+
// System role console related definitions.
grouping user-console-credentials-version {
diff --git a/release/models/keychain/openconfig-keychain-types.yang b/release/models/keychain/openconfig-keychain-types.yang
index d84b1f54c..3a49c6857 100644
--- a/release/models/keychain/openconfig-keychain-types.yang
+++ b/release/models/keychain/openconfig-keychain-types.yang
@@ -21,7 +21,25 @@ module openconfig-keychain-types {
"This module contains general data definitions for use in
keychain-based authentication.";
- oc-ext:openconfig-version "0.2.0";
+ oc-ext:openconfig-version "0.3.1";
+
+ revision "2024-08-27" {
+ description
+ "fix typo on AES_128_CMAC";
+ reference "0.3.1";
+ }
+
+ revision "2024-08-27" {
+ description
+ "Added AES_128_CMAC and AES_256_CMAC";
+ reference "0.3.0";
+ }
+
+ revision "2024-08-27" {
+ description
+ "Fix typo in identity AES_128_CMAC_96";
+ reference "0.2.1";
+ }
revision "2022-03-01" {
description
@@ -129,7 +147,7 @@ module openconfig-keychain-types {
HMAC and HKDF)";
}
- identity AES_28_CMAC_96 {
+ identity AES_128_CMAC_96 {
base CRYPTO_TYPE;
description
"AES-128-CMAC-96 keyed hash function based on a AES-128 block
@@ -137,4 +155,22 @@ module openconfig-keychain-types {
reference
"RFC 4494 - The AES-CMAC-96 Algorithm and Its Use with IPsec";
}
+
+ identity AES_128_CMAC {
+ base CRYPTO_TYPE;
+ description
+ "AES-128-CMAC keyed hash function based on a AES-128 block
+ cipher.";
+ reference
+ "RFC 4493 - The AES-CMAC Algorithm and Its Use with IPsec";
+ }
+
+ identity AES_256_CMAC {
+ base CRYPTO_TYPE;
+ description
+ "AES-256-CMAC keyed hash function based on a AES-256 block
+ cipher.";
+ reference
+ "RFC 4493 - The AES-CMAC Algorithm and Its Use with IPsec";
+ }
}
diff --git a/release/models/keychain/openconfig-keychain.yang b/release/models/keychain/openconfig-keychain.yang
index adf35eaad..d073f13a1 100644
--- a/release/models/keychain/openconfig-keychain.yang
+++ b/release/models/keychain/openconfig-keychain.yang
@@ -33,7 +33,13 @@ module openconfig-keychain {
which may be then referenced by other models such as routing protocol
management.";
- oc-ext:openconfig-version "0.4.0";
+ oc-ext:openconfig-version "0.5.0";
+
+revision "2024-05-30" {
+ description
+ "Update key-id to a union of hex-string-prefixed and uint64.";
+ reference "0.5.0";
+ }
revision "2022-11-05" {
description
@@ -194,13 +200,16 @@ module openconfig-keychain {
leaf key-id {
type union {
- type oc-yang:hex-string {
- length "1..64";
+ type oc-yang:hex-string-prefixed {
+ length "3..66";
}
type uint64;
}
description
- "Identifier for the key within the keychain.";
+ "Identifier for the key within the keychain. Note that the
+ hex-string type is deprecated and will be removed from a future
+ version of this model. Implementations should transition to using
+ the hex-string-prefixed type.";
}
leaf secret-key {
diff --git a/release/models/lacp/openconfig-lacp.yang b/release/models/lacp/openconfig-lacp.yang
index 832a6a178..f69f15f71 100644
--- a/release/models/lacp/openconfig-lacp.yang
+++ b/release/models/lacp/openconfig-lacp.yang
@@ -26,7 +26,13 @@ module openconfig-lacp {
managing aggregate interfaces. It works in conjunction with
the OpenConfig interfaces and aggregate interfaces models.";
- oc-ext:openconfig-version "2.0.0";
+ oc-ext:openconfig-version "2.1.0";
+
+ revision "2024-09-24" {
+ description
+ "Add LACP fallback leaf under both config and state.";
+ reference "2.1.0";
+ }
revision "2023-12-11" {
description
@@ -407,6 +413,15 @@ grouping aggregation-lacp-members-statistics {
system-id";
}
+ leaf fallback {
+ type boolean;
+ description
+ "If the fallback is set to true, current LACP interface is
+ able to establish a Link Aggregation (LAG) before it receives
+ LACP PDUs from its peer, and fallback to a single port active
+ after the expiry of the timeout period.";
+ }
+
uses aggregation-lacp-global-config;
}
diff --git a/release/models/mpls/openconfig-mpls-igp.yang b/release/models/mpls/openconfig-mpls-igp.yang
index 6bbbf1cd8..c88eb0807 100644
--- a/release/models/mpls/openconfig-mpls-igp.yang
+++ b/release/models/mpls/openconfig-mpls-igp.yang
@@ -21,7 +21,16 @@ submodule openconfig-mpls-igp {
"Configuration generic configuration parameters for IGP-congruent
LSPs";
- oc-ext:openconfig-version "3.5.0";
+ oc-ext:openconfig-version "3.6.0";
+
+ revision "2024-06-19" {
+ description
+ "Added support with backward compatibility to configure ECMP
+ of next-hops for the same LSP name. Also marked attributes
+ push-label, next-hop and interface as deprecated under egress,
+ transit and ingress config";
+ reference "3.6.0";
+ }
revision "2023-12-14" {
description
diff --git a/release/models/mpls/openconfig-mpls-static.yang b/release/models/mpls/openconfig-mpls-static.yang
index d114fe16c..a8e7c2faf 100644
--- a/release/models/mpls/openconfig-mpls-static.yang
+++ b/release/models/mpls/openconfig-mpls-static.yang
@@ -24,7 +24,16 @@ submodule openconfig-mpls-static {
"Defines static LSP configuration";
- oc-ext:openconfig-version "3.5.0";
+ oc-ext:openconfig-version "3.6.0";
+
+ revision "2024-06-19" {
+ description
+ "Added support with backward compatibility to configure ECMP
+ of next-hops for the same LSP name. Also marked attributes
+ push-label, next-hop and interface as deprecated under egress,
+ transit and ingress config";
+ reference "3.6.0";
+ }
revision "2023-12-14" {
description
@@ -156,36 +165,126 @@ submodule openconfig-mpls-static {
// grouping statements
- grouping static-lsp-common-config {
+ grouping static-lsp-nexthop-index {
description
- "common definitions for static LSPs";
+ "Next hop index definition for static LSPs";
- leaf next-hop {
+ leaf index {
+ type uint32;
+ description
+ "An user-specified identifier utilised to uniquely reference
+ the next-hop entry in the next-hop list. The value of this
+ index has no semantic meaning other than for referencing
+ the entry.";
+ }
+ }
+
+ grouping static-lsp-nexthop-common-config {
+ description
+ "Common definition of next hop configuration for static LSPs";
+
+ leaf ip-address {
type inet:ip-address;
description
- "next hop IP address for the LSP";
+ "Next hop IP address for the LSP";
+ }
+
+ leaf push-label {
+ type oc-mplst:mpls-label;
+ description
+ "Label value to push at the current hop for the
+ LSP";
}
+ // interface-ref
+ uses oc-if:interface-ref-common;
+ }
+
+ grouping static-lsp-common-config {
+ description
+ "Common definitions for static LSPs";
+
leaf incoming-label {
type oc-mplst:mpls-label;
description
- "label value on the incoming packet";
+ "Label value on the incoming packet";
+ }
+
+ leaf next-hop {
+ type inet:ip-address;
+ status deprecated;
+ description
+ "Next hop IP address for the LSP";
}
leaf push-label {
type oc-mplst:mpls-label;
+ status deprecated;
description
- "label value to push at the current hop for the
+ "Label value to push at the current hop for the
LSP";
}
// interface-ref
- uses oc-if:interface-ref-common;
+ uses oc-if:interface-ref-common {
+ status deprecated;
+ }
leaf metric {
type uint8;
description
- "Specifies metric value used for the MPLS route";
+ "Specifies metric value used for the MPLS route.";
+ }
+ }
+
+ grouping static-lsp-nexthops-common {
+ description
+ "MPLS Static LSP next-hops configuration";
+
+ container lsp-next-hops {
+ description
+ "Configuration and state parameters relating to the
+ next-hops that are to be utilised for the MPLS static
+ route being specified";
+
+ list lsp-next-hop {
+ key "index";
+
+ description
+ "A list of next-hops to be utilised for the MPLS
+ static route being specified.";
+
+ leaf index {
+ type leafref {
+ path "../config/index";
+ }
+ description
+ "A reference to the index of the current next-hop.
+ The index is intended to be a user-specified value
+ which can be used to reference the next-hop in
+ question, without any other semantics being
+ assigned to it.";
+ }
+
+ container config {
+ description
+ "Configuration parameters relating to the next-hop
+ entry";
+
+ uses static-lsp-nexthop-index;
+ uses static-lsp-nexthop-common-config;
+ }
+
+ container state {
+ config false;
+ description
+ "Operational state parameters relating to the
+ next-hop entry";
+
+ uses static-lsp-nexthop-index;
+ uses static-lsp-nexthop-common-config;
+ }
+ }
}
}
@@ -227,6 +326,8 @@ submodule openconfig-mpls-static {
uses static-lsp-ingress-config;
uses static-lsp-ingress-state;
}
+
+ uses static-lsp-nexthops-common;
}
}
@@ -268,6 +369,8 @@ submodule openconfig-mpls-static {
uses static-lsp-transit-config;
uses static-lsp-transit-state;
}
+
+ uses static-lsp-nexthops-common;
}
}
@@ -309,6 +412,8 @@ submodule openconfig-mpls-static {
uses static-lsp-egress-config;
uses static-lsp-egress-state;
}
+
+ uses static-lsp-nexthops-common;
}
}
diff --git a/release/models/mpls/openconfig-mpls-te.yang b/release/models/mpls/openconfig-mpls-te.yang
index 4b12dc66e..647325357 100644
--- a/release/models/mpls/openconfig-mpls-te.yang
+++ b/release/models/mpls/openconfig-mpls-te.yang
@@ -30,7 +30,16 @@ submodule openconfig-mpls-te {
signaling protocol or mechanism (see related submodules for
signaling protocol-specific configuration).";
- oc-ext:openconfig-version "3.5.0";
+ oc-ext:openconfig-version "3.6.0";
+
+ revision "2024-06-19" {
+ description
+ "Added support with backward compatibility to configure ECMP
+ of next-hops for the same LSP name. Also marked attributes
+ push-label, next-hop and interface as deprecated under egress,
+ transit and ingress config";
+ reference "3.6.0";
+ }
revision "2023-12-14" {
description
diff --git a/release/models/mpls/openconfig-mpls.yang b/release/models/mpls/openconfig-mpls.yang
index f78e1a0ec..693d67e4c 100644
--- a/release/models/mpls/openconfig-mpls.yang
+++ b/release/models/mpls/openconfig-mpls.yang
@@ -70,7 +70,16 @@ module openconfig-mpls {
+------+ |ROUTING| +-----+
+-------+
";
- oc-ext:openconfig-version "3.5.0";
+ oc-ext:openconfig-version "3.6.0";
+
+ revision "2024-06-19" {
+ description
+ "Added support with backward compatibility to configure ECMP
+ of next-hops for the same LSP name. Also marked attributes
+ push-label, next-hop and interface as deprecated under egress,
+ transit and ingress config";
+ reference "3.6.0";
+ }
revision "2023-12-14" {
description
diff --git a/release/models/network-instance/openconfig-evpn.yang b/release/models/network-instance/openconfig-evpn.yang
index 3b201e809..a3fd800e3 100644
--- a/release/models/network-instance/openconfig-evpn.yang
+++ b/release/models/network-instance/openconfig-evpn.yang
@@ -40,7 +40,28 @@ module openconfig-evpn {
domains, this is not currently supported and requires an extension
of the model.";
- oc-ext:openconfig-version "0.8.0";
+ oc-ext:openconfig-version "0.11.0";
+
+ revision "2024-08-14" {
+ description
+ "Add new local-endpoint-vnis config container to Vxlan connection point to allow
+ configuration of local VNI-to-VLAN and VNI-to-VRF maps";
+ reference "0.11.0";
+ }
+
+ revision "2024-06-07" {
+ description
+ "Add new vni-list leaf list to EVI config to support VLAN-aware-bundle
+ MACVRFs. Make existing vni leaf conditional on MACVRF type being VLAN-based";
+ reference "0.10.0";
+ }
+
+ revision "2024-05-14" {
+ description
+ "Add configuration of VPWS identifier
+ for EVPN Virtual Private Wire Services (RFC 8214)";
+ reference "0.9.0";
+ }
revision "2024-04-03" {
description
@@ -555,6 +576,30 @@ module openconfig-evpn {
draft-ietf-bess-rfc7432bis-05 BGP MPLS-Based
Ethernet VPN";
}
+
+ leaf local-vpws-service-id {
+ type uint32 {
+ range "1..16777215";
+ }
+ description
+ "Indicates the local VPWS identifier assigned
+ to the Attachment Circuit (AC).";
+ reference
+ "RFC8214 Virtual Private Wire Service Support
+ in Ethernet VPN.";
+ }
+
+ leaf remote-vpws-service-id {
+ type uint32 {
+ range "1..16777215";
+ }
+ description
+ "Indicates the remote VPWS identifier assigned
+ to the Attachment Circuit (AC).";
+ reference
+ "RFC8214 Virtual Private Wire Service Support
+ in Ethernet VPN.";
+ }
}
grouping evpn-import-export-config {
@@ -645,12 +690,27 @@ module openconfig-evpn {
Using Ethernet VPN";
leaf vni {
+ when "../../../config/service-type = 'oc-evpn-types:VLAN_BASED' or
+ ../../../config/service-type = 'oc-evpn-types:VLAN_BUNDLE'" {
+ description
+ "For VLAN-based and VLAN-bundle EVIs, use a single VNI";
+ }
type oc-evpn-types:vni-id;
description
"Virtual Network Identifier (VNI) associated to the EVI. This VNI is used for
ingress and egress in the VXLAN domain.";
}
+ leaf-list vni-list {
+ when "../../../config/service-type = 'oc-evpn-types:VLAN_AWARE'" {
+ description
+ "For VLAN-aware-bundle EVIs, use a list of VNIs";
+ }
+ type oc-evpn-types:vni-id;
+ description
+ "List of VNIs participating in a VLAN-aware-bundle EVI";
+ }
+
leaf overlay-endpoint-network-instance {
type leafref {
path "/network-instances/network-instance/name";
@@ -993,6 +1053,7 @@ module openconfig-evpn {
config false;
description
"Container for state parameters related to this L2VNI or L3VNI";
+ uses evpn-endpoint-vni-config;
uses evpn-endpoint-vni-state;
}
@@ -1000,6 +1061,39 @@ module openconfig-evpn {
uses ipv6-top;
}
}
+
+ container local-endpoint-vnis {
+ description
+ "Top level container for local configuration related to Layer 2 virtual
+ network identifiers (L2VNIs) and Layer 3 virtual network identifiers
+ (L3VNIs) in the default network instance";
+
+ list local-endpoint-vni {
+ key "vni";
+ description "List of L2VNIs and L3VNIs configured on the local VTEP";
+
+ leaf vni {
+ type leafref {
+ path '../config/vni';
+ }
+ description "L2VNI or L3VNI Identifier";
+ }
+
+ container config {
+ description
+ "Container for configuration parameters related to this local L2VNI or
+ L3VNI";
+ uses evpn-endpoint-vni-config;
+ }
+
+ container state {
+ config false;
+ description
+ "Container for state parameters related to this local L2VNI or L3VNI";
+ uses evpn-endpoint-vni-config;
+ }
+ }
+ }
}
grouping evpn-endpoint-peer-state {
@@ -1144,16 +1238,52 @@ module openconfig-evpn {
}
}
- grouping evpn-endpoint-vni-state {
+ grouping evpn-endpoint-vni-config {
description
- "Grouping for L2VNI and L3VNI state information learned on the
- local VXLAN Tunnel End Point from remote VTEPs";
+ "Grouping for L2VNI and L3VNI configuration parameters";
leaf vni {
type oc-evpn-types:evi-id;
description "L2VNI or L3VNI Identifier";
}
+ leaf vni-type {
+ type enumeration {
+ enum L2 {
+ description
+ "This is a Layer 2 service virtual network identifier (L2VNI)
+ that is used for communication within the same subnet or
+ broadcast domain";
+ }
+ enum L3 {
+ description
+ "This is a Layer 3 service virtual network identifier (L3VNI)
+ or VRF VNI that is used for communication between subnets";
+ }
+ }
+ description "The type of virtual network identfier";
+ }
+
+ leaf bridge-domain {
+ type uint32;
+ description
+ "This reflects the configured VLAN or Bridge Domain that maps to this
+ L2VNI in the VXLAN fabric";
+ }
+
+ leaf l3-vrf-name {
+ type string;
+ description
+ "This refects the configured VRF instance that maps to this L3VNI
+ that is used for routing between subnets in the VXLAN fabric";
+ }
+ }
+
+ grouping evpn-endpoint-vni-state {
+ description
+ "Grouping for L2VNI and L3VNI state information learned on the
+ local VXLAN Tunnel End Point from remote VTEPs";
+
leaf multidestination-traffic {
type union {
type oc-inet:ip-address;
@@ -1187,23 +1317,6 @@ module openconfig-evpn {
control-plane or data-plane";
}
- leaf vni-type {
- type enumeration {
- enum L2 {
- description
- "This is a Layer 2 service virtual network identifier (L2VNI)
- that is used for communication within the same subnet or
- broadcast domain";
- }
- enum L3 {
- description
- "This is a Layer 3 service virtual network identifier (L3VNI)
- or VRF VNI that is used for communication between subnets";
- }
- }
- description "The type of virtual network identfier";
- }
-
leaf vni-state {
type enumeration {
enum UP {
@@ -1237,20 +1350,5 @@ module openconfig-evpn {
"Operational status of the SVI mapped to the L3VNI that is used for
routing between subnets in the VXLAN fabric";
}
-
- leaf bridge-domain {
- type uint32;
- description
- "This reflects the configured VLAN or Bridge Domain that maps to this
- L2VNI in the VXLAN fabric";
- }
-
- leaf l3-vrf-name {
- type string;
- description
- "This refects the configured VRF instance that maps to this L3VNI
- that is used for routing between subnets in the VXLAN fabric";
- }
-
}
}
diff --git a/release/models/optical-transport/openconfig-optical-attenuator.yang b/release/models/optical-transport/openconfig-optical-attenuator.yang
index 94b3d71bf..cffe56a5a 100644
--- a/release/models/optical-transport/openconfig-optical-attenuator.yang
+++ b/release/models/optical-transport/openconfig-optical-attenuator.yang
@@ -24,7 +24,13 @@ module openconfig-optical-attenuator {
for variable optical attenuators, deployed as part of a transport
line system.";
- oc-ext:openconfig-version "0.1.0";
+ oc-ext:openconfig-version "0.2.0";
+
+ revision "2024-07-10" {
+ description
+ "Adding SYSTEM_CONTROLLED mode with accompanying leaves";
+ reference "0.2.0";
+ }
revision "2019-07-19" {
description
@@ -62,6 +68,12 @@ module openconfig-optical-attenuator {
"Constant attenuation mode";
}
+ identity SYSTEM_CONTROLLED {
+ base OPTICAL_ATTENUATOR_MODE;
+ description
+ "System controls the attenuation value.";
+ }
+
// grouping statements
@@ -112,6 +124,28 @@ module openconfig-optical-attenuator {
maintain constant output power. When false, the attenuator is set
max attenuation or blocked.";
}
+
+ leaf max-output-power {
+ type decimal64 {
+ fraction-digits 2;
+ }
+ units dBm;
+ description
+ "The max power level allowed on the output of attenuator. This leaf
+ is optional when in SYSTEM_CONTROLLED mode.";
+ }
+
+ leaf max-output-power-threshold {
+ type decimal64 {
+ fraction-digits 2;
+ }
+ units dB;
+ description
+ "If the system-derived-target-output-power is equal to or greater than
+ 'max-output-power + max-output-power-threshold', a device alarm will
+ be raised within /system/alarms. This leaf is only relevant when
+ in SYSTEM_CONTROLLED mode.";
+ }
}
grouping optical-attenuator-state {
@@ -150,6 +184,15 @@ module openconfig-optical-attenuator {
port. This leaf is only valid for ports of type EGRESS.";
}
+ leaf system-derived-target-output-power {
+ type decimal64 {
+ fraction-digits 2;
+ }
+ units dBm;
+ description
+ "The target output power as determined by the device.
+ This leaf is only relevant when in SYSTEM_CONTROLLED mode.";
+ }
container actual-attenuation {
description
diff --git a/release/models/optical-transport/openconfig-terminal-device.yang b/release/models/optical-transport/openconfig-terminal-device.yang
index c9289282a..8001cfb60 100644
--- a/release/models/optical-transport/openconfig-terminal-device.yang
+++ b/release/models/optical-transport/openconfig-terminal-device.yang
@@ -77,7 +77,14 @@ module openconfig-terminal-device {
ports per linecard, separate linecards for client and line ports,
etc.).";
- oc-ext:openconfig-version "1.9.1";
+ oc-ext:openconfig-version "1.9.2";
+
+ revision "2024-06-12" {
+ description
+ "Add a state leaf to optical channels to reference their logical
+ channel assignment.";
+ reference "1.9.2";
+ }
revision "2023-12-13" {
description
@@ -1325,6 +1332,18 @@ module openconfig-terminal-device {
to the same value across related optical channels.";
}
+ leaf logical-channel-assignment {
+ type leafref {
+ path "/oc-opt-term:terminal-device/oc-opt-term:logical-channels" +
+ "/oc-opt-term:channel/oc-opt-term:index";
+ }
+ description
+ "Reference to the logical channel that is directly assigned
+ to this optical channel if it is assigned to a logical channel.
+ The logical channel must also reference this optical channel at
+ logical-channel-assignments/assignment/state/optical-channel";
+ }
+
uses oc-transceiver:optical-power-state;
container chromatic-dispersion {
diff --git a/release/models/optical-transport/openconfig-transport-types.yang b/release/models/optical-transport/openconfig-transport-types.yang
index a6dcfab7a..7c3c6a481 100644
--- a/release/models/optical-transport/openconfig-transport-types.yang
+++ b/release/models/optical-transport/openconfig-transport-types.yang
@@ -22,7 +22,20 @@ module openconfig-transport-types {
"This module contains general type definitions and identities
for optical transport models.";
- oc-ext:openconfig-version "0.24.1";
+ oc-ext:openconfig-version "1.0.0";
+
+ revision "2024-07-24" {
+ description
+ "Corrected description for FACILITY and TERMINAL loopback-mode-type
+ enums.";
+ reference "1.0.0";
+ }
+
+ revision "2024-06-28" {
+ description
+ "Add ETH_25GBASE_LR and ETH_25GBASE_SR PMD types.";
+ reference "0.25.0";
+ }
revision "2024-05-13" {
description
@@ -215,19 +228,19 @@ module openconfig-transport-types {
"No loopback is applied";
}
enum FACILITY {
- description
- "A port internal loopback at ASIC level. The loopback directs
- traffic normally transmitted on the port back to the device as
- if received on the same port from an external source. Note this
- mode is used when internal loopback does NOT specify MAC or PHY.";
- }
- enum TERMINAL {
description
"A port external loopback at ASIC level. The loopback which
directs traffic received from an external source on the port
back out the transmit side of the same port. Note this mode is
used when external loopback does NOT specify MAC or PHY";
}
+ enum TERMINAL {
+ description
+ "A port internal loopback at ASIC level. The loopback directs
+ traffic normally transmitted on the port back to the device as
+ if received on the same port from an external source. Note this
+ mode is used when internal loopback does NOT specify MAC or PHY.";
+ }
enum ASIC_PHY_LOCAL {
description
"A port internal loopback at PHY module. The loopback directs
@@ -1109,6 +1122,18 @@ module openconfig-transport-types {
description "Ethernet compliance code: 10GBASE_SR";
}
+ identity ETH_25GBASE_LR {
+ base ETHERNET_PMD_TYPE;
+ description "Ethernet compliance code: 25GBASE_LR";
+ reference "IEEE 802.3cc-2022 (CL114)";
+ }
+
+ identity ETH_25GBASE_SR {
+ base ETHERNET_PMD_TYPE;
+ description "Ethernet compliance code: 25GBASE_SR";
+ reference "IEEE 802.3by-2022 (CL112)";
+ }
+
identity ETH_40GBASE_CR4 {
base ETHERNET_PMD_TYPE;
description "Ethernet compliance code: 40GBASE_CR4.
diff --git a/release/models/ospf/openconfig-ospfv2-area-interface.yang b/release/models/ospf/openconfig-ospfv2-area-interface.yang
index 3045ad03c..7fa65cee0 100644
--- a/release/models/ospf/openconfig-ospfv2-area-interface.yang
+++ b/release/models/ospf/openconfig-ospfv2-area-interface.yang
@@ -25,7 +25,13 @@ submodule openconfig-ospfv2-area-interface {
"This submodule provides OSPFv2 configuration and operational
state parameters that are specific to the area context";
- oc-ext:openconfig-version "0.5.1";
+ oc-ext:openconfig-version "0.5.2";
+
+ revision "2024-06-17" {
+ description
+ "Correct ROUTER_INFORMATION_LSA to ROUTER_INFORMATION.";
+ reference "0.5.2";
+ }
revision "2023-11-01" {
description
diff --git a/release/models/ospf/openconfig-ospfv2-area.yang b/release/models/ospf/openconfig-ospfv2-area.yang
index e0f0020f8..f65f58979 100644
--- a/release/models/ospf/openconfig-ospfv2-area.yang
+++ b/release/models/ospf/openconfig-ospfv2-area.yang
@@ -23,7 +23,13 @@ submodule openconfig-ospfv2-area {
"This submodule provides OSPFv2 configuration and operational
state parameters that are specific to the area context";
- oc-ext:openconfig-version "0.5.1";
+ oc-ext:openconfig-version "0.5.2";
+
+ revision "2024-06-17" {
+ description
+ "Correct ROUTER_INFORMATION_LSA to ROUTER_INFORMATION.";
+ reference "0.5.2";
+ }
revision "2023-11-01" {
description
diff --git a/release/models/ospf/openconfig-ospfv2-common.yang b/release/models/ospf/openconfig-ospfv2-common.yang
index 8bfd890b4..34f9c3b23 100644
--- a/release/models/ospf/openconfig-ospfv2-common.yang
+++ b/release/models/ospf/openconfig-ospfv2-common.yang
@@ -17,7 +17,13 @@ submodule openconfig-ospfv2-common {
"This submodule provides OSPFv2 configuration and operational
state parameters that are shared across multiple contexts";
- oc-ext:openconfig-version "0.5.1";
+ oc-ext:openconfig-version "0.5.2";
+
+ revision "2024-06-17" {
+ description
+ "Correct ROUTER_INFORMATION_LSA to ROUTER_INFORMATION.";
+ reference "0.5.2";
+ }
revision "2023-11-01" {
description
diff --git a/release/models/ospf/openconfig-ospfv2-global.yang b/release/models/ospf/openconfig-ospfv2-global.yang
index e6c0256ec..96504073c 100644
--- a/release/models/ospf/openconfig-ospfv2-global.yang
+++ b/release/models/ospf/openconfig-ospfv2-global.yang
@@ -23,7 +23,13 @@ submodule openconfig-ospfv2-global {
"This submodule provides OSPFv2 configuration and operational
state parameters that are global to a particular OSPF instance";
- oc-ext:openconfig-version "0.5.1";
+ oc-ext:openconfig-version "0.5.2";
+
+ revision "2024-06-17" {
+ description
+ "Correct ROUTER_INFORMATION_LSA to ROUTER_INFORMATION.";
+ reference "0.5.2";
+ }
revision "2023-11-01" {
description
diff --git a/release/models/ospf/openconfig-ospfv2-lsdb.yang b/release/models/ospf/openconfig-ospfv2-lsdb.yang
index e1eda9fdd..113d31630 100644
--- a/release/models/ospf/openconfig-ospfv2-lsdb.yang
+++ b/release/models/ospf/openconfig-ospfv2-lsdb.yang
@@ -22,7 +22,13 @@ submodule openconfig-ospfv2-lsdb {
"An OpenConfig model for the Open Shortest Path First (OSPF)
version 2 link-state database (LSDB)";
- oc-ext:openconfig-version "0.5.1";
+ oc-ext:openconfig-version "0.5.2";
+
+ revision "2024-06-17" {
+ description
+ "Correct ROUTER_INFORMATION_LSA to ROUTER_INFORMATION.";
+ reference "0.5.2";
+ }
revision "2023-11-01" {
description
@@ -749,7 +755,7 @@ submodule openconfig-ospfv2-lsdb {
} // grace LSA
container router-information {
- when "../state/type = 'oc-ospf-types:ROUTER_INFORMATION_LSA'" {
+ when "../state/type = 'oc-ospf-types:ROUTER_INFORMATION'" {
description
"Include the router-information container when the opaque LSA
type is specified to be an RI LSA";
diff --git a/release/models/ospf/openconfig-ospfv2.yang b/release/models/ospf/openconfig-ospfv2.yang
index fb5a7e031..f909bdd85 100644
--- a/release/models/ospf/openconfig-ospfv2.yang
+++ b/release/models/ospf/openconfig-ospfv2.yang
@@ -34,7 +34,13 @@ module openconfig-ospfv2 {
"An OpenConfig model for Open Shortest Path First (OSPF)
version 2";
- oc-ext:openconfig-version "0.5.1";
+ oc-ext:openconfig-version "0.5.2";
+
+ revision "2024-06-17" {
+ description
+ "Correct ROUTER_INFORMATION_LSA to ROUTER_INFORMATION.";
+ reference "0.5.2";
+ }
revision "2023-11-01" {
description
diff --git a/release/models/platform/.spec.yml b/release/models/platform/.spec.yml
index 59ffb1c76..8dfd9472c 100644
--- a/release/models/platform/.spec.yml
+++ b/release/models/platform/.spec.yml
@@ -11,6 +11,7 @@
- yang/platform/openconfig-platform-cpu.yang
- yang/platform/openconfig-platform-ext.yang
- yang/platform/openconfig-platform-software.yang
+ - yang/platform/openconfig-platform-storage.yang
- yang/platform/openconfig-platform-fabric.yang
- yang/platform/openconfig-platform-pipeline-counters.yang
- yang/platform/openconfig-platform-integrated-circuit.yang
@@ -31,6 +32,7 @@
- yang/platform/openconfig-platform-ext.yang
- yang/platform/openconfig-platform-cpu.yang
- yang/platform/openconfig-platform-software.yang
+ - yang/platform/openconfig-platform-storage.yang
- yang/platform/openconfig-platform-fabric.yang
- yang/platform/openconfig-platform-pipeline-counters.yang
- yang/platform/openconfig-platform-integrated-circuit.yang
diff --git a/release/models/platform/openconfig-platform-common.yang b/release/models/platform/openconfig-platform-common.yang
index 04f58b3ac..b0fcb1757 100644
--- a/release/models/platform/openconfig-platform-common.yang
+++ b/release/models/platform/openconfig-platform-common.yang
@@ -20,7 +20,25 @@ submodule openconfig-platform-common {
"This modules contains common groupings that are used in multiple
components within the platform module.";
- oc-ext:openconfig-version "0.27.0";
+ oc-ext:openconfig-version "0.30.0";
+
+ revision "2024-10-13" {
+ description
+ "Add storage state io-errors.";
+ reference "0.30.0";
+ }
+
+ revision "2024-10-13" {
+ description
+ "Deprecate component id leaf";
+ reference "0.29.0";
+ }
+
+ revision "2024-08-08" {
+ description
+ "Update description of model-name leaf.";
+ reference "0.28.0";
+ }
revision "2024-05-29" {
description
diff --git a/release/models/platform/openconfig-platform-storage.yang b/release/models/platform/openconfig-platform-storage.yang
new file mode 100644
index 000000000..230d03e07
--- /dev/null
+++ b/release/models/platform/openconfig-platform-storage.yang
@@ -0,0 +1,164 @@
+module openconfig-platform-storage {
+
+yang-version "1";
+
+// namespace
+namespace "http://openconfig.net/yang/platform/storage";
+
+prefix "oc-storage";
+
+import openconfig-platform {
+ prefix oc-platform;
+}
+import openconfig-extensions {
+ prefix oc-ext;
+}
+import openconfig-yang-types {
+ prefix oc-yang;
+}
+
+// meta
+organization
+ "OpenConfig working group";
+
+contact
+ "OpenConfig working group
+ www.openconfig.net";
+
+description
+ "This module defines data related to STORAGE components in the
+ OpenConfig platform model.
+
+ Portions of this code were derived from the following copyright holders.
+ References to each copyright holder are mentioned where related content
+ is used.
+
+ NVM Express Base Specification Revision 2.0a
+ https://nvmexpress.org/wp-content/uploads/NVMe-NVM-Express-2.0a-2021.07.26-Ratified.pdf
+ (c) Copyright 2007 to 2021 NVM Express, Inc. ALL RIGHTS RESERVED.
+ This NVM Express Base Specification, revision 2.0a is proprietary to the
+ NVM Express, Inc. (also referred to as “Company”) and/or its successors
+ and assigns.
+
+ S.M.A.R.T. Attribute: Reallocated Sectors Count | Knowledge Base
+ http://kb.acronis.com.";
+
+oc-ext:openconfig-version "0.1.0";
+
+revision "2024-08-26" {
+ description
+ "Initial revision.";
+ reference
+ "0.1.0";
+}
+
+// OpenConfig specific extensions for module metadata.
+oc-ext:regexp-posix;
+oc-ext:catalog-organization "openconfig";
+oc-ext:origin "openconfig";
+
+// identity statements
+// typedef statements
+// grouping statements
+ grouping storage-counters-state {
+ description
+ "Operational state for storage component statistics. These leaves
+ are derived from a list of commonly supported S.M.A.R.T. counters.
+ Note that while common, these attributes may not be supported by
+ all storage device vendors and media types.";
+
+ leaf soft-read-error-rate {
+ type oc-yang:counter64;
+ description
+ "Uncorrected read errors reported to the operating system. SMART ID
+ 201.";
+ reference
+ "S.M.A.R.T. Attribute: Soft Read Error Rate / Off Track Errors (Maxtor)
+ | Knowledge Base. kb.acronis.com.";
+ }
+
+ leaf reallocated-sectors {
+ type oc-yang:counter64;
+ description
+ "Count of reallocated sectors. The raw value represents a count of
+ the bad sectors that have been found and remapped. SMART ID 5.";
+ reference
+ "S.M.A.R.T. Attribute: Reallocated Sectors Count | Knowledge Base -
+ kb.acronis.com";
+ }
+
+ leaf end-to-end-error {
+ type oc-yang:counter64;
+ description
+ "Count of parity errors which occur in the data path to the media.
+ SMART ID 184.";
+ reference
+ "Acronis Drive Monitor: Disk Health Calculation Knowledge Base -
+ kb.acronis.com";
+ }
+
+ leaf offline-uncorrectable-sectors-count {
+ type oc-yang:counter64;
+ description
+ "The total count of uncorrectable errors when reading/writing a
+ sector. SMART ID 198.";
+ reference
+ "Acronis Drive Monitor: Disk Health Calculation Knowledge Base -
+ kb.acronis.com";
+ }
+
+ leaf life-left {
+ type uint8;
+ description
+ "Indicates the approximate SSD life left, in terms of program/erase
+ cycles or available reserved blocks. A normalized value of 100
+ represents a new drive, with a threshold value at 10 indicating a need
+ for replacement. A value of 0 may mean that the drive is operating in
+ read-only mode to allow data recovery. SMART ID 231.";
+ reference
+ "SMART attribute details,
+ https://media.kingston.com/support/downloads/MKP_306_SMART_attribute.pdf";
+ }
+
+ leaf percentage-used {
+ type uint8;
+ description
+ "Contains a vendor specific estimate of the percentage of NVM
+ subsystem life used based on the actual usage and the manufacturer’s
+ prediction of NVM life. A value of 100 indicates that the estimated
+ endurance of the NVM in the NVM subsystem has been consumed, but may
+ not indicate an NVM subsystem failure. The value is allowed to exceed
+ 100. Percentages greater than 254 shall be represented as 255.";
+ reference
+ "NVM Express Base Specification Revision 2.0a
+ https://nvmexpress.org/wp-content/uploads/NVMe-NVM-Express-2.0a-2021.07.26-Ratified.pdf";
+ }
+ }
+ grouping storage-state {
+ description
+ "Storage component state. These counters are derived from the
+ linux kernel block layer statistics in /sys/block//stat.
+ Implementations which do not use the linux kernel to access
+ storage should provide equivalent counters.";
+ reference
+ "https://www.kernel.org/doc/Documentation/block/stat.txt";
+
+ container counters {
+ description
+ "A collection of storage specific statistics entitites.";
+
+ uses storage-counters-state;
+ }
+ }
+
+ // data definition statements
+ // augment statements
+ augment "/oc-platform:components/oc-platform:component/" +
+ "oc-platform:storage/oc-platform:state" {
+ description
+ "Adding storage data to component model";
+
+ uses storage-state;
+ }
+}
+
diff --git a/release/models/platform/openconfig-platform.yang b/release/models/platform/openconfig-platform.yang
index 89ebb559b..742c3e8af 100644
--- a/release/models/platform/openconfig-platform.yang
+++ b/release/models/platform/openconfig-platform.yang
@@ -65,7 +65,25 @@ module openconfig-platform {
(presence or absence of a component) and state (physical
attributes or status).";
- oc-ext:openconfig-version "0.27.0";
+ oc-ext:openconfig-version "0.30.0";
+
+ revision "2024-10-13" {
+ description
+ "Add storage state io-errors.";
+ reference "0.30.0";
+ }
+
+ revision "2024-10-13" {
+ description
+ "Deprecate component id leaf";
+ reference "0.29.0";
+ }
+
+ revision "2024-08-08" {
+ description
+ "Update description of model-name leaf.";
+ reference "0.28.0";
+ }
revision "2024-05-29" {
description
@@ -82,13 +100,11 @@ module openconfig-platform {
revision "2024-01-30" {
description
- "Add rules for controller-card power-off
- Also introduces last-poweroff-reason container
- and last-poweroff-time leaf";
+ "Updated description for component-power-type";
reference "0.25.0";
}
- revision "2023-11-28" {
+ revision "2023-11-28" {
description
"Add model-name";
reference "0.24.0";
@@ -417,6 +433,7 @@ module openconfig-platform {
leaf id {
type string;
+ status deprecated;
description
"Unique identifier assigned by the system for the
component";
@@ -540,11 +557,13 @@ module openconfig-platform {
}
leaf model-name {
+ when "../removable = 'true' or ../type = 'oc-platform-types:CHASSIS'";
+ mandatory true;
type string;
description
- "A human readable string describing the model of a component.
- This string is optional and should only be populated if part-no
- is also populated.";
+ "Model name that would be found in a catalog of stock keeping
+ units (SKU) and should be the orderable name of the
+ component.";
}
leaf clei-code {
diff --git a/release/models/policy/openconfig-policy-types.yang b/release/models/policy/openconfig-policy-types.yang
index d33dfe28d..dea5bf0fa 100644
--- a/release/models/policy/openconfig-policy-types.yang
+++ b/release/models/policy/openconfig-policy-types.yang
@@ -10,6 +10,7 @@ module openconfig-policy-types {
// import some basic types
import ietf-yang-types { prefix yang; }
import openconfig-extensions { prefix oc-ext; }
+ import openconfig-yang-types { prefix oc-yang; }
// meta
organization
@@ -24,9 +25,15 @@ module openconfig-policy-types {
policy. It can be imported by modules that contain protocol-
specific policy conditions and actions.";
- oc-ext:openconfig-version "3.2.3";
+ oc-ext:openconfig-version "3.3.0";
- revision "2022-11-08" {
+ revision "2024-05-14" {
+ description
+ "Add hex-string-prefixed to typedef tag-type.";
+ reference "3.3.0";
+ }
+
+revision "2022-11-08" {
description
"Add INSTALL_PROTOCOL_TYPE local.";
reference "3.2.3";
@@ -165,14 +172,18 @@ module openconfig-policy-types {
type union {
type uint32;
type yang:hex-string;
+ type oc-yang:hex-string-prefixed {
+ length "3..18";
+ }
}
- description "type for expressing route tags on a local system,
- including IS-IS and OSPF; may be expressed as either decimal or
- hexidecimal integer";
+ description
+ "Type for expressing route tags on a local system, including IS-IS
+ and OSPF; This may be expressed as either decimal or hexidecimal
+ integer.";
reference
- "RFC 2178 OSPF Version 2
+ "RFC 2178 OSPF Version 2 specifies a 32 bit value
RFC 5130 A Policy Control Mechanism in IS-IS Using
- Administrative Tags";
+ Administrative Tags specifies 32 bit and 64 bit values.";
}
identity INSTALL_PROTOCOL_TYPE {
diff --git a/release/models/ptp/.spec.yml b/release/models/ptp/.spec.yml
new file mode 100644
index 000000000..ff369d9e3
--- /dev/null
+++ b/release/models/ptp/.spec.yml
@@ -0,0 +1,8 @@
+- name: openconfig-ptp
+ docs:
+ - yang/ptp/openconfig-ptp-types.yang
+ - yang/ptp/openconfig-ptp.yang
+ build:
+ - yang/ptp/openconfig-ptp-types.yang
+ - yang/ptp/openconfig-ptp.yang
+ run-ci: true
diff --git a/release/models/ptp/openconfig-ptp-types.yang b/release/models/ptp/openconfig-ptp-types.yang
new file mode 100644
index 000000000..943569639
--- /dev/null
+++ b/release/models/ptp/openconfig-ptp-types.yang
@@ -0,0 +1,299 @@
+module openconfig-ptp-types {
+
+ yang-version "1";
+
+ // namespace
+ namespace "http://openconfig.net/yang/ptp-types";
+
+ prefix "oc-ptp-types";
+
+ import openconfig-extensions {
+ prefix oc-ext;
+ }
+
+ // meta
+ organization
+ "OpenConfig working group";
+
+ contact
+ "OpenConfig working group
+ www.openconfig.net ";
+
+ description
+ "This module defines types and identities used in OpenConfig
+ models related to Precision Time Protocol (PTP).
+
+ IEEE code is subject to the following copyright and license:
+ Copyright (c) 2020 by The Institute of Electrical and Electronics
+ Engineers, Inc. All rights reserved.";
+
+ oc-ext:openconfig-version "1.0.0";
+
+ revision 2024-09-17 {
+ description
+ "Initial Public Version";
+ reference "1.0.0";
+ }
+
+ // extension statements
+
+ // feature statements
+
+ // identity statements
+
+ identity TIME_SOURCE {
+ description
+ "Enumeration for the source of time used by the Grandmaster
+ PTP Instance.
+ YANG identity is used so that a PTP Profile's YANG augment
+ can assign values, using numeric range F0 to FE hex.";
+ reference
+ "7.6.2.8 of IEEE Std 1588-2019";
+ }
+
+ identity CLOCK_CLASS {
+ description
+ "Enumeration that denotes the traceability, synchronization
+ state and expected performance of the time or frequency
+ distributed by the Grandmaster PTP Instance.
+ IEEE Std 1588 does not specify a name for each clock-class,
+ but the names below are intended to be as intuitive as possible.
+ YANG identity is used so that a PTP Profile's YANG augment
+ can assign values using a numeric range designated for use by
+ alternate PTP Profiles.";
+ reference
+ "7.6.2.5 of IEEE Std 1588-2019";
+ }
+
+ identity CLOCK_ACCURACY {
+ description
+ "Enumeration that indicates the expected accuracy of a
+ PTP Instance when it is the Grandmaster PTP Instance,
+ or in the event it becomes the Grandmaster PTP Instance.
+ The value shall be conservatively estimated by the PTP
+ Instance to a precision consistent with the value of the
+ selected clock-accuracy and of the next lower enumerated
+ value, for example, for clockAccuracy = 23 hex, between
+ 250 ns and 1000 ns.
+ IEEE Std 1588 does not specify a name for each clock-accuracy,
+ but the names below are intended to be as intuitive as possible.
+ YANG identity is used so that a PTP Profile's YANG augment
+ can assign values, using numeric range 80 to FD hex.";
+ reference
+ "7.6.2.6 of IEEE Std 1588-2019";
+ }
+
+ typedef clock-identity {
+ type string {
+ pattern "[0-9A-F]{2}(-[0-9A-F]{2}){7}";
+ oc-ext:posix-pattern '^[0-9A-F]{2}(-[0-9A-F]{2}){7}$';
+ }
+ description
+ "Identifies unique entities within a PTP Network,
+ e.g. a PTP Instance or an entity of a common service.
+ The identity is an 8-octet array, constructed according
+ to specifications in IEEE Std 1588, using an
+ organization identifier from the IEEE Registration
+ Authority.
+ Each octet is represented in YANG as a pair of
+ hexadecimal characters, using uppercase for a letter.
+ Each octet in the array is separated by the dash
+ character.";
+ reference
+ "5.3.4 of IEEE Std 1588-2019
+ 7.5.2.2 of IEEE Std 1588-2019";
+ }
+
+ typedef time-interval {
+ type int64;
+ description
+ "Time interval, expressed in nanoseconds, multiplied by 2^16.
+ Positive or negative time intervals outside the maximum range
+ of this data type shall be encoded as the largest positive and
+ negative values of the data type, respectively.";
+ reference
+ "5.3.2 of IEEE Std 1588-2019";
+ }
+
+typedef instance-type {
+ type enumeration {
+ enum OC {
+ value 0;
+ description
+ "Ordinary Clock";
+ }
+ enum BC {
+ value 1;
+ description
+ "Boundary Clock";
+ }
+ enum P2P_TC {
+ value 2;
+ description
+ "Peer-to-peer Transparent Clock";
+ }
+ enum E2E_TC {
+ value 3;
+ description
+ "End-to-end Transparent Clock";
+ }
+ }
+ description
+ "Enumeration for the type of PTP Instance.
+ Values for this enumeration are specified by the IEEE 1588
+ standard exclusively.";
+ reference
+ "8.2.1.5.5 of IEEE Std 1588-2019";
+ }
+
+
+ typedef unicast-multicast-enumeration {
+ type enumeration {
+ enum UNICAST {
+ value 1;
+ description
+ "unicast";
+ }
+ enum MULTICAST {
+ value 2;
+ description
+ "multicast";
+ }
+ }
+ description
+ "Type definition for options when setting the unicast-multicast
+ attribute in the default data set";
+ }
+
+ typedef delay-mechanism-enumeration {
+ type enumeration {
+ enum E2E {
+ value 1;
+ description
+ "The port uses the delay request-response mechanism.";
+ }
+ enum P2P {
+ value 2;
+ description
+ "The port uses the peer delay mechanism.";
+ }
+ enum DISABLED {
+ value 254;
+ description
+ "The port does not implement any delay mechanism.";
+ }
+ }
+ description
+ "The propagation-delay measuring option used by the
+ port. Values for this enumeration are specified
+ by the IEEE Std 1588 standard exclusively.";
+ reference
+ "IEEE Std 1588-2008: 8.2.5.4.4";
+ }
+
+ typedef port-state-enumeration {
+ type enumeration {
+ enum INITIALIZING {
+ value 1;
+ description
+ "The port is initializing its data sets, hardware, and
+ communication facilities.";
+ }
+ enum FAULTY {
+ value 2;
+ description
+ "The port is in the fault state.";
+ }
+ enum DISABLED {
+ value 3;
+ description
+ "The port is disabled and is not communicating PTP
+ messages (other than possibly PTP management
+ messages).";
+ }
+ enum LISTENING {
+ value 4;
+ description
+ "The port is listening for an Announce message.";
+ }
+ enum PRE_MASTER {
+ value 5;
+ description
+ "The port is in the pre-master state.";
+ }
+ enum MASTER {
+ value 6;
+ description
+ "The port is behaving as a master port.";
+ }
+ enum PASSIVE {
+ value 7;
+ description
+ "The port is in the passive state.";
+ }
+ enum UNCALIBRATED {
+ value 8;
+ description
+ "A master port has been selected, but the port is still
+ in the uncalibrated state.";
+ }
+ enum SLAVE {
+ value 9;
+ description
+ "The port is synchronizing to the selected master port.";
+ }
+ }
+ description
+ "The current state of the protocol engine associated
+ with the port. Values for this enumeration are specified
+ by the IEEE Std 1588 standard exclusively.";
+ reference
+ "IEEE Std 1588-2008: 8.2.5.3.1, 9.2.5";
+ }
+
+ typedef network-transport-enumeration {
+ type enumeration {
+ enum L2 {
+ value 1;
+ description
+ "Layer 2 network";
+ }
+ enum UDPV4 {
+ value 2;
+ description
+ "UDPv4 network";
+ }
+ enum UDPV6 {
+ value 3;
+ description
+ "UDPv6 network";
+ }
+ }
+ description
+ "Type definition for options when setting the network transport
+ attribute in the default data set";
+ }
+
+ typedef domain-profile-enumeration {
+ type enumeration {
+ enum IEEE1588 {
+ value 1;
+ description
+ "default profile";
+ }
+ enum G8275.1 {
+ value 2;
+ description
+ "g8275.1 profile";
+ }
+ enum G8275.2 {
+ value 3;
+ description
+ "g8275.2 profile";
+ }
+ }
+ description
+ "Type definition for options when setting the domain-profile
+ attribute in the default data set";
+ }
+}
diff --git a/release/models/ptp/openconfig-ptp.yang b/release/models/ptp/openconfig-ptp.yang
new file mode 100644
index 000000000..8c2a4c714
--- /dev/null
+++ b/release/models/ptp/openconfig-ptp.yang
@@ -0,0 +1,1198 @@
+module openconfig-ptp {
+
+ yang-version "1";
+
+ namespace "http://openconfig.net/yang/ptp";
+
+ prefix "oc-ptp";
+
+ import ietf-interfaces { prefix if; }
+ import openconfig-extensions { prefix oc-ext; }
+ import openconfig-ptp-types { prefix oc-ptp-types; }
+
+ organization
+ "OpenConfig working group";
+ contact
+ "OpenConfig working group
+ www.openconfig.net ";
+ description
+ "This YANG module defines a data model for the configuration
+ and state of IEEE Std 1588 clocks. IEEE Std 1588 specifies the
+ Precision Time Protocol (PTP).
+
+ The nodes in this YANG module are designed for compatibility
+ with ietf-ptp.yang, the YANG data model for IEEE Std 1588-2008,
+ as specified in IETF RFC 8575.
+
+ NOTE regarding default value:
+ PTP's concept of 'initialization value' is analogous to YANG's
+ concept of a 'default value'. According to 8.1.3.4 of
+ IEEE Std 1588-2019, the initialization value for configuration
+ is specified in IEEE Std 1588, but that value can be overridden
+ by a PTP Profile specification, or by the product that
+ implements PTP. This makes it challenging to repeat the
+ specification of initialization value using a YANG 'default'
+ statement, because there is no straightforward mechanism for
+ a PTP Profile's (or product's) YANG module to import this
+ module and override its YANG default. Since a YANG management
+ client can read the default value from the operational
+ datastore, there is no need to re-specify the default in YANG.
+ The implementer of PTP refers to the relevant PTP
+ specifications for the default (not YANG modules).
+ Therefore, this YANG module avoids use of the YANG 'default'
+ statement.
+
+ NOTE regarding IEEE Std 1588 classification:
+ 8.1.2 of IEEE Std 1588-2019 specifies a classification of
+ each data set member, which corresponds to a leaf in YANG.
+ The relationship between 1588 classification and
+ YANG 'config' (i.e., whether the leaf is read-write) is:
+ - 1588 static: The leaf is 'config false' (read-only).
+ - 1588 configurable: The leaf is 'config true', which is
+ the default value for a YANG leaf.
+ - 1588 dynamic: A judgement is made on a member-by-member
+ basis. If the member corresponds to the first item of
+ 8.1.2.1.2 of IEEE Std 1588-2019 (i.e., value from protocol
+ only, such as log of protocol behavior), the YANG leaf
+ is 'config false'. Otherwise, the member's value can be
+ provided by an entity outside PTP (e.g., NETCONF or
+ RESTCONF client), and therefore the YANG leaf is
+ 'config true'.
+
+ NOTE regarding terminology (two YANG modules):
+ To accommodate the need by some organizations to use the
+ original terminology specified by IEEE Std 1588, and the
+ need by some other organizations to use the alternative
+ terminology specified in 4.4 of IEEE Std 1588g-2022,
+ two YANG modules are provided by IEEE Std 1588e (MIB and
+ YANG Data Models). For a detailed explanation, see 15.4.2.11
+ of IEEE Std 1588e.
+ This module uses the original terminology specified by
+ IEEE Std 1588 (master/slave).
+
+ IEEE code is subject to the following copyright and license:
+ Copyright (c) 2020 by The Institute of Electrical and Electronics
+ Engineers, Inc. All rights reserved.";
+
+ oc-ext:openconfig-version "1.0.0";
+
+ revision 2024-09-17 {
+ description
+ "Initial revision. IEEE Std 1588e-XXXX, IEEE Standard for a Precision
+ Clock Synchronization Protocol for Networked Measurement and Control
+ Systems - MIB and YANG Data Models.";
+ reference
+ "1.0.0";
+ }
+
+ grouping instance-config {
+ description
+ "Config state data of an instance of the PTP";
+
+ leaf id {
+ type uint32;
+ description
+ "The instance list is indexed using a number that is unique per PTP
+ Instance within the PTP Node, applicable to the management context
+ only (i.e. not used in PTP messages). The domain-number of the PTP
+ Instance is not used as the key to instance-list, since it is possible
+ for a PTP Node to contain multiple PTP Instances using the same
+ domain-number.";
+ reference
+ "8.1.4.2 of IEEE Std 1588-2019";
+ }
+ }
+
+ grouping instance-state {
+ description
+ "Operational state data of an instance of the PTP";
+
+ uses instance-config;
+ }
+
+ grouping current-ds-state {
+ description
+ "Provides current data from operation of the protocol.";
+ reference
+ "8.2.2 of IEEE Std 1588-2019";
+
+ leaf steps-removed {
+ type uint16;
+ config false;
+ description
+ "The number of PTP Communication Paths traversed
+ between this PTP Instance and the Grandmaster
+ PTP Instance.";
+ reference
+ "8.2.2.2 of IEEE Std 1588-2019";
+ }
+
+ leaf offset-from-master {
+ type oc-ptp-types:time-interval;
+ config false;
+ description
+ "The current value of the time difference between
+ a Master PTP Instance and a Slave PTP Instance as
+ computed by the Slave PTP Instance.
+ NOTE - When a PTP Profile requires a Boundary
+ Clock to transfer offset information internally
+ from Slave PTP Port to Master PTP Port(s), this value
+ effectively returns the offset from the Grandmaster
+ PTP Instance.";
+ reference
+ "8.2.2.3 of IEEE Std 1588-2019";
+ }
+
+ leaf mean-path-delay {
+ type oc-ptp-types:time-interval;
+ config false;
+ status deprecated;
+ description
+ "In IEEE Std 1588-2008, currentDS.meanDelay was called
+ currentDS.meanPathDelay. While the specification of
+ this member is retained in the current standard, the
+ member is renamed to currentDS.meanDelay. This change
+ is consistent with other changes that ensure clarity
+ and consistency of naming, where
+ - 'path' is associated with the
+ request-response mechanism
+ - 'link' is associated with the
+ peer-to-peer delay mechanism";
+ reference
+ "8.2.2.4 of IEEE Std 1588-2008";
+ }
+ }
+
+ grouping time-properties-ds-state {
+ description
+ "Provides data learned from the current Grandmaster PTP Instance.";
+ reference
+ "8.2.4 of IEEE Std 1588-2019";
+ leaf current-utc-offset {
+ when "../current-utc-offset-valid='true'";
+ type int16;
+ description
+ "Specified as in IERS Bulletin C, this provides
+ the offset from UTC (TAI - UTC). The offset is in
+ units of seconds.";
+ reference
+ "7.2.4 of IEEE Std 1588-2019
+ 8.2.4.2 of IEEE Std 1588-2019";
+ }
+
+ leaf current-utc-offset-valid {
+ type boolean;
+ description
+ "The value of current-utc-offset-valid shall be true
+ if the values of current-utc-offset, leap59, and leap61
+ are known to be correct, otherwise it shall be false.
+ NOTE - The constraint for leap59 and leap61 did not
+ exist in IEEE Std 1588-2008, and for compatibility,
+ corresponding when statements were not included below.";
+ reference
+ "8.2.4.3 of IEEE Std 1588-2019";
+ }
+
+ leaf leap59 {
+ type boolean;
+ description
+ "If the timescale is PTP, a true value for leap59
+ shall indicate that the last minute of the
+ current UTC day contains 59 seconds.
+ If the timescale is not PTP, the value shall be
+ false.";
+ reference
+ "8.2.4.4 of IEEE Std 1588-2019";
+ }
+
+ leaf leap61 {
+ type boolean;
+ description
+ "If the timescale is PTP, a true value for leap61 shall indicate
+ that the last minute of the current UTC day contains 61 seconds.
+ If the timescale is not PTP, the value shall be false.";
+ reference
+ "8.2.4.5 of IEEE Std 1588-2019";
+ }
+
+ leaf time-traceable {
+ type boolean;
+ description
+ "The value of time-traceable shall be true if the timescale is
+ traceable to a primary reference; otherwise, the value shall be
+ false. The uncertainty specifications appropriate to the
+ evaluation of whether traceability to a primary reference is
+ achieved should be defined in the applicable PTP Profile. In
+ the absence of such a definition the value of time-traceable is
+ implementation specific.";
+ reference
+ "8.2.4.6 of IEEE Std 1588-2019";
+ }
+
+ leaf frequency-traceable {
+ type boolean;
+ description
+ "The value of time-traceable shall be true if the frequency
+ determining the timescale is traceable to a primary reference;
+ otherwise, the value shall be false.
+ The uncertainty specifications appropriate to the evaluation
+ of whether traceability to a primary reference is achieved
+ should be defined in the applicable PTP Profile. In the absence
+ of such a definition the value of frequency-traceable is
+ implementation specific.";
+ reference
+ "8.2.4.7 of IEEE Std 1588-2019";
+ }
+
+ leaf ptp-timescale {
+ type boolean;
+ description
+ "If ptp-timescale is true, the timescale of the Grandmaster PTP
+ Instance is PTP, which is the elapsed time since the PTP epoch
+ measured using the second defined by International Atomic Time (TAI).
+ If ptp-timescale is false, the timescale of the Grandmaster PTP
+ Instance is ARB, which is the elapsed time since an arbitrary epoch.";
+ reference
+ "7.2.1 of IEEE Std 1588-2019
+ 8.2.4.8 of IEEE Std 1588-2019";
+ }
+
+ leaf time-source {
+ type identityref {
+ base oc-ptp-types:TIME_SOURCE;
+ }
+ description
+ "The source of time used by the Grandmaster
+ PTP Instance.";
+ reference
+ "7.6.2.8 of IEEE Std 1588-2019
+ 8.2.4.9 of IEEE Std 1588-2019";
+ }
+ }
+
+ grouping default-ds-config {
+ description
+ "Config state data of default data set of the clock";
+
+ leaf priority1 {
+ type uint8;
+ description
+ "The IEEE Std 1588 priority1 of the PTP Instance.
+ Since priority1 is one of the first comparisons
+ performed by the Best Master Clock Algorithm (BMCA),
+ this leaf's configuration can be used to explicitly
+ select a Grandmaster PTP Instance.
+ Lower values take precedence.
+ The value of priority1 shall be configurable to any
+ value in the range 0 to 255, unless restricted by
+ limits established by the applicable PTP Profile.";
+ reference
+ "7.6.2.3 of IEEE Std 1588-2019
+ 8.2.1.4.1 of IEEE Std 1588-2019";
+ }
+ leaf priority2 {
+ type uint8;
+ description
+ "The IEEE Std 1588 priority2 of the PTP Instance.
+ The priority2 member is compared by the Best Master
+ Clock Algorithm (BMCA) after priority1 and clockQuality.
+ Lower values take precedence.
+ The value of priority2 shall be configurable to any
+ value in the range 0 to 255, unless restricted by
+ limits established by the applicable PTP Profile.";
+ reference
+ "7.6.2.4 of IEEE Std 1588-2019
+ 8.2.1.4.2 of IEEE Std 1588-2019";
+ }
+ leaf domain-number {
+ type uint8;
+ description
+ "The IEEE Std 1588 domainNumber of the PTP Instance.
+ A domain consists of one or more PTP Instances
+ communicating with each other as defined by the
+ protocol. A domain shall define the scope of PTP message
+ communication, state, operations, data sets, and
+ timescale. Therefore, each domain represents a distinct
+ time.
+ Within a PTP Network, a domain is identified by two
+ data set members: domainNumber and sdoId.
+ The domainNumber is the primary mechanism for end users
+ and system integrators to isolate the operation of a
+ PTP Instance from PTP messages used in other domains.
+ The value of the domainNumber shall be configurable
+ to values permitted in IEEE Std 1588, unless the
+ allowed values are further restricted by the applicable
+ PTP Profile.";
+ reference
+ "7.1 of IEEE Std 1588-2019
+ 8.2.1.4.3 of IEEE Std 1588-2019";
+ }
+ leaf slave-only {
+ type boolean;
+ description
+ "The value of slave-only shall be true if the
+ PTP Instance is a slave-only PTP Instance
+ (false for non-slave-only).
+ The slave-only member can be true for Ordinary Clocks
+ only.
+ When slave-only is true, the PTP Instance implements
+ special behavior in the context of the state machines
+ that determine port-state.";
+ reference
+ "8.2.1.4.4 of IEEE Std 1588-2019
+ 9.2.2.1 of IEEE Std 1588-2019";
+ }
+
+ leaf instance-type {
+ type oc-ptp-types:instance-type;
+ description
+ "The type of PTP Instance.
+ This leaf is read-only unless support for write is
+ explicitly specified by the applicable PTP Profile or
+ product specification.";
+ reference
+ "8.2.1.5.5 of IEEE Std 1588-2019";
+ }
+
+ leaf sdo-id {
+ type uint16 {
+ range "0..4095";
+ }
+ description
+ "The IEEE Std 1588 sdoId of the PTP Instance.
+ A domain consists of one or more PTP Instances
+ communicating with each other as defined by the
+ protocol. A domain shall define the scope of PTP message
+ communication, state, operations, data sets, and
+ timescale. Therefore, each domain represents a distinct
+ time.
+ Within a PTP Network, a domain is identified by two
+ data set members: domainNumber and sdoId.
+ The sdoId of a domain is a 12-bit integer in the
+ closed range 0 to 4095.
+ The sdoId member is the primary mechanism for providing
+ isolation of PTP Instances operating a PTP Profile
+ specified by a Standards Development Organization (SDO),
+ from other PTP Instances operating a PTP Profile
+ specified by a different SDO.";
+ reference
+ "7.1 of IEEE Std 1588-2019
+ 8.2.1.4.5 of IEEE Std 1588-2019
+ 16.5 of IEEE Std 1588-2019";
+ }
+ leaf network-transport {
+ type oc-ptp-types:network-transport-enumeration;
+ description
+ "The network transport used for communication";
+ }
+ leaf unicast-multicast {
+ type oc-ptp-types:unicast-multicast-enumeration;
+ description
+ "Whether the network transport uses unicast or
+ multicast communication";
+ }
+ leaf domain-profile {
+ type oc-ptp-types:domain-profile-enumeration;
+ description
+ "The method to be used when comparing data sets during
+ the Best Master Clock Algorithm.";
+ }
+ }
+
+ grouping clock-quality-top {
+ description
+ "Quality of a PTP Instance, which contains IEEE Std 1588
+ clockClass, clockAccuracy and offsetScaledLogVariance.
+ PTP Instances with better quality are more likely to
+ become the Grandmaster PTP Instance.";
+ reference
+ "5.3.7 of IEEE Std 1588-2019
+ 8.2.1.3.1 of IEEE Std 1588-2019";
+
+ leaf clock-class {
+ type identityref {
+ base oc-ptp-types:CLOCK_CLASS;
+ }
+ description
+ "The clockClass denotes the traceability of the time
+ or frequency distributed by the clock.";
+ reference
+ "7.6.2.5 of IEEE Std 1588-2019
+ 8.2.1.3.1.2 of IEEE Std 1588-2019";
+ }
+
+ leaf clock-accuracy {
+ type identityref {
+ base oc-ptp-types:CLOCK_ACCURACY;
+ }
+ description
+ "The clockAccuracy indicates the accuracy of the clock
+ (Local Clock of the PTP Instance).";
+ reference
+ "7.6.2.6 of IEEE Std 1588-2019
+ 8.2.1.3.1.3 of IEEE Std 1588-2019";
+ }
+
+ leaf offset-scaled-log-variance {
+ type uint16;
+ description
+ "The offsetScaledLogVariance indicates the stability of the
+ clock (Local Clock of the PTP Instance). It provides an
+ estimate of the variations of the clock from a linear timescale
+ when it is not synchronized to another clock using the
+ protocol.";
+ reference
+ "7.6.2.7 of IEEE Std 1588-2019";
+ }
+ }
+
+ grouping default-ds-state {
+ description
+ "Operational state data of default data set of the clock";
+ uses default-ds-config;
+
+ leaf two-step-flag {
+ type boolean;
+ description
+ "When set to true, the PTP Instance is two-step,
+ otherwise the PTP Instance is one-step.
+ This data set member is no longer used. However,
+ the twoStepFlag of the PTP common header is used.
+ One step or two step egress behavior is allowed to
+ be specified per PTP Port, or per PTP Instance.
+ Management of the one/two step egress behavior of
+ a PTP Port is not provided by this standard, but
+ can be specified as extensions to the data sets by a
+ PTP Profile or a product specification.";
+ reference
+ "8.2.1.2.1 of IEEE Std 1588-2019";
+ }
+
+ leaf clock-identity {
+ type oc-ptp-types:clock-identity;
+ description
+ "The IEEE Std 1588 clockIdentity of the PTP Instance.";
+ reference
+ "8.2.1.2.2 of IEEE Std 1588-2019";
+ }
+
+ leaf number-ports {
+ type uint16;
+ description
+ "The number of PTP Ports on the PTP Instance.
+ For an Ordinary Clock, the value shall be one.";
+ reference
+ "8.2.1.2.3 of IEEE Std 1588-2019";
+ }
+ }
+
+ grouping default-ds-top {
+ description
+ "Top-level grouping for default data sets of the clock,
+ including configuration and operational state data";
+
+ container default-ds {
+ description
+ "The default data set of the PTP Instance.";
+ reference
+ "8.2.1 of IEEE Std 1588-2019";
+
+ container clock-quality {
+ description
+ "The IEEE Std 1588 clockQuality of the PTP Instance.
+ PTP Instances with better quality are more likely to
+ become the Grandmaster PTP Instance.";
+ reference
+ "8.2.1.3.1 of IEEE Std 1588-2019";
+
+ container config {
+ description
+ "Config state data of clock-quality";
+ uses clock-quality-top;
+ }
+ container state {
+ config false;
+ description
+ "Operational state data of clock-quality";
+ uses clock-quality-top;
+ }
+ }
+ container config {
+ description
+ "Config state data of default data set of the clock";
+ uses default-ds-config;
+ }
+ container state {
+ config false;
+ description
+ "Operational state data of default data set of the clock";
+ uses default-ds-state;
+ }
+ }
+ }
+
+ grouping port-identity {
+ description
+ "The IEEE Std 1588 PortIdentity type identifies a
+ PTP Port or Link Port.";
+ reference
+ "5.3.5 of IEEE Std 1588-2019";
+
+ leaf clock-identity {
+ type oc-ptp-types:clock-identity;
+ description
+ "IEEE Std 1588 clockIdentity.";
+ }
+
+ leaf port-number {
+ type uint16;
+ description
+ "IEEE Std 1588 portNumber.
+ If portNumber is unavailable, the value 0 can
+ be used, or this leaf can be omitted from the
+ operational datastore.";
+ reference
+ "7.5.2.3 of IEEE Std 1588-2019";
+ }
+ }
+
+ grouping parent-ds-state {
+ description
+ "The parent data set of the clock (see IEEE Std 1588-2008
+ subclause 8.2.3).";
+ reference
+ "IEEE Std 1588-2008: 8.2.3";
+
+ container parent-port-identity {
+ description
+ "The IEEE Std 1588 portIdentity of the PTP Port on the
+ Master PTP Instance that issues the Sync messages
+ used in synchronizing this PTP Instance.";
+ reference
+ "8.2.3.2 of IEEE Std 1588-2019";
+ uses port-identity;
+ }
+
+ leaf parent-stats {
+ type boolean;
+ description
+ "When set to true, the values of
+ parent-ds/observed-parent-offset-scaled-log-variance
+ and
+ parent-ds/observed-parent-clock-phase-change-rate
+ have been measured and are valid.";
+ reference
+ "8.2.3.3 of IEEE Std 1588-2019";
+ }
+
+ leaf observed-parent-offset-scaled-log-variance {
+ type uint16;
+ description
+ "Estimate of the variance of the phase offset of the
+ Local PTP Clock of the Parent PTP Instance as measured
+ with respect to the Local PTP Clock in the Slave PTP
+ Instance. This measurement is optional, but if not made,
+ the value of parent-ds/parent-stats shall be false.";
+ reference
+ "7.6.3.3 of IEEE Std 1588-2019
+ 7.6.3.5 of IEEE Std 1588-2019
+ 8.2.3.4 of IEEE Std 1588-2019";
+ }
+
+ leaf observed-parent-clock-phase-change-rate {
+ type int32;
+ description
+ "Estimate of the phase change rate of the
+ Local PTP Clock of the Parent PTP Instance as measured
+ by the Slave PTP Instance using its Local PTP Clock.
+ If the estimate exceeds the capacity of its data type,
+ this value shall be set to 7FFF FFFF (base 16) or
+ 8000 0000 (base 16), as appropriate. A positive sign
+ indicates that the phase change rate in the
+ Parent PTP Instance is greater than that in the
+ Slave PTP Instance. The measurement of this value is
+ optional, but if not measured, the value of
+ parent-ds/parent-stats shall be false.";
+ reference
+ "7.6.4.4 of IEEE Std 1588-2019
+ 8.2.3.5 of IEEE Std 1588-2019";
+ }
+
+ leaf grandmaster-identity {
+ type oc-ptp-types:clock-identity;
+ description
+ "The IEEE Std 1588 clockIdentity of the Grandmaster PTP
+ Instance.";
+ reference
+ "8.2.3.6 of IEEE Std 1588-2019";
+ }
+
+ container grandmaster-clock-quality {
+ description
+ "The IEEE Std 1588 clockQuality of the Grandmaster PTP
+ Instance.";
+ reference
+ "8.2.3.7 of IEEE Std 1588-2019";
+ uses clock-quality-top;
+ }
+
+ leaf grandmaster-priority1 {
+ type uint8;
+ description
+ "The IEEE Std 1588 priority1 of the Grandmaster PTP
+ Instance.";
+ reference
+ "8.2.3.8 of IEEE Std 1588-2019";
+ }
+
+ leaf grandmaster-priority2 {
+ type uint8;
+ description
+ "The IEEE Std 1588 priority2 of the Grandmaster PTP
+ Instance.";
+ reference
+ "8.2.3.9 of IEEE Std 1588-2019";
+ }
+ }
+
+ grouping parent-ds-top {
+ description
+ "Top-level grouping for parent data sets of the clock, including
+ configuration and operational state data";
+
+ container parent-ds {
+ description
+ "Provides data learned from the parent of this PTP Instance (i.e.
+ master port on the other side of the path/link).";
+ reference
+ "8.2.3 of IEEE Std 1588-2019";
+
+ container state {
+ description
+ "Operational state data of parent data set";
+ config false;
+ uses parent-ds-state;
+ }
+ }
+ }
+
+ grouping ports-top {
+ description
+ "Top-level grouping for port data sets of the clock,
+ including configuration and operational state data";
+ container ports {
+ description
+ "YANG container that is used to get all PTP Ports
+ in the PTP Instance.
+ YANG does not allow get of all elements in a YANG list,
+ so a YANG container wrapping the YANG list is provided for
+ that purpose. The naming convention uses plural for the
+ wrapping YANG container, and singular for the YANG list.";
+ list port {
+ key "port-index";
+ description
+ "List of data for each PTP Port in the PTP Instance.
+ While the PTP Instance is disabled, it is possible to
+ have zero PTP Ports (i.e., ports not yet created).
+ While the PTP Instance is enabled, an Ordinary Clock
+ will have one PTP Port, and a Boundary Clock or
+ Transparent Clock will have more than one PTP Port.";
+ reference
+ "8.1.4.2 of IEEE Std 1588-2019";
+
+ leaf port-index {
+ type leafref {
+ path "../config/port-index";
+ }
+ description
+ "The port list is indexed using a number that is
+ unique per PTP Port within the PTP Instance,
+ applicable to the management context only
+ (i.e., not used in PTP messages).";
+ }
+
+ container config {
+ description
+ "Config state data of port data set of the clock";
+ uses port-config-top;
+ }
+
+ container state {
+ description
+ "operational state data of port data set of the clock";
+ config false;
+ uses port-config-top;
+ }
+
+ uses port-ds-top;
+ }
+ }
+ }
+
+ grouping port-config-top {
+ description
+ "Configuration data of port data set of the clock";
+ leaf port-index {
+ type uint16;
+ description
+ "The port list is indexed using a number that is
+ unique per PTP Port within the PTP Instance,
+ applicable to the management context only
+ (i.e., not used in PTP messages).";
+ }
+
+ leaf underlying-interface {
+ type if:interface-ref;
+ description
+ "Reference to the configured underlying IETF YANG
+ interface that is used by this PTP Port for
+ transport of PTP messages. Among other data,
+ physical identifiers for the interface
+ (e.g., MAC address) can be obtained using this
+ reference.";
+ reference
+ "RFC 8343";
+ }
+ }
+
+ grouping port-ds-state-top {
+ description
+ "Operational state data of port data set of the clock";
+
+ leaf port-state {
+ type oc-ptp-types:port-state-enumeration;
+ description
+ "Current state of the protocol engine associated
+ with this PTP Port.";
+ reference
+ "8.2.15.3.1 of IEEE Std 1588-2019";
+ }
+
+ leaf peer-mean-path-delay {
+ type oc-ptp-types:time-interval;
+ description
+ "In IEEE Std 1588-2008, this data set member was
+ called portDS.peerMeanPathDelay. While the
+ specification of this member is retained in the
+ current standard, the member is renamed to
+ portDS.meanLinkDelay (i.e., ../mean-link-delay).
+ This change is consistent with other changes that
+ ensure clarity and consistency of naming, where
+ - 'path' is associated with the
+ request-response mechanism
+ - 'link' is associated with the
+ peer-to-peer delay mechanism";
+ reference
+ "8.2.5.3.3 of IEEE Std 1588-2008";
+ }
+ }
+
+ grouping port-ds-top {
+ description
+ "Top-level container for port data set of PTP Port.";
+ container port-ds {
+ description
+ "Primary data set for the PTP Port.";
+ reference
+ "8.2.15 of IEEE Std 1588-2019";
+
+ container config {
+ description
+ "Configuration data of port data set of the clock";
+ uses port-ds-config-top;
+ }
+
+ container state {
+ description
+ "Operational state data of port data set of the clock";
+ config false;
+ uses port-ds-config-top;
+ uses port-ds-state-top;
+ }
+ }
+ }
+
+ grouping port-ds-config-top {
+ description
+ "Top-level container for configuration port data set of PTP Port.";
+
+ leaf log-announce-interval {
+ type int8;
+ description
+ "Logarithm to the base 2 of the mean IEEE Std 1588
+ announceInterval, the time interval between
+ successive Announce messages sent by a PTP Port.";
+ reference
+ "7.7.2.2 of IEEE Std 1588-2019
+ 8.2.15.4.1 of IEEE Std 1588-2019";
+ }
+
+ leaf announce-receipt-timeout {
+ type uint8;
+ description
+ "The integral multiple of IEEE Std 1588
+ announceInterval that must pass without receipt of
+ an Announce message before the occurrence of the
+ event ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES. The range
+ shall be 2 to 255 subject to further restrictions of
+ the applicable PTP Profile. While 2 is permissible,
+ normally the value should be at least 3.";
+ reference
+ "7.7.3.1 of IEEE Std 1588-2019
+ 8.2.15.4.2 of IEEE Std 1588-2019";
+ }
+
+ leaf log-sync-interval {
+ type int8;
+ description
+ "Logarithm to the base 2 of the mean IEEE Std 1588
+ syncInterval, the time interval between successive
+ Sync messages, when transmitted as multicast
+ messages. The rates for unicast transmissions are
+ negotiated separately on a per PTP Port basis and
+ are not constrained by this leaf.";
+ reference
+ "7.7.2.3 of IEEE Std 1588-2019
+ 8.2.15.4.3 of IEEE Std 1588-2019";
+ }
+
+ leaf delay-mechanism {
+ type oc-ptp-types:delay-mechanism-enumeration;
+ description
+ "The path delay measuring mechanism used by the PTP
+ Port in computing (propagation delay).";
+ reference
+ "8.2.15.4.4 of IEEE Std 1588-2019";
+ }
+
+ leaf log-min-pdelay-req-interval {
+ type int8;
+ description
+ "Logarithm to the base 2 of the IEEE Std 1588
+ minPdelayReqInterval, the minimum permitted
+ mean time interval between successive Pdelay_Req
+ messages sent over a PTP Link.";
+ reference
+ "7.7.2.5 of IEEE Std 1588-2019
+ 8.2.15.4.5 of IEEE Std 1588-2019";
+ }
+
+ leaf version-number {
+ type uint8;
+ description
+ "The PTP major version in use on the PTP Port.
+ NOTE - This indicates the version of the
+ IEEE 1588 standard, and not the version of an
+ applicable PTP Profile.";
+ reference
+ "8.2.15.4.6 of IEEE Std 1588-2019";
+ }
+
+ leaf log-min-delay-req-interval {
+ type int8;
+ description
+ "Logarithm to the base 2 of the IEEE Std 1588
+ minDelayReqInterval, the minimum permitted
+ mean time interval between successive Delay_Req
+ messages sent by a Slave PTP Instance.";
+ reference
+ "7.7.2.4 of IEEE Std 1588-2019
+ 8.2.15.3.2 of IEEE Std 1588-2019";
+ }
+
+ leaf unicast-multicast {
+ type oc-ptp-types:unicast-multicast-enumeration;
+ description
+ "Whether the network transport uses unicast or
+ multicast communication";
+ }
+ }
+
+ grouping transparent-clock-default-ds-config-top {
+ description
+ "Top-level container for configuration default data set of transparent clock.";
+
+ leaf delay-mechanism {
+ type oc-ptp-types:delay-mechanism-enumeration;
+ description
+ "The propagation delay measuring mechanism (e2e or p2p).";
+ reference
+ "8.3.2.3.1 of IEEE Std 1588-2019";
+ }
+
+ leaf primary-domain {
+ type uint8;
+ description
+ "The domainNumber of the primary syntonization domain.";
+ reference
+ "8.3.2.3.2 of IEEE Std 1588-2019";
+ }
+
+ leaf two-step-flag {
+ type boolean;
+ description
+ "When set to true, the clock is a two-step clock;
+ otherwise,the clock is a one-step clock.";
+ }
+ }
+ grouping transparent-clock-top {
+ description
+ "Top-level container for configuration and operational state data of transparent clock.";
+
+ container transparent-clock-default-ds {
+ description
+ "This default data set was specified in
+ IEEE Std 1588-2008, and under some interpretations,
+ it applied to all domains, which in turn means that it
+ represents multiple Transparent Clocks.
+ In IEEE Std 1588-2019, this data set is specified as
+ applying to the PTP Node (all domains), but the data set is
+ deprecated. For new designs, the standard recommends that
+ Transparent Clocks use the PTP Instance data sets
+ (i.e., /ptp/instances/instance[]), such that each
+ Transparent Clock supports a single PTP Instance and
+ domain.";
+ reference
+ "8.3.1 of IEEE Std 1588-2019";
+
+ container config {
+ description
+ "Top-level container for configuration data of transparent clock.";
+ uses transparent-clock-default-ds-config-top;
+ }
+ container state {
+ description
+ "Top-level container for operational state data of transparent clock.";
+
+ config false;
+
+ uses transparent-clock-default-ds-config-top;
+
+ leaf clock-identity {
+ type oc-ptp-types:clock-identity;
+ description
+ "The clockIdentity of the local clock.";
+ reference
+ "8.3.2.2.1 of IEEE Std 1588-2019";
+ }
+
+ leaf number-ports {
+ type uint16;
+ description
+ "The number of PTP Ports of the device.";
+ reference
+ "8.3.2.2.2 of IEEE Std 1588-2019";
+ }
+ }
+ }
+
+ container transparent-clock-ports {
+ description
+ "YANG container that is used to get all ports of the
+ IEEE Std 1588 transparentClockPortDS.
+ YANG does not allow get of all elements in a YANG list,
+ so a YANG container wrapping the YANG list is provided for
+ that purpose. The naming convention uses plural for the
+ wrapping YANG container, and singular for the YANG list.";
+
+ list port {
+ description
+ "This list of Transparent Clock port data sets was specified
+ in IEEE Std 1588-2008, and under some interpretations,
+ it applied to all domains, which in turn means that it
+ represents multiple Transparent Clocks.
+ In IEEE Std 1588-2019, this list is specified as
+ applying to the PTP Node (all domains), but the list is
+ deprecated. For new designs, the standard recommends that
+ Transparent Clocks use the PTP Instance data sets
+ (i.e., /ptp/instances/instance[]), such that each
+ Transparent Clock supports a single PTP Instance
+ and domain.";
+ reference
+ "8.3.1 of IEEE Std 1588-2019";
+ key "port-index";
+ leaf port-index {
+ description
+ "The port list is indexed using a number that is
+ unique per PTP Port within the PTP Instance,
+ applicable to the management context only
+ (i.e., not used in PTP messages).";
+ type leafref {
+ path "../config/port-index";
+ }
+ }
+
+ container config {
+ description
+ "Top-level container for configuration data of transparent clock port.";
+ uses port-config-top;
+ }
+
+ container state {
+ description
+ "Top-level container for operational state data of transparent clock port.";
+ config false;
+ uses port-config-top;
+ }
+
+ container port-ds {
+ description
+ "IEEE Std 1588 transparentClockPortDS.";
+ reference
+ "8.3.3 of IEEE Std 1588-2019";
+
+ container config {
+ description
+ "Configuration data of transparent clock port data set.";
+ uses transparent-port-ds-config-top;
+ }
+ container state {
+ description
+ "Operational state data of transparent clock port data set.";
+ config false;
+ uses transparent-port-ds-config-top;
+ container port-identity {
+ description
+ "The IEEE Std 1588 portIdentity of this port.";
+ reference
+ "8.3.3.2.1 of IEEE Std 1588-2019";
+ uses port-identity;
+ }
+ leaf peer-mean-path-delay {
+ type oc-ptp-types:time-interval;
+ description
+ "An estimate of the current one-way propagation delay
+ on the link when the delayMechanism is P2P; otherwise,
+ it is zero.";
+ reference
+ "8.3.3.3.3 of IEEE Std 1588-2019";
+ }
+ }
+ }
+ }
+ }
+ }
+
+ grouping transparent-port-ds-config-top {
+ description
+ "Top-level container for configuration port data set of transparent clock port.";
+ leaf log-min-pdelay-req-interval {
+ type int8;
+ description
+ "The logarithm to the base 2 of the
+ minPdelayReqInterval (minimum permitted mean time
+ interval between successive Pdelay_Req messages).";
+ reference
+ "8.3.3.3.1 of IEEE Std 1588-2019";
+ }
+
+ leaf faulty-flag {
+ type boolean;
+ description
+ "Shall be true if the port is faulty and false
+ if the port is operating normally.";
+ reference
+ "8.3.3.3.2 of IEEE Std 1588-2019";
+ }
+
+ leaf network-transport {
+ type oc-ptp-types:network-transport-enumeration;
+ description
+ "The network transport used for communication";
+ }
+ }
+
+ grouping ptp-top {
+ description
+ "Top-level grouping for PTP configuration and operational state data";
+
+ container ptp {
+ description
+ "Contains all YANG nodes for the PTP data sets. This hierarchy can be
+ augmented with YANG nodes for a specific vendor or PTP Profile.";
+
+ container instances {
+ description
+ "YANG container that is used to get all PTP Instances. YANG does not
+ allow get of all elements in a YANG list, so a YANG container wrapping
+ the YANG list is provided for that purpose. The naming convention uses
+ plural for the wrapping YANG container, and singular for the YANG list.";
+
+ list instance {
+ key "id";
+ description
+ "List of one or more PTP Instances in the product (PTP Node). Each
+ PTP Instance represents a distinct instance of PTP implementation
+ (i.e. distinct Ordinary Clock, Boundary Clock, or Transparent Clock),
+ maintaining a distinct time. PTP Instances may be created or deleted
+ dynamically in implementations that support dynamic create/delete.";
+ reference
+ "8.1.4.2 of IEEE Std 1588-2019";
+
+ leaf id {
+ type leafref {
+ path "../config/id";
+ }
+ description
+ "The instance list is indexed using a number that is unique per PTP
+ Instance within the PTP Node, applicable to the management context
+ only (i.e. not used in PTP messages). The domain-number of the PTP
+ Instance is not used as the key to instance-list, since it is possible
+ for a PTP Node to contain multiple PTP Instances using the same
+ domain-number.";
+ reference
+ "8.1.4.2 of IEEE Std 1588-2019";
+ }
+
+ container config {
+ description
+ "Configuration data for PTP instance.";
+ uses instance-config;
+ }
+
+ container state {
+ description
+ "Operational state data for PTP instance.";
+ config false;
+ uses instance-state;
+ }
+
+ container current-ds {
+ description
+ "Current data set state data of PTP instance.";
+ container state {
+ description
+ "Operational state current data set of PTP instance.";
+ config false;
+ uses current-ds-state;
+ }
+ }
+ container time-properties-ds {
+ description
+ "Time properties data set of PTP instance.";
+ container config {
+ description
+ "Configuration data of time properties data set.";
+ uses time-properties-ds-state;
+ }
+
+ container state {
+ description
+ "Operational state data of time properties data set.";
+ config false;
+ uses time-properties-ds-state;
+ }
+ }
+
+ uses default-ds-top;
+ uses parent-ds-top;
+ uses ports-top;
+ }
+ }
+
+ uses transparent-clock-top;
+ }
+ }
+
+ uses ptp-top;
+}
diff --git a/release/models/system/openconfig-messages.yang b/release/models/system/openconfig-messages.yang
index 894704479..bfed7afd2 100644
--- a/release/models/system/openconfig-messages.yang
+++ b/release/models/system/openconfig-messages.yang
@@ -32,12 +32,18 @@ module openconfig-messages {
/yang/system/openconfig-system.yang model, rather it provies the
Operator with an alternative method of consuming messages.";
- oc-ext:openconfig-version "0.0.1";
+ oc-ext:openconfig-version "0.1.0";
+
+ revision 2024-07-15 {
+ description
+ "Remove unused top-level messages container.";
+ reference "0.1.0";
+ }
revision "2018-08-13" {
- description
- "Initial draft.";
- reference "0.0.1";
+ description
+ "Initial draft.";
+ reference "0.0.1";
}
// identity statements
@@ -217,5 +223,4 @@ module openconfig-messages {
uses debug-messages-top;
}
}
- uses messages-top;
}
diff --git a/release/models/system/openconfig-system-logging.yang b/release/models/system/openconfig-system-logging.yang
index f845547cb..c7eaae8a5 100644
--- a/release/models/system/openconfig-system-logging.yang
+++ b/release/models/system/openconfig-system-logging.yang
@@ -23,7 +23,13 @@ module openconfig-system-logging {
"This module defines configuration and operational state data
for common logging facilities on network systems.";
- oc-ext:openconfig-version "0.6.0";
+ oc-ext:openconfig-version "0.7.0";
+
+revision "2024-08-20" {
+ description
+ "Adding tls support for syslog.";
+ reference "0.7.0";
+ }
revision "2023-07-20" {
description
@@ -429,6 +435,22 @@ revision "2023-07-20" {
"Sets the destination port number for syslog UDP messages to
the server. The default for syslog is 514.";
}
+
+ leaf transport-security {
+ type boolean;
+ description
+ "Indicates if syslog transport layer security (TLS) is enabled.";
+ }
+
+ leaf tls-profile-id {
+ type string;
+ description
+ "The ID of this syslog client's TLS profile. TLS profiles are managed
+ using the gNSI Certz service or other certificate management service
+ provided by the system.";
+ reference
+ "https://github.com/openconfig/gnsi/tree/main/certz";
+ }
}
grouping logging-remote-state {
diff --git a/release/models/system/openconfig-system.yang b/release/models/system/openconfig-system.yang
index e63b5859c..a7eb1be7f 100644
--- a/release/models/system/openconfig-system.yang
+++ b/release/models/system/openconfig-system.yang
@@ -47,7 +47,25 @@ module openconfig-system {
Section 4.c of the IETF Trust's Legal Provisions Relating
to IETF Documents (http://trustee.ietf.org/license-info).";
- oc-ext:openconfig-version "2.0.0";
+ oc-ext:openconfig-version "2.3.0";
+
+ revision "2024-09-24" {
+ description
+ "Added mount-point type leaf to describe the type of file system.";
+ reference "2.3.0";
+ }
+
+ revision "2024-08-13" {
+ description
+ "Added additional auth key types";
+ reference "2.2.0";
+ }
+
+ revision "2024-07-15" {
+ description
+ "Added auth key reference in ntp server configuration.";
+ reference "2.1.0";
+ }
revision "2023-12-20" {
description
@@ -227,6 +245,42 @@ module openconfig-system {
"MD5 encryption method";
}
+ identity NTP_AUTH_SHA1 {
+ base NTP_AUTH_TYPE;
+ description
+ "SHA1 encryption method";
+ }
+
+ identity NTP_AUTH_SHA256 {
+ base NTP_AUTH_TYPE;
+ description
+ "SHA256 encryption method";
+ }
+
+ identity NTP_AUTH_SHA384 {
+ base NTP_AUTH_TYPE;
+ description
+ "SHA384 encryption method";
+ }
+
+ identity NTP_AUTH_SHA512 {
+ base NTP_AUTH_TYPE;
+ description
+ "SHA512 encryption method";
+ }
+
+ identity NTP_AUTH_AES_CBC_128 {
+ base NTP_AUTH_TYPE;
+ description
+ "AES-CBC-128 encryption method";
+ }
+
+ identity NTP_AUTH_AES_CBC_256 {
+ base NTP_AUTH_TYPE;
+ description
+ "AES-CBC-256 encryption method";
+ }
+
// typedef statements
typedef timezone-name-type {
@@ -372,6 +426,14 @@ module openconfig-system {
description
"The amount of space currently in use on the filesystem.";
}
+
+ leaf type {
+ type string;
+ description
+ "A human readable string indicating the filesystem type used
+ for storage. Examples might include flash, hard disk, tmpfs/ramdisk
+ or remote/network based storage.";
+ }
}
grouping system-global-state {
@@ -748,6 +810,14 @@ module openconfig-system {
description
"Source address to use on outgoing NTP packets";
}
+
+ leaf key-id {
+ type leafref {
+ path "../../../../ntp-keys/ntp-key/key-id";
+ }
+ description
+ "Reference to NTP authentication key for this server.";
+ }
}
grouping system-ntp-server-state {
diff --git a/release/models/types/openconfig-yang-types.yang b/release/models/types/openconfig-yang-types.yang
index c978cd049..dbbf88a6d 100644
--- a/release/models/types/openconfig-yang-types.yang
+++ b/release/models/types/openconfig-yang-types.yang
@@ -32,7 +32,13 @@ module openconfig-yang-types {
Section 4.c of the IETF Trust's Legal Provisions Relating
to IETF Documents (http://trustee.ietf.org/license-info).";
- oc-ext:openconfig-version "0.3.1";
+ oc-ext:openconfig-version "1.0.0";
+
+ revision "2024-05-30" {
+ description
+ "Add hex-string-prefixed typedef";
+ reference "1.0.0";
+ }
revision "2021-07-14" {
description
@@ -109,12 +115,26 @@ module openconfig-yang-types {
}
typedef hex-string {
+ status deprecated;
type string {
pattern '[0-9a-fA-F]*';
oc-ext:posix-pattern '^[0-9a-fA-F]*$';
}
description
- "A string consisting of a hexadecimal characters.";
+ "A string consisting of a hexadecimal characters. This leaf is
+ deprecated and will removed in a future version of this model.
+ The type hex-string-prefixed should be used instead.";
+ }
+
+ typedef hex-string-prefixed {
+ type string {
+ pattern '(0x)([0-9a-fA-F]{2})*';
+ oc-ext:posix-pattern '^(0x)([0-9a-fA-F]{2})*$';
+ length "3..max";
+ }
+ description
+ "A string encoding a hexadecimal number with a prefix of '0x' followed
+ by a list of bytes.";
}
typedef counter32 {
diff --git a/release/models/wifi/openconfig-wifi-mac.yang b/release/models/wifi/openconfig-wifi-mac.yang
index 3bb25cfc4..b9c85f634 100644
--- a/release/models/wifi/openconfig-wifi-mac.yang
+++ b/release/models/wifi/openconfig-wifi-mac.yang
@@ -26,7 +26,19 @@ module openconfig-wifi-mac {
description
"Model for managing MAC layer configuration of Radio interfaces.";
- oc-ext:openconfig-version "1.3.1";
+ oc-ext:openconfig-version "1.3.3";
+
+ revision "2024-08-22" {
+ description "Fix XPath expression to avoid pyang error";
+ reference "1.3.3";
+ }
+
+ revision "2024-08-07" {
+ description
+ "Add transition modes ENHANCED_OPEN_TRANSITION, WPA3_2_SAE_TRANSITION and
+ WPA3_2_ENTERPRISE_TRANSITION";
+ reference "1.3.2";
+ }
revision "2023-05-26" {
description
@@ -253,15 +265,30 @@ module openconfig-wifi-mac {
description
"Open authentication with Opportunistic Wireless Encryption.";
}
+ enum ENHANCED_OPEN_TRANSITION {
+ description
+ "Open authentication with Opportunistic Wireless Encryption and
+ support for transition mode.";
+ }
enum WPA3_SAE {
description
"WPA3-SAE using Simultaneous Authentication of Equals (SAE).";
}
+ enum WPA3_2_SAE_TRANSITION {
+ description
+ "WPA3-SAE using Simultaneous Authentication of Equals (SAE) and
+ WPA2-PSK AKMs.";
+ }
enum WPA3_ENTERPRISE {
description
"WPA3-Enterprise with 802.1X SHA-256 authentication key
management.";
}
+ enum WPA3_2_ENTERPRISE_TRANSITION {
+ description
+ "WPA3-Enterprise with 802.1X SHA-256 authentication key
+ management.";
+ }
enum WPA3_ENTERPRISE_192_BIT {
description
"WPA3-Enterprise with 802.1X SHA-384 authentication key
@@ -284,7 +311,8 @@ module openconfig-wifi-mac {
}
leaf wpa3-psk {
- when "../opmode = 'WPA3_SAE'";
+ when "../opmode = 'WPA3_SAE' or
+ ../opmode = 'WPA3_2_SAE_TRANSITION'";
type string {
length "8..63";
}
@@ -296,8 +324,10 @@ module openconfig-wifi-mac {
when "../opmode = 'WPA2_ENTERPRISE' or
../opmode = 'WPA2_PERSONAL' or
../opmode = 'WPA3_ENTERPRISE' or
+ ../opmode = 'WPA3_2_ENTERPRISE_TRANSITION' or
../opmode = 'WPA3_ENTERPRISE_192_BIT' or
- ../opmode = 'WPA3_SAE'";
+ ../opmode = 'WPA3_SAE' or
+ ../opmode = 'WPA3_2_SAE_TRANSITION'";
type string;
description
"Specifies the RADIUS server-group to be used,
@@ -367,9 +397,14 @@ module openconfig-wifi-mac {
}
leaf mfp {
- when "../opmode = 'WPA3_ENTERPRISE' or ../opmode =
- 'WPA3_ENTERPRISE_192_BIT' or ../opmode =
- 'WPA3_SAE' or ../opmode = 'ENHANCED_OPEN'";
+ when "../opmode = 'WPA3_ENTERPRISE' or
+ ../opmode = 'WPA3_2_ENTERPRISE_TRANSITION' or
+ ../opmode = 'WPA3_ENTERPRISE_192_BIT' or
+ ../opmode = 'WPA3_SAE' or
+ ../opmode = 'WPA3_2_SAE_TRANSITION' or
+ ../opmode = 'ENHANCED_OPEN' or
+ ../opmode = 'ENHANCED_OPEN_TRANSITION'
+ ";
type boolean;
mandatory true;
description
diff --git a/release/models/wifi/openconfig-wifi-phy.yang b/release/models/wifi/openconfig-wifi-phy.yang
index 41d727f61..cf328248d 100644
--- a/release/models/wifi/openconfig-wifi-phy.yang
+++ b/release/models/wifi/openconfig-wifi-phy.yang
@@ -25,7 +25,13 @@ module openconfig-wifi-phy {
description
"Model for managing PHY layer configuration of Radio interfaces.";
- oc-ext:openconfig-version "1.2.3";
+ oc-ext:openconfig-version "1.2.4";
+
+ revision "2024-07-10" {
+ description
+ "Adding TRANSITION modes to PHY OPMODES";
+ reference "1.2.4";
+ }
revision "2023-11-30" {
description
@@ -484,20 +490,40 @@ module openconfig-wifi-phy {
description
"Open authentication with Opportunistic Wireless Encryption.";
}
+ enum ENHANCED_OPEN_TRANSITION {
+ description
+ "Open authentication with Opportunistic Wireless Encryption and
+ support for transition mode.";
+ }
enum WPA3_SAE {
description
"WPA3-SAE using Simultaneous Authentication of Equals (SAE).";
}
+ enum WPA3_2_SAE_TRANSITION {
+ description
+ "WPA3-SAE using Simultaneous Authentication of Equals (SAE) and
+ WPA2-PSK AKMs.";
+ }
enum WPA3_ENTERPRISE {
description
"WPA3-Enterprise with 802.1X SHA-256 authentication key
management.";
}
+ enum WPA3_2_ENTERPRISE_TRANSITION {
+ description
+ "WPA3-Enterprise with 802.1X SHA-256 authentication key
+ management.";
+ }
enum WPA3_ENTERPRISE_192_BIT {
description
"WPA3-Enterprise with 802.1X SHA-384 authentication key
management.";
}
+ enum WPA3_ENTERPRISE_GCM_256_BIT {
+ description
+ "WPA3-Enterprise with 802.1X GCM256 authentication key
+ management.";
+ }
}
description
"Operating mode of the BSS.";