bsDigitalCertKeyUsage

BAY-STACK-DIGITAL-CERT · .1.3.6.1.4.1.45.5.48.1.4.1.21

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
BAY-STACK-DIGITAL-CERT
OID
.1.3.6.1.4.1.45.5.48.1.4.1.21
Type
column
Access
readonly
Status
current
Parent
bsDigitalCertEntry

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 'BAY-STACK-DIGITAL-CERT' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BAY-STACK-DIGITAL-CERT::bsDigitalCertKeyUsage'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BAY-STACK-DIGITAL-CERT' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BAY-STACK-DIGITAL-CERT::bsDigitalCertKeyUsage.<bsDigitalCertAssociatedContextType>.<bsDigitalCertAssociatedContextName>.<bsDigitalCertFileName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BAY-STACK-DIGITAL-CERT' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BAY-STACK-DIGITAL-CERT::bsDigitalCertKeyUsage'

Syntax

Bits

Values & Constraints

Enumerated Values
0digitalSignature
1nonRepudiation
2keyEncipherment
3dataEncipherment
4keyAgreement
5keyCertSign
6cRLSign
7encipherOnly
8decipherOnly