bsDigitalCertSubjectPublicKeyAlgorithm
BAY-STACK-DIGITAL-CERT ·
.1.3.6.1.4.1.45.5.48.1.4.1.16
Object
column Enumeration
Specifies the algorithm used to generate the subject's public key for the certificate issued by the Certificate Authority
Context
- MIB
- BAY-STACK-DIGITAL-CERT
- OID
.1.3.6.1.4.1.45.5.48.1.4.1.16- Type
- column
- Access
- readonly
- Status
- current
- Parent
- bsDigitalCertEntry
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 '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::bsDigitalCertSubjectPublicKeyAlgorithm'
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::bsDigitalCertSubjectPublicKeyAlgorithm.<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::bsDigitalCertSubjectPublicKeyAlgorithm'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | rsaEncryption |
2 | md2withRSAEncryption |
3 | md4withRSAEncryption |
4 | md5withRSAEncryption |
5 | sha1withRSAEncryption |
11 | sha256withRSAEncryption |
12 | sha384withRSAEncryption |
13 | sha512withRSAEncryption |
14 | sha224withRSAEncryption |