APC UPS Data Center & Enterprise Solutions Forum
Schneider, APC support forum to share knowledge about installation and configuration for Data Center and Business Power UPSs, Accessories, Software, Services.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-29 04:03 AM . Last Modified: 2024-03-13 01:52 AM
What OID are other folks using, to identify the 'family' of APC product family?
I start with upsBasicIdentModel.0, which gets me responses like "Smart-UPS 5000", Symmetra, Silcon, etc. Pretty useful.
But with all other APC products, I fall back to "experimental.2.2.1.5.1", which gets me values like "Rack PDU" and "Modular PDU". Also pretty useful ... but I dislike relying on 'experimental' OIDs.
I suppose I could parse sysDescr, extract "AN1", and build a table mapping things like 'rpdu2' to "Rack PDU" and 'xrdp' to "Modular PDU". Seems crude to me, but hey.
Does anyone have a spiffier way of determining, via SNMP, what 'product family' hosts the mgmt card you are currently querying?
--sk
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-29 04:03 AM . Last Modified: 2024-03-13 01:52 AM
you can parse SNMPv2-MIB::sysDescr.0 (OID .1.3.6.1.2.1.1.1.0) for MN:xxxxx and that's the model # Here's what the string looks like in one of mine:
SNMPv2-MIB::sysDescr.0 = STRING: APC Web/SNMP Management Card (MB:v3.9.2 PF:v3.9.0 PN:apc_hw02_aos_390.bin AF1:v3.7.4 AN1:apc_hw02_rpdu_374.bin MN:AP7832 HR
:B2 SN: ZA0746009879 MD:11/14/2007)
You get more than just a model number 🙂
~B
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2021-06-29 04:03 AM . Last Modified: 2024-03-13 01:52 AM
you can parse SNMPv2-MIB::sysDescr.0 (OID .1.3.6.1.2.1.1.1.0) for MN:xxxxx and that's the model # Here's what the string looks like in one of mine:
SNMPv2-MIB::sysDescr.0 = STRING: APC Web/SNMP Management Card (MB:v3.9.2 PF:v3.9.0 PN:apc_hw02_aos_390.bin AF1:v3.7.4 AN1:apc_hw02_rpdu_374.bin MN:AP7832 HR
:B2 SN: ZA0746009879 MD:11/14/2007)
You get more than just a model number 🙂
~B
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.