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 set ETS feature attributes. But whether your configuration takes effect depends on the willing state on both local and remote side. This example configures a total of three groups with bandwidths of 40%, 20%, and 40%.
When the local willing state is false, the new configuration changes local operational status, but changes the remote configuration only if the remote willing state is true.
SEFOS# show interfaces extreme-ethernet 0/21 dcb enhanced-transmission-selection detail 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 : 50 30 20 0 0 0 0 0 Algorithm : 2 2 2 2 2 2 2 2 Max Traffic Class: 8 Show Type : Oper Config Feature : Enhanced Transmission Selection Errors : 0x0 - none Operational Mode : true Syncd with Peer : false Priority : 0 1 2 3 4 5 6 7 Priority : 0 1 2 3 4 5 6 7 Bandwidth : 50 30 20 0 0 0 0 0 Algorithm : 2 2 2 2 2 2 2 2 Max Traffic Class: 8 Show Type : Peer Config Feature : Enhanced Transmission Selection Local Interface : Ex0/21 Status : successful Enable : true Willing : true Priority : 0 1 2 3 4 5 6 7 Traffic Class : 0 1 2 3 4 5 6 7 Bandwidth : 50 30 20 0 0 0 0 0 Algorithm : 2 2 2 2 2 2 2 2 Max Traffic Class: 8 ------------------------------------------------------------ Total Entries Displayed : 1
Local willing state is false and remote willing state is true, so local configuration change is used on both the local switch and the remote Oracle Solaris server.
SEFOS# configure terminal SEFOS(config)# interface extreme-ethernet 0/21 SEFOS(config-if)# set dcb enhanced-transmission-selection 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 SEFOS(config-if)# end
SEFOS# show interfaces extreme-ethernet 0/21 dcb enhanced-transmission-selection detail 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 Show Type : Oper Config Feature : Enhanced Transmission Selection Errors : 0x0 - none Operational Mode : true Syncd with Peer : false Priority : 0 1 2 3 4 5 6 7 Priority : 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 Show Type : Peer Config Feature : Enhanced Transmission Selection Local Interface : Ex0/21 Status : successful Enable : true Willing : true Priority : 0 1 2 3 4 5 6 7 Traffic Class : 0 1 2 3 4 5 6 7 Bandwith : 40 20 40 0 0 0 0 0 Algorithm : 2 2 2 2 2 2 2 2 Max Traffic Class: 8 ------------------------------------------------------------ Total Entries Displayed : 1
SEFOS# configure terminal SEFOS(config)# interface extreme-ethernet 0/21 SEFOS(config-if)# set dcb enhanced-transmission-selection willing enable SEFOS(config-if)# end
SEFOS# show interfaces extreme-ethernet 0/21 dcb enhanced-transmission-selection detail Port : Ex0/21 Show Type : Admin Config Feature : Enhanced Transmission Selection Enable : true Advertise : true Willing : true 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 Show Type : Oper Config Feature : Enhanced Transmission Selection Errors : 0x0 - none Operational Mode : true Syncd with Peer : false Priority : 0 1 2 3 4 5 6 7 Priority : 0 1 2 3 4 5 6 7 Bandwidth : 100 0 0 0 0 0 0 0 Algorithm : 2 2 2 2 2 2 2 2 Max Traffic Class: 8 Show Type : Peer Config Feature : Enhanced Transmission Selection Local Interface : Ex0/21 Status : successful Enable : true Willing : true Priority : 0 1 2 3 4 5 6 7 Traffic Class : 0 1 2 3 4 5 6 7 Bandwith : 100 0 0 0 0 0 0 0 Algorithm : 2 2 2 2 2 2 2 2 Max Traffic Class: 8 ------------------------------------------------------------ Total Entries Displayed : 1
Since the ETS is asymmetric, when the local willing state is true, the local switch blindly accepts the remote configuration.
The operational and remote configuration is not affected.
SEFOS# configure terminal SEFOS(config)# interfaces extreme-ethernet 0/21 SEFOS(config-if)# set dcb enhanced-transmission-selection 0 1 2 3 4 5 6 7 bandwidth 50 30 20 0 0 0 0 0 algorithm 2 2 2 2 2 2 2 2 SEFOS(config-if)# end SEFOS# show interfaces extreme-ethernet 0/21 dcb enhanced-transmission-selection detail Port : Ex0/21 Show Type : Admin Config Feature : Enhanced Transmission Selection Enable : true Advertise : true Willing : true Priority : 0 1 2 3 4 5 6 7 Traffic Class : 0 1 2 3 4 5 6 7 Bandwidth : 50 30 20 0 0 0 0 0 Algorithm : 2 2 2 2 2 2 2 2 Max Traffic Class: 8 show Type : Oper Config Feature : Enhanced Transmission Selection Errors : 0x0 - none Operational Mode : true Syncd with Peer : false Priority : 0 1 2 3 4 5 6 7 Priority : 0 1 2 3 4 5 6 7 Bandwidth : 100 0 0 0 0 0 0 0 Algorithm : 2 2 2 2 2 2 2 2 Max Traffic Class: 8 Show Type : Peer Config Feature : Enhanced Transmission Selection Local Interface : Ex0/21 Status : successful Enable : true Willing : true Priority : 0 1 2 3 4 5 6 7 Traffic Class : 0 1 2 3 4 5 6 7 Bandwith : 100 0 0 0 0 0 0 0 Algorithm : 2 2 2 2 2 2 2 2 Max Traffic Class: 8 ------------------------------------------------------------ Total Entries Displayed : 1
Since local willing state has already been set to true, type the following Oracle Solaris commands to change the remote willing state to false.
# lldpadm set-atp -p willing=off -a net3 etscfg # lldpadm show-atp -a net3 etscfg POSSIBLEAGENT TLVNAME PROPERTY PERM VALUE DEFAULT net3 etscfg willing rw off
SEFOS# show interfaces extreme-ethernet 0/21 dcb enhanced-transmission-selection detail Port : Ex0/21 Show Type : Admin Config Feature : Enhanced Transmission Selection Enable : true Advertise : true Willing : true 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 Show Type : Oper Config Feature : Enhanced Transmission Selection Errors : 0x0 - none Operational Mode : true Syncd with Peer : false Priority : 0 1 2 3 4 5 6 7 Priority : 0 1 2 3 4 5 6 7 Bandwidth : 100 0 0 0 0 0 0 0 Algorithm : 2 2 2 2 2 2 2 2 Max Traffic Class: 8 Show Type : Peer Config Feature : Enhanced Transmission Selection Local Interface : Ex0/21 Status : successful Enable : true Willing : false Priority : 0 1 2 3 4 5 6 7 Traffic Class : 0 1 2 3 4 5 6 7 Bandwith : 100 0 0 0 0 0 0 0 Algorithm : 2 2 2 2 2 2 2 2 Max Traffic Class: 8 ------------------------------------------------------------ Total Entries Displayed : 1
The local operational status has been changed to the remote configuration once the willing state is changed. If the configuration is changed again on the switch, the operational status and remote configuration is not affected.
SEFOS# configure terminal SEFOS(config)# interfaces extreme-ethernet 0/21 SEFOS(config-if)# set dcb enhanced-transmission-selection 0 1 2 3 4 5 6 7 bandwidth 50 30 20 0 0 0 0 0 algorithm 2 2 2 2 2 2 2 2 SEFOS(config-if)# end SEFOS# show interfaces extreme-ethernet 0/21 dcb enhanced-transmission-selection detail Port : Ex0/21 Show Type : Admin Config Feature : Enhanced Transmission Selection Enable : true Advertise : true Willing : true Priority : 0 1 2 3 4 5 6 7 Traffic Class : 0 1 2 3 4 5 6 7 Bandwidth : 50 30 20 0 0 0 0 0 Algorithm : 2 2 2 2 2 2 2 2 Max Traffic Class: 8 Show Type : Oper Config Feature : Enhanced Transmission Selection Errors : 0x0 - none Operational Mode : true Syncd with Peer : false Priority : 0 1 2 3 4 5 6 7 Priority : 0 1 2 3 4 5 6 7 Bandwith : 100 0 0 0 0 0 0 0 Algorithm : 2 2 2 2 2 2 2 2 Max Traffic Class: 8 Show Type : Peer Config Feature : Enhanced Transmission Selection Local Interface : Ex0/21 Status : successful Enable : true Willing : false Priority : 0 1 2 3 4 5 6 7 Traffic Class : 0 1 2 3 4 5 6 7 Bandwith : 100 0 0 0 0 0 0 0 Algorithm : 2 2 2 2 2 2 2 2 Max Traffic Class: 8 ------------------------------------------------------------ Total Entries Displayed : 1
SEFOS# configure terminal SEFOS(config)# interfaces extreme-ethernet 0/21 SEFOS(config-if)# set dcb enhanced-transmission-selection willing disable SEFOS(config-if)# end
SEFOS# show interfaces extreme-ethernet 0/21 dcb enhanced-transmission-selection detail 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 : 50 30 20 0 0 0 0 0 Algorithm : 2 2 2 2 2 2 2 2 Max Traffic Class: 8 Show Type : Oper Config Feature : Enhanced Transmission Selection Errors : 0x0 - none Operational Mode : true Syncd with Peer : false Priority : 0 1 2 3 4 5 6 7 Priority : 0 1 2 3 4 5 6 7 Bandwidth : 50 30 20 0 0 0 0 0 Algorithm : 2 2 2 2 2 2 2 2 Max Traffic Class: 8 Show Type : Peer Config Feature : Enhanced Transmission Selection Local Interface : Ex0/21 Status : successful Enable : true Willing : false Priority : 0 1 2 3 4 5 6 7 Traffic Class : 0 1 2 3 4 5 6 7 Bandwith : 100 0 0 0 0 0 0 0 Algorithm : 2 2 2 2 2 2 2 2 Max Traffic Class: 8 ------------------------------------------------------------ Total Entries Displayed : 1
The operational configuration is changed back to the admin configuration once the local willing state is set to false.
The operational operation also is changed.
SEFOS# configure terminal SEFOS(config)# interfaces extreme-ethernet 0/21 SEFOS(config-if)# set dcb enhanced-transmission-selection 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 SEFOS(config-if)# end SEFOS# show interfaces extreme-ethernet 0/21 dcb enhanced-transmission-selection detail 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 Show Type : Oper Config Feature : Enhanced Transmission Selection Errors : 0x0 - none Operational Mode : true Syncd with Peer : false Priority : 0 1 2 3 4 5 6 7 Priority : 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 Show Type : Peer Config Feature : Enhanced Transmission Selection Local Interface : Ex0/21 Status : successful Enable : true Willing : false Priority : 0 1 2 3 4 5 6 7 Traffic Class : 0 1 2 3 4 5 6 7 Bandwith : 100 0 0 0 0 0 0 0 Algorithm : 2 2 2 2 2 2 2 2 Max Traffic Class: 8 ------------------------------------------------------------ Total Entries Displayed : 1