mmSshClientAuthPubKeyEntryStatus
BLADE-MIB ·
.1.3.6.1.4.1.2.3.51.2.4.1.6.1.1.9
Object
This object manages the creation and deletion of this entry.
The steps recommended to install and to activate a new client
authorization public key are:
1. Set values for mmSshClientAuthPubKeyTftpServer,
mmSshClientAuthPubKeyFileName, mmSshClientAuthPubKeyFileFormat
2. Create a new entry in this table
mmSshClientAuthPubKeyEntryStatus = createRequest
3. Import a new key mmSshClientAuthPubKeyAction = import
This entry will be valid after mmSshClientAuthPubKeyAction
is successfully imported.
4. Set mmSshClientAuthPubKeyAcceptFrom and
mmSshClientAuthPubKeyComment as required.
valid(1) - Indicates that the public key pair represented
by this entry is available for use by the Secure
Shell Server for client authentication.
createRequest(2) - A new entry will be created in this table
for the specified host key pair and the new
entry will transition to the underCreation(3)
state. The operation is only accepted if the
associated RemoteAccessIdsEntry row defining
a local user account is configured.
underCreation(3) - Indicates that this entry exists in the
agent but is unavailable for use. After completing the
create operation, the agent will set this object to
underCreation(3).
invalid(4) - Deletes this entry and any client authentication
public key that may be associated with it.
Context
- MIB
- BLADE-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.4.1.6.1.1.9- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- mmSshClientAuthPubKeyEntry
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 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLADE-MIB::mmSshClientAuthPubKeyEntryStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLADE-MIB::mmSshClientAuthPubKeyEntryStatus.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BLADE-MIB::mmSshClientAuthPubKeyEntryStatus'
Syntax
- Source
- EntryStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | valid |
2 | createRequest |
3 | underCreation |
4 | invalid |