Describes a relative time range. A relative time range refers to the time range with a period. When a time range is already created, only the specific time is specified but the date is set to a day from Monday to Sunday. The time range is active at the specified time and date. Otherwise, the time range is inactive.
The indexes of the table are hwTrngPeriodicNameIndex, hwTrngPeriodicSubIndex.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.13.1.3.1.1 |
hwTrngPeriodicNameIndex |
Integer32{(1,256)} |
not-accessible |
Uniquely identifies a relative time range. Range: 1-256 The specified time range must be created in hwTrngCreateTimerangeTable. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.13.1.3.1.2 |
hwTrngPeriodicSubIndex |
Integer32{(1,32)} |
not-accessible |
Uniquely identifies a relative time range. Range: 1-32 |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.13.1.3.1.3 |
hwTrngPeriodicDayofWeek |
Integer32{(0,127)} |
read-create |
Indicates the day of week within the periodic time range. The values are as follows: Sunday: 0x01 Monday: 0x02 Tuesday: 0x04 Wednesday: 0x08 Thursday: 0x10 Friday: 0x20 Saturday: 0x40 If the value is set to Sunday and Monday, perform the | operation to the values of Sunday and Monday, and the value is 0x03, and so on. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.13.1.3.1.4 |
hwTimerangePeriodicStartTime |
OCTET STRING{(8,8),(11,11)} |
read-create |
Indicates the start time of a periodic time range. The format is the same as that of hwTrngAbsoluteStartTime in hwTrngAbsoluteTable. The periodic time needs only the hour and minute values, and thus only the fifth and sixth bytes are used, where, the fifth byte indicates the hour value of the start time and the sixth byte indicates the minute value. Other bytes are reserved and are filled in 0. For example, if the start time is 08:30, the value is presented as 0x00 0x00 0x00 0x00 0x08 0x1E 0x00 0x00. The time must be from 00:00 to 24:00. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.13.1.3.1.5 |
hwTimerangePeriodicEndTime |
OCTET STRING{(8,8),(11,11)} |
read-create |
Indicates the end time of a periodic time range. The format is the same as that of hwTrngPeriodicStartTime. The value of the end time must be larger than that of the start time. The value must be from 00:00 to 24:00. The 7th byte is used only in the case of 23: 59: 60 to indicate the time 24: 00. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.13.1.3.1.6 |
hwTimerangePeriodicRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
Indicates the row status. The value is an enumerated type and case sensitive, which can be: 1. active(1) -when this leaf is queried, the value is fixed to active(1). 2. createAndGo(4) -add a relative time range 3. destroy(6) -delete a relative time range It is used for adding or deleting a relative time range. To add a relative time range, enter hwTrngPeriodicStartTime and hwTrngPeriodicEndTime, and set hwTrngPeriodicRowStatus to createAndGo(4). To delete a relative time range, set hwTrngAbsolueRowStatus to destroy(6). When this leaf is queried, the value is fixed to active(1). |
This object is implemented as defined in the corresponding MIB files. |