CBWFQ Flashcards

1
Q

How is WRED configured?

A

Using the random-detect command either on the interface or in a policy-map.

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

What type of queue is enabled when WRED is turned on?

A

FIFO.

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

How can you set the depth of the queue used for WRED?

A

hold-queue out.

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

Which values can be used to influence drop probability?

A

IPP or DSCP.

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

How can you ensure a particular marking never gets dropped?

A

Configure a min threshold that is greater than the hold queue depth.

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

What is the Mark Probability Denominator (MPD)?

A

An inverse value used to determine how many packets are dropped between the min and max thresholds.

If an MPD of 4 is used, 25% of packets for this marking will be dropped at the max threshold.

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

What is the Exponential Weighting Constant?

A

WRED does not act on actual queue depth but on an average queue depth. The EWC changes how quickly WRED reacts to the changing queue depth.

  • 9 is the default. The valid range is 1-16.
  • A lower number makes WRED react more quickly.
  • A higher number makes WRED react more slowly.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How is the EWC configured?

A

random-detect exponential-weighting-constant

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

What is ECN mode?

A

If ECN is supported on a particular flow (signified by the ToS two least significant bits) the router may mark the packet with Congestion Encountered (CE) instead of dropping the packet. The receiver then echoes this back to the sender to ask it to slow down.

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

How is ECN mode configured?

A

random-detect ecn

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

What is flow mode?

A

When used on an interface only WRED can use flow mode to ensure flows are taken into account when dropping packets.

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

How can the amount of tracked flows be configured for flow mode?

A

random-detect flow count

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

How many packets can each flow have in flow mode?

A

The queue depth is divided by the number of flows and then multiplied buy the average depth factor which must be a power of 2.

random-detect flow average-depth-factor

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