fujitsu-port

This module contains definitions for Pluggable equipment management. Copyright (c) 2015 Fujitsu Ltd. All rights reserved.

  • Version: 2018-10-05

    fujitsu-port@2018-10-05


    
      module fujitsu-port {
    
        yang-version 1;
    
        namespace
          "urn:fujitsu:params:xml:ns:yang:equipment:port";
    
        prefix port;
    
        import fujitsu-physical-inventory {
          prefix physical-inventory;
        }
        import fujitsu-entity-states {
          prefix entity-states;
        }
        import fujitsu-subport {
          prefix subport;
        }
        import fujitsu-performance-monitoring-typedefs {
          prefix pmtypedefs;
        }
    
        organization "Fujitsu Ltd.";
    
        contact
          "Fujitsu Ltd. Address: 2801 Telecom Parkway Richardson, Texas
    75082 Tel: +1-800-USE-FTAC (1-800-873-3822) Email: ftac@fnc.fujitsu.com
    Web: www.fujitsu.com/us/services/telecom";
    
        description
          "This module contains definitions for Pluggable equipment management.
    Copyright (c) 2015 Fujitsu Ltd. All rights reserved. ";
    
        revision "2018-10-05" {
          description
            "Added a new PI grouping fujitsu-port-pi specific to port with attributes
    is-tunable, transmitter-wavelength, laser-first-frequency,
    laser-last-frequency, laser-min-grid-space";
        }
    
        revision "2018-04-03" {
          description
            "OPS-2799 Added new leaf named connection-type under Port grouping
    along with the if-feature colorless.";
        }
    
        revision "2018-04-03" {
          description
            "OPS-2800 Added new leaf named description under Port grouping
    which stores circuit-name/customer-name of the port.";
        }
    
        revision "2018-01-11" {
          description
            "if-feature protection group and leaf node pg-name is added.";
        }
    
        revision "2017-07-10" {
          description
            "Tailf dependencies added for yang-performance.";
        }
    
        revision "2017-02-21" {
          description
            "Provided default values for remoteSrcPeerPort-id
    and remoteDestPeerPort-id.";
        }
    
        revision "2015-05-01" {
          description "Initial revision.";
        }
    
    
        typedef FixedOrPlugUnitClass {
          type string;
          description
            "Classification of a fixed unit or pluggable unit. Examples for
    fixed: FIBER, NBO Examples for pluggable: CFP, XFP, SFP+.";
        }
    
        feature protection-group {
          description
            "This feature means that the device supports the
    protoction group membership (Y-Cable).";
        }
    
        feature fiber-connection-type {
          description
            "This feature enables the connection-type leaf that provides extra
    information to interfacing parties such as SDN controllers.";
        }
      }  // module fujitsu-port
    

© 2023 YumaWorks, Inc. All rights reserved.