portPDMode
ECS4510-12PD-MIB ·
.1.3.6.1.4.1.259.10.1.37.1.2.13.1.3
Object
column Enumeration
Indicates the operation mode of link partner connected to the powered device port. None for non PSE link partner, af for link partner is working on 802.3af, at for 802.3at.
Context
- MIB
- ECS4510-12PD-MIB
- OID
.1.3.6.1.4.1.259.10.1.37.1.2.13.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- portPDEntry
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 'ECS4510-12PD-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4510-12PD-MIB::portPDMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ECS4510-12PD-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4510-12PD-MIB::portPDMode.<portPDIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ECS4510-12PD-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ECS4510-12PD-MIB::portPDMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | af |
2 | at |