Saturday, September 8, 2007

QoS | Weighted Fair Queueing

a dynamic scheduling method for fair bandwidth allocation to all network traffic.

Four type of WFQ :
- Flow-based WFQ
- Flow-based Distributed WFQ (DWFQ)
- Class-based WFQ
- Class-based Distributed WFQ

Distributed just run on versatile interface processor (VIP) for faster performance and a route switch processor (RSP).

Example simple implement WFQ :

#config interface to WFQ
(config-if) fair-queue


#verify
show interface INT
...
queueing strategy: weighted fair
...

No comments: