HM2-REMOTE-AUTHENTICATION-MIB: View SNMP OID List / Download MIB

VENDOR: RICHARD HIRSCHMANN


 Home MIB: HM2-REMOTE-AUTHENTICATION-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 hm2RemoteAuthMib 1.3.6.1.4.1.248.11.26
Hirschmann MIB for remote authentication protocols. Copyright (C) 2014. All Rights Reserved.
       hm2RemoteAuthMibNotifications 1.3.6.1.4.1.248.11.26.0
           hm2LdapConfigStatusTrap 1.3.6.1.4.1.248.11.26.0.1
This notification is send when authentication via Ldap to a remote authentication server is done.
       hm2RemoteAuthMibObjects 1.3.6.1.4.1.248.11.26.1
           hm2LdapGroup 1.3.6.1.4.1.248.11.26.1.1
               hm2LdapConfigGroup 1.3.6.1.4.1.248.11.26.1.1.10
                     hm2LdapClientAdminState 1.3.6.1.4.1.248.11.26.1.1.10.1 hmenabledstatus read-write
Enables/disables the LDAP client admin mode.
                     hm2LdapClientCacheTimeout 1.3.6.1.4.1.248.11.26.1.1.10.2 integer32 read-write
Configures the LDAP user cache entry timeout in minutes. Default timeout value is 10 minutes.
                     hm2LdapClientServerBaseDN 1.3.6.1.4.1.248.11.26.1.1.10.3 snmpadminstring read-write
Base distinguished name for LDAP query to remote authentication server.
                     hm2LdapClientServerSearchAttribute 1.3.6.1.4.1.248.11.26.1.1.10.4 snmpadminstring read-write
Search attribute for LDAP query to remote authentication server, e.g. 'userPrincipalName'.
                     hm2LdapClientServerBindUser 1.3.6.1.4.1.248.11.26.1.1.10.5 snmpadminstring read-write
User name of user that has permission to do user requests on a remote authentication server.
                     hm2LdapClientServerBindUserPasswd 1.3.6.1.4.1.248.11.26.1.1.10.6 snmpadminstring read-write
Password of user that has permission to do user requests on a remote authentication server.
                     hm2LdapClientServerDefaultDomain 1.3.6.1.4.1.248.11.26.1.1.10.7 snmpadminstring read-write
Default domain used for users without a domain name.
                     hm2LdapClientTlsVersions 1.3.6.1.4.1.248.11.26.1.1.10.8 hm2tlsversions read-write
The TLS version supported by the LDAP client.
                     hm2LdapClientTlsCipherSuites 1.3.6.1.4.1.248.11.26.1.1.10.9 hm2tlsciphersuites read-write
The cipher suite supported by the LDAP client.
                     hm2LdapClientServerAddrTable 1.3.6.1.4.1.248.11.26.1.1.10.20 no-access
This table contains objects to configure client connections to remote authentication server(s).
                           hm2LdapClientServerAddrEntry 1.3.6.1.4.1.248.11.26.1.1.10.20.1 no-access
The Ldap client connection objects.
                               hm2LdapClientServerIndex 1.3.6.1.4.1.248.11.26.1.1.10.20.1.1 integer32 no-access
Index for remote authentication server table.
                               hm2LdapClientServerDescr 1.3.6.1.4.1.248.11.26.1.1.10.20.1.2 snmpadminstring read-only
The description of the server configured.
                               hm2LdapClientServerAddrType 1.3.6.1.4.1.248.11.26.1.1.10.20.1.3 inetaddresstype read-only
Address type.
                               hm2LdapClientServerAddr 1.3.6.1.4.1.248.11.26.1.1.10.20.1.4 inetaddress read-only
IP address of remote authentication server.
                               hm2LdapClientServerPort 1.3.6.1.4.1.248.11.26.1.1.10.20.1.5 inetportnumber read-only
The port number of the remote authentication server.
                               hm2LdapClientServerSecurity 1.3.6.1.4.1.248.11.26.1.1.10.20.1.6 integer read-only
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). Enumeration: 'ssl': 2, 'none': 1, 'startTLS': 3.
                               hm2LdapClientServerStatus 1.3.6.1.4.1.248.11.26.1.1.10.20.1.7 integer read-only
Status of authentication against remote authentication server: - ok -> Server reachable, authentication succeeded - unreachable -> Server (primary and backup) not reachable - other -> any other error state Enumeration: 'unreachable': 2, 'other': 3, 'ok': 1.
                               hm2LdapClientServerRowStatus 1.3.6.1.4.1.248.11.26.1.1.10.20.1.8 rowstatus read-only
Indicates the status of an entry in this table, and is used to create/delete entries. Objects within this table can by changed while the status is 'active'.
               hm2LdapMappingGroup 1.3.6.1.4.1.248.11.26.1.1.20
                     hm2LdapRoleMatchingPolicy 1.3.6.1.4.1.248.11.26.1.1.20.1 integer read-write
Configures the way role mapping table entries are applied. If set to first (2) the first matching entry determines the user's role. If set to highest (1) the the matching entry with the highest role is used. Enumeration: 'highest': 1, 'first': 2.
                     hm2LdapRoleMappingTable 1.3.6.1.4.1.248.11.26.1.1.20.10 no-access
This table contains string objects to configure the mapping to an available user role.
                           hm2LdapRoleMappingEntry 1.3.6.1.4.1.248.11.26.1.1.20.10.1 no-access
The role mapping string objects.
                               hm2LdapRoleMappingIndex 1.3.6.1.4.1.248.11.26.1.1.20.10.1.1 integer32 no-access
Index for remote authentication role mapping table.
                               hm2LdapRoleMappingAccessRole 1.3.6.1.4.1.248.11.26.1.1.20.10.1.2 hm2useraccessroles read-only
The access role to be mapped.
                               hm2LdapRoleMappingType 1.3.6.1.4.1.248.11.26.1.1.20.10.1.3 integer read-only
Type of this entry Enumeration: 'attribute': 1, 'group': 2.
                               hm2LdapRoleMappingParameter 1.3.6.1.4.1.248.11.26.1.1.20.10.1.4 snmpadminstring read-only
The search string for the entry. For hm2LdapRoleMappingType attribute(1) this is in the form attribute=value. For hm2LdapRoleMappingType group(2) this is the group.
                               hm2LdapRoleMappingRowStatus 1.3.6.1.4.1.248.11.26.1.1.20.10.1.5 rowstatus read-only
Indicates the status of an entry in this table, and is used to create/delete entries. Objects within this table can by changed while the status is 'active'.
       hm2RemoteAuthMibSNMPExtensionGroup 1.3.6.1.4.1.248.11.26.3
           hm2LdapSESGroup 1.3.6.1.4.1.248.11.26.3.1
               hm2LdapSESDuplicateIPorHost 1.3.6.1.4.1.248.11.26.3.1.1
Indicates that there exists a remote authentication client server entry with the same IP address or host name.