2.235.1.1.5 smtp
更新时间: 2026/06/18
在Gitcode上查看源码2.235.1.1.5 smtp
Revision History
| openUBMC Version | Revision Date | Revision Content |
|---|---|---|
| 26.06 | 2026/06/18 | Auto-generated SNMP branch documentation |
Node Overview
- MIB module: OPENUBMC-SERVER-MIB
- Node name:
smtp - Relative OID:
2.235.1.1.5 - Full OID:
1.3.6.1.4.1.2011.2.235.1.1.5 - Node type: OBJECT IDENTIFIER
- Access: N/A
- Status: -
- MIB definition:
openUBMC 5
Child Nodes
Follow the SNMP OID topology; click a row to open the next level.
| Relative OID | Node name | Type | Document |
|---|---|---|---|
2.235.1.1.5.50 | smtpReceiverDescriptionTable | OBJECT-TYPE | smtpReceiverDescriptionTable |
Object Definitions
Scalar objects and notifications defined under this node.
smtpEnable
- Relative OID:
2.235.1.1.5.1 - Full OID:
1.3.6.1.4.1.2011.2.235.1.1.5.1 - Type: OBJECT-TYPE
- Data type:
INTEGER { disable (1), enable (2) } - Access: read-write
- Status: current
- MIB definition:
smtp 1 - Description: The state of SMTP. Default value is disable(1).
smtpSendSeverity
- Relative OID:
2.235.1.1.5.2 - Full OID:
1.3.6.1.4.1.2011.2.235.1.1.5.2 - Type: OBJECT-TYPE
- Data type:
INTEGER { ok(1), minor(2), major(3), critical(4) } - Access: read-write
- Status: current
- MIB definition:
smtp 2 - Description: The severity of SMTP send. Default Severity is ok(1). ok:Send all level message. minor:Send minor and above level message. major:Send major and above level message. critical:Send critical level message.
smtpServerIP
- Relative OID:
2.235.1.1.5.3 - Full OID:
1.3.6.1.4.1.2011.2.235.1.1.5.3 - Type: OBJECT-TYPE
- Data type:
DisplayString - Access: read-write
- Status: current
- MIB definition:
smtp 3 - Description: The SMTP server IPv4 address, IPv6 address or domain name. Default value is empty.
smtpLoginType
- Relative OID:
2.235.1.1.5.4 - Full OID:
1.3.6.1.4.1.2011.2.235.1.1.5.4 - Type: OBJECT-TYPE
- Data type:
INTEGER { anonymous(1), account(2) } - Access: read-write
- Status: current
- MIB definition:
smtp 4 - Description: SMTP login type anonymous 1, account 2. Default value is anonymous(1).
smtpLoginAccount
- Relative OID:
2.235.1.1.5.5 - Full OID:
1.3.6.1.4.1.2011.2.235.1.1.5.5 - Type: OBJECT-TYPE
- Data type:
DisplayString - Access: read-write
- Status: current
- MIB definition:
smtp 5 - Description: Login account between 1 to 64 characters. A login account supports all characters except space,double quotationthe,equal and the following characters:#'&.
smtpLoginPassword
- Relative OID:
2.235.1.1.5.6 - Full OID:
1.3.6.1.4.1.2011.2.235.1.1.5.6 - Type: OBJECT-TYPE
- Data type:
DisplayString - Access: read-write
- Status: current
- MIB definition:
smtp 6 - Description: Set user login SMTP password. Login password between 1 to 50 characters.
smtpSendFrom
- Relative OID:
2.235.1.1.5.7 - Full OID:
1.3.6.1.4.1.2011.2.235.1.1.5.7 - Type: OBJECT-TYPE
- Data type:
DisplayString - Access: read-write
- Status: current
- MIB definition:
smtp 7 - Description: Send from between 0 to 255 characters. A send from supports all characters except space,double quotation,equal and the following characters:#'&.
smtpTLSEnable
- Relative OID:
2.235.1.1.5.8 - Full OID:
1.3.6.1.4.1.2011.2.235.1.1.5.8 - Type: OBJECT-TYPE
- Data type:
INTEGER { disable (1), enable (2) } - Access: read-write
- Status: current
- MIB definition:
smtp 8 - Description: The TLS state for SMTP. Default value is enable(2).
smtpSendSeverityDetail
- Relative OID:
2.235.1.1.5.9 - Full OID:
1.3.6.1.4.1.2011.2.235.1.1.5.9 - Type: OBJECT-TYPE
- Data type:
DisplayString - Access: read-write
- Status: current
- MIB definition:
smtp 9 - Description: The severity of SMTP send. Support set/get any combination of the 4 alarm levels(critical,major,minor,normal), use comma to separate them. none/all is also supported,but never use it with the 4 levels together. e.g. To set critical + major level message, just set: critical,major To set critical level message, just set: critical To set all level message, just set: all