rcDigitalCertCaAction
RC-DIGITAL-CERT-MIB ·
.1.3.6.1.4.1.2272.1.222.1.1.3.1.5
Object
column r/w
Enumeration
specifies the various actions Certificate Authority can take- 'noop' - No operation 'caauth' - Certificate Authority (CA) authentication. 'enroll' - Certificate Enrolment Request. 'renew' - Certificate Renew Request. 'remove' - Removes the subject certificate obtained online from the Certificate Authority. 'install' - Installs the subject certificate obtained online from the Cerificate Authority. 'getCrl' - Get the Certificate Revocation List from the CDP.
Context
- MIB
- RC-DIGITAL-CERT-MIB
- OID
.1.3.6.1.4.1.2272.1.222.1.1.3.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcDigitalCertCaEntry
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::rcDigitalCertCaAction'
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::rcDigitalCertCaAction.<rcDigitalCertCaName>'
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::rcDigitalCertCaAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noop |
2 | caauth |
3 | enroll |
4 | renew |
5 | remove |
6 | install |
7 | getCrl |