openconfig-qos-elements

This submodule defines configuration and operational state data associated with QoS elements. The primary elements of the model...

  • Version: 2021-04-28

    openconfig-qos-elements@2021-04-28


    
      submodule openconfig-qos-elements {
    
        yang-version 1;
    
        belongs-to openconfig-qos {
            prefix oc-qos;
        }
    
        import openconfig-extensions {
          prefix oc-ext;
        }
        import openconfig-qos-types {
          prefix oc-qos-types;
        }
        import openconfig-packet-match {
          prefix oc-pkt-match;
        }
        import openconfig-platform {
          prefix oc-platform;
        }
        import openconfig-types {
          prefix oc-types;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
         www.openconfig.net";
    
        description
          "This submodule defines configuration and operational state
        data associated with QoS elements.  The primary elements of
        the model include:
    
          classifiers: match packets with a specific characteristic
    
          forwarding groups: logical class of packets that receive
          common forwarding treatment
    
          queues:  collection of packets to be scheduled, including
          a queue management scheme
    
          schedulers: sequence of one more elements that schedule
          packets for transmission, including policer and shaper
          functions";
    
        revision "2021-04-28" {
          description
            "Revision updating buffer management and queue management
          configuration.";
          reference
            "0.3.0";
    
        }
    
        revision "2019-11-28" {
          description
            "Fix xpaths in when statements";
          reference
            "0.2.3";
    
        }
    
        revision "2019-08-20" {
          description
            "Fix typo in classifiers container name";
          reference
            "0.2.2";
    
        }
    
        revision "2018-11-21" {
          description
            "Add OpenConfig module metadata extensions.";
          reference
            "0.2.1";
    
        }
    
        revision "2016-12-16" {
          description
            "Fix incorrect interface-ref placement";
          reference
            "0.2.0";
    
        }
    
        revision "2016-06-03" {
          description "Initial revision";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.3.0";
      }  // submodule openconfig-qos-elements
    

© 2023 YumaWorks, Inc. All rights reserved.