MIB Viewer

slbNewSslCfgCertsGenerate

OBJECT-TYPE
1.3.6.1.4.1.1872.2.5.4.1.1.19.5.2.1.16
Access
read-write
Status
current
Sub-identifiers
0
When this object is read the current state is returned. Setting the value to generate(2),the Certificate will be generated. idle(3) indicates that there is no Certificate generate is in progess. generated(5) indicates that the last certificate generate operation is completed. If the generate is successful this variable will return the state 'generated' else it will return 'notGenerated'. In case of failure('notGenerated') we should set this variable back to 'idle' state so others can issue the generate command via SNMP.
INTEGER { other(1), generate(2), idle(3), inprogress(4), generated(5), notGenerated(6) }