portPDPowerSourceCheck
ECS4510-12PD-MIB ·
.1.3.6.1.4.1.259.10.1.37.1.2.13.1.4
Object
column r/w
Enumeration
A value of none(0) represents no support for power source check. A value of on(1) will enable the power souce check. A value of off(2) will disable the power souce check.
Context
- MIB
- ECS4510-12PD-MIB
- OID
.1.3.6.1.4.1.259.10.1.37.1.2.13.1.4- Type
- column
- Access
- readwrite
- 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::portPDPowerSourceCheck'
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::portPDPowerSourceCheck.<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::portPDPowerSourceCheck'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | on |
2 | off |