netSnmpExampleInteger
NET-SNMP-EXAMPLES-MIB ·
.1.3.6.1.4.1.8072.2.1.1
Object
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
subsequent GET/GETNEXT/GETBULK retrievals.
This example object is implemented in the
agent/mibgroup/examples/scalar_int.c file.
Context
- MIB
- NET-SNMP-EXAMPLES-MIB
- OID
.1.3.6.1.4.1.8072.2.1.1- 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 |
|---|---|---|---|
| netSnmpExampleSleeper 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 implement… | scalar | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.8072.2.1.2 |
| 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 |