This module contains a collection of YANG definitions for Cisco IOS-XR asr9k-lc-fca package operational data. This module conta...
Version: 2019-04-05
module Cisco-IOS-XR-asr9k-lc-fca-oper { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-asr9k-lc-fca-oper"; prefix asr9k-lc-fca-oper; import Cisco-IOS-XR-types { prefix xr; } import cisco-semver { prefix semver; } include Cisco-IOS-XR-asr9k-lc-fca-oper-sub2 { revision-date "2019-04-05"; } include Cisco-IOS-XR-asr9k-lc-fca-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 asr9k-lc-fca package operational data. This module contains definitions for the following management objects: mpa-internal: Management LAN Operational data space mpa: Management LAN Operational data space 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 mpa-internal { config false; description "Management LAN Operational data space"; container nodes { description "Table of nodes"; list node { key "node"; description "Number"; leaf node { type xr:Node-id; description "node number"; } list bay { key "number"; description "Number"; container ifsubsies { description "Table of Ifsubsys"; list ifsubsy { key "number"; description "Number"; container mpa-internal-info { description "mpa internal info"; leaf bay { type uint32; description "bay"; } leaf ifsubsys { type uint32; description "ifsubsys"; } leaf if-state { type uint8; description "if state"; } leaf if-event { type uint8; description "if event"; } leaf ep-type { type uint32; description "ep type"; } leaf ep-state { type uint8; description "ep state"; } leaf ep-presence { type uint8; description "ep presence"; } leaf ep-idprom-major { type uint8; description "ep idprom major"; } leaf ep-idprom-minor { type uint8; description "ep idprom minor"; } leaf ep-idprom-data { type string { length "0..256"; } description "ep idprom data"; } } // container mpa-internal-info leaf number { type xr:Hex-integer; description "ifsubsys number"; } } // list ifsubsy } // container ifsubsies leaf number { type uint32; description "bay number"; } } // list bay } // list node } // container nodes } // container mpa-internal container mpa { config false; description "Management LAN Operational data space"; container nodes { description "Table of nodes"; list node { key "node"; description "Number"; leaf node { type xr:Node-id; description "node number"; } list bay { key "number"; description "Number"; container mpa-detail-table { description "Table of Mpa Detail Info"; container mpa-detail { description "mpa detail status info"; leaf bay-number { type uint16; description "BAY number"; } leaf is-spa-inserted { type boolean; description "If SPA inserted"; } leaf spa-type { type uint16; description "SPA type"; } leaf is-spa-admin-up { type boolean; description "If SPA admin state is Up"; } leaf spa-oper-state { type Spa-oper-state; description "SPA operational state"; } leaf is-spa-power-admin-up { type boolean; description "If SPA power admin state is Up"; } leaf is-spa-powered { type boolean; description "If SPA powered"; } leaf is-spa-in-reset { type boolean; description "If SPA in reset"; } leaf last-reset-reason { type Spa-reset-reason; description "Last reset reason"; } leaf last-failure-reason { type Spa-failure-reason; description "Last Failure Reason"; } leaf insertion-time { type uint32; units "second"; description "Time when SPA last insertedin calendar format: seconds since00:00:00 UTC, January 1, 1970"; } leaf last-ready-time { type uint32; units "second"; description "Time when SPA last reached Ready statein calendar format: seconds since00:00:00 UTC, January 1, 1970"; } leaf up-time { type uint32; units "second"; description "Uptime in seconds"; } } // container mpa-detail } // container mpa-detail-table leaf number { type uint32; description "bay number"; } } // list bay } // list node } // container nodes } // container mpa } // module Cisco-IOS-XR-asr9k-lc-fca-oper
© 2023 YumaWorks, Inc. All rights reserved.