EXTENDED-MADMAN-MIB: View SNMP OID List / Download MIB

VENDOR: LOTUS DEVELOPMENT CORP.


 Home MIB: EXTENDED-MADMAN-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 lotus 1.3.6.1.4.1.334
         notes 1.3.6.1.4.1.334.1
         lcs 1.3.6.1.4.1.334.2
         softswitch 1.3.6.1.4.1.334.3
             common_mibs 1.3.6.1.4.1.334.3.1
                 extendedMADMAN 1.3.6.1.4.1.334.3.1.1
                     extendedApplTable 1.3.6.1.4.1.334.3.1.1.1 no-access
The table holding information specific to an Application for which extended information is available.
                         extendedApplEntry 1.3.6.1.4.1.334.3.1.1.1.1 no-access
The entry associated with each application for which extended information is available.
                             applDescr 1.3.6.1.4.1.334.3.1.1.1.1.1 displaystring read-only
A textual description for the application. This should identify the type of application as well as any other pertinent details regarding its implementation.
                             applContact 1.3.6.1.4.1.334.3.1.1.1.1.2 displaystring read-only
The textual identification of the contact person for this application, together with information on how to contact that person..
                             applDesiredOperStatus 1.3.6.1.4.1.334.3.1.1.1.1.3 integer read-write
Indicates the intended operational state of the application up - application is operational and available down - application is not operational halted - application is operational, but not available. Enumeration: 'down': 2, 'halted': 3, 'up': 1.
                     extendedMtaTable 1.3.6.1.4.1.334.3.1.1.2 no-access
The table holding information specific to an MTA for which extended information is available.
                         extendedMtaEntry 1.3.6.1.4.1.334.3.1.1.2.1 no-access
The entry associated with each MTA for which extended information is available.
                             mtaFailedMessages 1.3.6.1.4.1.334.3.1.1.2.1.1 counter read-only
(EMA compliant) The total number of messages that have 'failed' MTA processing since the MTA was initialized. Possible 'failures' include encode/decode errors, translate errors, unable to route, etc. Protocol/association errors are specifically excluded as they are accounted for in other MADMAN MIB variables.
                             mtaFailedVolume 1.3.6.1.4.1.334.3.1.1.2.1.2 counter read-only
(EMA compliant) The total volume of messages that have 'failed' MTA processing, measured in kilo-octets. This volume should include all data that is logically above the mail transport level.
                             mtaFailedRecipients 1.3.6.1.4.1.334.3.1.1.2.1.3 counter read-only
The total number of recipients included in messages that have 'failed' MTA processing since the MTA was initialized.
                             mtaLastMessageFailureReason 1.3.6.1.4.1.334.3.1.1.2.1.4 displaystring read-only
The failure reason, if any, for the last message to fail in the MTA. An empty string indicates that the last attempt was successful. If no message has failed since the MTA has been initialized, the value should be 'never'.
                             mtaLargestMessageStored 1.3.6.1.4.1.334.3.1.1.2.1.5 gauge read-only
(EMA compliant) The size, in kilo-octets of the largest message currently stored in the MTA.
                             mtaOldestMessageStored 1.3.6.1.4.1.334.3.1.1.2.1.6 timeticks read-only
The time since the oldest message currently stored in the MTA was first safe-stored.
                             mtaInputInhibited 1.3.6.1.4.1.334.3.1.1.2.1.7 integer read-write
Indiciates whether or not this MTA is in the 'input inhibited' state, meaning that the MTA will process stored messages, but will not accept new inbound associations. Enumeration: 'false': 2, 'true': 1.
                             mtaType 1.3.6.1.4.1.334.3.1.1.2.1.8 integer read-only
Indiciates the type or primary/native protocol used by this MTA. Enumeration: 'profs': 12, 'fax': 13, 'x400-92': 1, 'x400-88': 2, 'ccMail': 6, 'x400-84': 3, 'mapi': 9, 'smtp': 5, 'snads': 11, 'cmc': 8, 'other': 20, 'unknown': 21, 'snapi': 10, 'smtp-mime': 4, 'notes': 7.
                     extendedMtaGroupTable 1.3.6.1.4.1.334.3.1.1.3 no-access
The table holding information specific to each MTA group for which extended information is available.
                         extendedMtaGroupEntry 1.3.6.1.4.1.334.3.1.1.3.1 no-access
The entry associated with each MTA group for which extended information is available.
                             mtaGroupIdOfOldestMessage 1.3.6.1.4.1.334.3.1.1.3.1.1 displaystring read-only
(EMA compliant) A string representation for the ID of the oldest message stored by this mtaGroup.
                             mtaGroupLastOutboundAssociationAttempt 1.3.6.1.4.1.334.3.1.1.3.1.2 timeticks read-only
(EMA compliant) The value of sysUpTime when this group last attempted an outbound association.
                             mtaGroupMaxInboundAssociations 1.3.6.1.4.1.334.3.1.1.3.1.3 gauge read-only
The configured or resource-determined maximum number of possible inbound associations available to this group.
                             mtaGroupMaxOutboundAssociations 1.3.6.1.4.1.334.3.1.1.3.1.4 gauge read-only
The configured or resource-determined maximum number of possible outbound associations available to this group.
                             mtaGroupCurrentState 1.3.6.1.4.1.334.3.1.1.3.1.5 integer read-only
Indicates the internal operational state of the MTA Group. stopped - group is not currently active initializing - group is in the process of starting configurable - group may be configured,but is not processing mail input_disabled - group is running, but not accepting input output_disabled - group is running, but not initiating outbound associations running - group is active and processing mail stopping - group is in the process of shutting down unknown - state does not apply or cannot be determined Enumeration: 'input-disabled': 4, 'unknown': 8, 'output-disabled': 5, 'configurable': 3, 'running': 6, 'stopped': 1, 'initializing': 2, 'stopping': 7.
                             mtaGroupLastChange 1.3.6.1.4.1.334.3.1.1.3.1.6 timeticks read-only
The value of sysUpTime at the time this group entered its current operational state.
                             mtaGroupLargestMessageStored 1.3.6.1.4.1.334.3.1.1.3.1.7 integer read-only
The size, in kilo-octets of the largest message currently stored in this group's queue.
                             mtaGroupInboundRejectSecurityViolations 1.3.6.1.4.1.334.3.1.1.3.1.8 counter read-only
(Potential addition to MADMAN) The total number of inbound associations to this group that were rejected due to a security violation (incorrect MTA password, etc).
                             mtaGroupOutboundFailSecurityViolations 1.3.6.1.4.1.334.3.1.1.3.1.9 counter read-only
(Potential addition to MADMAN) The total number of outbound associations from this group that failed due to a security violation (incorrect MTA password, etc).
                             mtaGroupInboundRejectResourceFailures 1.3.6.1.4.1.334.3.1.1.3.1.10 counter read-only
(Potential addition to MADMAN) The total number of inbound associations to this group that were rejected due to a lack of resources.
                             mtaGroupOutboundFailResourceFailures 1.3.6.1.4.1.334.3.1.1.3.1.11 counter read-only
(Potential addition to MADMAN) The total number of outbound associations from this group that failed due to a lack of resources.
                             mtaGroupFailedVolume 1.3.6.1.4.1.334.3.1.1.3.1.12 counter read-only
The total volume of messages that have 'failed' group processing, measured in kilo-octets. This volume should include all data that is logically above the mail transport level.
                             mtaGroupFailedRecipients 1.3.6.1.4.1.334.3.1.1.3.1.13 counter read-only
The total number of recipients included in messages that have 'failed' group processing since this group was initialized.
             lms 1.3.6.1.4.1.334.3.2