Cisco-IOS-XR-show-fpd-loc-ng-oper-sub1

This submodule contains a collection of YANG definitions for Cisco IOS-XR show-fpd-loc-ng package operational data. Copyright (...

  • Version: 2020-09-18

    Cisco-IOS-XR-show-fpd-loc-ng-oper-sub1@2020-09-18


    
      submodule Cisco-IOS-XR-show-fpd-loc-ng-oper-sub1 {
    
        yang-version 1;
    
        belongs-to
          Cisco-IOS-XR-show-fpd-loc-ng-oper {
            prefix
              Cisco-IOS-XR-show-fpd-loc-ng-oper;
        }
    
        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 submodule contains a collection of YANG definitions
         for Cisco IOS-XR show-fpd-loc-ng package operational data.
         
         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";
    
        grouping FPD-LOCATION-NAME {
          description
            "card location name string";
          leaf location-name {
            type string;
            description "card location";
          }
        }  // grouping FPD-LOCATION-NAME
    
        grouping FPD-SHOW-LOCATION-NAME-LIST {
          description
            "card location name string list";
          list location-name {
            description "card location list";
            uses FPD-LOCATION-NAME;
          }  // list location-name
        }  // grouping FPD-SHOW-LOCATION-NAME-LIST
    
        grouping FPD-PKG-INFO {
          description "fpd pkg info";
          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";
          }
        }  // grouping FPD-PKG-INFO
    
        grouping FPD-PKG-INFO-LIST {
          description "fpd pkg info list ";
          list fpd-pkg-data {
            description " fpd pkg list ";
            uses FPD-PKG-INFO;
          }  // list fpd-pkg-data
        }  // grouping FPD-PKG-INFO-LIST
    
        grouping FPD-LOC-INFO {
          description "fpd loc info";
          leaf location {
            type string;
            description "fpd location";
          }
    
          leaf fpd-name {
            type string;
            description "fpd name";
          }
        }  // grouping FPD-LOC-INFO
    
        grouping FPD-LOC-INFO-LIST {
          description
            "card location name string list";
          list fpd-name {
            description "Fpd name list";
            uses FPD-LOC-INFO;
          }  // list fpd-name
        }  // grouping FPD-LOC-INFO-LIST
    
        grouping FPD-INFO {
          description "fpd info";
          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";
          }
        }  // grouping FPD-INFO
    
        grouping FPD-INFO-LIST {
          description "fpd info list";
          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";
            uses FPD-INFO;
          }  // list fpd-info-detaile
        }  // grouping FPD-INFO-LIST
      }  // submodule Cisco-IOS-XR-show-fpd-loc-ng-oper-sub1
    

© 2023 YumaWorks, Inc. All rights reserved.