portType
CUMULUS-POE-MIB ·
.1.3.6.1.4.1.40310.3.2.1.3
Object
column Enumeration
The portType represents the type of DC power the system is supplying to this port. POE is designated IEEE802.3af (2) and POE+ is designated IEEE802.3at (3). UPOE is designated as high power (5). Ports desigated as IEEE802.3afat (7) can handle either POE and POE+.
Context
- MIB
- CUMULUS-POE-MIB
- OID
.1.3.6.1.4.1.40310.3.2.1.3- 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::portType'
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::portType.<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::portType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | ieee802Dot3af |
3 | ieee802Dot3at |
4 | legacy |
5 | highpower |
6 | invalid |
7 | ieee802Dot3afat |