This module holds OBFL data. Copyright (c) 2012-2020 by Cisco Systems, Inc. All rights reserved.
Version: 2019-04-15
module Cisco-IOS-XR-sysadmin-show-obfl { yang-version 1; namespace "http://www.cisco.com/ns/yang/Cisco-IOS-XR-sysadmin-show-obfl"; prefix shobfl; import cisco-semver { prefix semver; } 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 holds OBFL data. Copyright (c) 2012-2020 by Cisco Systems, Inc. All rights reserved."; revision "2019-04-15" { description "Establish semantic version baseline."; } revision "2018-10-05" { description "Added np container"; } revision "2017-10-09" { description "Added fia_asic_init_fail container"; } revision "2017-07-31" { description "Changed namespace to follow Cisco guidelines on naming convention"; } revision "2011-11-24" { description "Initial revision of show obfl related commands"; } semver:module-version "1.0.0"; grouping obfl_data { container uptime { config false; list location { key "location"; leaf location { type string; } container uptime { leaf-list uptime_values { type string; } } // container uptime } // list location } // container uptime container nvram { config false; list location { key "location"; leaf location { type string; } container nvram { leaf-list nvram_values { type string; } } // container nvram } // list location } // container nvram container fia_asic_init_fail { config false; list location { key "location"; leaf location { type string; } container fia_asic_init_fail { leaf-list fia_asic_init_fail_values { type string; } } // container fia_asic_init_fail } // list location } // container fia_asic_init_fail container inventory { config false; list location { key "location"; leaf location { type string; } container inventory { leaf-list inventory_values { type string; } } // container inventory } // list location } // container inventory container temperature { config false; list location { key "location"; leaf location { type string; } container temperature { leaf-list temp_values { type string; } } // container temperature } // list location } // container temperature container voltage { config false; list location { key "location"; leaf location { type string; } container voltage { leaf-list volt_values { type string; } } // container voltage } // list location } // container voltage container fpd { config false; list location { key "location"; leaf location { type string; } container fpd { leaf-list fpd_values { type string; } } // container fpd } // list location } // container fpd container diag_result { config false; list location { key "location"; leaf location { type string; } container diag_result { leaf-list diag_result_values { type string; } } // container diag_result } // list location } // container diag_result container diag_log { config false; list location { key "location"; leaf location { type string; } container diag_log { leaf-list diag_log_values { type string; } } // container diag_log } // list location } // container diag_log container fmea { config false; list location { key "location"; leaf location { type string; } container fmea { leaf-list fmea_values { type string; } } // container fmea } // list location } // container fmea container fabric { config false; list location { key "location"; leaf location { type string; } container fabric { leaf-list fabric_values { type string; } } // container fabric } // list location } // container fabric container prm { config false; list location { key "location"; leaf location { type string; } container prm { leaf-list prm_values { type string; } } // container prm } // list location } // container prm container np { config false; list location { key "location"; leaf location { type string; } container np { leaf-list np_values { type string; } } // container np } // list location } // container np container pfm { config false; list location { key "location"; leaf location { type string; } container pfm { leaf-list pfm_values { type string; } } // container pfm } // list location } // container pfm } // grouping obfl_data grouping obfl-show-grp { container onboard { uses obfl_data; } // container onboard } // grouping obfl-show-grp } // module Cisco-IOS-XR-sysadmin-show-obfl
© 2023 YumaWorks, Inc. All rights reserved.