hm2LdapClientServerSecurity

HM2-REMOTE-AUTHENTICATION-MIB · .1.3.6.1.4.1.248.11.26.1.1.10.20.1.6

Object

column r/w Enumeration
Configures connection security options.
- none		-> connection to AD server is unprotected.
				   (Attention: passwords are transmitted as plain text)
- ssl			-> SSL connection is established between device and AD server
				   and AD server certificate is proved valid with loaded
				   certificate authority (CA certificate).
- startTLS 	-> TLS connection is established between device and AD server
				   and AD server certificate is proved valid with loaded
				   certificate authority (CA certificate).

Context

MIB
HM2-REMOTE-AUTHENTICATION-MIB
OID
.1.3.6.1.4.1.248.11.26.1.1.10.20.1.6
Type
column
Access
readwrite
Status
current
Parent
hm2LdapClientServerAddrEntry

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 'HM2-REMOTE-AUTHENTICATION-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HM2-REMOTE-AUTHENTICATION-MIB::hm2LdapClientServerSecurity'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HM2-REMOTE-AUTHENTICATION-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HM2-REMOTE-AUTHENTICATION-MIB::hm2LdapClientServerSecurity.<hm2LdapClientServerIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HM2-REMOTE-AUTHENTICATION-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HM2-REMOTE-AUTHENTICATION-MIB::hm2LdapClientServerSecurity'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1none
2ssl
3startTLS