openconfig-platform-transceiver

This module defines configuration and operational state data for transceivers (i.e., pluggable optics). The module should be us...

  • Version: 2018-01-22

    openconfig-platform-transceiver@2018-01-22


    
      module openconfig-platform-transceiver {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/platform/transceiver";
    
        prefix oc-transceiver;
    
        import openconfig-platform {
          prefix oc-platform;
        }
        import openconfig-platform-port {
          prefix oc-port;
        }
        import openconfig-interfaces {
          prefix oc-if;
        }
        import openconfig-transport-types {
          prefix oc-opt-types;
        }
        import openconfig-types {
          prefix oc-types;
        }
        import openconfig-extensions {
          prefix oc-ext;
        }
        import openconfig-yang-types {
          prefix oc-yang;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
    www.openconfig.net";
    
        description
          "This module defines configuration and operational state data
    for transceivers (i.e., pluggable optics).  The module should be
    used in conjunction with the platform model where other
    physical entity data are represented.
    
    In the platform model, a component of type=TRANSCEIVER is
    expected to be a subcomponent of a PORT component.  This
    module defines a concrete schema for the associated data for
    components with type=TRANSCEIVER.";
    
        revision "2018-01-22" {
          description
            "Fixed physical-channel path reference";
          reference
            "0.4.1";
    
        }
    
        revision "2017-09-18" {
          description
            "Use openconfig-yang-types module";
          reference
            "0.4.0";
    
        }
    
        revision "2017-07-08" {
          description
            "Adds clarification on aggregate power measurement data";
          reference
            "0.3.0";
    
        }
    
        revision "2016-12-22" {
          description
            "Adds preconfiguration data and clarified units";
          reference
            "0.2.0";
    
        }
    
        oc-ext:openconfig-version "0.4.1";
      }  // module openconfig-platform-transceiver
    

© 2023 YumaWorks, Inc. All rights reserved.