snmpTrapRowStatus
A3COM0012-TRAPTABLE2 ·
.1.3.6.1.4.1.43.10.10.2.1.7
Object
column mandatory
r/w
Enumeration
The SNMPv2 RowStatus convention.
Notes: Because this is such a simple table:- 1) Writing any data to a destroyed
row, changes its state to active. 2) There is no notReady or notInService state.
Each row is either active or destroyed.
Context
- MIB
- A3COM0012-TRAPTABLE2
- OID
.1.3.6.1.4.1.43.10.10.2.1.7- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- snmpTrapEntry
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 'A3COM0012-TRAPTABLE2' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM0012-TRAPTABLE2::snmpTrapRowStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A3COM0012-TRAPTABLE2' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM0012-TRAPTABLE2::snmpTrapRowStatus.<snmpTrapIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3COM0012-TRAPTABLE2' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3COM0012-TRAPTABLE2::snmpTrapRowStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
2 | notInService |
3 | notReady |
4 | createAndGo |
5 | createAndWait |
6 | destroy |