mmSshClientAuthPubKeyAction
CME-MIB ·
.1.3.6.1.4.1.2.3.51.2.4.1.6.1.1.8
Object
column mandatory
r/w
Enumeration
import(1) starts the TFTP file transfer of an SSH
client authentication public key from the TFTP
server to the MM. The import operation is only
accepted if the associated RemoteAccessIdsEntry row
is configured and the current value of
mmSshClientAuthPubKeyEntryStatus is underCreation(3)
or valid(1), if the current value of mmSshClientAuthPubKeyEntryStatus
is valid(1), it will replace the key with a new key,
If the import is successful the value of
mmSshClientAuthPubKeyRowStatus changes to valid(1).
export(2) starts the TFTP file transfer of an SSH
client authentication public key from the MM to the TFTP
server. The export operation is only accepted if
the current value of mmSshClientAuthPubKeyEntryStatus
is valid(1).
NOTE: Users should compare the fingerprint value
mmSshClientAuthPubKeyFingerprint to the
fingerprint of client authentication key files
imported or exported using the TFTP file transfer
protocol to guard against possible file corruption.
Value returned for the GET command is meaningless
for this MIB object.
Context
- MIB
- CME-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.4.1.6.1.1.8- 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 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::mmSshClientAuthPubKeyAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::mmSshClientAuthPubKeyAction.<mmSshClientAuthRemoteAccessIdIndex>.<mmSshClientAuthPubKeyIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CME-MIB::mmSshClientAuthPubKeyAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | import |
2 | export |