Cisco-IOS-XR-rptiming-dti-oper

This module contains a collection of YANG definitions for Cisco IOS-XR rptiming-dti package operational data. This module conta...

  • Version: 2019-04-05

    Cisco-IOS-XR-rptiming-dti-oper@2019-04-05


    
      module Cisco-IOS-XR-rptiming-dti-oper {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-rptiming-dti-oper";
    
        prefix rptiming-dti-oper;
    
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        import cisco-semver {
          prefix semver;
        }
    
        include Cisco-IOS-XR-rptiming-dti-oper-sub1 {
          revision-date "2019-04-05";
        }
    
        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 rptiming-dti package operational data.
         
         This module contains definitions
         for the following management objects:
           dti-controller: DTI interface controller status and
             configuration
         
         Copyright (c) 2013-2019 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "1.0.0";
    
        container dti-controller {
          config false;
          description
            "DTI interface controller status and configuration";
          container nodes {
            description
              "List of nodes applicable to DTI controller";
            list node {
              key "node-name";
              description
                "DTI operational data for a single node";
              container client {
                description
                  "Display DTI client status";
                leaf timestamp-comparator-enable {
                  type string {
                    length "0..50";
                  }
                  description
                    "timestamp comparator enable";
                }
    
                leaf register-write-enable {
                  type string {
                    length "0..50";
                  }
                  description
                    "register write enable";
                }
    
                leaf revertive-mode-enable {
                  type string {
                    length "0..50";
                  }
                  description
                    "revertive mode enable";
                }
    
                leaf port-mode-select {
                  type string {
                    length "0..50";
                  }
                  description "port mode select";
                }
    
                leaf force-freerun {
                  type string {
                    length "0..50";
                  }
                  description "force freerun";
                }
    
                leaf reference-select-port {
                  type string {
                    length "0..50";
                  }
                  description
                    "reference select port";
                }
    
                leaf timestamp-sync-detected {
                  type string {
                    length "0..50";
                  }
                  description
                    "timestamp sync detected";
                }
    
                leaf reference10mhz-detected {
                  type string {
                    length "0..50";
                  }
                  description
                    "10Mhz reference detected";
                }
    
                leaf active-input-port {
                  type string {
                    length "0..50";
                  }
                  description
                    "active input port";
                }
    
                leaf client-state {
                  type string {
                    length "0..50";
                  }
                  description "client state";
                }
              }  // container client
    
              container port {
                description
                  "Display DTI input port status";
                leaf port1-fr-err-rate-greater5-per {
                  type string {
                    length "0..50";
                  }
                  units "percentage";
                  description
                    "port1 frame error rate greater than 5 percent";
                }
    
                leaf port1-fr-err-rate-greater2-per {
                  type string {
                    length "0..50";
                  }
                  units "percentage";
                  description
                    "port1 frame error rate greater than 2 percent";
                }
    
                leaf port1-dti-signal-detected {
                  type string {
                    length "0..50";
                  }
                  description
                    "port1 DTI signal detected";
                }
    
                leaf port1-server-timing-source {
                  type string {
                    length "0..50";
                  }
                  description
                    "port1 server timing source";
                }
    
                leaf port1-server-type {
                  type string {
                    length "0..50";
                  }
                  description
                    "port1 server type";
                }
    
                leaf port1-server-clock-type {
                  type string {
                    length "0..50";
                  }
                  description
                    "port1 server clock type";
                }
    
                leaf port1-server-state {
                  type string {
                    length "0..50";
                  }
                  description
                    "port1 server state";
                }
    
                leaf port1-client-perf-stable {
                  type string {
                    length "0..50";
                  }
                  description
                    "port1 client performance stable";
                }
    
                leaf port1-cable-advance-valid {
                  type string {
                    length "0..50";
                  }
                  description
                    "port1 cable advance valid";
                }
    
                leaf port2-fr-err-rate-greater5-per {
                  type string {
                    length "0..50";
                  }
                  units "percentage";
                  description
                    "port2 frame error rate greater than 5 percent";
                }
    
                leaf port2-fr-err-rate-greater2-per {
                  type string {
                    length "0..50";
                  }
                  units "percentage";
                  description
                    "port2 frame error rate greater than 2 percent";
                }
    
                leaf port2-dti-signal-detected {
                  type string {
                    length "0..50";
                  }
                  description
                    "port2 DTI signal detected";
                }
    
                leaf port2-server-timing-source {
                  type string {
                    length "0..50";
                  }
                  description
                    "port2 server timing source";
                }
    
                leaf port2-server-type {
                  type string {
                    length "0..50";
                  }
                  description
                    "port2 server type";
                }
    
                leaf port2-server-clock-type {
                  type string {
                    length "0..50";
                  }
                  description
                    "port2 server clock type";
                }
    
                leaf port2-server-state {
                  type string {
                    length "0..50";
                  }
                  description
                    "port2 server state";
                }
    
                leaf port2-client-perf-stable {
                  type string {
                    length "0..50";
                  }
                  description
                    "port2 client performance stable";
                }
    
                leaf port2-cable-advance-valid {
                  type string {
                    length "0..50";
                  }
                  description
                    "port2 cable advance valid";
                }
              }  // container port
    
              container time-of-day {
                description
                  "Display DTI time-of-day status";
                leaf port1-tod-message-mode {
                  type string {
                    length "0..50";
                  }
                  description
                    "port1 tod message mode";
                }
    
                leaf port1-tod-state {
                  type string {
                    length "0..50";
                  }
                  description "port1 tod state";
                }
    
                leaf port1-tod-time-setting-mode {
                  type string {
                    length "0..50";
                  }
                  description
                    "port1 tod time setting mode";
                }
    
                leaf port1-gps-seconds {
                  type uint32;
                  units "second";
                  description
                    "port1 gps seconds";
                }
    
                leaf port1-leap-seconds {
                  type uint8;
                  units "second";
                  description
                    "port1 leap seconds";
                }
    
                leaf port1-calendar-time-valid {
                  type string {
                    length "0..50";
                  }
                  description
                    "port1 calendar time valid";
                }
    
                leaf port1-modified-julian-date {
                  type string {
                    length "0..50";
                  }
                  description
                    "port1 modified julian date";
                }
    
                leaf port1-date {
                  type string {
                    length "0..50";
                  }
                  description "port1 date";
                }
    
                leaf port1-time {
                  type string {
                    length "0..50";
                  }
                  description "port1 time";
                }
    
                leaf port1-time-zone-offset {
                  type string {
                    length "0..50";
                  }
                  description
                    "port1 time zone offset";
                }
    
                leaf port1-leap-second-indicator {
                  type uint8;
                  description
                    "port1 leap second indicator";
                }
    
                leaf port2-tod-message-mode {
                  type string {
                    length "0..50";
                  }
                  description
                    "port2 tod message mode";
                }
    
                leaf port2-tod-state {
                  type string {
                    length "0..50";
                  }
                  description "port2 tod state";
                }
    
                leaf port2-tod-time-setting-mode {
                  type string {
                    length "0..50";
                  }
                  description
                    "port2 tod time setting mode";
                }
    
                leaf port2-gps-seconds {
                  type uint32;
                  units "second";
                  description
                    "port2 gps seconds";
                }
    
                leaf port2-leap-seconds {
                  type uint8;
                  units "second";
                  description
                    "port2 leap seconds";
                }
    
                leaf port2-calendar-time-valid {
                  type string {
                    length "0..50";
                  }
                  description
                    "port2 calendar time valid";
                }
    
                leaf port2-modified-julian-date {
                  type string {
                    length "0..50";
                  }
                  description
                    "port2 modified julian date";
                }
    
                leaf port2-date {
                  type string {
                    length "0..50";
                  }
                  description "port2 date";
                }
    
                leaf port2-time {
                  type string {
                    length "0..50";
                  }
                  description "port2 time";
                }
    
                leaf port2-time-zone-offset {
                  type string {
                    length "0..50";
                  }
                  description
                    "port2 time zone offset";
                }
    
                leaf port2-leap-second-indicator {
                  type uint8;
                  description
                    "port2 leap second indicator";
                }
              }  // container time-of-day
    
              leaf node-name {
                type xr:Node-id;
                description "Node Name";
              }
            }  // list node
          }  // container nodes
        }  // container dti-controller
      }  // module Cisco-IOS-XR-rptiming-dti-oper
    

© 2023 YumaWorks, Inc. All rights reserved.