bspePethMainPseExtPowerPresent
BAY-STACK-PETH-EXT-MIB ·
.1.3.6.1.4.1.45.5.8.1.2.1.2
Object
column Enumeration
Current Power Source Present. Available power sources are AC and DC. A value of acOnly(1) indicates that the only power supply is AC. A value of dcOnly(2) indicates that the only power supply is DC. A value of acDc(3) indicates that there are two power supplies; both AC and DC are supplying power.
Context
- MIB
- BAY-STACK-PETH-EXT-MIB
- OID
.1.3.6.1.4.1.45.5.8.1.2.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- bspePethMainPseExtEntry
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 'BAY-STACK-PETH-EXT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BAY-STACK-PETH-EXT-MIB::bspePethMainPseExtPowerPresent'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BAY-STACK-PETH-EXT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BAY-STACK-PETH-EXT-MIB::bspePethMainPseExtPowerPresent.<bspePethMainPseExtGroupIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BAY-STACK-PETH-EXT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BAY-STACK-PETH-EXT-MIB::bspePethMainPseExtPowerPresent'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | acOnly |
2 | dcOnly |
3 | acDc |