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

DCB Administration Guide

search filter icon
search icon

Document Information

Using This Documentation

Purpose and Scope

Product Notes

Related Documentation

Acronyms and Abbreviations

CLI Command Modes

Feedback

Support and Accessibility

Protocol Description

DCB Protocol

Priority Group Feature

PFC Feature

Application Protocol Feature

Topology Setup

Configuring DCB

Configuration Specifications

Host Blade Configuration

Switch A

Switch B

Storage Array Server

Configuration Guidelines

Default Settings

Configure DCB Features

Verifying DCB and LLDP Configurations

Determine VLAN Assignment

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 Attributes

Configure LLDP DCBX TLVs

Display DCBX Feature Statistics and Control Information

Display Output of Unstarted DCBX Protocol Exchange

Display Output of DCBX TLV Exchange

Display Output of No TLV 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 will be 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 PG feature to auto mode.
    SEFOS# configure terminal
    SEFOS(config)# interface extreme-ethernet 0/2
    SEFOS(config-if)# set dcb priority-group 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/2 dcb mode
     
    Port                  : Ex0/2
    Show Type             : Admin State
    DCB Capable State     : on
    Priority Group        : auto
    Priority Flow Control : auto
  3. Set the PG feature to force mode.
    SEFOS# configure terminal
    SEFOS(config)# interface extreme-ethernet 0/2
    SEFOS(config-if)# set dcb priority-group 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/2 dcb mode
    Port                  : Ex0/2
    Show Type             : Admin State
    DCB Capable State     : on
    Priority Group        : force
    Priority Flow Control : force