certMgmtAction
FEC-CERT-MIB ·
.0.33.7.1.23
Object
column r/w
Enumeration
Flag whether certificate management task is waiting or starts immediately. Use this flag to create complex tasks in multiple steps: First create task with certMgmtAction set to 'wait'. After task is completely build, set this flag to 'go' and the certificate management task starts automatically. After certificate management task has started, certMgmtAction is automatically set to 'wait'. Possible values: wait -- Certificate management task is waiting go -- Certificate management task starts now
Context
- MIB
- FEC-CERT-MIB
- OID
.0.33.7.1.23- 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::certMgmtAction'
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::certMgmtAction.<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::certMgmtAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | wait |
2 | go |