a3ComPollReport
A3COM-SWITCHING-SYSTEMS-POLL-MIB ·
.1.3.6.1.4.1.43.29.4.22.1.1.17
Object
column mandatory
Enumeration
This integer contains the current status of the poll entry. When the state changes from busy to any other, the entry is no longer active. In situations where the a3ComPollCount field is set to continuous(0), this object will normally be set to busy(2) upon successful activation.
Context
- MIB
- A3COM-SWITCHING-SYSTEMS-POLL-MIB
- OID
.1.3.6.1.4.1.43.29.4.22.1.1.17- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- a3ComPollEntry
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 'A3COM-SWITCHING-SYSTEMS-POLL-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM-SWITCHING-SYSTEMS-POLL-MIB::a3ComPollReport'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A3COM-SWITCHING-SYSTEMS-POLL-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM-SWITCHING-SYSTEMS-POLL-MIB::a3ComPollReport.<a3ComPollIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3COM-SWITCHING-SYSTEMS-POLL-MIB' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3COM-SWITCHING-SYSTEMS-POLL-MIB::a3ComPollReport'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | busy |
3 | badArgument |
4 | noResource |
5 | nameLookupFailed |
6 | hostAlive |
7 | hostUnreachable |
8 | hostNotResponding |