This module contains a collection of YANG definitions for Cisco IOS-XR dnx-driver-fabric-plane package operational data. This m...
Version: 2020-12-02
module Cisco-IOS-XR-dnx-driver-fabric-plane-oper { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-dnx-driver-fabric-plane-oper"; prefix dnx-driver-fabric-plane-oper; import cisco-semver { prefix semver; } include Cisco-IOS-XR-dnx-driver-fabric-plane-oper-sub1 { revision-date "2020-12-02"; } 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 dnx-driver-fabric-plane package operational data. This module contains definitions for the following management objects: fabric: Admin fabric oper data Copyright (c) 2013-2020 by Cisco Systems, Inc. All rights reserved."; revision "2020-12-02" { description "added Ucast_lost_cells,Mcast_lost_cells and Asic_internal_drops for fsdb_plane_stats_info bag."; } revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2015-11-09" { description "IOS XR 6.0 revision."; } semver:module-version "1.1.0"; semver:module-version "1.0.1"; container fabric { config false; description "Admin fabric oper data"; container plane-table { description "Plane state table for Fabric "; container statistics { description "Show Calvados Plane Statistics"; list plane-stats-info { description "Statistics data of plane"; leaf plane-id { type uint32; description "Unique Identifier for Plane"; } leaf rx-data-cells { type uint64; description "RxDataCells"; } leaf tx-data-cells { type uint64; description "TxDataCells"; } leaf rx-correctable-error-cells { type uint32; description "RxCorrectableErrorCells"; } leaf rx-un-correctable-error-cells { type uint32; description "RxUnCorrectableErrorCells"; } leaf rx-parity-error-cells { type uint32; description "RxParityErrorCells"; } leaf ucast-lost-cells { type uint32; description "Ucast lost cells"; } leaf mcast-lost-cells { type uint32; description "Mcast lost cells"; } leaf asic-internal-drops { type uint32; description "Asic internal drops"; } } // list plane-stats-info } // container statistics container plane { description "Show Calvados Plane State"; list detail-plane-info { description "list of all elements in plane bag"; leaf plane-id { type uint32; description "Unique Identifier for Plane"; } leaf plane-oper-status { type Fsdb-plane-oper-state; description "PlaneOperStatus"; } leaf plane-admin-status { type Fsdb-plane-admin-state; description "PlaneAdminStatus"; } leaf plane-mode { type Fsdb-plane-mode; description "Plane Mode Configuration"; } leaf bundles { type uint16; description "Total number of bundles"; } leaf down-bundles { type uint16; description "Total down bundles"; } leaf plane-up-down-count { type uint32; description "counter of UP<->DOWN plane state transition"; } leaf up-multicast-count { type uint32; description "counter of UP<->MCAST plane state transition"; } leaf ppu-state { type string; description "Plane PPU State"; } } // list detail-plane-info } // container plane } // container plane-table } // container fabric } // module Cisco-IOS-XR-dnx-driver-fabric-plane-oper
© 2023 YumaWorks, Inc. All rights reserved.