All MIBs › AIMOS › aimosRemoteV1ValueSource
aimosRemoteV1ValueSource
Module: AIMOS
OID (symbolic): AIMOS::aimosRemoteV1ValueSource
OID (numeric): 1.3.6.1.4.1.6408.201.3.5.15.1.2
Node type: OBJECT-TYPE
Type: ValueSource
Access: read-only
Description: This object of type ValueSource is the second index in this table.
It indicates, which value is to be addressed (actual, cached or desired value):
. actual : An access to the hardware takes place in order to query the current values. These values are stored in the SNMP Agents local database. Actual values are read only.
. cached : The values stored with the last hardware access are indicated. This is the default in order to shorten the period of reply. If the associated age value is missing, then the access is treated in such a way, as if actual one would have indicated. Cached values are read only (see remark below).
. desired: Has to be used, if values on the hardware are to be changed.
Remark: Although write accesses on cached values do not make a sense, are they permitted in order to facilitate handling with the MIB. Write accesses on cached values are treated in such a way, as if desired one would have indicated.
What is aimosRemoteV1ValueSource?
Serves as the second index column of this table, selecting which kind of value a row represents: 'actual' means the agent queries the hardware live and stores the result, 'cached' (the default, used to keep replies fast) returns the last value fetched from the hardware, and 'desired' is used when an administrator wants to push a new value down to the hardware. Actual and cached rows are meant to be read-only, though a write aimed at a cached row is still accepted and simply handled as if it had targeted the desired row, to keep the MIB easier to work with.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.6408.201.3.5.15.1.2 snmpwalk -v2c -c public <target> AIMOS::aimosRemoteV1ValueSource
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.6408.201.3.5.15.1.2.1 snmpget -v2c -c public <target> AIMOS::aimosRemoteV1ValueSource.1
Start monitoring Andrew Wireless Systems DAS/repeater equipment with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the AIMOS::aimosRemoteV1ValueSource OID value, configure state conditions and alerts, and monitor any Andrew Wireless Systems DAS/repeater equipment from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.6408 | mikom | AIMOS |
| 1.3.6.1.4.1.6408.201 | aimos | AIMOS |
| 1.3.6.1.4.1.6408.201.3 | aimosObjects | AIMOS |
| 1.3.6.1.4.1.6408.201.3.5 | aimosUnitManagement | AIMOS |
| 1.3.6.1.4.1.6408.201.3.5.15 | aimosRemoteUnitV1Table | AIMOS |
| 1.3.6.1.4.1.6408.201.3.5.15.1 | aimosRemoteUnitV1Entry | AIMOS |
| 1.3.6.1.4.1.6408.201.3.5.15.1.2 | aimosRemoteV1ValueSource | AIMOS |