certKeyUsage

FEC-CERT-MIB · .0.33.3.1.17

Object

column
This object shows the key usage flags contained 
in the extensions of the certificate, if any.
The flags are:
EncipherOnly       0x00000001
CrlSign            0x00000002
KeyCertSign        0x00000004
KeyAgreement       0x00000008
DataEncipherment   0x00000010
KeyEncipherment    0x00000020
NonRepudiation     0x00000040
DigitalSignature   0x00000080
DecipherOnly       0x00010000

Context

MIB
FEC-CERT-MIB
OID
.0.33.3.1.17
Type
column
Access
readonly
Status
current
Parent
certEntry

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

Syntax

No syntax metadata recorded.

Values & Constraints

No enumerated values or constraints recorded.