Describes a time range. When configuring an ACL rule, set its effective time. To do so, configurate a time range first. After the configuration, the effective time is specified by referencing the time range when an ACL rule is being configured.
An ACL time range can be a relative time range and an absolute time range.
The index of the table is hwTrngIndex.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.13.1.1.1.1 |
hwTrngIndex |
Integer32{(1,256)} |
not-accessible |
Uniquely identifies a time range. Range: 1-256 |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.13.1.1.1.2 |
hwTrngName |
OCTET STRING{(1,32)} |
read-create |
Indicates the character string of a time range name. It is used to identify different time ranges. The character string consists of 1-32 characters of letters and digits. No other characters can be included. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.13.1.1.1.3 |
hwTrngValidFlag |
INTEGER{true(1),false(2)} |
read-only |
Describes whether the current time range is valid, that is, whether the current time is within the specified time range. The value is an enumerated type and case sensitive, which can be: 1. true(1) -if the current time is within the specified time range, the value is true(1), which indicates validity. 2. false(2) -if the current time is not within the specified time range, the value is false(2), which indicates invalidity. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.13.1.1.1.4 |
hwTrngCreateRowStatus |
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 time range 3. destroy(6) -delete a time range It is used for adding or deleting a time range. To add a time range, you must bind hwTrngName and set hwTrngCreateRowStatus to createAndGo(4). To delete a time range, set hwTrngCreateRowStatus 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. |