Cisco-IOS-XR-infra-rmf-oper-sub1

This submodule contains a collection of YANG definitions for Cisco IOS-XR infra-rmf package operational data. Copyright (c) 201...

  • Version: 2019-04-05

    Cisco-IOS-XR-infra-rmf-oper-sub1@2019-04-05


    
      submodule Cisco-IOS-XR-infra-rmf-oper-sub1 {
    
        yang-version 1;
    
        belongs-to Cisco-IOS-XR-infra-rmf-oper {
            prefix Cisco-IOS-XR-infra-rmf-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 infra-rmf package operational data.
         
         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.1";
    
        grouping RED-SUMMARY {
          description "rmf show";
          leaf err-log {
            type string;
            description "Error Log";
          }
    
          list red-pair {
            description "Redundancy Pair";
            uses RED-SUMMARY-PAIR;
          }  // list red-pair
        }  // grouping RED-SUMMARY
    
        grouping RED-GROUP-INFO {
          description "RED GROUP INFO";
          leaf active {
            type string;
            description "Active node name R/S/I";
          }
    
          leaf standby {
            type string;
            description
              "Standby node name R/S/I";
          }
    
          leaf ha-state {
            type string;
            description
              "High Availability state Ready/Not Ready";
          }
    
          leaf nsr-state {
            type string;
            description
              "NSR state Configured/Not Configured";
          }
        }  // grouping RED-GROUP-INFO
    
        grouping RED-SUMMARY-PAIR {
          description "rmf row show";
          leaf active {
            type string;
            description "Active node name R/S/I";
          }
    
          leaf standby {
            type string;
            description
              "Standby node name R/S/I";
          }
    
          leaf ha-state {
            type string;
            description
              "High Availability state Ready/Not Ready";
          }
    
          leaf nsr-state {
            type string;
            description
              "NSR state Configured/Not Configured";
          }
    
          list groupinfo {
            description
              "Process group redundancy - Only for Asr9k viking
             cluster";
            uses RED-GROUP-INFO;
          }  // list groupinfo
        }  // grouping RED-SUMMARY-PAIR
    
        grouping RED-NODE-INFO {
          description "Node Information";
          container redundancy {
            description "Row information";
            uses RED-SUMMARY-PAIR;
          }  // container redundancy
    
          leaf log {
            type string;
            description "Reload and boot logs";
          }
    
          leaf active-reboot-reason {
            type string;
            description "Active node reload";
          }
    
          leaf standby-reboot-reason {
            type string;
            description "Standby node reload";
          }
    
          leaf err-log {
            type string;
            description "Error Log";
          }
        }  // grouping RED-NODE-INFO
      }  // submodule Cisco-IOS-XR-infra-rmf-oper-sub1
    

© 2023 YumaWorks, Inc. All rights reserved.