Cisco-IOS-XR-infra-alarm-logger-oper

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

  • Version: 2019-04-05

    Cisco-IOS-XR-infra-alarm-logger-oper@2019-04-05


    
      module Cisco-IOS-XR-infra-alarm-logger-oper {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-infra-alarm-logger-oper";
    
        prefix infra-alarm-logger-oper;
    
        import cisco-semver {
          prefix semver;
        }
    
        include Cisco-IOS-XR-infra-alarm-logger-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-alarm-logger package operational data.
         
         This module contains definitions
         for the following management objects:
           alarm-logger: Alarm Logger operational data
         
         Copyright (c) 2013-2019 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2017-09-07" {
          description
            "Fixed type translation error.";
        }
    
        revision "2015-01-07" {
          description "IOS XR 5.3.1 revision.";
        }
    
        semver:module-version "1.0.1";
    
        container alarm-logger {
          config false;
          description
            "Alarm Logger operational data";
          container buffer-status {
            description
              "Describes buffer utilization and parameters
             configured";
            leaf log-buffer-size {
              type uint32;
              units "byte";
              description
                "Current Logging Buffer Size (Bytes)";
            }
    
            leaf max-log-buffer-size {
              type uint32;
              units "byte";
              description
                "Maximum Logging Buffer Size (Bytes) ";
            }
    
            leaf record-count {
              type uint32;
              description
                "Number of Records in the Buffer";
            }
    
            leaf capacity-threshold {
              type uint32;
              units "percentage";
              description
                "Percentage of the buffer utilization which, when
    exceeded, triggers the  generation of a
    notification for the clients of the XML agent";
            }
    
            leaf severity-filter {
              type Al-alarm-severity;
              description "Severity Filter";
            }
          }  // container buffer-status
    
          container alarms {
            description
              "Table that contains the database of logged
             alarms";
            list alarm {
              key "event-id";
              description
                "One of the logged alarms";
              leaf event-id {
                type uint32;
                description "Event ID";
              }
    
              leaf source-id {
                type string;
                description
                  "Source Identifier(Location).Indicates the node
    in which the alarm was generated";
              }
    
              leaf timestamp {
                type uint64;
                units "millisecond";
                description
                  "Time when the alarm was generated. It is
    expressed in number of milliseconds since 00:00
    :00 UTC, January 1, 1970";
              }
    
              leaf category {
                type string;
                description
                  "Category of the alarm";
              }
    
              leaf group {
                type string;
                description
                  "Group of messages to which this alarm belongs to";
              }
    
              leaf code {
                type string;
                description
                  "Alarm code which further qualifies the alarm
    within a message group";
              }
    
              leaf severity {
                type Al-alarm-severity;
                description
                  "Severity of the alarm";
              }
    
              leaf state {
                type Al-alarm-bistate;
                description
                  "State of the alarm (bistate alarms only)";
              }
    
              leaf correlation-id {
                type uint32;
                description
                  "Correlation Identifier";
              }
    
              leaf is-admin {
                type boolean;
                description
                  "Indicates the event id admin-level";
              }
    
              leaf additional-text {
                type string;
                description
                  "Full text of the Alarm";
              }
            }  // list alarm
          }  // container alarms
        }  // container alarm-logger
      }  // module Cisco-IOS-XR-infra-alarm-logger-oper
    

© 2023 YumaWorks, Inc. All rights reserved.