CISCO-IMAGE-CHECK-MIB

File: CISCO-IMAGE-CHECK-MIB.mib (15569 bytes)

Imported modules

SNMPv2-SMI SNMP-FRAMEWORK-MIB SNMPv2-TC
SNMPv2-CONF CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
SnmpAdminString RowStatus MODULE-COMPLIANCE
OBJECT-GROUP ciscoMgmt

Defined Types

CiscoImageCheckOpEntry  
SEQUENCE    
  ciscoImageCheckSerialNum Integer32
  ciscoImageCheckImageName SnmpAdminString
  ciscoImageCheckStatus INTEGER
  ciscoImageCheckEntryStatus RowStatus

CiscoImgChkResultsEntry  
SEQUENCE    
  ciscoImgChkFeatureIndex Integer32
  ciscoImgChkCapabIndex Integer32
  ciscoImgChkFeatureName SnmpAdminString
  ciscoImgChkCapabilityName SnmpAdminString
  ciscoImgChkCapabilityReq INTEGER
  ciscoImgChkInCompDescr SnmpAdminString

Defined Values

ciscoImageCheckMIB 1.3.6.1.4.1.9.9.99990
Initial version of Image Check MIB.
MODULE-IDENTITY    

ciscoImageCheckMIBObjects 1.3.6.1.4.1.9.9.99990.1
OBJECT IDENTIFIER    

ciscoImageCheck 1.3.6.1.4.1.9.9.99990.1.1
OBJECT IDENTIFIER    

ciscoImageCheckOpTable 1.3.6.1.4.1.9.9.99990.1.1.1
A table of Image check operation entries. Each entry represents an Image check operation that has been initiated.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiscoImageCheckOpEntry

ciscoImageCheckOpEntry 1.3.6.1.4.1.9.9.99990.1.1.1.1
An Image check operation entry. Each entry consists of an image name, current status of the check operation and a row status. A management station wishing to create an entry should first generate a pseudo-random serial number to be used as the index to this sparse table. The station should then create the associated instance of the row status object. It must also, create the associated instance of the image name. This image is checked for compatibility with the image already running on the active supervisor. Once the appropriate instances of all the mandatory objects have been created, either by an explicit SNMP set request or by default, the row status should be set to active to initiate the operation. Note that this entire procedure may be initiated via a single set request which specifies a row status of createAndGo. Once an operation has been activated, it cannot be stopped. Once the operation completes, the management station should retrieve the value of the status object and delete the entry. In order to prevent old entries from clogging the table, entries will be aged out, but an entry will never be deleted within 5 minutes of completing.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoImageCheckOpEntry  

ciscoImageCheckSerialNum 1.3.6.1.4.1.9.9.99990.1.1.1.1.1
Object which specifies a unique entry in the table. A management station wishing to initiate a check operation should use a pseudo-random value for this object when creating or modifying an instance of a ciscoImageCheckOpEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

ciscoImageCheckImageName 1.3.6.1.4.1.9.9.99990.1.1.1.1.2
Image file name that needs the verification. If the Image name is NULL then it is assumed that the image check is to be done with the image on standby supervisor.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..255)  

ciscoImageCheckStatus 1.3.6.1.4.1.9.9.99990.1.1.1.1.3
The current status of the image check operation. If the status is inCompatLoose(3) or inCompatStrict(4), one can look at the detail reasons of incompatibilities by looking at ciscoImgChkResultsTable described below. If the status is compatible, then there is no need to look at the ciscoImgChkResultsTable. If the status is noStandby(6), pssErr(7), extractFail(8), fileParseErr(9) or getIncompatErr(10), there is some internal error in even starting the check compatibility process, and hence the ciscoImgChkResultsTable should not be read for any details. inProgress(2) - Image check is in progress inCompatLoose(3) - Loose incompatibility inCompatStrict(4) - Strict incompatibility compatible(5) - images are compatible noStandby(6) - standby supervisor is absent pssErr(7) - internal error extractFail(8) - Could not extract image fileParseErr(9) - Could not parse image getIncompatErr(10) - internal error in determining incompatibilities.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), inProgress(2), inCompatLoose(3), inCompatStrict(4), compatible(5), noStandby(6), pssErr(7), extractFail(8), fileParseErr(9), getIncompatErr(10)  

