nbsDevPSType
DEV-CFG-MIB ·
.1.3.6.1.4.1.629.1.50.11.1.8.2.1.2
Object
column Enumeration
The physical Type of the Power Supply. acPS (2) - alternating current PS, dcPS (3) - dirrect current PS, externalPS (4) - external PS.
Context
- MIB
- DEV-CFG-MIB
- OID
.1.3.6.1.4.1.629.1.50.11.1.8.2.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- nbsDevPSEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DEV-CFG-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DEV-CFG-MIB::nbsDevPSType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DEV-CFG-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DEV-CFG-MIB::nbsDevPSType.<nbsDevPSIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DEV-CFG-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DEV-CFG-MIB::nbsDevPSType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | acPS |
3 | dcPS |
4 | externalPS |