DCB/QoS Flashcards

1
Q

What does DCB stand for?

A

Data Center Bridging

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

What does QoS stand for?

A

Quality of Service

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

What are the access categories for Wireless multimedia (WMM)?

A

Voice = Access Class 6
Video = Access Class 5
Background = Access Class 1
Best Effort = Access Class 0

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

What does Data Center Bridging do?

A

Allows the classification of traffic via rules and classes for QoS implementation.

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

What is the first step in configuring DCB?

A
  1. Through the Add Roles and Features Wizard in Server Manager or through PowerShell using the command: Install-WindowsFeature Data-Center-Bridging
  2. Enable remote configuration utilizing the DCBX protocol using the command: Set-NetQoSDcbxSetting -Willing $True
  3. Enable/Verify RDMA on interface(s) using the commands: Enable-NetAdapterRdma -Name “Ethernet 0” or Get-NetAdapterRdma
  4. Create QoS rule(s) using the command: New-NetQoSPolicy “SMB_Direct” -NetDirectPortMatchCondition 445 -PriorityValue8021Action 6 or New-NetQoSPolicy “Default” -Default -PriorityValue8021Action 1
  5. Define traffic classes using the command: New-NetQoSrafficClass “SMB_Traffic” -Priority 6 -Algorithm ETS -Bandwidth 30
  6. Enable-NetAdapterQos -InterfaceAlias “Ethernet 0”
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the 2nd step in configuring DCB?

A

Enable remote configuration utilizing the DCBX protocol using the command:

Set-NetQoSDcbxSetting -Willing $True

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

What is the 3rd step in configuring DCB?

A

Enable/Verify RDMA on interface(s) using the commands:

Enable-NetAdapterRdma -Name “Ethernet 0” or
Get-NetAdapterRdma

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

What is the 4th step in configuring DCB?

A

Create QoS rule(s) using the command:

New-NetQoSPolicy “SMB_Direct” -NetDirectPortMatchCondition 445 -PriorityValue8021Action 6 or
New-NetQoSPolicy “Default” -Default -PriorityValue8021Action 1

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

What is the 5th step in configuring DCB?

A

Define traffic classes using the command:

New-NetQoSrafficClass “SMB_Traffic” -Priority 6 -Algorithm ETS -Bandwidth 30

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

What is the 6th step in configuring DCB?

A

Enable DCB on the interface:

Enable-NetAdapterQos -InterfaceAlias “Ethernet 0”

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