dpTimeRangeProfileEndDayOfWeek
DLINKPRIME-TIME-RANGE-MIB ·
.1.3.6.1.4.1.171.15.24.1.1.1.6
Object
column Enumeration
This object indicates the end day of week of the entry. This object is meaningful when dpTimeRangeProfilePeriodType is 'weekly'. If dpTimeRangeProfilePeriodType is not 'weekly', this object is set to 'notApplicable'.
Context
- MIB
- DLINKPRIME-TIME-RANGE-MIB
- OID
.1.3.6.1.4.1.171.15.24.1.1.1.6- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- dpTimeRangeProfileEntry
Net-SNMP examples
How SNMP and these commands workWalk 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 'DLINKPRIME-TIME-RANGE-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DLINKPRIME-TIME-RANGE-MIB::dpTimeRangeProfileEndDayOfWeek'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DLINKPRIME-TIME-RANGE-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DLINKPRIME-TIME-RANGE-MIB::dpTimeRangeProfileEndDayOfWeek.<dpTimeRangeProfileName>.<dpTimeRangeProfilePeriodType>.<dpTimeRangeProfileStartDayOfWeek>.<dpTimeRangeProfileStartHour>.<dpTimeRangeProfileStartMinute>.<dpTimeRangeProfileEndDayOfWeek>.<dpTimeRangeProfileEndHour>.<dpTimeRangeProfileEndMinute>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DLINKPRIME-TIME-RANGE-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DLINKPRIME-TIME-RANGE-MIB::dpTimeRangeProfileEndDayOfWeek'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | sunday |
2 | monday |
3 | tuesday |
4 | wednesday |
5 | thursday |
6 | friday |
7 | saturday |
8 | notApplicable |