certMgmtNoCrls

FEC-CERT-MIB · .0.33.7.1.22

Object

column r/w Enumeration
This object determines how CRL checking is set for
certificates retrieved during certificate enrollment.
 Possible Values:
  true(1), 	-- do not check for certificate revocation 
		-- lists for this CA (no meaning for non-CA 
		-- certificates)
  false(2), 	-- check for certificate revocation 
		-- lists for this CA (no meaning for non-CA 
		-- certificates)
  auto(3),	-- check for crls only if there is a 
		-- CRLDistributionPoint in the certificate
  inherit(4),	-- inherit from superior ca in chain.

Context

MIB
FEC-CERT-MIB
OID
.0.33.7.1.22
Type
column
Access
readwrite
Status
current
Parent
certMgmtEntry

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 'FEC-CERT-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-CERT-MIB::certMgmtNoCrls'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FEC-CERT-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-CERT-MIB::certMgmtNoCrls.<certMgmtCommand>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FEC-CERT-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FEC-CERT-MIB::certMgmtNoCrls'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1true
2false
3auto
4inherit