DMTFDMI
AI MIB Summary
Standard SNMP MIB module defining data structures for DMTFDMI.
95
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
95 total| Object Name |
|---|
dmtf OBJECT IDENTIFIER .1.3.6.1.4.1.412 |
dmiMIB OBJECT IDENTIFIER .1.3.6.1.4.1.412.1 |
dmiMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.412.1.1 |
dmiClasses OBJECT IDENTIFIER .1.3.6.1.4.1.412.1.1.1 |
dmiClassTableThe MIF definitions for all group classes known to the Service Layer. SEQUENCE OF DmiClassEntry .1.3.6.1.4.1.412.1.1.1.1 |
dmiClassEntryThe meta-data defining a particular group class. If multiple versions of a particular group class are registered with the Service Layer, the data in this entry shall pertain to the highest version. DmiClassEntry .1.3.6.1.4.1.412.1.1.1.1.1 |
dmiClassIndexA unique value for each group class known to the mapping agent for this managed node. The value for each class must remain constant at least from one re-initialization of the mapping agent to the next re-initialization. This value is NOT necessarily equal to the Group ID assigned within a given Component by the DMI Service Layer.ro Unsigned32 .1.3.6.1.4.1.412.1.1.1.1.1.1 |
dmiClassStringThe 'class string' assigned to the group in the 'class' statement.ro DmiString .1.3.6.1.4.1.412.1.1.1.1.1.2 |
dmiClassVersionThe version number of the group definition providing it appeared as an integer in the 'class string'; zero otherwise.ro INTEGER .1.3.6.1.4.1.412.1.1.1.1.1.3 |
dmiClassNameThe 'group name' from the 'name' statement in the group definition.ro DmiString .1.3.6.1.4.1.412.1.1.1.1.1.4 |
dmiClassOIDThe OBJECT IDENTIFIER of the conceptual table representing the group in an SNMP MIB. Attributes of the group may be accessed as columnar objects of this table, indexed according to the rules specified in RFC-nnnn.ro OBJECT IDENTIFIER .1.3.6.1.4.1.412.1.1.1.1.1.5 |
dmiClassKeyCountThe number attributes that comprise a key for this group; zero if no 'key' statement appeared in the group definition. The ordered list of attribute Id's that comprise the key can be obtained from the dmiKeyTablero INTEGER .1.3.6.1.4.1.412.1.1.1.1.1.6 |
dmiClassDescrLengthThe total length (in octets) of the 'description string' from the 'description' statement in the group definition. This string can be retrieved in segments from the dmiDescrTablero INTEGER .1.3.6.1.4.1.412.1.1.1.1.1.7 |
dmiClassPragmaThe 'group name' from the 'name' statement in the group definition.ro DmiString .1.3.6.1.4.1.412.1.1.1.1.1.8 |
dmiAttributeTableA table listing all the meta-data for all attributes of each registered group class. SEQUENCE OF DmiAttributeEntry .1.3.6.1.4.1.412.1.1.1.2 |
dmiAttributeEntryThe meta-data defining a particular DMI attribute. DmiAttributeEntry .1.3.6.1.4.1.412.1.1.1.2.1 |
dmiAttrIdThe value of the 'id' statement from the attribute definition. This value uniquely identifies this attribute within the group.ro Unsigned32 .1.3.6.1.4.1.412.1.1.1.2.1.1 |
dmiAttrNameThe value of the 'name' statement from the attribute definition. This name is normally used for display to human users.ro DmiString .1.3.6.1.4.1.412.1.1.1.2.1.2 |
dmiAttrAccessThe value of the 'access' statement from the attribute definition. This value defines how the attribute may be accessed.ro DmiAccess SYNTAX INTEGER { -- matches DMI encodings unknown(1), -- MIF database error readOnly(2), readWrite(3), writeOnly(4), unsupported(5) } .1.3.6.1.4.1.412.1.1.1.2.1.3 |
dmiAttrTypeThis is the value of the 'type' statement from the attribute definition. This value specifies the datatype of the attribute.ro DmiType .1.3.6.1.4.1.412.1.1.1.2.1.4 |
dmiAttrMaxSizeFor string types, this value specifies the maximum number of octets that may be contained in the string. Zero implies no limit specified (or a non-string datatype).ro INTEGER .1.3.6.1.4.1.412.1.1.1.2.1.5 |
dmiAttrEnumListCountThe number of name-value pairs in any associated enumeration list. Zero if not an enumerated integer.ro INTEGER .1.3.6.1.4.1.412.1.1.1.2.1.6 |
dmiAttrDescrLengthThe total length (in octets) of the 'description string' from the 'description' statement in the group definition. This string can be retrieved in segments from the dmiDescrTablero INTEGER .1.3.6.1.4.1.412.1.1.1.2.1.7 |
dmiKeyTableA table of key definitions for each group that has a 'key' statement. SEQUENCE OF DmiKeyEntry .1.3.6.1.4.1.412.1.1.1.3 |
dmiKeyEntryAn entry in this table specifies an attribute that is (part of) the 'key' for the corresponding group. DmiKeyEntry .1.3.6.1.4.1.412.1.1.1.3.1 |
dmiKeyIndexAn ordinal that indicates this attributes position in the key for this group.ro INTEGER .1.3.6.1.4.1.412.1.1.1.3.1.1 |
dmiKeyTypeThe type of the attribute that forms this portion of the group key.ro DmiType .1.3.6.1.4.1.412.1.1.1.3.1.2 |
dmiKeyAttrIdThe Id of the attribute that forms this portion of the group key.ro Unsigned32 .1.3.6.1.4.1.412.1.1.1.3.1.3 |
dmiDescrTableA table of description string segments. This table allows long description strings to be retrieved in segments. A complete description string can be reconstituted by concatenating the ordered set of string segments. The length of the complete string is available through the dmiClassTable or dmiAttributeTable as appropriate. SEQUENCE OF DmiDescrEntry .1.3.6.1.4.1.412.1.1.1.4 |
dmiDescrEntryAn entry in the description table contains one segment of an attribute or group description. The complete description string can be reconstituted by concatenating the ordered set of string segments. The length of the complete string is available through the dmiClassTable or dmiAttributeTable as appropriate. The description string for the group definition is accessed by specifying dmiAttrId==0 DmiDescrEntry .1.3.6.1.4.1.412.1.1.1.4.1 |
dmiDescrIndexAn ordinal that indicates this segment's relative position in the complete description string for this attribute or group.ro INTEGER .1.3.6.1.4.1.412.1.1.1.4.1.1 |
dmiDescrTextA segment of the description string for this attribute or group.ro DmiString .1.3.6.1.4.1.412.1.1.1.4.1.2 |
dmiEnumTableA table defining all enumerated lists known to the Service Layer. SEQUENCE OF DmiEnumEntry .1.3.6.1.4.1.412.1.1.1.5 |
dmiEnumEntryAn entry in this table defines the pairing of a string with an integer value as part of an 'Enum' definition. DmiEnumEntry .1.3.6.1.4.1.412.1.1.1.5.1 |
dmiEnumIdA unique value for each entry within a particular 'Enum' definition.ro Unsigned32 .1.3.6.1.4.1.412.1.1.1.5.1.1 |
dmiEnumValueThe integer value that is associated with the corresponding string (dmiEnumString).ro Integer32 .1.3.6.1.4.1.412.1.1.1.5.1.2 |
dmiEnumStringThe displayable string that is associated with the corresponding integer value (dmiEnumValue)ro DmiString .1.3.6.1.4.1.412.1.1.1.5.1.3 |
dmiComponents OBJECT IDENTIFIER .1.3.6.1.4.1.412.1.1.2 |
dmiComponentTableA list of all components registered with the Service Layer. SEQUENCE OF DmiComponentEntry .1.3.6.1.4.1.412.1.1.2.1 |
dmiComponentEntryAn entry in this table describes a particular component registered with the Service Layer DmiComponentEntry .1.3.6.1.4.1.412.1.1.2.1.1 |
dmiCompIdThe unique Id assigned to the component by the Service Layer at registration time. By convention, the Service Layer itself will have an Id of one.ro Unsigned32 .1.3.6.1.4.1.412.1.1.2.1.1.1 |
dmiCompNameThe value of the 'name' statement from the component definition block.ro DmiString .1.3.6.1.4.1.412.1.1.2.1.1.2 |
dmiCompDescrLengthThe total length of the component description string in octets.ro INTEGER .1.3.6.1.4.1.412.1.1.2.1.1.3 |
dmiCompGroupCountThe number of group instances contained within this component.ro INTEGER .1.3.6.1.4.1.412.1.1.2.1.1.4 |
dmiCompPragmaThe value of the 'pragama' statement from the component definition block.ro DmiString .1.3.6.1.4.1.412.1.1.2.1.1.5 |
dmiCompDescrTableA table of description string segments. This table allows long description strings to be retrieved in segments. A complete description string can be reconstituted by concatenating the ordered set of string segments. The length of the complete string is available through the dmiComponentTable. SEQUENCE OF DmiCompDescrEntry .1.3.6.1.4.1.412.1.1.2.2 |
dmiCompDescrEntryAn entry in the description table contains one segment of a component description. The complete description string can be reconstituted by concatenating the ordered set of string segments. The length of the complete string is available through the dmiComponentTable. DmiCompDescrEntry .1.3.6.1.4.1.412.1.1.2.2.1 |
dmiCompDescrIndexAn ordinal that indicates this segment's relative position in the complete description string for this attribute or group.ro INTEGER .1.3.6.1.4.1.412.1.1.2.2.1.1 |
dmiCompDescrTextA segment of the description string for this attribute or group.ro DmiString .1.3.6.1.4.1.412.1.1.2.2.1.2 |
dmiGroupTableA list of all group instances contained within each component. SEQUENCE OF DmiGroupEntry .1.3.6.1.4.1.412.1.1.2.3 |
dmiGroupEntryAn entry in this table describes a particular group instance within a particular component. DmiGroupEntry .1.3.6.1.4.1.412.1.1.2.3.1 |
dmiGroupIdAn identifier assigned by the DMI Service Layer that uniquely identifies this group instance within a particular component.ro Unsigned32 .1.3.6.1.4.1.412.1.1.2.3.1.1 |
dmiGroupClassStringThe class string of the group (or table) instance as registered with the DMI Service Layer for the given component.ro DmiString .1.3.6.1.4.1.412.1.1.2.3.1.2 |
dmiGroupVersionThe version number of the group definition providing it appeared as an integer in the 'class string'; zero otherwise.ro INTEGER .1.3.6.1.4.1.412.1.1.2.3.1.3 |
dmiGroupClassIndexThe index of the corresponding group class definition in the dmiClassTable. This index is an artifact of the mapping agent and serves as a cross-reference into the dmiClassTable for the remainder of the group class definition.ro Unsigned32 .1.3.6.1.4.1.412.1.1.2.3.1.4 |
dmiLanguageTableA list of all language bindings registered for each component. SEQUENCE OF DmiLanguageEntry .1.3.6.1.4.1.412.1.1.2.4 |
dmiLanguageEntryAn entry in this table describes a particular language binding within a particular component. DmiLanguageEntry .1.3.6.1.4.1.412.1.1.2.4.1 |
dmiLanguageThe language string, defined by the DMI 2.0 Specification, that identifies a native language character set supported by the component. The format of the string is: 'language-code|territory-code|encoding' where language-code is one of the two-letter codes defined in ISO 639, territory-code is one of the two leteter codes defined in ISO 3166, and encoding is either 'iso8859-1' or 'unicode'.ro DmiString .1.3.6.1.4.1.412.1.1.2.4.1.1 |
dmiMappingAgent OBJECT IDENTIFIER .1.3.6.1.4.1.412.1.1.3 |
dmiMappingLevelThe mapping level identifies the capabilities supported by the DMI-to-SNMP mapping agent. This object is defined as a bit-mask where each bit corresponds to a specific mapping capability. If the bit is '1', the capability is supported by the mapping agent. If the bit is '0', the capability is not supported. The mapping capabilities defined are: 0x01 Event Mapping Supported 0x02 Request/Response Mapping Supported 0x04 Row Addition/Deletion Supported 0x08 Remote Proxy Supported 0x10 Dynamic OID Generation Supported All other (unused) bits must be '0'. For example, a mapping agent that supports Event and Request/Response mapping, including Dynamic OID Generation, but does not support row addition/deletion nor remote proxy returns the value 0x13.ro INTEGER .1.3.6.1.4.1.412.1.1.3.1 |
dmiNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.412.1.2 |
dmiIndications OBJECT IDENTIFIER .1.3.6.1.4.1.412.1.2.0 |
dmiEventIndicationA DMI Event associated with a group within a DMI component has occurred. Normally, DMI Events are translated into event specific SNMP notifications instead of this generic notification. However, this generic notification is defined for cases when mapping the DMI event to a specific SNMP trap is not possible (e.g., the DMI Class to SNMP OID mapping is not defined). NOTIFICATION-TYPE .1.3.6.1.4.1.412.1.2.0.0.1 |
dmiComponentAddedIndicationA new component has been installed into the DMI Service Layer. NOTIFICATION-TYPE .1.3.6.1.4.1.412.1.2.0.0.2 |
dmiComponentDeletedIndicationAn installed component has been uninstalled from the DMI Service Layer. NOTIFICATION-TYPE .1.3.6.1.4.1.412.1.2.0.0.3 |
dmiLanguageAddedIndicationA new language binding has been added to a component in the DMI Service Layer. NOTIFICATION-TYPE .1.3.6.1.4.1.412.1.2.0.0.4 |
dmiLanguageDeletedIndicationAn existing language binding has been removed from a component in the DMI Service Layer. NOTIFICATION-TYPE .1.3.6.1.4.1.412.1.2.0.0.5 |
dmiGroupAddedIndicationA new group has been added to a component in the DMI Service Layer. NOTIFICATION-TYPE .1.3.6.1.4.1.412.1.2.0.0.6 |
dmiGroupDeletedIndicationAn existing group has been removed from a component in the DMI Service Layer. NOTIFICATION-TYPE .1.3.6.1.4.1.412.1.2.0.0.7 |
dmiEventVars OBJECT IDENTIFIER .1.3.6.1.4.1.412.1.2.1 |
dmiEventTypeEvent-specific information that identifies the type of event within the DMI Event Generation group. Normally, this information is conveyed in the resulting SNMP Notification OID derived from the DMI Event to SNMP Trap mapping procedure. This object is not included in event specific traps. However, this object is defined for use within the generic dmiEventIndication trap, when mapping the DMI event to a specific SNMP trap is not possible (e.g., the DMI Class to SNMP OID mapping is not defined).ro Integer32 .1.3.6.1.4.1.412.1.2.1.1 |
dmiEventSeverityThe severity of this event.ro Enumeration .1.3.6.1.4.1.412.1.2.1.2 |
dmiEventStateKeyThe index into the Event State group for the component generating this event, provided the event is state-based. The value -1 indicates the event is not state-based.ro Integer32 -- .1.3.6.1.4.1.412.1.2.1.4 |
dmiEventAssociatedGroupThe class string of the DMI group associated with this event.ro DmiString -- .1.3.6.1.4.1.412.1.2.1.5 |
dmiEventSystemEvent-specific information that identifies the functional system of the component that caused the event. Normally, SNMP Traps mapped from a DMI Event contain an event-specific definition of this attribute. This object is not included in event specific traps. However, this object is defined for use within the generic dmiEventIndication trap, when mapping the DMI event to a specific SNMP trap is not possible (e.g., the DMI Class to SNMP OID mapping is not defined).ro Integer32 -- .1.3.6.1.4.1.412.1.2.1.6 |
dmiEventSubSystemEvent-specific information that identifies the functional sub-system of the component that caused the event. Normally, SNMP Traps mapped from a DMI Event contain an event-specific definition of this attribute. This object is not included in event specific traps. However, this object is defined for use within the generic dmiEventIndication trap, when mapping the DMI event to a specific SNMP trap is not possible (e.g., the DMI Class to SNMP OID mapping is not defined).ro Integer32 -- .1.3.6.1.4.1.412.1.2.1.7 |
dmiEventSolutionEvent-specific information that describes the solution to the problem that caused the event. Typically, SNMP Traps mapped from a DMI Event contain an event-specific definition of this attribute. This object is not included in event specific traps. However, this object is defined for use within the generic dmiEventIndication trap, when mapping the DMI event to a specific SNMP trap is not possible (e.g., the DMI Class to SNMP OID mapping is not defined).ro Integer32 -- .1.3.6.1.4.1.412.1.2.1.8 |
dmiEventVendorMsgVendor specific message related to the event. This data may contain any displayable string (ISO 8859-1).ro DmiString .1.3.6.1.4.1.412.1.2.1.10 |
dmiEventVendorDataVendor specific data related to the event. This data may contain any arbitrary string of octets.ro OCTET STRING .1.3.6.1.4.1.412.1.2.1.11 |
dmiEventDateTimeThe timestamp attached to an event indication by the DMI Service Layer.ro Dmi-Date SYNTAX OCTET STRING .1.3.6.1.4.1.412.1.2.1.12 |
dmiEventClassStringThe Event Group class string used, along with the event type, to uniquely identify the DMI Event when translated into the general dmiEventIndication trap format.ro DmiString .1.3.6.1.4.1.412.1.2.1.13 |
dmiEventSourceThe transport address that identifies the originator of the DMI Event or Indication. The event may be forwarded by other Service Layers acting as intermediaries for the originator of the event, or the event may have originated on a system other than the local mapping agent. This variable binding is only included in DMI Events and Indications if the original source is a system other than where the SNMP/DMI mapping agent is operating. If the transport selector (e.g., UDP port or IPX socket) of an SNMP mapping agent running on the specified system is not known, a zero (0) value is to indicate that only the network address portion is known. Otherwise, the transport selector value may be used by management applications to send SNMP requests directly to the specified system.ro DmiTDAddress .1.3.6.1.4.1.412.1.2.1.14 |
dmiMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.412.1.3 |
dmiMIBCompliance OBJECT IDENTIFIER .1.3.6.1.4.1.412.1.3.1 |
dmiMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.412.1.3.1 |
dmiMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.412.1.3.2 |
dmiNotificationsOnlyCompliance OBJECT IDENTIFIER .1.3.6.1.4.1.412.1.3.2 |
dmiClassesGroup OBJECT IDENTIFIER .1.3.6.1.4.1.412.1.3.2.1 |
dmiComponentsGroup OBJECT IDENTIFIER .1.3.6.1.4.1.412.1.3.2.2 |
dmiNotificationObjectGroup OBJECT IDENTIFIER .1.3.6.1.4.1.412.1.3.2.3 |
dmiMappingAgentGroup OBJECT IDENTIFIER .1.3.6.1.4.1.412.1.3.2.4 |
dmiNotificationGroups OBJECT IDENTIFIER .1.3.6.1.4.1.412.1.3.3 |
dmiNotificationsGroupThe notifications that an SNMP entity is required to implement. NOTIFICATION-TYPE .1.3.6.1.4.1.412.1.3.3.0.1 |
dmtfStdMifs OBJECT IDENTIFIER .1.3.6.1.4.1.412.2 |
dmtfDynOids OBJECT IDENTIFIER .1.3.6.1.4.1.412.3 |