All MIBs › APPIAN-CHASSIS-MIB › acChassisNodePoll
acChassisNodePoll
Module: APPIAN-CHASSIS-MIB
OID (symbolic): APPIAN-CHASSIS-MIB::acChassisNodePoll
OID (numeric): 1.3.6.1.4.1.2785.2.1.2.1.31
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description:
This object returns a concise summary of the system state. It contains
information on the system operational status, mib revision, fan status,
power supply status, and other status information.
The value is in compacted binary format:
Element Size Value Description
-----------------------------------------------------------------------
poll version 1 0x01 Node poll version
operational status 1 acChassisOpStatus overall system status
mib version 4
software version 4
chassis temperature 1 actual temperature? maybe it should be in module?
fan status, each fan status is encoded as:
0xA1 - FAN status IE
0x01 - FAN #1
0x01 - operational
power supply status, with each power supply status encoded as:
0xA2 - power status IE
0x02 - power supply #2
0x01 - operational
What is acChassisNodePoll?
Returns a compacted binary snapshot of overall system health, covering operational status, MIB revision, fan status, and power supply status. Intended for efficient polling of the chassis state in a single read.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2785.2.1.2.1.31 snmpwalk -v2c -c public <target> APPIAN-CHASSIS-MIB::acChassisNodePoll
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2785.2.1.2.1.31.1 snmpget -v2c -c public <target> APPIAN-CHASSIS-MIB::acChassisNodePoll.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.2785 | appian | APPIAN-SMI-MIB |
| 1.3.6.1.4.1.2785.2 | acOsap | APPIAN-SMI-MIB |
| 1.3.6.1.4.1.2785.2.1 | acChassis | APPIAN-CHASSIS-MIB |
| 1.3.6.1.4.1.2785.2.1.2 | acChassisTable | APPIAN-CHASSIS-MIB |
| 1.3.6.1.4.1.2785.2.1.2.1 | acChassisEntry | APPIAN-CHASSIS-MIB |
| 1.3.6.1.4.1.2785.2.1.2.1.31 | acChassisNodePoll | APPIAN-CHASSIS-MIB |