SMTP-MIB

File: SMTP-MIB.mib (6397 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI RFC1155-SMI
RFC1213-MIB DLINK-ID-REC-MIB

Imported symbols

TEXTUAL-CONVENTION MODULE-IDENTITY OBJECT-TYPE
Integer32 IpAddress RowStatus
DisplayString dlink-common-mgmt

Defined Types

VlanId  
INTEGER 1..4094    

PortList  
OCTET STRING Size(0..127)    

MacAddress  
OCTET STRING Size(6)    

SmtpReceiverAddrEntry  
SEQUENCE    
  smtpMailReceiverAddrIndex INTEGER
  smtpMailReceiverAddr DisplayString
  smtpMailReceiverAddrState RowStatus

Defined Values

swSMTPMIB 1.3.6.1.4.1.171.12.29
The Structure of SMTP for the proprietary enterprise.
MODULE-IDENTITY    

swSMTPCtrl 1.3.6.1.4.1.171.12.29.1
OBJECT IDENTIFIER    

swSMTPInfo 1.3.6.1.4.1.171.12.29.2
OBJECT IDENTIFIER    

swSMTPMgmt 1.3.6.1.4.1.171.12.29.3
OBJECT IDENTIFIER    

smtpStatus 1.3.6.1.4.1.171.12.29.1.1
This object describes the status of SMTP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

smtpSrvAddr 1.3.6.1.4.1.171.12.29.1.2
This object is the SMTP server's IP address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

smtpSrvPort 1.3.6.1.4.1.171.12.29.1.3
This object is the SMTP server's TCP port number. The default value is 25. You can configure it from 1 to 65535.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

smtpSelfMailAddr 1.3.6.1.4.1.171.12.29.1.4
The smtpSelfMailAddr describes the mail address of the sender.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..254)  

smtpTestMsgSubject 1.3.6.1.4.1.171.12.29.1.5
This is the subject of test mail.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..128)  

smtpTestMsgContent 1.3.6.1.4.1.171.12.29.1.6
This is the content of test mail.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..512)  

smtpSendTestMsg 1.3.6.1.4.1.171.12.29.1.7
When check Send(1), it will send mail. smtpSendTestStatus will indicate the test status.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER send(1), noAction(2)  

smtpSendTestStatus 1.3.6.1.4.1.171.12.29.2.1
This object describes the latest test result.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER success(1), failed(2), in-processing(3)  

smtpMailReceiverTable 1.3.6.1.4.1.171.12.29.3.1
The smtpMailReceiverTable describes the address list of the mail receivers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SmtpReceiverAddrEntry

smtpReceiverAddrEntry 1.3.6.1.4.1.171.12.29.3.1.1
This is a list of information contained in the smtpMailReceiverTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SmtpReceiverAddrEntry  

smtpMailReceiverAddrIndex 1.3.6.1.4.1.171.12.29.3.1.1.1
This is the index of the mail receiver information.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

smtpMailReceiverAddr 1.3.6.1.4.1.171.12.29.3.1.1.2
The smtpMailReceiverAddr describes the address of the mail receiver.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..254)  

smtpMailReceiverAddrState 1.3.6.1.4.1.171.12.29.3.1.1.3
The smtpMailReceiverAddrState describes the state of the mail receiver.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus