myPingIndex

MY-PING-MIB · .1.3.6.1.4.1.4881.1.1.10.2.3.1.1.1.1

Object

column Integer32
Object which specifies a unique entry in the
myPingTable.  A management station wishing
to initiate a ping operation should use a
pseudo-random value for this object when creating
or modifying an instance of a myPingEntry.
The RowStatus semantics of the myPingEntryStatus
object will prevent access conflicts.

Context

MIB
MY-PING-MIB
OID
.1.3.6.1.4.1.4881.1.1.10.2.3.1.1.1.1
Type
column
Access
readonly
Status
current
Parent
myPingEntry
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 'MY-PING-MIB' -M '/opt/observium/mibs/ruijie:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MY-PING-MIB::myPingIndex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MY-PING-MIB' -M '/opt/observium/mibs/ruijie:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MY-PING-MIB::myPingIndex.<myPingIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MY-PING-MIB' -M '/opt/observium/mibs/ruijie:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MY-PING-MIB::myPingIndex'

Syntax

Integer32

Values & Constraints

Object Constraints
range: 1-2147483647

Conformance