TPLINK-QOS-MIB

File: TPLINK-QOS-MIB.mib (10815 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RFC1213-MIB
TPLINK-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY DisplayString
ifIndex tplinkMgmt

Defined Types

TpQosBasicConfigEntry  
SEQUENCE    
  tpQosBasicConfigPort DisplayString
  tpQosBasicConfigPri INTEGER
  tpQosBasicConfigLag OCTET STRING Size(1..255)

TpQosSchedulerWeightEntry  
SEQUENCE    
  tpQosSchedulerTc INTEGER
  tpQosSchedulerWeight INTEGER

TpQos8021pEntry  
SEQUENCE    
  tpQos8021pPriTag INTEGER
  tpQos8021pPriLevel INTEGER

TpQosDSCPEntry  
SEQUENCE    
  tpQosDSCPPriTag INTEGER
  tpQosDSCPPriLevel INTEGER

Defined Values

tplinkQosMIB 1.3.6.1.4.1.11863.6.22
Private MIB for system time configuration.
MODULE-IDENTITY    

tplinkQosMIBObjects 1.3.6.1.4.1.11863.6.22.1
OBJECT IDENTIFIER    

tplinkQosNotifications 1.3.6.1.4.1.11863.6.22.2
OBJECT IDENTIFIER    

tplinkQosBasicConfig 1.3.6.1.4.1.11863.6.22.1.1
OBJECT IDENTIFIER    

tplinkQosScheduler 1.3.6.1.4.1.11863.6.22.1.2
OBJECT IDENTIFIER    

tplinkQos8021p 1.3.6.1.4.1.11863.6.22.1.3
OBJECT IDENTIFIER    

tplinkQosDSCP 1.3.6.1.4.1.11863.6.22.1.4
OBJECT IDENTIFIER    

tpQosBasicConfigTable 1.3.6.1.4.1.11863.6.22.1.1.1
A list of qos basic config entries. Here you can configure the port priority.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TpQosBasicConfigEntry

tpQosBasicConfigEntry 1.3.6.1.4.1.11863.6.22.1.1.1.1
An entry contains of the information of qos basic config.
Status: current Access: not-accessible
OBJECT-TYPE    
  TpQosBasicConfigEntry  

tpQosBasicConfigPort 1.3.6.1.4.1.11863.6.22.1.1.1.1.1
The physical port number of the switch.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

tpQosBasicConfigPri 1.3.6.1.4.1.11863.6.22.1.1.1.1.2
0. Cos0 1. Cos1 2. Cos2 3. Cos3 4. Cos4 5. Cos5 6. Cos6 7. Cos7 Specify the priority for the port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER cos0(0), cos1(1), cos2(2), cos3(3), cos4(4), cos5(5), cos6(6), cos7(7)  

tpQosBasicConfigLag 1.3.6.1.4.1.11863.6.22.1.1.1.1.3
The LAG number which the port belongs to.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..255)  

tpQosSchedulerConfig 1.3.6.1.4.1.11863.6.22.1.2.1
Here you can select the schedule mode for the switch. 0. SP-Mode: Strict-Priority Mode. In this mode, the queue with higher priority will occupy the whole bandwidth. Packets in the queue with lower priority are sent only when the queue with higher priority is empty. 1. WRR-Mode: Weight Round Robin Mode. In this mode, packets in all the queues are sent in order based on the weight value for each queue. You can also config the TC queues' weight with values 1-127. 2. SP+WRR-Mode: Strict-Priority + Weight Round Robin Mode. In this mode, this switch provides two scheduling groups, SP group and WRR group. Queues in SP group and WRR group are scheduled strictly based on strict-priority mode while the queues inside WRR group follow the WRR mode. In SP+WRR mode, the largest TC queue is in the SP group and the others belong to the WRR group and You can also config the TC queues' weight with values 0-127, value 0 means this TC queue is in SP group. In this way, when scheduling queues, the switch allows TC queues in SP group to occupy the whole bandwidth following the SP mode and the other TC queues in the WRR group will take up the bandwidth according to their ratio. 3. Equ-Mode: Equal-Mode. In this mode, all the queues occupy the bandwidth equally.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER sp-mode(0), wrr-mode(1), sp-wrr-mode(2), equ-mode(3)  

tpQosSchedulerWeightTable 1.3.6.1.4.1.11863.6.22.1.2.2
A table of the information of qos scheduler queue weight.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TpQosSchedulerWeightEntry

tpQosSchedulerWeightEntry 1.3.6.1.4.1.11863.6.22.1.2.2.1
An entry contains of the information of qos scheduler queue weight config.
Status: current Access: not-accessible
OBJECT-TYPE    
  TpQosSchedulerWeightEntry  

tpQosSchedulerTc 1.3.6.1.4.1.11863.6.22.1.2.2.1.1
Indicates the priority level the packets go egress. The priority levels are labeled as TC.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER tc0(0), tc1(1), tc2(2), tc3(3), tc4(4), tc5(5), tc6(6), tc7(7)  

tpQosSchedulerWeight 1.3.6.1.4.1.11863.6.22.1.2.2.1.2
Indecates the egress queue weight value. The value ranges from 0 to 127.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..127  

tpQos8021pTable 1.3.6.1.4.1.11863.6.22.1.3.2
A list of qos 8021p entries. Here you can configure 802.1P Priority.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TpQos8021pEntry

tpQos8021pEntry 1.3.6.1.4.1.11863.6.22.1.3.2.1
An entry contains of the information of qos 8021p.
Status: current Access: not-accessible
OBJECT-TYPE    
  TpQos8021pEntry  

tpQos8021pPriTag 1.3.6.1.4.1.11863.6.22.1.3.2.1.1
Indicates the precedence level defined by IEEE802.1P.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpQos8021pPriLevel 1.3.6.1.4.1.11863.6.22.1.3.2.1.2
Indicates the priority level the packets with tag are mapped to. The priority levels are labeled as TC.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER tc0(0), tc1(1), tc2(2), tc3(3), tc4(4), tc5(5), tc6(6), tc7(7)  

tpQosDSCPEnable 1.3.6.1.4.1.11863.6.22.1.4.1
0. disable 1. enable Here you can enable or disable DSCP Priority.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

tpQosDSCPTable 1.3.6.1.4.1.11863.6.22.1.4.2
A list of qos DSCP entries. Here you can configure DSCP Priority.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TpQosDSCPEntry

tpQosDSCPEntry 1.3.6.1.4.1.11863.6.22.1.4.2.1
An entry contains of the information of qos DSCP.
Status: current Access: not-accessible
OBJECT-TYPE    
  TpQosDSCPEntry  

tpQosDSCPPriTag 1.3.6.1.4.1.11863.6.22.1.4.2.1.1
Indicates the priority determined by the DS region of IP datagram. It ranges from 0 to 63.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpQosDSCPPriLevel 1.3.6.1.4.1.11863.6.22.1.4.2.1.2
Indicates the priority level the packets with tag are mapped to. The priority levels are labeled as cos0 - cos7.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER cos0(0), cos1(1), cos2(2), cos3(3), cos4(4), cos5(5), cos6(6), cos7(7)