bsDigitalCertCaAction

BAY-STACK-DIGITAL-CERT · .1.3.6.1.4.1.45.5.48.1.3.1.5

Object

column r/w Enumeration
specifies the various actions Certificate Authority can  take-
'noop'      - No operation
'caauth'    - Athenticates the Certificate Authority (CA) based on 
              the previously retrieved Root CA Certificate.
'enroll'    - Certificate Enrolment Request.
'renew'     - Certificate Renew Request.
'remove'    - Removes the subject certificate obtained online from the Certificate Authority.
'getCrl'    - Get the Certificate Revocation List from the CDP.
'genSelfSig'- Generate a self-signed certificate.
'getCaCert' - Retrieve Root CA certificate from the Certificate Authority

Context

MIB
BAY-STACK-DIGITAL-CERT
OID
.1.3.6.1.4.1.45.5.48.1.3.1.5
Type
column
Access
readwrite
Status
current
Parent
bsDigitalCertCaEntry

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::bsDigitalCertCaAction'
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::bsDigitalCertCaAction.<bsDigitalCertCaName>'
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::bsDigitalCertCaAction'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1noop
2caauth
3enroll
4renew
5remove
6getCrl
7genSelfSig
8getCaCert