s5AgSslServerControl
S5-AGENT-MIB ·
.1.3.6.1.4.1.45.1.6.4.7.1.7
Object
scalar r/w
Enumeration
This object is used to reset the SSL server, forcing the server to use the latest key value that was stored in NVRAM. Note that the server cannot be reset while the SSL certificate is under creation. The value returned when this object is retrieved is always other(2). When set to reset(1), the SSL server will be reset, unless the SSL certificate is currently under creation, in which case an inconsistentValue error will be returned.
Context
- MIB
- S5-AGENT-MIB
- OID
.1.3.6.1.4.1.45.1.6.4.7.1.7- 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::s5AgSslServerControl.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::s5AgSslServerControl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | reset |
2 | other |