agentPethPsePowerManagementMode
EdgeSwitch-POWER-ETHERNET-MIB ·
.1.3.6.1.4.1.4413.1.1.15.1.3.1.1
Object
column r/w
Enumeration
Describes or controls the power management algorithm used by the pse to deliver power to the requesting PDsthat a pds. A value of dynamic(1) means that power consumption of each port is measured and calculated in real-time. A value of static(2) means that power allocated for each port depends on the type of power threshold configured on the port.
Context
- MIB
- EdgeSwitch-POWER-ETHERNET-MIB
- OID
.1.3.6.1.4.1.4413.1.1.15.1.3.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- agentPethPseEntry
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 'EdgeSwitch-POWER-ETHERNET-MIB' -M '/opt/observium/mibs/ubiquiti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EdgeSwitch-POWER-ETHERNET-MIB::agentPethPsePowerManagementMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EdgeSwitch-POWER-ETHERNET-MIB' -M '/opt/observium/mibs/ubiquiti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EdgeSwitch-POWER-ETHERNET-MIB::agentPethPsePowerManagementMode.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EdgeSwitch-POWER-ETHERNET-MIB' -M '/opt/observium/mibs/ubiquiti:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EdgeSwitch-POWER-ETHERNET-MIB::agentPethPsePowerManagementMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | dynamic |
2 | static |