agentLogEmailSecurity
LOGGING-MIB ·
.1.3.6.1.4.1.7244.2.14.1.10.9.1.4
Object
column r/w
Enumeration
This is the authentication mechanism that should be used. Well known port for none security is 25, sslv3/tlsv1 is 465, and starttls is 587 or 25.
Context
- MIB
- LOGGING-MIB
- OID
.1.3.6.1.4.1.7244.2.14.1.10.9.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- agentLogEmailMailServerEntry
Net-SNMP examples
How SNMP and these commands workWalk 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 'LOGGING-MIB' -M '/opt/observium/mibs/quanta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LOGGING-MIB::agentLogEmailSecurity'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LOGGING-MIB' -M '/opt/observium/mibs/quanta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LOGGING-MIB::agentLogEmailSecurity.<agentLogEmailSmtpAddrType>.<agentLogEmailSmtpAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LOGGING-MIB' -M '/opt/observium/mibs/quanta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LOGGING-MIB::agentLogEmailSecurity'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | tlsv1 |
3 | starttls |