WFQ Flashcards

1
Q

Where is WFQ used by default?

A

On slow speed interfaces < 2,048Kbps.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How are queues allocated?

A

A queue is allocated for each flow up to 256 flows by default.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which value is used to provide weighting for WFQ?

A

IP Precedence values are used.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How does WFQ differ from FQ?

A

FQ prioritises based on packet size alone whereas WFQ considers the IP Precedence value also.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the formula used by WFQ to schedule packets?

A

Packets are scheduled by sequence numbers (lowest sent first). The sequence number is the weight of the packet multiplied by the number of bytes.

Weight = 32384 / (IP Precedence + 1).

Sequence number for a 96 byte packet with IP Precedence 5 is:

32384 / (5+1) * 96 = 518144.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the congestive discard threshold?

A

The number of packets that can be held in a queue i.e. the max queue depth.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the default congestive discard threshold?

A

64.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the default number of dynamic queues?

A

256

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are reservable conversation queues?

A

These queues are used for QoS features like RSVP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the default number of reservable conversation queues?

A

0.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How is WFQ configured?

A

int serialx/x

fair-queue .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How can I see the queue stats for a serial interface?

A

show queue serialx/x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly