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
Configure the Mode for the DCB Feature
Show DCBX Feature Statistics and Control Information
You can enable or disable the transmission of DCBX TLV (type, length, value) types on a port. This example uses port 0/21.
SEFOS# configure terminal SEFOS(config)# interface extreme-ethernet 0/21 SEFOS(config-if)# lldp tlv-select dcb1tlv enhanced-transmission-selection priority-flow-control application-etype-fcoe SEFOS(config)# end
SEFOS# show interfaces extreme-ethernet 0/21 dcb enhanced-transmission-selection Port : Ex0/21 Show Type : Admin Config Feature : Enhanced Transmission Selection Enable : true Advertise : true Willing : false Priority : 0 1 2 3 4 5 6 7 Traffic Class : 0 1 2 3 4 5 6 7 Bandwidth : 40 20 40 0 0 0 0 0 Algorithm : 2 2 2 2 2 2 2 2 Max Traffic Class: 8
SEFOS# show interfaces extreme-ethernet 0/21 dcb priority-flow-control Port : Ex0/21 Show Type : Admin Config Feature : Priority Flow Control Enable : true Advertise : true Willing : false Priority Mask : 0 0 0 0 1 0 0 0 Max Traffic Class: 8
SEFOS# show interfaces extreme-ethernet 0/21 dcb application-etype-fcoe Port : Ex0/21 Show Type : Admin Config Feature : Application FCoE Enable : true Advertise : true Priority Map : 0 0 0 0 1 0 0 0
SEFOS# configure terminal SEFOS(config-if)# no lldp tlv-select dcb1tlv enhanced-transmission-selection priority-flow-control application-etype-fcoe SEFOS(config-if)# end
SEFOS# show interfaces extreme-ethernet 0/21 dcb enhanced-transmission-selection Port : Ex0/21 Show Type : Admin Config Feature : Enhanced Transmission Selection Enable : false Advertise : false Willing : false Priority : 0 1 2 3 4 5 6 7 Traffic Class : 0 1 2 3 4 5 6 7 Bandwidth : 40 20 40 0 0 0 0 0 Algorithm : 2 2 2 2 2 2 2 2 Max Traffic Class: 8
SEFOS# show interfaces extreme-ethernet 0/21 dcb priority-flow-control Port : Ex0/21 Show Type : Admin Config Feature : Priority Flow Control Enable : false Advertise : false Willing : false Priority Mask : 0 0 0 0 1 0 0 0 Max Traffic Class: 8
SEFOS# show interfaces extreme-ethernet 0/21 dcb application-etype-fcoe Port : Ex0/21 Show Type : Admin Config Feature : Application FCoE Enable : false Advertise : false Priority Map : 0 0 0 0 1 0 0 0