cie1000PoeConfigInterfaceParamMode
CIE1000-POE-MIB ·
.1.3.6.1.4.1.9.9.832.1.43.1.2.3.1.1.2
Object
Set PoE mode or disable PoE feature, two PoE modes are supported. POE: Enables PoE based on IEEE 802.3af standard, and provides power up to 15.4W(154 deciwatt) of DC power to powered device. When changing to standard mode the MaxPower is automatically adjust to 15.4 W, if it currently exceeds 15.4 W. POE_PLUS: Enabled PoE based on IEEE 802.3at standard, and provides power up to 30W(300 deciwatt) of DC power to powered device.
Context
- MIB
- CIE1000-POE-MIB
- OID
.1.3.6.1.4.1.9.9.832.1.43.1.2.3.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cie1000PoeConfigInterfaceParamEntry
- Groups
- 1
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 'CIE1000-POE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIE1000-POE-MIB::cie1000PoeConfigInterfaceParamMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CIE1000-POE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIE1000-POE-MIB::cie1000PoeConfigInterfaceParamMode.<cie1000PoeConfigInterfaceParamIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CIE1000-POE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CIE1000-POE-MIB::cie1000PoeConfigInterfaceParamMode'
Syntax
- Source
- CIE1000poeModeType
- Base type
Enumeration
Values & Constraints
Type Values
0 | disable |
1 | poeDot3af |
2 | poePlusDot3at |