hm2PoeMgmtPortDetectionStatus
HM2-POE-MIB ·
.1.3.6.1.4.1.248.11.12.1.1.3.1.3
Object
column Enumeration
Describes the operational status of the port PD detection. A value of disabled(1)- indicates that the PSE State diagram is in the state DISABLED. A value of deliveringPower(3) - indicates that the PSE State diagram is in the state POWER_ON. A value of fault(4) - indicates that the PSE State diagram is in the state TEST_ERROR. A value of test(5) - indicates that the PSE State diagram is in the state TEST_MODE. A value of otherFault(6) - indicates that the PSE State diagram is in the state IDLE due to the variable error_conditions. A value of searching(2)- indicates the PSE State diagram is in a state other than those listed above.
Context
- MIB
- HM2-POE-MIB
- OID
.1.3.6.1.4.1.248.11.12.1.1.3.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hm2PoeMgmtPortEntry
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 'HM2-POE-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HM2-POE-MIB::hm2PoeMgmtPortDetectionStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HM2-POE-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HM2-POE-MIB::hm2PoeMgmtPortDetectionStatus.<hm2IfacePhysIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HM2-POE-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HM2-POE-MIB::hm2PoeMgmtPortDetectionStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disabled |
2 | searching |
3 | deliveringPower |
4 | fault |
5 | test |
6 | otherFault |