othersCertificatesInfoCertificateAuthority
MX-CERT-MIB ·
.0.2300.1.100.200.1.600
Object
column Enumeration
CertificateAuthority
Indicates if the certificate is a CA certificate.
* Yes: The certificate is a CA certificate.
* No: The certificate is not a CA certificate.
Context
- MIB
- MX-CERT-MIB
- OID
.0.2300.1.100.200.1.600- Type
- column
- Access
- readonly
- Status
- current
- Parent
- othersCertificatesInfoEntry
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 'MX-CERT-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-CERT-MIB::othersCertificatesInfoCertificateAuthority'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-CERT-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-CERT-MIB::othersCertificatesInfoCertificateAuthority.<othersCertificatesInfoFileName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-CERT-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-CERT-MIB::othersCertificatesInfoCertificateAuthority'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | yes |
200 | no |