This module contains a collection of YANG definitions for Cisco IOS-XR show-fpd-loc-ng package operational data. This module co...
Version: 2020-09-18
module Cisco-IOS-XR-show-fpd-loc-ng-oper { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-show-fpd-loc-ng-oper"; prefix show-fpd-loc-ng-oper; import Cisco-IOS-XR-types { prefix xr; } import cisco-semver { prefix semver; } include Cisco-IOS-XR-show-fpd-loc-ng-oper-sub1 { revision-date "2020-09-18"; } 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 show-fpd-loc-ng package operational data. This module contains definitions for the following management objects: show-fpd: Show hw-module fpd Copyright (c) 2013-2020 by Cisco Systems, Inc. All rights reserved."; revision "2020-09-18" { description "IOS XR 7.3.1 revision"; } revision "2020-03-01" { description "IOS XR 7.0.13 revision 2020-01-21 IOS XR 7.2.1 revision"; } revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2017-05-01" { description "Fixing backward compatibility error in module."; } revision "2015-11-09" { description "IOS XR 6.0 revision."; } semver:module-version "1.2.0"; semver:module-version "1.1.0"; semver:module-version "1.0.1"; container show-fpd { config false; description "Show hw-module fpd"; container locations { description "location table"; list location { key "location-name"; description "location"; container fpds { description "Display fpds on given locations"; list fpd { key "fpd-name"; description "Display fpds detail"; leaf fpd-name { type xr:Cisco-ios-xr-string { length "1..32"; } description "Fpd Name"; } leaf upgrade-status { type string; description "Either Upgrading or free used by CTC "; } leaf auto-upgrade-cfg { type boolean; description "Auto upgrade config"; } list fpd-info-detaile { description "fpd list with all detailes"; leaf location { type string; description "fpd location"; } leaf card-name { type string; description "Name of card on which fpd is located"; } leaf fpd-name { type string; description "fpd name"; } leaf hw-version { type string; description "hadware version"; } leaf secure-boot-attr { type string; description "secure boot attribute"; } leaf status { type string; description "status of the fpd"; } leaf running-version { type string; description "image running version "; } leaf programd-version { type string; description "image programd version"; } leaf reload-location { type string; description "location to be reloaded to activate"; } } // list fpd-info-detaile } // list fpd } // container fpds leaf location-name { type xr:Cisco-ios-xr-string { length "1..32"; } description "Fpd location"; } } // list location } // container locations container hw-module-fpd { description "Display fpds on all locations -show hw-module fpd"; leaf upgrade-status { type string; description "Either Upgrading or free used by CTC "; } leaf auto-upgrade-cfg { type boolean; description "Auto upgrade config"; } list fpd-info-detaile { description "fpd list with all detailes"; leaf location { type string; description "fpd location"; } leaf card-name { type string; description "Name of card on which fpd is located"; } leaf fpd-name { type string; description "fpd name"; } leaf hw-version { type string; description "hadware version"; } leaf secure-boot-attr { type string; description "secure boot attribute"; } leaf status { type string; description "status of the fpd"; } leaf running-version { type string; description "image running version "; } leaf programd-version { type string; description "image programd version"; } leaf reload-location { type string; description "location to be reloaded to activate"; } } // list fpd-info-detaile } // container hw-module-fpd container help-locations { description "help location table"; list help-location { key "location-name"; description "location"; container help-fpd { description "Display fpds on given locations"; list fpd-name { description "Fpd name list"; leaf location { type string; description "fpd location"; } leaf fpd-name { type string; description "fpd name"; } } // list fpd-name } // container help-fpd leaf location-name { type xr:Cisco-ios-xr-string { length "1..32"; } description "Fpd location"; } } // list help-location } // container help-locations container hw-module-fpd-help-fpd { description "Display help-fpd -show hw-module fpd help-fpd"; list fpd-name { description "Fpd name list"; leaf location { type string; description "fpd location"; } leaf fpd-name { type string; description "fpd name"; } } // list fpd-name } // container hw-module-fpd-help-fpd container package { description "gets fpd package info"; list fpd-pkg-data { description " fpd pkg list "; leaf card-type { type string; description "card type"; } leaf fpd-desc { type string; description "fpd desc"; } leaf upgrade-method { type string; description "reload or not"; } leaf fpd-ver { type string; description "fpd version"; } leaf min-sw-ver { type string; description "minimum sw version"; } leaf min-hw-ver { type string; description "minimum hw version"; } leaf cap-bitmap { type uint32; description "capability attribute bitmask"; } leaf reload-type { type uint32; description "reload type"; } } // list fpd-pkg-data } // container package container location-help { description "fpd upgradable locations"; list location-name { description "card location list"; leaf location-name { type string; description "card location"; } } // list location-name } // container location-help } // container show-fpd } // module Cisco-IOS-XR-show-fpd-loc-ng-oper
© 2023 YumaWorks, Inc. All rights reserved.