CISCO-IMAGE-MIB

Router image MIB which identify the capabilities and characteristics of the image

  • Version: 1995-08-15

    CISCO-IMAGE-MIB@1995-08-15


    
      module CISCO-IMAGE-MIB {
    
        yang-version 1;
    
        namespace
          "urn:ietf:params:xml:ns:yang:smiv2:CISCO-IMAGE-MIB";
    
        prefix CISCO-IMAGE-MIB;
    
        import SNMPv2-TC {
          prefix snmpv2-tc;
        }
        import ietf-yang-smiv2 {
          prefix smiv2;
        }
    
        organization "Cisco Systems, Inc.";
    
        contact
          "Cisco Systems
        Customer Service
        
        Postal: 170 W Tasman Drive
        San Jose, CA  95134
        USA
        
        Tel: +1 800 553-NETS
        
        E-mail: cs-snmp@cisco.com";
    
        description
          "Router image MIB which identify the capabilities
        and characteristics of the image";
    
        revision "1995-08-15" {
          description
            "Specify a correct (non-negative) range for an index
          object.";
        }
    
        revision "1995-01-16" {
          description
            "Initial version of this MIB module.";
        }
    
        smiv2:alias "ciscoImageMIB" {
          smiv2:oid "1.3.6.1.4.1.9.9.25";
        }
        smiv2:alias "ciscoImageMIBObjects" {
          smiv2:oid "1.3.6.1.4.1.9.9.25.1";
        }
        smiv2:alias "ciscoImageMIBConformance" {
          smiv2:oid "1.3.6.1.4.1.9.9.25.2";
        }
        smiv2:alias "ciscoImageMIBCompliances" {
          smiv2:oid "1.3.6.1.4.1.9.9.25.2.1";
        }
        smiv2:alias "ciscoImageMIBGroups" {
          smiv2:oid "1.3.6.1.4.1.9.9.25.2.2";
        }
    
        container CISCO-IMAGE-MIB {
          config false;
          container ciscoImageTable {
            smiv2:oid "1.3.6.1.4.1.9.9.25.1.1";
            description
              "A table provides content information describing the
            executing IOS image.";
            list ciscoImageEntry {
              smiv2:oid "1.3.6.1.4.1.9.9.25.1.1.1";
              key "ciscoImageIndex";
              description
                "A image characteristic string entry.";
              leaf ciscoImageIndex {
                smiv2:max-access "not-accessible";
                smiv2:oid "1.3.6.1.4.1.9.9.25.1.1.1.1";
                type int32 {
                  range "0..2147483647";
                }
                description
                  "A sequence number for each string stored
                in the IOS image.";
              }
    
              leaf ciscoImageString {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.9.25.1.1.1.2";
                type snmpv2-tc:DisplayString;
                description
                  "The string of this entry.";
              }
            }  // list ciscoImageEntry
          }  // container ciscoImageTable
        }  // container CISCO-IMAGE-MIB
      }  // module CISCO-IMAGE-MIB
    

© 2023 YumaWorks, Inc. All rights reserved.