Skip Navigation Links | |
Exit Print View | |
![]() |
Sun Ethernet Fabric Operating System IEEE DCBX Administration Guide |
Verifying DCB and LLDP Configurations
Determine Whether Interfaces Are Active
Determine Whether LLDP is Running and Recognizing Peers
Disable DCB for Each Interface
Enable and Disable a Specific DCB Feature
Show DCBX Feature Statistics and Control Information
In normal operation, the DCB feature is in automatic mode. Whenever applicable, the hardware configuration is set after a feature is exchanged with its peer and the feature attributes are compatible with its peer. In some cases, force mode might be needed to set the hardware configuration, regardless of its peer configuration, without waiting for DCBX TLV to be exchanged.
SEFOS# configure terminal SEFOS(config)# interface extreme-ethernet 0/21 SEFOS(config-if)# set dcb enhanced-transmission-selection mode auto SEFOS(config-if)# set dcb priority-flow-control mode auto SEFOS(config-if)# end
SEFOS# show interfaces extreme-ethernet 0/21 dcb mode Port : Ex0/21 Show Type : Admin State DCB Capable State : on Priority Group (ETS) : auto Priority Flow Control : auto
SEFOS# configure terminal SEFOS(config)# interface extreme-ethernet 0/21 SEFOS(config-if)# set dcb enhanced-transmission-selection mode on SEFOS(config-if)# set dcb priority-flow-control mode on SEFOS(config-if)# end
SEFOS# show interfaces extreme-ethernet 0/21 dcb mode Port : Ex0/21 Show Type : Admin State DCB Capable State : on Priority Group (ETS) : force Priority Flow Control : force