netSnmpExampleSleeper
NET-SNMP-EXAMPLES-MIB ·
.1.3.6.1.4.1.8072.2.1.2
Object
This is a simple object which is a basic integer. It's value
indicates the number of seconds that the agent will take in
responding to requests of this object. This is implemented
in a way which will allow the agent to keep responding to
other requests while access to this object is blocked. It is
writable, and changing it's value will change the amount of
time the agent will effectively wait for before returning a
response when this object is manipulated. Note that SET
requests through this object will take longer, since the
delay is applied to each internal transaction phase, which
could result in delays of up to 4 times the value of this
object.
This example object is implemented in the
agent/mibgroup/examples/delayed_instance.c file.
Context
- MIB
- NET-SNMP-EXAMPLES-MIB
- OID
.1.3.6.1.4.1.8072.2.1.2- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- netSnmpExampleScalars
- Siblings
- 2
Syntax
SNMPv2-SMIInteger32
- Source
- SNMPv2-SMIInteger32
- Base type
Integer32
Values & Constraints
Type Constraints
range: -2147483648..2147483647
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| netSnmpExampleInteger This is a simple object which merely houses a writable
integer. It's only purposes is to hold the value of a single
integer. Writing to it will simply change the value for
subse… | scalar | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.8072.2.1.1 |
| netSnmpExampleString This is a simple object which merely houses a writable
string. It's only purposes is to hold the value of a single
string. Writing to it will simply change the value for
subsequ… | scalar | SNMP-FRAMEWORK-MIBSnmpAdminString | .1.3.6.1.4.1.8072.2.1.3 |