a3ComPollTableActionAll
A3COM-SWITCHING-SYSTEMS-POLL-MIB ·
.1.3.6.1.4.1.43.29.4.22.4
Object
scalar mandatory
r/w
Enumeration
This object works exactly as a3ComPollAction, except that it affects every entry in the table, in one snmp transaction. If a3ComPollTableActionAll is called with destroy(5), the table is purged.
Context
- MIB
- A3COM-SWITCHING-SYSTEMS-POLL-MIB
- OID
.1.3.6.1.4.1.43.29.4.22.4- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- a3ComPoll
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar 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::a3ComPollTableActionAll.0'
More examples
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::a3ComPollTableActionAll'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noop |
2 | activate |
3 | deactivate |
4 | reset |
5 | destroy |