Cisco-IOS-XR-infra-rmf-oper

This module contains a collection of YANG definitions for Cisco IOS-XR infra-rmf package operational data. This module contains...

  • Version: 2019-04-05

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


    
      module Cisco-IOS-XR-infra-rmf-oper {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-infra-rmf-oper";
    
        prefix infra-rmf-oper;
    
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        import cisco-semver {
          prefix semver;
        }
    
        include Cisco-IOS-XR-infra-rmf-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 infra-rmf package operational data.
    
    This module contains definitions
    for the following management objects:
      redundancy: Redundancy show information
    
    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";
    
        container redundancy {
          config false;
          description
            "Redundancy show information";
          container nodes {
            description
              "Location show information";
            list node {
              key "node-id";
              description
                "Redundancy Node Information";
              leaf node-id {
                type xr:Node-id;
                description "Node Location";
              }
    
              container redundancy {
                description "Row information";
                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";
                  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
              }  // 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";
              }
            }  // list node
          }  // container nodes
    
          container summary {
            description
              "Redundancy Summary of Nodes";
            leaf err-log {
              type string;
              description "Error Log";
            }
    
            list red-pair {
              description "Redundancy Pair";
              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";
                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
            }  // list red-pair
          }  // container summary
        }  // container redundancy
      }  // module Cisco-IOS-XR-infra-rmf-oper
    

© 2023 YumaWorks, Inc. All rights reserved.