dcbx application

Syntax

dcbx application {ISCSI | TCP-SCTP <PORT-NUM> | TCP-SCTP-UDP <PORT-NUM> | UDP <PORT-NUM> | 

ether <ETHERTYPE>} priority <PRIORITY> 

no dcbx application 

Description

Configures application to priority map that gets advertised in DCBx application priority messages. This tells the DCBx peer to send the application traffic with the configured priority so that the traffic is treated as lossless. Multiple applications can be configured in this manner. PFC lossless priority configured on the switch should be the same as this priority.

The no form of this command removes the existing configuration.

Command context

config

Parameters

ISCSI

Specifies a physical port on the switch. TCP ports 860 and 3260.

TCP-SCTP <PORT-NUM>

Specifies the traffic for a specified TCP or SCTP port.

TCP-SCTP-UDP <PORT-NUM>

Specifies the traffic for a specified TCP or SCTP or UDP port.

UDP <PORT-NUM>

Specifies the traffic for a specified UDP port.

<ETHERTYPE>

Specifies the traffic for a specific Ethernet type. Range: 1536 to 65535.

<PRIORITY>

Specifies the application priority. Range: 0 to 7.

Authority

Administrators or local user group members with execution rights for this command.

Examples

Mapping iSCSI traffic to priority 5.

switch(config)# dcbx application iscsi priority 5

Mapping TCP or SCTP traffic with port 860 to priority 3.

switch(config)# dcbx application tcp-sctp 860 priority 3