snmpTargetAddrRetryCount

SNMP-TARGET-MIB · .1.3.6.1.6.3.12.1.2.1.5

Object

column r/w Integer32
This object specifies a default number of retries to be
attempted when a response is not received for a generated
message.  An application may provide its own retry count,
in which case the value of this object is ignored.

Context

MIB
SNMP-TARGET-MIB
OID
.1.3.6.1.6.3.12.1.2.1.5
Type
column
Access
readwrite
Status
current
Parent
snmpTargetAddrEntry
Groups
1

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

Syntax

Integer32

Values & Constraints

Object Constraints
range: 0-255

Conformance