HUAWEI-OLC-MIB: View SNMP OID List / Download MIB
VENDOR: HUAWEI
Home | MIB: HUAWEI-OLC-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).
|
|||
Object Name | OID | Type | Access | Info |
hwOverLoadControl | 1.3.6.1.4.1.2011.6.127 |
This MIB module provides certain configuration functions for the CPU overload control feature. The functions include the configuration of the mapping relation between the OLC queue and the priority, configuration and query of the attributes in the OLC queue, and configuration and query of the parameters of the system-level leaky bucket. The CPU overload control function is used for preventing the overuse of system resources of the device. This is to ensure that the interruption of all the service and the management failure of the NMS do not occur due to the overuse of CPU or other system resources. |
||
hwOverLoadControlQueue | 1.3.6.1.4.1.2011.6.127.1 | |||
hwOverLoadControlCosQueueMappingMask | 1.3.6.1.4.1.2011.6.127.1.1 | unsigned32 | read-write |
Indicate how the cos maps to the queue ID. Every four bits indicate the queue ID corresponding to one cos value. The range of the queue ID is from 0 to 7. bit value: bit31 bit0 0000 0000 0000 0000 0000 0000 0000 0000 cos value: cos7 cos6 cos5 cos4 cos3 cos2 cos1 cos0 DEFVAL { 1985229328 } |
hwOverLoadControlQueueWeight | 1.3.6.1.4.1.2011.6.127.1.2 | |||
hwOverLoadControlQueue0Weight | 1.3.6.1.4.1.2011.6.127.1.2.1 | unsigned32 | read-write |
The weight value of the 0th WRR queue. WRR (Weighted Round Robin) DEFVAL { 7 } |
hwOverLoadControlQueue1Weight | 1.3.6.1.4.1.2011.6.127.1.2.2 | unsigned32 | read-write |
The weight value of the 1st WRR queue. WRR (Weighted Round Robin) DEFVAL { 8 } |
hwOverLoadControlQueue2Weight | 1.3.6.1.4.1.2011.6.127.1.2.3 | unsigned32 | read-write |
The weight value of the 2nd WRR queue. WRR (Weighted Round Robin) DEFVAL { 9 } |
hwOverLoadControlQueue3Weight | 1.3.6.1.4.1.2011.6.127.1.2.4 | unsigned32 | read-write |
The weight value of the 3rd WRR queue. WRR (Weighted Round Robin) DEFVAL { 10 } |
hwOverLoadControlQueue4Weight | 1.3.6.1.4.1.2011.6.127.1.2.5 | unsigned32 | read-write |
The weight value of the 4th WRR queue. WRR (Weighted Round Robin) DEFVAL { 15 } |
hwOverLoadControlQueue5Weight | 1.3.6.1.4.1.2011.6.127.1.2.6 | unsigned32 | read-write |
The weight value of the 5th WRR queue. WRR (Weighted Round Robin) DEFVAL { 16 } |
hwOverLoadControlQueue6Weight | 1.3.6.1.4.1.2011.6.127.1.2.7 | unsigned32 | read-write |
The weight value of the 6th WRR queue. WRR (Weighted Round Robin) DEFVAL { 17 } |
hwOverLoadControlQueue7Weight | 1.3.6.1.4.1.2011.6.127.1.2.8 | unsigned32 | read-write |
The weight value of the 7th WRR queue. WRR (Weighted Round Robin) DEFVAL { 18 } |
hwOverLoadControlQueueParaTable | 1.3.6.1.4.1.2011.6.127.1.3 | no-access |
Olc wrr queues parameter table. It is used for configuring and querying the number of messages of 0-7 OLC queues, and the counts of tail drops and queue back pressures. The index of this table is hwOverLoadControlQueueID. |
|
1.3.6.1.4.1.2011.6.127.1.3.1 | no-access |
Olc wrr queues parameter table. It is used for configuring and querying the number of messages of 0-7 OLC queues, and the counts of tail drops and queue back pressures. The index of this entry is hwOverLoadControlQueueID. |
||
hwOverLoadControlQueueID | 1.3.6.1.4.1.2011.6.127.1.3.1.1 | unsigned32 | no-access |
Olc wrr queue ID. |
hwOverLoadControlQueueMsgNum | 1.3.6.1.4.1.2011.6.127.1.3.1.2 | unsigned32 | read-only |
The number of Olc wrr queue messages, the number of messages currently buffered in the queue. |
hwOverLoadControlQueueDiscardCount | 1.3.6.1.4.1.2011.6.127.1.3.1.3 | counter32 | read-only |
Olc wrr queue discard-count, the count of messages discarded because the queue is full. |
hwOverLoadControlQueueSuppressCount | 1.3.6.1.4.1.2011.6.127.1.3.1.4 | counter32 | read-only |
Olc queue suppression count, the count of queue suppressed because the system is busy. |
hwOverLoadControlPara | 1.3.6.1.4.1.2011.6.127.2 | |||
hwOverLoadControlThreshold1 | 1.3.6.1.4.1.2011.6.127.2.1 | unsigned32 | read-write |
It indicates the level-1 threshold of the system-level leaky bucket. The overload control is implemented through the leak rate reduction, which starts when the CPU usage exceeds the level-1 threshold. DEFVAL { 80 } |
hwOverLoadControlThreshold2 | 1.3.6.1.4.1.2011.6.127.2.2 | unsigned32 | read-write |
It indicates the level-2 threshold of the system-level leaky bucket. When the CPU usage exceeds the level-2 threshold, the overload control is implemented according to the minimum traffic. The configured level-2 threshold of the system-level leaky bucket must be higher than the level-1 threshold of the system-level leaky bucket. DEFVAL { 90 } |
hwOverLoadControlAdjustFactor | 1.3.6.1.4.1.2011.6.127.2.3 | unsigned32 | read-write |
Olc system leakbucket adjust factor, means how long(units:second) can CPU overload be controlled. DEFVAL { 20 } |