sshPubkeyUserBmap
IBM-GbTOR-G8052-MIB ·
.1.3.6.1.4.1.26543.2.7.7.1.1.22.15.1.4
Object
column OctetString
The user list in the key entry. The user are presented in bitmap format.
as follows:
OCTET 1 OCTET 2 OCTET 3 OCTET 4
xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx
|| | | |||| ||________ oper
|| | | |||| |_________ user
|| | | ||||___________ admin
|| | | |||____________ maint
|| | | ||_____________ scpadmin
|| | | |______________ support
|| | |
|| | |________________ user defined 20
|| |
|| | ...................
|| |______ user defined 5
||..........
||..........
||_________ user defined 2
|__________ default user defined 1: USERID
Bit On - The represented user belongs to the key entry
Bit Off - The represented user does not belong to the key entry
Bit 0-19 represent the 20 user-defined users(uid=BitNUM+1),
more details can be found in agAccess->agAccessUserCurCfgTable.
Bit 20-25 represent the 6 pre-defined user(from support to oper).
Context
- MIB
- IBM-GbTOR-G8052-MIB
- OID
.1.3.6.1.4.1.26543.2.7.7.1.1.22.15.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- sshPubKeyConfigEntry
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 'IBM-GbTOR-G8052-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-GbTOR-G8052-MIB::sshPubkeyUserBmap'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IBM-GbTOR-G8052-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-GbTOR-G8052-MIB::sshPubkeyUserBmap.<sshPubKeyConfigIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBM-GbTOR-G8052-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBM-GbTOR-G8052-MIB::sshPubkeyUserBmap'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.