Cisco-IOS-XR-controller-otu-oper

This module contains a collection of YANG definitions for Cisco IOS-XR controller-otu package operational data. This module con...

  • Version: 2020-05-12

    Cisco-IOS-XR-controller-otu-oper@2020-05-12


    
      module Cisco-IOS-XR-controller-otu-oper {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-controller-otu-oper";
    
        prefix controller-otu-oper;
    
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        import cisco-semver {
          prefix semver;
        }
    
        include Cisco-IOS-XR-controller-otu-oper-sub1 {
          revision-date "2020-05-12";
        }
    
        organization "Cisco Systems, Inc.";
    
        contact
          "Cisco Systems, Inc.
         Customer Service
         
         Postal: 170 West Tasman Drive
         San Jose, CA 95134
         
         Tel: +1 800 553-NETS
         
         E-mail: cs-yang@cisco.com";
    
        description
          "This module contains a collection of YANG definitions
         for Cisco IOS-XR controller-otu package operational data.
         
         This module contains definitions
         for the following management objects:
           otu: OTU operational data
         
         Copyright (c) 2013-2020 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2020-05-12" {
          description
            "Added flexo oper
           2020-04-29
             Added new parameter inst-q-margin";
        }
    
        revision "2019-12-19" {
          description
            "Added new values in OTU_G709FECMode
           2019-09-18
           Added new parameters, q-margin, q-factor, bandwidth to reflect under show controller coherentdsp.";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2017-05-01" {
          description
            "Fixing backward compatibility error in module.";
        }
    
        revision "2017-03-13" {
          description "PRBS Info added";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "3.1.0";
        semver:module-version "3.0.0";
        semver:module-version "2.0.0";
    
        container otu {
          config false;
          description "OTU operational data";
          container controllers {
            description
              "All OTU Port operational data";
            list controller {
              key "controller-name";
              description
                "OTU Port operational data";
              container prbs {
                description
                  "OTU port PRBS operational data";
                uses OTU-PRBS-INFO;
              }  // container prbs
    
              container info {
                description
                  "OTU port operational data";
                uses OTU-PER-PORT-INFO;
              }  // container info
    
              leaf controller-name {
                type xr:Interface-name;
                description "Port name";
              }
            }  // list controller
          }  // container controllers
        }  // container otu
      }  // module Cisco-IOS-XR-controller-otu-oper
    

© 2024 YumaWorks, Inc. All rights reserved.