radiusAccServConfigReset
RADIUS-ACC-SERVER-MIB ·
.1.3.6.1.2.1.67.2.1.1.1.4
Object
scalar r/w
Enumeration
Status/action object to reinitialize any persistent
server state. When set to reset(2), any persistent
server state (such as a process) is reinitialized as
if the server had just been started. This value will
never be returned by a read operation. When read,
one of the following values will be returned:
other(1) - server in some unknown state;
initializing(3) - server (re)initializing;
running(4) - server currently running.
Context
- MIB
- RADIUS-ACC-SERVER-MIB
- OID
.1.3.6.1.2.1.67.2.1.1.1.4- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- radiusAccServ
- Groups
- 2
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 'RADIUS-ACC-SERVER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADIUS-ACC-SERVER-MIB::radiusAccServConfigReset.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RADIUS-ACC-SERVER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RADIUS-ACC-SERVER-MIB::radiusAccServConfigReset'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | reset |
3 | initializing |
4 | running |
Conformance
Compliance refinements
The only SETable value is 'reset' (2).
The only SETable value is 'reset' (2).