openconfig-if-aggregate

Model for managing aggregated (aka bundle, LAG) interfaces.

  • Version: 2017-07-14

    openconfig-if-aggregate@2017-07-14


    
      module openconfig-if-aggregate {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/interfaces/aggregate";
    
        prefix oc-lag;
    
        import openconfig-interfaces {
          prefix oc-if;
        }
        import openconfig-if-ethernet {
          prefix oc-eth;
        }
        import iana-if-type {
          prefix ift;
        }
        import openconfig-extensions {
          prefix oc-ext;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
        netopenconfig@googlegroups.com";
    
        description
          "Model for managing aggregated (aka bundle, LAG) interfaces.";
    
        revision "2017-07-14" {
          description
            "Added Ethernet/IP state data; Add dhcp-client;
          migrate to OpenConfig types modules; Removed or
          renamed opstate values";
          reference
            "2.0.0";
    
        }
    
        revision "2016-12-22" {
          description
            "Fixes to Ethernet interfaces model";
          reference
            "1.1.0";
    
        }
    
        oc-ext:openconfig-version "2.0.0";
    
        typedef aggregation-type {
          type enumeration {
            enum "LACP" {
              value 0;
              description "LAG managed by LACP";
            }
            enum "STATIC" {
              value 1;
              description
                "Statically configured bundle / LAG";
            }
          }
          description
            "Type to define the lag-type, i.e., how the LAG is
          defined and managed";
        }
      }  // module openconfig-if-aggregate
    

© 2023 YumaWorks, Inc. All rights reserved.