bspePethPsePortExtCurrentStatus
BAY-STACK-PETH-EXT-MIB ·
.1.3.6.1.4.1.45.5.8.1.1.1.8
Object
column Enumeration
Describes a current port status related to the power generation. The value ok(1) indicates neither an undercurrent nor an overcurrent condition was detected since the attribute was last cleared. The value underCurrent(2) indicates that the port current is below the minimal value. The value overCurrent(3) indicates that the port current exceeds the maximal value. The value both(4) indicates both underCurrent and overCurrent. This attribute is cleared through the bspePethPsePortExtCurrentStatusClear action.
Context
- MIB
- BAY-STACK-PETH-EXT-MIB
- OID
.1.3.6.1.4.1.45.5.8.1.1.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- bspePethPsePortExtEntry
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::bspePethPsePortExtCurrentStatus'
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::bspePethPsePortExtCurrentStatus.<bspePethPsePortExtGroupIndex>.<bspePethPsePortExtIndex>'
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::bspePethPsePortExtCurrentStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ok |
2 | underCurrent |
3 | overCurrent |
4 | both |