certMgmtAutoSave
FEC-CERT-MIB ·
.0.33.7.1.13
Object
column r/w
Enumeration
Determines if pending requests should be saved permanently after each try and results should be saved permanently after finish.
Context
- MIB
- FEC-CERT-MIB
- OID
.0.33.7.1.13- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- certMgmtEntry
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 'FEC-CERT-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-CERT-MIB::certMgmtAutoSave'
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::certMgmtAutoSave.<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::certMgmtAutoSave'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | true |
2 | false |