dailyTimeRange

MX-EMS-MIB · .0.4700.1.150.200

Object

scalar r/w OctetString
Daily Time Range
          
Expression defining the specific time or a time range into
which a daily timer will be triggered. If a range is
specified, the timer will trigger randomly within that range.
          
The syntax is: hh[:mm[:ss]][ - hh[:mm[:ss]]]
          
  * hh specifies the hour within the day in local time.
    Possible values are 0 to 23.
  * mm specifies the minute within the hour. Possible values
    are 0 to 59.
  * ss specifies the second within the minute. Possible values
    are 0 to 59.
  * The square braces indicate the optional parts of the
    expression.
  * The spaces around the hyphen are optional.
  * The second part, i.e. [ - hh[:mm[:ss]]] is optional. If
    omited, the expression specifies a specific time instead
    of a range.
          
Examples:
          
  * 10 - 15: The timer will trigger at a random time between
    10:00 and 15:00 every day.
  * 11:10 - 11:15: The timer will trigger at a random time
    between 11:10 and 11:15 every day.
  * 23:30 - 00:30: The timer will trigger at a random time
    between 23:30 and 00:30 every day.
  * 14:10: The timer will trigger at 14:10 every day.

Context

MIB
MX-EMS-MIB
OID
.0.4700.1.150.200
Type
scalar
Access
readwrite
Status
current
Parent
timersGroup

Scalars have one instance, identified by the .0 suffix.

Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-EMS-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-EMS-MIB::dailyTimeRange.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-EMS-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-EMS-MIB::dailyTimeRange'

Syntax

OctetString

Values & Constraints

Object Constraints
range: 0-30