ciscoImageCheckEntryStatus 1.3.6.1.4.1.9.9.99990.1.1.1.1.4
The status of this table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoImgChkResultsTable 1.3.6.1.4.1.9.9.99990.1.1.2
This table lists the features and capabilities that are incompatible for the request that was made corresponding to the instance of ciscoImgChkFeatureIndex in the ciscoImageCheckOpTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CiscoImgChkResultsEntry

ciscoImgChkResultsEntry 1.3.6.1.4.1.9.9.99990.1.1.2.1
An entry of ciscoImgChkResultsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoImgChkResultsEntry  

ciscoImgChkFeatureIndex 1.3.6.1.4.1.9.9.99990.1.1.2.1.1
The index of the incompatible feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

ciscoImgChkCapabIndex 1.3.6.1.4.1.9.9.99990.1.1.2.1.2
The index of the incompatible capability.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

ciscoImgChkFeatureName 1.3.6.1.4.1.9.9.99990.1.1.2.1.3
The name of the incompatible feature. The list of features is subject to implementation in a given software release. The current list of features is as follows - fspf - FSPF Routing Protocol Application fcmpls - Multi-Protocol Label Switching fib - FIB Manager flogi - F Port Server rscn - RSCN Module fcns - Name Server fcdomain - Domain Manager fc-tunnel - FC MPLS tunnel ipfc - Ipfc Manager ipconf - IP Configuration Manager ips - IPS Manager port - Port Manager port-channel - Port Channel Manager span - Switch Port Analyzer sysmgr-ver - System Manager version controller vrrp-cfg - VRRP Configuration vsan - VSAN manager zone - Zone Server
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

ciscoImgChkCapabilityName 1.3.6.1.4.1.9.9.99990.1.1.2.1.4
The name of the incompatible capability. The list of capabilities is subject to implementation in a given software release. The current list of capabilities is as follows - CAP_FEATURE_SPAN_FCFWD_STBY_POP_ENABLED CAP_FEATURE_SPAN_IF_VSAN_SRC_MIX_NOT_ALLOWED CAP_FEATURE_SPAN_IF_SRC_VSAN_FILTER_NOT_ALLOWED CAP_FEATURE_SPAN_FC_TUNNEL_CFG CAP_FEATURE_SPAN_ST_PORT_CFG CAP_FEATURE_SPAN_FCIP_SRC_CFG CAP_FEATURE_SPAN_ISCSI_SRC_CFG CAP_FEATURE_ZS_READ_ONLY_ZONING CAP_FEATURE_ZS_LUN_ZONING CAP_FEATURE_PORT_MODE_ST_CFG CAP_FEATURE_FC_TUNNEL_CFG CAP_FEATURE_PORT_PERFORMANCE_BUF
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..64)  

ciscoImgChkCapabilityReq 1.3.6.1.4.1.9.9.99990.1.1.2.1.5
Whether capability check is strict or loose.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER strict(1), loose(2)  

ciscoImgChkInCompDescr 1.3.6.1.4.1.9.9.99990.1.1.2.1.6
Description of the incompatibilty. For example, if the name of the incompatibilty (the instance of ciscoImgChkCapabilityName) is CAP_FEATURE_ZS_READ_ONLY_ZONING, then the description will be - 'Zone Server - Read-only zoning configured'. For each incompatibility name that appears in ciscoImgChkCapabilityName, there will be a corresponding description described by the instance of this object.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(1..255)  

ciscoImageCheckMIBConformance 1.3.6.1.4.1.9.9.99990.2
OBJECT IDENTIFIER    

ciscoImageCheckMIBCompliances 1.3.6.1.4.1.9.9.99990.2.1
OBJECT IDENTIFIER    

ciscoImageCheckMIBGroups 1.3.6.1.4.1.9.9.99990.2.2
OBJECT IDENTIFIER    

ciscoImageCheckMIBCompliance 1.3.6.1.4.1.9.9.99990.2.1.1
The compliance statement for entities which implement the CISCO-IMAGE-CHECK-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoImageCheckOpGroup 1.3.6.1.4.1.9.9.99990.2.2.1
A collection of objects for Image Check Operations group.
Status: current Access: read-only
OBJECT-GROUP    

ciscoImgChkResultsGroup 1.3.6.1.4.1.9.9.99990.2.2.2
A collection of objects for Image check results group.
Status: current Access: read-only
OBJECT-GROUP