rcDigitalCertStoreKeyUsage
RC-DIGITAL-CERT-MIB ·
.1.3.6.1.4.1.2272.1.222.1.1.5.1.16
Object
column Bits
specifies the purpose of the key used in the certificate.It is represented in form of bits as follows- bit 0 - digitalSignature bit 1 - nonRepudiation bit 2 - keyEncipherment bit 3 - dataEncipherment bit 4 - keyAgreement bit 5 - keyCertSign bit 6 - cRLSign bit 7 - encipherOnly bit 8 - decipherOnly
Context
- MIB
- RC-DIGITAL-CERT-MIB
- OID
.1.3.6.1.4.1.2272.1.222.1.1.5.1.16- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcDigitalCertStoreEntry
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 'RC-DIGITAL-CERT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-DIGITAL-CERT-MIB::rcDigitalCertStoreKeyUsage'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-DIGITAL-CERT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-DIGITAL-CERT-MIB::rcDigitalCertStoreKeyUsage.<rcDigitalCertStoreType>.<rcDigitalCertStoreCommonName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-DIGITAL-CERT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-DIGITAL-CERT-MIB::rcDigitalCertStoreKeyUsage'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | digitalSignature |
1 | nonRepudiation |
2 | keyEncipherment |
3 | dataEncipherment |
4 | keyAgreement |
5 | keyCertSign |
6 | cRLSign |
7 | encipherOnly |
8 | decipherOnly |