This module contains a collection of YANG definitions for Cisco IOS-XR controller-odu package operational data. This module con...
Version: 2021-02-21
module Cisco-IOS-XR-controller-odu-oper { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-controller-odu-oper"; prefix controller-odu-oper; import Cisco-IOS-XR-types { prefix xr; } import cisco-semver { prefix semver; } include Cisco-IOS-XR-controller-odu-oper-sub1 { revision-date "2021-02-21"; } 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-odu package operational data. This module contains definitions for the following management objects: odu: ODU operational data Copyright (c) 2013-2021 by Cisco Systems, Inc. All rights reserved."; revision "2021-02-21" { description "Added IS_CEM_PACKETIZED to odu_resource_et enum for Private Line Emulation feature. 2020-11-11 Added PRBS bit errors and lock time support in bag odu_prbs_info. 2020-09-25 Added PRBS direction feature support. 2020-09-22 Changed existing bag to contain one more enum value for odu pt type 2020-09-12 Created New Bag for ODTU Remote Info and Far End Child Info."; } revision "2019-08-05" { description "Separated ODTU info variables from ODU info bag and created new bag for ODTU data."; } revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2015-11-09" { description "IOS XR 6.0 revision."; } semver:module-version "1.3.0"; semver:module-version "1.2.0"; semver:module-version "1.1.0"; container odu { config false; description "ODU operational data"; container controllers { description "All ODU Port operational data"; list controller { key "controller-name"; description "ODU Port operational data"; container prbs { description "ODU port operational data"; uses ODU-PRBS-INFO; } // container prbs container info { description "ODU port operational data"; uses ODU-PER-PORT-INFO; } // container info container odtu-info { description "ODU port ODTU data"; uses ODU-ODTU-OPER-DATA; } // container odtu-info leaf controller-name { type xr:Interface-name; description "Port name"; } } // list controller } // container controllers } // container odu } // module Cisco-IOS-XR-controller-odu-oper
© 2023 YumaWorks, Inc. All rights reserved.