Describes an absolute time range. An absolute time range refers to the time range without a period. The time range is active from the specified start time and date to the end time and date. Otherwise, the time range is inactive.
The indexes of the table are hwTrngAbsoluteNameIndex, hwTrngAbsoluteSubIndex.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.13.1.2.1.1 |
hwTrngAbsoluteNameIndex |
Integer32{(1,256)} |
not-accessible |
Uniquely identifies a 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.2.1.2 |
hwTrngAbsoluteSubIndex |
Integer32{(1,12)} |
not-accessible |
Uniquely identifies an absolute time range. Range: 1-12 |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.13.1.2.1.3 |
hwTimerangeAbsoluteStartTime |
OCTET STRING{(8,8),(11,11)} |
read-create |
Indicates the start time of an absolute time range. It is an 8-byte hexadecimal numeral, where, the first two bytes indicate the year, the third byte indicates the month, the fourth byte indicates the day, the fifth byte indicates the hour, the six byte indicates the minute, and the seventh and eighth digits are reserved, which are filled in 0. For example, if the start time is 2010-1-10,8:10, the value is presented as 0x07 0xDA 0x01 0x0A 0x08 0x0A 0x00 0x00. The time range that the device can identify is 1970/01/01 00:00-2099/12/31 23:59. Therefore, the time value must be within the time range. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.13.1.2.1.4 |
hwTimerangeAbsoluteEndTime |
OCTET STRING{(8,8),(11,11)} |
read-create |
Indicates the end time of an absolute time range. The format is the same as that of hwTrngAbsoluteStartTime. The value of the end time must be larger than that of the start time. If the value is not specified, the system uses 2099/12/31 23:59 by default. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.13.1.2.1.5 |
hwTimerangeAbsolueRowStatus |
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 an absolute time range 3. destroy(6) -delete an absolute time range It is used for adding or deleting an absolute time range. To add an absolute time range, enter hwTrngAbsoluteStartTime and set hwTrngAbsolueRowStatus to createAndGo(4). hwTrngAbsoluteEndTime is optional. To delete an absolute 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. |