bspePethMainPseExtDisconnectScheme
BAY-STACK-PETH-EXT-MIB ·
.1.3.6.1.4.1.45.5.8.1.2.1.3
Object
column r/w
Enumeration
When a low power draw is detected on a port, power will be turned off on that port. As a detection mechanism it can be used either AC Disconnect or DC Disconnect. A value of acDisconnect(1): AC impedance is monitored on each port; DC supply will be turned off on a port with a too high value of AC impedance. A value of dcDisconnect(2): DC current is monitored on each port; DC supply will be turned off on a port with a too low value of DC current.
Context
- MIB
- BAY-STACK-PETH-EXT-MIB
- OID
.1.3.6.1.4.1.45.5.8.1.2.1.3- Type
- column
- Access
- readwrite
- 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::bspePethMainPseExtDisconnectScheme'
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::bspePethMainPseExtDisconnectScheme.<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::bspePethMainPseExtDisconnectScheme'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | acDisconnect |
2 | dcDisconnect |