timeRangePeriodicEndDaysOfTheWeek

ECS4620-MIB · .1.3.6.1.4.1.259.10.1.41.1.61.2.1.5

Object

column r/w Enumeration
Specifies the end days-of-the-week of the periodic time-range entry.
1.	If the start days-of-the-week is set to Sunday, Monday... or Saturday
   then the end days-of-the-week shall be set to Sunday, Monday..., or Saturday.
   1-1. If the start time is equal to the end time (for example: 09:00 - 09:00), 
        it means that the rule is active in the whole day.
   1-2. If the end time is prior to the start time (for example: 05:00 - 01:00), 
        it means that the rule is inactive from 01:01 to 04:59.
2.	If the start days-of-the-week is set to Daily, Weekdays, or Weekend, 
   then the end days-of-the-week shall be set the same as start, 
   and the start time shall be before the end time.

Context

MIB
ECS4620-MIB
OID
.1.3.6.1.4.1.259.10.1.41.1.61.2.1.5
Type
column
Access
readwrite
Status
current
Parent
timeRangePeriodicEntry

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 'ECS4620-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4620-MIB::timeRangePeriodicEndDaysOfTheWeek'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ECS4620-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4620-MIB::timeRangePeriodicEndDaysOfTheWeek.<timeRangePeriodicTimeRangeIndex>.<timeRangePeriodicStartDaysOfTheWeek>.<timeRangePeriodicStartHours>.<timeRangePeriodicStartMinutes>.<timeRangePeriodicEndDaysOfTheWeek>.<timeRangePeriodicEndHours>.<timeRangePeriodicEndMinutes>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ECS4620-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ECS4620-MIB::timeRangePeriodicEndDaysOfTheWeek'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0sunday
1monday
2tuesday
3wednesday
4thursday
5friday
6saturday
7daily
8weekdays
9weekend