slbCurSslCfgCertsGenerate
ALTEON-CHEETAH-LAYER4-MIB ·
.1.3.6.1.4.1.1872.2.5.4.1.1.19.5.1.1.16
Object
column Enumeration
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.
Context
- MIB
- ALTEON-CHEETAH-LAYER4-MIB
- OID
.1.3.6.1.4.1.1872.2.5.4.1.1.19.5.1.1.16- Type
- column
- Access
- readonly
- Status
- current
- Parent
- slbCurSslCfgCertsEntry
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 'ALTEON-CHEETAH-LAYER4-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ALTEON-CHEETAH-LAYER4-MIB::slbCurSslCfgCertsGenerate'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ALTEON-CHEETAH-LAYER4-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ALTEON-CHEETAH-LAYER4-MIB::slbCurSslCfgCertsGenerate.<slbCurSslCfgCertsID>.<slbCurSslCfgCertsType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ALTEON-CHEETAH-LAYER4-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ALTEON-CHEETAH-LAYER4-MIB::slbCurSslCfgCertsGenerate'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | generate |
3 | idle |
4 | inprogress |
5 | generated |
6 | notGenerated |