hm2LdapRoleMatchingPolicy
HM2-REMOTE-AUTHENTICATION-MIB ·
.1.3.6.1.4.1.248.11.26.1.1.20.1
Object
scalar r/w
Enumeration
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.
Context
- MIB
- HM2-REMOTE-AUTHENTICATION-MIB
- OID
.1.3.6.1.4.1.248.11.26.1.1.20.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- hm2LdapMappingGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar 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::hm2LdapRoleMatchingPolicy.0'
More examples
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::hm2LdapRoleMatchingPolicy'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | highest |
2 | first |