smtpResult

RPS-SC300-MIB · .1.3.6.1.4.1.1918.2.14.10.30.65.60.1.50

Object

column Unsigned16
Result of the last SMTP operation affecting this receiver. The first digit is the state reached (1 GREET, 2 EHLO, 3 MAIL, 4 RCPT, 5 DATA, 6 BODY). The next 3 digits come from the SMTP service. 2xx = Ok, 4xx = Temporary Failure, 5xx = Permanent Failure. Common response codes are: 250 (OK), 220, 221, 354, 421 and 450 (Service unavailable/no permission, detected spam or destination unreachable), 451, 452, 455 (Server memory issue), 500-503 (Controller conversation not correct), 521 (Service broken), 541, 550-554 (Spam detected). Other possible numbers are 9888 Unexpected State and 9999 Connection issue.

Context

MIB
RPS-SC300-MIB
OID
.1.3.6.1.4.1.1918.2.14.10.30.65.60.1.50
Type
column
Access
readonly
Status
current
Parent
emailReceiverEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'RPS-SC300-MIB' -M '/opt/observium/mibs/eaton:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RPS-SC300-MIB::smtpResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RPS-SC300-MIB' -M '/opt/observium/mibs/eaton:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RPS-SC300-MIB::smtpResult.<emailReceiverIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RPS-SC300-MIB' -M '/opt/observium/mibs/eaton:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RPS-SC300-MIB::smtpResult'

Syntax

Source
Unsigned16
Base type
Integer32

Values & Constraints

Type Constraints
range: 0..65535

Conformance