openconfig-if-ethernet-ext

This module adds extensions to the base ethernet configuration and operational state model to support additional use cases.

  • Version: 2018-11-21

    openconfig-if-ethernet-ext@2018-11-21


    
      module openconfig-if-ethernet-ext {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/interfaces/ethernet-ext";
    
        prefix oc-eth-ext;
    
        import openconfig-interfaces {
          prefix oc-if;
        }
        import openconfig-if-ethernet {
          prefix oc-eth;
        }
        import openconfig-yang-types {
          prefix oc-yang;
        }
        import openconfig-extensions {
          prefix oc-ext;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
    www.openconfig.net";
    
        description
          "This module adds extensions to the base ethernet configuration
    and operational state model to support additional use cases.";
    
        revision "2018-11-21" {
          description
            "Add OpenConfig module metadata extensions.";
          reference
            "0.1.1";
    
        }
    
        revision "2018-07-10" {
          description
            "Initial version of Ethernet extensions module to add frame
    size distribution stats";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.1.1";
        oc-ext:regexp-posix;
        oc-ext:catalog-organization "openconfig";
        oc-ext:origin "openconfig";
      }  // module openconfig-if-ethernet-ext
    

© 2023 YumaWorks, Inc. All rights reserved.