portPriority
CUMULUS-POE-MIB ·
.1.3.6.1.4.1.40310.3.2.1.2
Object
column Enumeration
The portPriority is an integer value that determine which ports should be shut down if the system is in a power limited situation. Ports with low priority will get disconnected first, followed by high priority, then critical ports. If multiple ports have the same priority setting, the port with the lower port number is considered to have the higher priority.
Context
- MIB
- CUMULUS-POE-MIB
- OID
.1.3.6.1.4.1.40310.3.2.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- poeObjectsEntry
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 'CUMULUS-POE-MIB' -M '/opt/observium/mibs/cumulus:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CUMULUS-POE-MIB::portPriority'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CUMULUS-POE-MIB' -M '/opt/observium/mibs/cumulus:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CUMULUS-POE-MIB::portPriority.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CUMULUS-POE-MIB' -M '/opt/observium/mibs/cumulus:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CUMULUS-POE-MIB::portPriority'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | low |
2 | high |
3 | critical |