JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Ethernet Fabric Operating System

IEEE DCBX Administration Guide

search filter icon
search icon

Document Information

Using This Documentation

Product Notes

Related Documentation

Acronyms and Abbreviations

CLI Command Modes

Feedback

Support and Accessibility

DCB Overview

DCB Protocol

ETS Feature

PFC Feature

Application Priority Feature

Configuring DCB

DCB Example Topology

Configuration Specifications

Configuration Guidelines

Default Settings

Configure DCB Features

Verifying DCB and LLDP Configurations

Determine Whether Interfaces Are Active

Determine Whether LLDP is Running and Recognizing Peers

Enable DCB

Disable DCB

Enable DCB for Each Interface

Disable DCB for Each Interface

Enable and Disable a Specific DCB Feature

Configure the Mode for the DCB Feature

Configure DCB ETS Attributes

Configure DCB PFC Attributes

Configure DCB APP features

Configure LLDP DCBX TLVs

Show DCBX Feature Statistics and Control Information

Display Output of Unstarted DCBX Protocol Exchange

Clear Feature Statistics

Display Output Showing a Down Link

Configure the Mode for the DCB Feature

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.

  1. Set the ETS feature to auto mode.
    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
  2. View the DCB mode.
    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
  3. Set the ETS feature to force mode.
    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
  4. View the interface mode after setting it to force mode.
    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