hm2PoeMgmtPortPowerPriority
HM2-POE-MIB ·
.1.3.6.1.4.1.248.11.12.1.1.3.1.4
Object
column r/w
Enumeration
This object controls the priority of the port from the point of view of a power management algorithm. The priority that is set by this variable could be used by a control mechanism that prevents over current situations by disconnecting first ports with lower power priority. Ports that connect devices critical to the operation of the network - like the E911 telephones ports - should be set to higher priority.
Context
- MIB
- HM2-POE-MIB
- OID
.1.3.6.1.4.1.248.11.12.1.1.3.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hm2PoeMgmtPortEntry
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 'HM2-POE-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HM2-POE-MIB::hm2PoeMgmtPortPowerPriority'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HM2-POE-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HM2-POE-MIB::hm2PoeMgmtPortPowerPriority.<hm2IfacePhysIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HM2-POE-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HM2-POE-MIB::hm2PoeMgmtPortPowerPriority'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | critical |
2 | high |
3 | low |