HUAWEI-TRNG-MIB: View SNMP OID List / Download MIB

VENDOR: HUAWEI


 Home MIB: HUAWEI-TRNG-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 hwTRNG 1.3.6.1.4.1.2011.5.25.13
The mib is used for configuring time range. When configuring the ACL rule, if you need to specify the time for the ACL rule to take effect, you need to run this command to configure a time range before specifying the time. After that, you can specify the time for an ACL to take effect by referring the time range name when configuring the ACL rule.
       hwTRNGMibObjects 1.3.6.1.4.1.2011.5.25.13.1
           hwTrngCreateTimerangeTable 1.3.6.1.4.1.2011.5.25.13.1.1 no-access
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 this table is hwTrngIndex.
               hwTrngCreateTimerangeEntry 1.3.6.1.4.1.2011.5.25.13.1.1.1 no-access
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 this entry is hwTrngIndex.
                   hwTrngIndex 1.3.6.1.4.1.2011.5.25.13.1.1.1.1 integer32 no-access
Uniquely identifies a time range. Range: 1-256
                   hwTrngName 1.3.6.1.4.1.2011.5.25.13.1.1.1.2 octet string read-only
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.
                   hwTrngValidFlag 1.3.6.1.4.1.2011.5.25.13.1.1.1.3 truthvalue read-only
Describes whether the current time range is valid, that is, whether the current time is within the specified time range. Options: 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.
                   hwTrngCreateRowStatus 1.3.6.1.4.1.2011.5.25.13.1.1.1.4 rowstatus read-only
Indicates the row status. Options: 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).
           hwTrngAbsoluteTable 1.3.6.1.4.1.2011.5.25.13.1.2 no-access
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 this table are hwTrngAbsoluteNameIndex and hwTrngAbsoluteSubIndex.
               hwTrngAbsoluteEntry 1.3.6.1.4.1.2011.5.25.13.1.2.1 no-access
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 this entry are hwTrngAbsoluteNameIndex and hwTrngAbsoluteSubIndex.
                   hwTrngAbsoluteNameIndex 1.3.6.1.4.1.2011.5.25.13.1.2.1.1 integer32 no-access
Uniquely identifies a time range. Range: 1-256 The specified time range must be created in hwTrngCreateTimerangeTable.
                   hwTrngAbsoluteSubIndex 1.3.6.1.4.1.2011.5.25.13.1.2.1.2 integer32 no-access
Uniquely identifies an absolute time range. Range: 1-12
                   hwTimerangeAbsoluteStartTime 1.3.6.1.4.1.2011.5.25.13.1.2.1.3 dateandtime read-only
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.
                   hwTimerangeAbsoluteEndTime 1.3.6.1.4.1.2011.5.25.13.1.2.1.4 dateandtime read-only
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.
                   hwTimerangeAbsolueRowStatus 1.3.6.1.4.1.2011.5.25.13.1.2.1.5 rowstatus read-only
Indicates the row status. Options: 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).
           hwTrngPeriodicTable 1.3.6.1.4.1.2011.5.25.13.1.3 no-access
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 this table are hwTrngPeriodicNameIndex and hwTrngPeriodicSubIndex.
               hwTrngPeriodicEntry 1.3.6.1.4.1.2011.5.25.13.1.3.1 no-access
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 this entry are hwTrngPeriodicNameIndex and hwTrngPeriodicSubIndex.
                   hwTrngPeriodicNameIndex 1.3.6.1.4.1.2011.5.25.13.1.3.1.1 integer32 no-access
Uniquely identifies a relative time range. Range: 1-256 The specified time range must be created in hwTrngCreateTimerangeTable.
                   hwTrngPeriodicSubIndex 1.3.6.1.4.1.2011.5.25.13.1.3.1.2 integer32 no-access
Uniquely identifies a relative time range. Range: 1-32
                   hwTrngPeriodicDayofWeek 1.3.6.1.4.1.2011.5.25.13.1.3.1.3 integer32 read-only
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.
                   hwTimerangePeriodicStartTime 1.3.6.1.4.1.2011.5.25.13.1.3.1.4 dateandtime read-only
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.
                   hwTimerangePeriodicEndTime 1.3.6.1.4.1.2011.5.25.13.1.3.1.5 dateandtime read-only
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.
                   hwTimerangePeriodicRowStatus 1.3.6.1.4.1.2011.5.25.13.1.3.1.6 rowstatus read-only
Indicates the row status. Options: 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).
       hwTRNGMibConformance 1.3.6.1.4.1.2011.5.25.13.3
           hwTRNGMibCompliances 1.3.6.1.4.1.2011.5.25.13.3.1
               hwTRNGMibCompliance 1.3.6.1.4.1.2011.5.25.13.3.1.1
The compliance statement for entities which implement the Huawei Time-range MIB.
           hwTRNGMibGroups 1.3.6.1.4.1.2011.5.25.13.3.2
               hwTRNGGroup 1.3.6.1.4.1.2011.5.25.13.3.2.1
A collection of objects providing mandatory time-range information.