NET-SNMP-EXAMPLES-MIB Download
OID list for NET-SNMP-EXAMPLES-MIB
- 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 subsequent GET/GETNEXT/GETBULK retrievals. This example object is implemented in ...
- 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 implemented in a way which will allow the agent to keep responding to other requests ...
- 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 subsequent GET/GETNEXT/GETBULK retrievals. This example object is implemented in th ...
- netSnmpIETFWGTable
- This table merely contains a set of data which is otherwise useless for true network management. It is a table which describes properies about a IETF Working Group, such as the names of the two working group chairs. This example table is implemented in t ...
- netSnmpIETFWGEntry
- A row describing a given working group
- nsIETFWGName
- The name of the IETF Working Group this table describes.
- nsIETFWGChair1
- One of the names of the chairs for the IETF working group.
- nsIETFWGChair2
- The other name, if one exists, of the chairs for the IETF working group.
- netSnmpHostsTable
- An example table that implements a wrapper around the /etc/hosts file on a machine using the iterator helper API.
- netSnmpHostsEntry
- A host name mapped to an ip address
- netSnmpHostName
- A host name that exists in the /etc/hosts (unix) file.
- netSnmpHostAddressType
- The address type of then given host.
- netSnmpHostAddress
- The address of then given host.
- netSnmpHostStorage
- The storage type for this conceptual row.
- netSnmpHostRowStatus
- The status of this conceptual row.
- netSnmpExampleHeartbeatRate
- A simple integer object, to act as a payload for the netSnmpExampleHeartbeatNotification. The value has no real meaning, but is nominally the interval (in seconds) between successive heartbeat notifications.
- netSnmpExampleHeartbeatName
- A simple string object, to act as an optional payload for the netSnmpExampleHeartbeatNotification. This varbind is not part of the notification definition, so is optional and need not be included in the notification payload. The value has no real meaning ...
- netSnmpExampleNotification
- This object was improperly defined for its original purpose, and should no longer be used.