Cisco-IOS-XR-snmp-sensormib-oper

This module contains a collection of YANG definitions for Cisco IOS-XR snmp-sensormib package operational data. This YANG modul...

  • Version: 2020-05-15

    Cisco-IOS-XR-snmp-sensormib-oper@2020-05-15


    
      module Cisco-IOS-XR-snmp-sensormib-oper {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-snmp-sensormib-oper";
    
        prefix snmp-sensormib-oper;
    
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        import cisco-semver {
          prefix semver;
        }
        import Cisco-IOS-XR-snmp-agent-oper {
          prefix a1;
        }
    
        include Cisco-IOS-XR-snmp-sensormib-oper-sub2 {
          revision-date "2020-05-15";
        }
        include Cisco-IOS-XR-snmp-sensormib-oper-sub1 {
          revision-date "2020-05-15";
        }
    
        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 snmp-sensormib package operational data.
    
    This YANG module augments the
      Cisco-IOS-XR-snmp-agent-oper
    module with state data.
    
    Copyright (c) 2013-2020 by Cisco Systems, Inc.
    All rights reserved.";
    
        revision "2020-05-15" {
          description
            "Fixing backward compatibility error in module.";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "2.0.0";
        semver:module-version "1.0.1";
    
        augment /a1:snmp {
          description
            "This augment extends the operational data of
    'Cisco-IOS-XR-snmp-agent-oper'";
          container sensor-mib {
            description
              "SNMP sensor MIB information";
            container physical-indexes {
              description
                "List of physical index table for threshold
    value";
              list physical-index {
                key "index";
                description
                  "Threshold value for physical index";
                container threshold-indexes {
                  description
                    "List of threshold index";
                  list threshold-index {
                    description
                      "Threshold value for threshold index";
                    leaf phy-index {
                      type xr:Cisco-ios-xr-string;
                      description
                        "Physical Index";
                    }
    
                    leaf thre-index {
                      type xr:Cisco-ios-xr-string;
                      description
                        "Threshold index";
                    }
    
                    uses ENVMON-THRESHOLD-INFO;
                  }  // list threshold-index
                }  // container threshold-indexes
    
                leaf index {
                  type xr:Cisco-ios-xr-string;
                  description "Physical index";
                }
              }  // list physical-index
            }  // container physical-indexes
    
            container ent-phy-indexes {
              description
                "List of physical index ";
              list ent-phy-index {
                key "index";
                description
                  "Sensor value for physical index";
                leaf index {
                  type xr:Cisco-ios-xr-string;
                  description "Physical index";
                }
    
                uses SNMP-SENSOR-INFO-XML;
              }  // list ent-phy-index
            }  // container ent-phy-indexes
          }  // container sensor-mib
        }
      }  // module Cisco-IOS-XR-snmp-sensormib-oper
    

© 2023 YumaWorks, Inc. All rights reserved.