a3ComPollAction
A3COM-SWITCHING-SYSTEMS-POLL-MIB ·
.1.3.6.1.4.1.43.29.4.22.1.1.18
Object
column mandatory
r/w
Enumeration
This object is the trigger for initiating, stopping, resetting and destroying a poll entry. In order to read the current status of an entry, a3ComPollReport is the object to be queried. If reset(4) action is requested, the poll entry will unconditionally be moved to the idle(1) state and all objects, except for the pollAddress and pollAddressType will be set to initial values. Another object that is not affected by reset(4) is the owner object. Activating an entry that is in the busy(2) state has no effect.
Context
- MIB
- A3COM-SWITCHING-SYSTEMS-POLL-MIB
- OID
.1.3.6.1.4.1.43.29.4.22.1.1.18- Type
- column
- Access
- readwrite
- 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::a3ComPollAction'
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::a3ComPollAction.<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::a3ComPollAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noop |
2 | activate |
3 | deactivate |
4 | reset |
5 | destroy |