portFourPairModeEnabled
CUMULUS-POE-MIB ·
.1.3.6.1.4.1.40310.3.2.1.6
Object
column Enumeration
This object represents whether 4 Pair PoE mode is enabled or disabled for the device on this port. An integer value of 1 means it is enabled (true) and operating in 4 Pair PoE mode and a value of 2 means it is disabled (false) and the port is operating in 2 Pair PoE mode.
Context
- MIB
- CUMULUS-POE-MIB
- OID
.1.3.6.1.4.1.40310.3.2.1.6- 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::portFourPairModeEnabled'
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::portFourPairModeEnabled.<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::portFourPairModeEnabled'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | true |
2 | false |