Skip to content
Ask AI

DCBX

Table 1 DCBX View

CommandPurpose
show lldp dcbxDisplay DCBX configuration.

[Command] show lldp dcbx

[Purpose] Display DCBX configuration.

[View] Global Configuration View

[Use Cases]

sonic# show qos roce
Interface ETS Willing PFC Willing ETS Accepted PFC Accepted
----------- ------------- ------------- -------------- --------------
0/12 True False True False

Table 2 DCBX Config

CommandPurpose
lldp dcbx enableEnable DCBX.
lldp dcbx pfc-willingEnable PFC configuration synchronization.
lldp dcbx ets-willingEnable ETS configuration synchronization.

[Command] lldp dcbx enable

[Purpose] Enable DCBX.

[View] Interface Configuration View

[Notes] Run command no lldp dcbx enable to disable DCBX.

[Use Cases]

sonic# configure
sonic(config)# interface ethernet 0/12
sonic(config-if-0/12)# lldp dcbx enable

[Command] lldp dcbx pfc-willing

[Purpose] Enable PFC configuration synchronization.

[View] Interface Configuration View

[Notes] Run command no lldp dcbx pfc-willing to disable PFC configuration synchronization.

[Use Cases]

sonic# configure
sonic(config)# interface ethernet 0/12
sonic(config-if-0/12)# lldp dcbx pfc-willing

[Command] lldp dcbx ets-willing

[Purpose] Enable ETS configuration synchronization.

[View] Interface Configuration View

[Notes] Run command no lldp dcbx ets-willing to disable ETS configuration synchronization. The interface with ETS configuration synchronization enabled cannot have a custom ETS configuration, that is, it cannot be bound to a policy-map containing scheduling and priority mapping.

[Use Cases]

sonic# configure
sonic(config)# interface ethernet 0/12
sonic(config-if-0/12)# lldp dcbx ets-willing