Fabric OS Administrator’s Guide 405
53-1001763-02
QoS: SID/DID traffic prioritization 18
3. Identify E_Ports on which QoS should be manually disabled. In the islshow output, these ports
have all of the following characteristics:
8 Gbps ports
Trunking is enabled
QoS is disabled
4. Check whether QoS is enabled on each port identified in step 3 using the following command:
portcfgshow
In the output, the value of QOS E_Port is AE if QoS is automatically enabled by default, ON if
QoS is enabled manually, and OFF or ".." if QoS is disabled.
5. Manually disable QoS on all of the ports identified in step 3 for which QoS is enabled (in the
portcfgshow output, QOS E_Port is AE or ON).
portcfgqos --disable [slot/]port
This is a nondisruptive operation.
Example
In this example, the islshow output displays ports involved in four ISLs:
In the portcfgshow output, the value of QOS_E_Port is AE for port 19 and ".." for port 24. This
means that QoS is enabled by default on port 19 and disabled on port 24.
You need to disable QoS on port 19.
switch:admin> islshow
1: 2->300 10:00:00:05:1e:43:00:00 100 DCX sp: 8.000G bw: 32.000G TRUNK QOS
2: 8-> 3 10:00:00:05:1e:41:8a:d5 30 B5300 sp: 4.000G bw: 16.000G TRUNK
3: 19-> 10 10:00:00:05:1e:41:43:ac 50 B300 sp: 8.000G bw: 64.000G TRUNK
4: 24-> 12 10:00:00:05:1e:41:42:ad 30 B5300 sp: 8.000G bw: 16.000G TRUNK
switch:admin> portcfgshow
(output truncated)
Ports of Slot 0 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
-----------------+---+---+---+---+-----+---+---+---+-----+---+---+---+-----+---+---+---
Speed AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN
Fill Word 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
AL_PA Offset 13 .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ..
Trunk Port ON ON ON ON ON ON ON ON ON ON ON ON ON ON ON ON
Long Distance .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ..
VC Link Init .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ..
Locked L_Port .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ..
Locked G_Port .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ..
Disabled E_Port .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ..
Locked E_Port .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ..
ISL R_RDY Mode .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ..
Port 2 QoS is enabled on this ISL, so you should not disable QoS on port 2.
Port 8 QoS is disabled on this ISL; however, this is a 4 Gbps port, so you do not
need to disable QoS on port 8.
Ports 19 and 24 QoS is disabled on these ISLs. Check the portcfgshow output to
determine whether QoS is disabled on these ports.