Index |
Unique interface index |
Type |
This object defines the queueing and scheduling algorithm used on the related interface, possible values: pq(1) = priority queueing wrr(2) = weighted round-robin scheduling wfq(3) = weighted fair queuing scheduling disable(8) = disable this entry delete(9) = delete this entry. Enumerations: - pq (1)
- wrr (2)
- wfq (3)
- disabled (8)
- delete (9)
|
MaxTxRate |
This object enables traffic shaping on the related interface, if set to zero (0) there is no shaping active. Otherwise this variable defines the maximum amount of bits per second to be transmitted. |
TxRatePerVoipCall |
Determines the amount of bandwidth (in bits per second) reserved dynamically by the QoS-scheduler for each accounted VoIP call (see qosIfStatCurrVoipCalls) in order to minimize latency / jitter for this type of data. |
TxHeaderSize |
Number of (lower layer protocol header) bytes per packet to be considered when calculating the bandwidth consumption. Range: 0 to 100 |
TxEncapOffset |
Number of protocol header bytes per packet to be considered when calculating the bandwidth consumption. Range: 0 to 100 |
TxEncapMaxPadding |
The maximum number of padding bytes per packet to be considered when calculating the bandwidth consumption. Note that the calcluation is done after adding qosIfTxEncapOffset bytes but before adding qosIfTxHeaderSize finally. Range: 0 to 100 |