eqlApplianceDnsServerTransactionState

EQLAPPLIANCE-MIB · .1.3.6.1.4.1.12740.17.1.39.1.5

Object

column r/w Enumeration
This field denotes the transaction state of the operations on the eqlApplianceDnsServerTable.
To accumulate multiple create/destroy op into a single transaction, the TransactionState
in the first row should be configStart and the TransactionState of the last row should be
configCommit and middle rows should be configInProgress.  configStartCommit would indicate
a single row in the transaction.  singleOp is the same as configStartCommit but comes from
an SNMP manager that didn't use TransactionState

Context

MIB
EQLAPPLIANCE-MIB
OID
.1.3.6.1.4.1.12740.17.1.39.1.5
Type
column
Access
readwrite
Status
current
Parent
eqlApplianceDnsServerEntry

Walk 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 'EQLAPPLIANCE-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EQLAPPLIANCE-MIB::eqlApplianceDnsServerTransactionState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EQLAPPLIANCE-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EQLAPPLIANCE-MIB::eqlApplianceDnsServerTransactionState.<eqlApplianceIndex>.<eqlApplianceDnsServerIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EQLAPPLIANCE-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EQLAPPLIANCE-MIB::eqlApplianceDnsServerTransactionState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0singleOp
1configStart
2configInProgress
3configCommit
4configStartCommit