bsDigitalCertType
BAY-STACK-DIGITAL-CERT ·
.1.3.6.1.4.1.45.5.48.1.4.1.4
Object
column Enumeration
Identifies certificate role in a chain of trust 'caCert' - Root Certificate Authority's Certificate 'intermediateCaCert' - Intermediate Certificate Authority's Certificate 'subjectCert' - Subject Certificate 'raCert' - Registration Authority Certificate 'crl' - Certificate Revocation List
Context
- MIB
- BAY-STACK-DIGITAL-CERT
- OID
.1.3.6.1.4.1.45.5.48.1.4.1.4- 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::bsDigitalCertType'
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::bsDigitalCertType.<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::bsDigitalCertType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | caCert |
2 | intermediateCaCert |
3 | subjectCert |
4 | raCert |
5 | crl |