fsPethPsPortPowerMode
ARICENT-POE-MIB ·
.1.3.6.1.4.1.2076.103.1.3.1.7
Object
column r/w
Enumeration
This object controls the power mode configured by the user. It is port dependant, based on the capabilities of the port. 802d3 is standards based PoE, passive-24v is 24V passive PoE (no detection, no classification), passive-54v is 54V passive PoE (no detection, no classification), force is 54V passive PoE (with detection, no classification).
Context
- MIB
- ARICENT-POE-MIB
- OID
.1.3.6.1.4.1.2076.103.1.3.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsPethPsePortEntry
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 'ARICENT-POE-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-POE-MIB::fsPethPsPortPowerMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARICENT-POE-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-POE-MIB::fsPethPsPortPowerMode.<fsPethPsePortGroupIndex>.<fsPethPsePortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARICENT-POE-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARICENT-POE-MIB::fsPethPsPortPowerMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | std802d3 |
2 | passive-24v |
3 | passive-54v |
4 | force-power |