All MIBs › ADN-MIB › adnChassisPresentPowerId
adnChassisPresentPowerId
Module: ADN-MIB
OID (symbolic): ADN-MIB::adnChassisPresentPowerId
OID (numeric): 1.3.6.1.4.1.637.3.1.5.15.1.1.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: This variable identifies the power supplies which are present in the chassis. It is a bit map represented as a sum; therefore, it can represent multiple power supplies in the chassis. Each bit position represents a power supply. If the bit is set, the power supply is present. If the bit is not set, the power supply is absent. The various bit positions are: 1 : Power supply number 1 is present 2 : Power supply number 2 is present 4 : Power supply number 3 is present 8 : Power supply number 4 is present 16 : Power supply number 5 is present 32 : Power supply number 6 is present.
What is adnChassisPresentPowerId?
ADN-MIB::adnChassisPresentPowerId is a read-only INTEGER bitmap where each bit position represents one power supply; a set bit means that power supply is physically present in the chassis. Engineers check this against adnChassisOperPowerId to identify failed power supplies; a present but non-operational supply needs replacement. For example, if present is 7 (all three installed) but operational is 5 (only two working), the third power supply has failed and requires service.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.637.3.1.5.15.1.1.5 snmpwalk -v2c -c public <target> ADN-MIB::adnChassisPresentPowerId
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.637.3.1.5.15.1.1.5.1 snmpget -v2c -c public <target> ADN-MIB::adnChassisPresentPowerId.1
Start monitoring Ascom Timeplex ADN multiplexers (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ADN-MIB::adnChassisPresentPowerId OID value, configure state conditions and alerts, and monitor any Ascom Timeplex ADN multiplexers (legacy) 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.637 | alcatel | ADN-MIB |
| 1.3.6.1.4.1.637.3 | adn | ADN-MIB |
| 1.3.6.1.4.1.637.3.1 | adnMIB | ADN-MIB |
| 1.3.6.1.4.1.637.3.1.5 | adnProprietary | ADN-MIB |
| 1.3.6.1.4.1.637.3.1.5.15 | adnNodeSupervisionMIB | ADN-MIB |
| 1.3.6.1.4.1.637.3.1.5.15.1 | adnChassisTable | ADN-MIB |
| 1.3.6.1.4.1.637.3.1.5.15.1.1 | adnChassisEntry | ADN-MIB |
| 1.3.6.1.4.1.637.3.1.5.15.1.1.5 | adnChassisPresentPowerId | ADN-MIB |