rttMonGrpScheduleAdminProbes

CISCO-RTTMON-MIB · .1.3.6.1.4.1.9.9.42.1.2.14.1.2

Object

column r/w OctetString
A string which holds the different probes which are to be
group scheduled. The probes can be specified in the following
forms.
(a) Individual ID's with comma separated as 23,45,34.
(b) Range form including hyphens with multiple ranges being
    separated by a comma as 1-10,12-34.
(c) Mix of the above two forms as 1,2,4-10,12,15,19-25.
              
Any whitespace in the string is considered an error. Duplicates
and overlapping ranges as an example 1,2,3,2-10 are considered
fine. For a single range like 1-20 the upper value (in this
example 20) must be greater than lower value (1), otherwise it's
treated as an error. The agent will not normalize the list e.g.,
it will not change 1,2,1-10 or even 1,2,3,4,5,6.. to 1-10.

Context

MIB
CISCO-RTTMON-MIB
OID
.1.3.6.1.4.1.9.9.42.1.2.14.1.2
Type
column
Access
readwrite
Status
current
Parent
rttMonGrpScheduleAdminEntry
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 'CISCO-RTTMON-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-RTTMON-MIB::rttMonGrpScheduleAdminProbes'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-RTTMON-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-RTTMON-MIB::rttMonGrpScheduleAdminProbes.<rttMonGrpScheduleAdminIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-RTTMON-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-RTTMON-MIB::rttMonGrpScheduleAdminProbes'

Syntax

OctetString

Values & Constraints

Object Constraints
range: 0-200

Conformance