s5AgSslCertificateControl
S5-AGENT-MIB ·
.1.3.6.1.4.1.45.1.6.4.7.1.3
Object
scalar r/w
Enumeration
This object is used to create and delete SSL certificates. Setting the value to create(1) will create an SSL certificate. Setting the value to delete(2) will delete an SSL certificate. Setting the value to other(3) will result in a wrongValue error. When retrieved, the object will return the value of the last value set, or other(3) if the object has never been set.
Context
- MIB
- S5-AGENT-MIB
- OID
.1.3.6.1.4.1.45.1.6.4.7.1.3- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- s5AgentSslScalars
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'S5-AGENT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'S5-AGENT-MIB::s5AgSslCertificateControl.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'S5-AGENT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'S5-AGENT-MIB::s5AgSslCertificateControl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | create |
2 | delete |
3 | other |