EXTENDED-MADMAN-MIB

File: EXTENDED-MADMAN-MIB.mib (13175 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
NETWORK-SERVICES-MIB MTA-MIB

Imported symbols

enterprises Counter Gauge
TimeTicks OBJECT-TYPE DisplayString
applIndex applName applOperStatus
applLastChange mtaGroupIndex mtaGroupName
mtaGroupInboundRejectionReason mtaGroupOutboundConnectFailureReason

Defined Types

TimeInterval  
INTEGER 0..2147483647    

ExtendedApplEntry  
SEQUENCE    
  applDescr DisplayString
  applContact DisplayString
  applDesiredOperStatus INTEGER

ExtendedMtaEntry  
SEQUENCE    
  mtaFailedMessages Counter
  mtaFailedVolume Counter
  mtaFailedRecipients Counter
  mtaLastMessageFailureReason DisplayString
  mtaLargestMessageStored Gauge
  mtaOldestMessageStored TimeTicks
  mtaInputInhibited INTEGER
  mtaType INTEGER

ExtendedMtaGroupEntry  
SEQUENCE    
  mtaGroupIdOfOldestMessage DisplayString
  mtaGroupLastOutboundAssociationAttempt TimeTicks
  mtaGroupMaxInboundAssociations Gauge
  mtaGroupMaxOutboundAssociations Gauge
  mtaGroupCurrentState INTEGER
  mtaGroupLastChange TimeTicks
  mtaGroupLargestMessageStored INTEGER
  mtaGroupInboundRejectResourceFailures Counter
  mtaGroupOutboundFailResourceFailures Counter
  mtaGroupInboundRejectSecurityViolations Counter
  mtaGroupOutboundFailSecurityViolations Counter
  mtaGroupFailedVolume Counter
  mtaGroupFailedRecipients Counter

Defined Values

lotus 1.3.6.1.4.1.334
OBJECT IDENTIFIER    

notes 1.3.6.1.4.1.334.1
OBJECT IDENTIFIER    

lcs 1.3.6.1.4.1.334.2
OBJECT IDENTIFIER    

softswitch 1.3.6.1.4.1.334.3
OBJECT IDENTIFIER    

common-mibs 1.3.6.1.4.1.334.3.1
OBJECT IDENTIFIER    

lms 1.3.6.1.4.1.334.3.2
OBJECT IDENTIFIER    

extendedMADMAN 1.3.6.1.4.1.334.3.1.1
OBJECT IDENTIFIER    

extendedApplTable 1.3.6.1.4.1.334.3.1.1.1
The table holding information specific to an Application for which extended information is available.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtendedApplEntry

extendedApplEntry 1.3.6.1.4.1.334.3.1.1.1.1
The entry associated with each application for which extended information is available.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ExtendedApplEntry  

applDescr 1.3.6.1.4.1.334.3.1.1.1.1.1
A textual description for the application. This should identify the type of application as well as any other pertinent details regarding its implementation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

applContact 1.3.6.1.4.1.334.3.1.1.1.1.2
The textual identification of the contact person for this application, together with information on how to contact that person..
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

applDesiredOperStatus 1.3.6.1.4.1.334.3.1.1.1.1.3
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2), halted(3)  

extendedMtaTable 1.3.6.1.4.1.334.3.1.1.2
The table holding information specific to an MTA for which extended information is available.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtendedMtaEntry

extendedMtaEntry 1.3.6.1.4.1.334.3.1.1.2.1
The entry associated with each MTA for which extended information is available.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ExtendedMtaEntry  

mtaFailedMessages 1.3.6.1.4.1.334.3.1.1.2.1.1
(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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

mtaFailedVolume 1.3.6.1.4.1.334.3.1.1.2.1.2
(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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

mtaFailedRecipients 1.3.6.1.4.1.334.3.1.1.2.1.3
The total number of recipients included in messages that have 'failed' MTA processing since the MTA was initialized.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

mtaLastMessageFailureReason 1.3.6.1.4.1.334.3.1.1.2.1.4
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'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

mtaLargestMessageStored 1.3.6.1.4.1.334.3.1.1.2.1.5
(EMA compliant) The size, in kilo-octets of the largest message currently stored in the MTA.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mtaOldestMessageStored 1.3.6.1.4.1.334.3.1.1.2.1.6
The time since the oldest message currently stored in the MTA was first safe-stored.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

mtaInputInhibited 1.3.6.1.4.1.334.3.1.1.2.1.7
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER true(1), false(2)  

mtaType 1.3.6.1.4.1.334.3.1.1.2.1.8
Indiciates the type or primary/native protocol used by this MTA.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER x400-92(1), x400-88(2), x400-84(3), smtp-mime(4), smtp(5), ccMail(6), notes(7), cmc(8), mapi(9), snapi(10), snads(11), profs(12), fax(13), other(20), unknown(21)  

extendedMtaGroupTable 1.3.6.1.4.1.334.3.1.1.3
The table holding information specific to each MTA group for which extended information is available.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtendedMtaGroupEntry

extendedMtaGroupEntry 1.3.6.1.4.1.334.3.1.1.3.1
The entry associated with each MTA group for which extended information is available.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ExtendedMtaGroupEntry  

mtaGroupIdOfOldestMessage 1.3.6.1.4.1.334.3.1.1.3.1.1
(EMA compliant) A string representation for the ID of the oldest message stored by this mtaGroup.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

mtaGroupLastOutboundAssociationAttempt 1.3.6.1.4.1.334.3.1.1.3.1.2
(EMA compliant) The value of sysUpTime when this group last attempted an outbound association.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

mtaGroupMaxInboundAssociations 1.3.6.1.4.1.334.3.1.1.3.1.3
The configured or resource-determined maximum number of possible inbound associations available to this group.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mtaGroupMaxOutboundAssociations 1.3.6.1.4.1.334.3.1.1.3.1.4
The configured or resource-determined maximum number of possible outbound associations available to this group.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

mtaGroupCurrentState 1.3.6.1.4.1.334.3.1.1.3.1.5
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
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER stopped(1), initializing(2), configurable(3), input-disabled(4), output-disabled(5), running(6), stopping(7), unknown(8)  

mtaGroupLastChange 1.3.6.1.4.1.334.3.1.1.3.1.6
The value of sysUpTime at the time this group entered its current operational state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

mtaGroupLargestMessageStored 1.3.6.1.4.1.334.3.1.1.3.1.7
The size, in kilo-octets of the largest message currently stored in this group's queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mtaGroupInboundRejectSecurityViolations 1.3.6.1.4.1.334.3.1.1.3.1.8
(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).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

mtaGroupOutboundFailSecurityViolations 1.3.6.1.4.1.334.3.1.1.3.1.9
(Potential addition to MADMAN) The total number of outbound associations from this group that failed due to a security violation (incorrect MTA password, etc).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

mtaGroupInboundRejectResourceFailures 1.3.6.1.4.1.334.3.1.1.3.1.10
(Potential addition to MADMAN) The total number of inbound associations to this group that were rejected due to a lack of resources.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

mtaGroupOutboundFailResourceFailures 1.3.6.1.4.1.334.3.1.1.3.1.11
(Potential addition to MADMAN) The total number of outbound associations from this group that failed due to a lack of resources.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

mtaGroupFailedVolume 1.3.6.1.4.1.334.3.1.1.3.1.12
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

mtaGroupFailedRecipients 1.3.6.1.4.1.334.3.1.1.3.1.13
The total number of recipients included in messages that have 'failed' group processing since this group was initialized.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter