sshClientAuthPubKeyIndex

LENOVO-XCC-MIB · .1.3.6.1.4.1.19046.11.1.3.1.6.1.1.2

Object

column mandatory Integer32
The secondary table index used to select
one of the client authentication public
keys for a particular remote access Id.
The index is an integer value from 1 to N
where N is the number of keys associated
with a particular remote access Id.
An addition always causes the value of N to increase
by one, effectively adding an entry after the
existing keys for that remote access Id.
The underlying SSH server implementation searches
the keys in order from 1 to N when attempting public
key authentication.
              
NOTE:A maximum of 4 public keys can be installed
for one remote access Id.

Context

MIB
LENOVO-XCC-MIB
OID
.1.3.6.1.4.1.19046.11.1.3.1.6.1.1.2
Type
column
Access
noaccess
Status
mandatory
Parent
sshClientAuthPubKeyEntry

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

Syntax

Integer32

Values & Constraints

Object Constraints
range: 1-1000