This module contains a collection of YANG definitions for Cisco IOS-XR rptiming-tmg package operational data. This module conta...
Version: 2019-11-24
module Cisco-IOS-XR-rptiming-tmg-oper { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-rptiming-tmg-oper"; prefix rptiming-tmg-oper; import Cisco-IOS-XR-types { prefix xr; } import cisco-semver { prefix semver; } include Cisco-IOS-XR-rptiming-tmg-oper-sub1 { revision-date "2019-11-24"; } 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-tmg package operational data. This module contains definitions for the following management objects: timing-card: Timing PLL status and configuration Copyright (c) 2013-2019 by Cisco Systems, Inc. All rights reserved."; revision "2019-11-24" { description "Added Yang support for LED Information."; } 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 timing-card { config false; description "Timing PLL status and configuration"; container nodes { description "List of nodes applicable to timing"; list node { key "node-name"; description "Timing operational data for a single node"; container pll1 { description "Display the timing card SPLL1 status information"; uses TMG-PLL-INFO; } // container pll1 container pll0 { description "Display the timing card SPLL0 status information"; uses TMG-PLL-INFO; } // container pll0 container input-clock2 { description "Display the timing card input clock status information"; uses TMG-CLKIN-INFO; } // container input-clock2 container input-clock1 { description "Display the timing card input clock status information"; uses TMG-CLKIN-INFO; } // container input-clock1 container input-clock0 { description "Display the timing card input clock status information"; uses TMG-CLKIN-INFO; } // container input-clock0 container pll-dump { description "Display the timing card PLL dump information"; uses TMG-PLL-DUMP; } // container pll-dump container led { description "Display the timing card LED information"; uses TMG-LED-INFO; } // container led container tod { description "Display the timing card ToD information"; uses TMG-TOD-INFO; } // container tod container pll2 { description "Display the timing card SPLL2 status information"; uses TMG-PLL-INFO; } // container pll2 leaf node-name { type xr:Node-id; description "Node Name"; } } // list node } // container nodes } // container timing-card } // module Cisco-IOS-XR-rptiming-tmg-oper
© 2023 YumaWorks, Inc. All rights reserved.