CONFORMANCE-MIB

File: CONFORMANCE-MIB.mib (11245 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE mib-2
MODULE-COMPLIANCE OBJECT-GROUP TEXTUAL-CONVENTION
TimeStamp

Defined Types

ConformanceLevel  
An indication of the conformance level for a particular set of MIB objects. The value 'noConf' indicates that the agent does not implement any of the required semantics for the associated set of objects. Usually this means the object is not implemented at all. However, it also indicates the special case in which incorrect values are returned, e.g., counter objects that always return zero, string objects that always return a zero-length string (but should not), hard-wired (potentially incorrect) enumerations or gauges. The value 'otherConf' indicates that the implementation complies with the semantics of the associated set of objects in a manner that varies from the specification in some way. The value 'minConf' indicates that the implementation complies with the semantics of the associated set of objects as refined by a GROUP clause or an OBJECT clause within a MODULE-COMPLIANCE macro. The value 'fullConf' indicates that the implementation complies with the semantics of the associated set of objects as defined by an indicated compliance statement for the set of objects. The value 'completeConf' indicates that the implementation complies with the full semantics of the associated set of objects as defined by the data definitions for the objects. This may be greater than than the conformance level indicated by the 'fullConf' enumeration if the indicated compliance statement does not require full implementation of the entire set of objects.
TEXTUAL-CONVENTION    
  INTEGER noConf(1), otherConf(2), minConf(3), fullConf(4), completeConf(5)  

ConformanceString  
An administrative string identifying conformance information. An object of this type SHOULD follow the encoding rules for an SnmpAdminString, except its length is limited to 1024 octets instead of 255 octets.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..1024)  

ConfEntry  
SEQUENCE    
  confSubTree OBJECT IDENTIFIER
  confModuleCompliance OBJECT IDENTIFIER
  confLevel ConformanceLevel
  confVarSyntax ConformanceString

Defined Values

conformanceMIB 1.3.6.1.2.1.1
Contains objects which describe the conformance level for specific data objects.
MODULE-IDENTITY    

confMibObjects 1.3.6.1.2.1.1.1
OBJECT IDENTIFIER    

confMibNotifications 1.3.6.1.2.1.1.2
OBJECT IDENTIFIER    

confMibConformance 1.3.6.1.2.1.1.3
OBJECT IDENTIFIER    

confMibConformanceObjects 1.3.6.1.2.1.1.1.1
OBJECT IDENTIFIER    

confLastUpdateTime 1.3.6.1.2.1.1.1.1.1
The value of sysUpTime when the agent last added, deleted, or modified an entry in the confTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

confTable 1.3.6.1.2.1.1.1.1.2
A list of entries describing the MIB conformance for this agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConfEntry

confEntry 1.3.6.1.2.1.1.1.1.2.1
A conceptual row in the confTable. Entries SHOULD be created by the agent at system reinitialization time. However, agents MAY create, delete, or modify entries in this table to support dynamic loading and unloading of MIB modules. It is possible that overlapping entries will exist in this table, in which case the more specific entry (i.e., the one with the longest confSubTree INDEX) takes precedence.
Status: current Access: not-accessible
OBJECT-TYPE    
  ConfEntry  

confSubTree 1.3.6.1.2.1.1.1.1.2.1.1
The root of the MIB sub-tree associated with this entry. This object SHOULD identify an interior node to indicate multiple MIB objects or a leaf node to indicate a single MIB object.
Status: current Access: not-accessible
OBJECT-TYPE    
  OBJECT IDENTIFIER  

confModuleCompliance 1.3.6.1.2.1.1.1.1.2.1.2
Identifies the MODULE-COMPLIANCE macro name for the associated set of MIB objects. If no appropriate value can be determined, then the agent will return '0.0'.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

confLevel 1.3.6.1.2.1.1.1.1.2.1.3
Indicates the basic level of conformance for the associated set of MIB objects. If this object contains the value 'otherConf', then the confVarSyntax object SHOULD be present for the associated entry. If this object contains the value 'fullConf', 'minConf', or 'noConf' then the confVarSyntax object MAY be present for the associated entry. If this object contains the value 'completeConf' then the confVarSyntax object SHOULD NOT be present for the associated entry.
Status: current Access: read-only
OBJECT-TYPE    
  ConformanceLevel  

confVarSyntax 1.3.6.1.2.1.1.1.1.2.1.4
A textual representation of the syntactical variation described by this variation structure. If the associated confLevel object is equal to 'otherConf', then this string SHOULD contain the the same value as the SYNTAX clause within a VARIATION clause of an AGENT- CAPABILITIES macro. If the associated confLevel object is equal to 'minConf', and this entry identifies a set of MIB objects, then this string MAY identify the applicable GROUP clause(s) associated with the entry. For all entries in which the associated confLevel object is equal to 'minConf', this string SHOULD contain the same value as the SYNTAX, WRITE-SYNTAX, and/or MIN-ACCESS clauses present within the OBJECT clause of a MODULE-COMPLIANCE macro. The actual keyword (e.g., 'SYNTAX') SHOULD precede the quoted string value. Multiple clauses MAY be concatenated within a single string, and SHOULD be separated by whitespace. If this entry identifies multiple objects, then the same clause(s) must apply to all objects. The agent MAY return a zero-length string instead of a noSuchInstance exception.
Status: current Access: read-only
OBJECT-TYPE    
  ConformanceString  

confMibCompliances 1.3.6.1.2.1.1.3.1
OBJECT IDENTIFIER    

confMibGroups 1.3.6.1.2.1.1.3.2
OBJECT IDENTIFIER    

confMibCompliance 1.3.6.1.2.1.1.3.1.1
Describes the requirements for conformance to the Conformance MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

confMibConformanceGroup 1.3.6.1.2.1.1.3.2.1
A collection of objects used to describe the conformance level of the MIB objects supported by an agent.
Status: current Access: read-only
OBJECT-GROUP