All MIBs › ACOS-MIB › acosDeviceTypesAggregate
acosDeviceTypesAggregate
Module: ACOS-MIB
OID (symbolic): ACOS-MIB::acosDeviceTypesAggregate
OID (numeric): 1.3.6.1.4.1.2221.1.1.2.2
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: This object contains an aggregate list of the devices present in the box. The list contains pairs of octets, each pair forming a 16 bit integer representing the device type for a slot. Every slot is reported including empty slots. The first octet pair represents slot 1 and the last octet pair represents the highest slot number. The highest slot number can be gotten from object 'acosTotalSlots'. Each octet pair is sent LSB first. The total octets sent will be 2 x acosTotalSlots.
The value reported in each octet pair comes from 'AcosDeviceTypeEnum'.
What is acosDeviceTypesAggregate?
This OID contains a compact binary list of all device types in every slot of the chassis, with one 16-bit value per slot. Engineers use this to quickly capture a snapshot of the entire chassis hardware configuration in a single poll instead of reading each slot individually. For example, polling this once gives you the device type for slots 1 through 12 in one response.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2221.1.1.2.2 snmpwalk -v2c -c public <target> ACOS-MIB::acosDeviceTypesAggregate
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2221.1.1.2.2.1 snmpget -v2c -c public <target> ACOS-MIB::acosDeviceTypesAggregate.1
Start monitoring A10 Networks Thunder ADCs with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ACOS-MIB::acosDeviceTypesAggregate OID value, configure state conditions and alerts, and monitor any A10 Networks Thunder ADCs 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.2221 | atlasComEngines | ACOS-MIB |
| 1.3.6.1.4.1.2221.1 | aceProductFamily | ACOS-MIB |
| 1.3.6.1.4.1.2221.1.1 | aceAcos | ACOS-MIB |
| 1.3.6.1.4.1.2221.1.1.2 | acosDevices | ACOS-MIB |
| 1.3.6.1.4.1.2221.1.1.2.2 | acosDeviceTypesAggregate | ACOS-MIB |