SuperMicro X10-series BMCs

SuperMicro X10-series BMC management interface, in this example built-in to an X10SLL-F motherboard used as part of a SYS-5018D-MF bare-bones server.
I believe all the X10 Intel-based motherboards have this same ASpeed/ATEN-based BMC.

The SNMP implementation uses additional vendor-specific MIB from ATEN, found at: SMT_MIB.zip

./discovery.php -h 172.31.31.122 -d |./pbin.sh => Untitled - LibreNMS
./poller.php -h 172.31.31.122 -r -f -d | ./pbin.sh => Untitled - LibreNMS

[cont’d in reply because of silly 3-links limit]

[continued]

snmpbulkwalk -OUneb -v2c -c public 172.31.31.122 . | ./pbin.sh => Untitled - LibreNMS
ATEN MIB from SuperMicro => Untitled - LibreNMS
SuperMicro logos => Brand Guidelines | Supermicro

My BMC runs firmware v03.80, with Redfish v1.0.1. Its SNMP implementation has at least one bug, as running snmpwalk (or snmpbulkwalk) produces errors like:

Error in packet.
Reason: (badValue) The value given has the wrong type or length.
Failed object: .1.3.6.1.4.1.21317.1.3.1.13.199

but that doesn’t seen to stop the snmpwalk.