This module contains a collection of YANG definitions for supporting the Broadband Forum requirements on bonding of physical int...
Version: 2022-05-23
module bbf-gbond { yang-version 1.1; namespace "urn:bbf:yang:bbf-gbond"; prefix bbf-gbond; import iana-if-type { prefix ianaift; } import ietf-interfaces { prefix if; } import bbf-fastdsl { prefix bbf-fastdsl; } import bbf-yang-types { prefix bbf-yang; } organization "Broadband Forum <https://www.broadband-forum.org> Common YANG Work Area"; contact "Comments or questions about this Broadband Forum YANG module should be directed to <mailto:help@broadband-forum.org>. Editor: Ken Kerpez, ASSIA, Inc. Editor: Joey Boyd, Adtran PS Leader: Joey Boyd, Adtran WA Director: Sven Ooghe, Nokia WA Director: Joey Boyd, Adtran"; description "This module contains a collection of YANG definitions for supporting the Broadband Forum requirements on bonding of physical interfaces as defined in ITU-T G.998.1, ITU-T G.998.2, ITU-T G.998.3 and BBF TR-159. As such, this module is specfic to access network equipment (e.g., BBF-specified Access Nodes and FTTdp DPUs). Copyright (c) 2016-2022 Broadband Forum Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The above license is used as a license under copyright only. Please reference the Forum IPR Policy for patent licensing terms <https://www.broadband-forum.org/ipr-policy>. Any moral rights which are necessary to exercise under the above license grant are also deemed granted under this license. This version of this YANG module is part of TR-355a4; see the TR itself for full legal notices."; revision "2022-05-23" { description "Amendment 4. * Approval Date: 2022-05-23 * Publication Date: 2022-05-23."; reference "TR-355a4: YANG Modules for FTTdp Management <https://www.broadband-forum.org/download/ TR-355_Amendment-4.pdf>"; } revision "2020-10-13" { description "Amendment 3. * Approval Date: 2020-10-13 * Publication Date: 2020-10-13."; reference "TR-355a3: YANG Modules for FTTdp Management <https://www.broadband-forum.org/download/ TR-355_Amendment-3.pdf>"; } feature bonding-primary-interface { description "Indicates support for assigning one of the interfaces of the bonding group as the primary interface."; } feature bonding-group-statistics { description "Indicates support for statistics associated with a bonding group."; } feature bonding-group-performance { description "Indicates support for performance associated with a bonding group."; } feature bonding-group-performance-15min { if-feature bonding-group-performance; description "Indicates support for 15 minute interval performance statistics associated with a bonding group."; } feature bonding-group-performance-24hr { if-feature bonding-group-performance; description "Indicates support for 24 hour interval performance statistics associated with a bonding group."; } identity control-protocol { description "Bonding control protocol for a G.998.2 based bonding group."; } identity ghs { base control-protocol; description "G.hs based discovery."; } identity bacp { base control-protocol; description "Bonding Aggregation Control Protocol."; } typedef undefined { type enumeration { enum "undefined" { value 0; description "Indicates data is not yet configured or available for reporting."; } } description "Provides an enumeration for reporting data is undefined."; } typedef boolean-or-undefined { type union { type undefined; type boolean; } description "Boolean type which also provides a means of reporting that the value is undefined rather than true or false."; } typedef bonding-group-profile-ref { type leafref { path "/bbf-gbond:gbond/bbf-gbond:profiles/bbf-gbond:bonding-group/bbf-gbond:profile/bbf-gbond:name"; } description "Used to reference a bonding group profile."; } typedef bonding-group-threshold-profile-ref { type leafref { path "/bbf-gbond:gbond/bbf-gbond:thresholds/bbf-gbond:bonding-group/bbf-gbond:threshold-profile/bbf-gbond:name"; } description "Used to reference a line threshold profile."; } typedef bonding-group-threshold-template-ref { type leafref { path "/bbf-gbond:gbond/bbf-gbond:thresholds/bbf-gbond:bonding-group/bbf-gbond:threshold-template/bbf-gbond:name"; } description "Used to reference a bonding group threshold template."; } container gbond { description "G.bond configuration."; container profiles { description "Profile configuration."; container bonding-group { description "Profile configuration specific to a bonding group."; list profile { key "name"; description "Profile defining the bonding group configuration."; leaf name { type bbf-yang:string-ascii64; description "Uniquely identifies the configuration profile."; } leaf target-upstream-data-rate { type bbf-yang:data-rate32; default "4294967295"; description "A desired maximum operating data rate of the Generic Bonded Sub-layer (GBS) in the upstream direction, in kilobits per second."; reference "TR-159 section 5.5.1.17, aGroupTargetUpRate."; } leaf target-downstream-data-rate { type bbf-yang:data-rate32; default "4294967295"; description "A desired maximum operating data rate of the Generic Bonded Sub-layer (GBS) in the downstream direction, in kilobits per second."; reference "TR-159 section 5.5.1.18, aGroupTargetDownRate."; } leaf low-upstream-data-rate-threshold { type bbf-yang:data-rate32; default "0"; description "A desired G.998.x port low upstream rate crossing alarm threshold, in kilobits per second. When the current value of upstream-data-rate for this port reaches/drops below or exceeds this threshold, a notification MAY be generated. A value of 0 effectively disables any notification."; reference "TR-159 section 5.5.1.21, aGroupThreshLowUpRate."; } leaf low-downstream-data-rate-threshold { type bbf-yang:data-rate32; default "0"; description "A desired G.998.x port low downstream rate crossing alarm threshold, in kilobits per second. When the current value of downstream-data-rate for this port reaches/drops below or exceeds this threshold, a notification MAY be generated. A value of 0 effectively disables any notification."; reference "TR-159 section 5.5.1.22, aGroupThreshLowDownRate."; } } // list profile } // container bonding-group } // container profiles container thresholds { description "Threshold configuration."; container bonding-group { if-feature bonding-group-performance; description "Threshold configuration specific to a bonding group."; list threshold-profile { key "name"; description "Profile defining the threshold for bonding group specific performance parameters."; leaf name { type bbf-yang:string-ascii64; description "Uniquely identifies the bonding group threshold profile."; } leaf errored-seconds-threshold { type uint32; units "seconds"; default "0"; description "Threshold for the count of errored seconds (ES). A special value (0) indicates the threshold is disabled."; } leaf severely-errored-seconds-threshold { type uint32; units "seconds"; default "0"; description "Threshold for the count of severely errored seconds (SES). A special value (0) indicates the threshold is disabled."; } leaf unavailable-seconds-threshold { type uint32; units "seconds"; default "0"; description "Threshold for the count of unavailable seconds (UAS). A special value (0) indicates the threshold is disabled."; } } // list threshold-profile list threshold-template { key "name"; description "A template defining the threshold profiles to apply to performance parameters of a G.bond interface."; leaf name { type bbf-yang:string-ascii64; description "Uniquely identifies the line configuration vector."; } leaf gbs-c-15min-threshold-profile { if-feature bonding-group-performance-15min; type bonding-group-threshold-profile-ref; mandatory true; description "Reference to a line threshold profile for Generic Bonded Sub-layer, CO side (GBS-C) thresholds related to 15 minute performance counters."; } leaf gbs-c-24hr-threshold-profile { if-feature bonding-group-performance-24hr; type bonding-group-threshold-profile-ref; mandatory true; description "Reference to a line threshold profile for Generic Bonded Sub-layer, CO side (GBS-C) thresholds related to 24 hour performance counters."; } } // list threshold-template } // container bonding-group } // container thresholds } // container gbond } // module bbf-gbond
© 2023 YumaWorks, Inc. All rights reserved.