A couple of months ago while we were installing our Nexus 5548s in the E-Lab, we noticed an FCoE login problem. Although we configured the 5548s in exactly the same manner described for the Nexus 5020 / 5010 in the FCoE TechBook, the FCoE ENodes would not log in. At first we thought it was a problem with the ENodes, but an xgig trace showed that the 5548 was not transmitting any DCBX or FIP frames. As a result, I sent an email off to my friends at Cisco that essentially asked “WTFF?” (Where’s The FIP Frames?). A short time later, Cisco sent a message similar to the following:
Hi Erik,
QoS class-fcoe is not enabled by default on 5548 (to conserve buffers). You should have seen a warning when you enabled feature fcoe.
Switch(config)# feature fcoe
FC license checked out successfully
fc_plugin extracted successfully
FC plugin loaded successfully
FCoE manager enabled successfully
FC enabled on all modules successfully
Warning: Ensure class-fcoe is included in qos policy-maps of all types
To accomplish this, attach these qos policies under system qos
**********************************************
switch (config-sys-qos)# service-policy type qos input
fcoe-default-in-policy
switch (config-sys-qos)# service-policy type queuing input
fcoe-default-in-policy
switch (config-sys-qos)# service-policy type queuing output
fcoe-default-out-policy
switch (config-sys-qos)# service-policy type network-qos
fcoe-default-nq-policy
**********************************************
Please run the above commands on the switch and let us know if that resolves your issue.
This is also documented in the Cisco QOS document.
I ran the commands they provided and the ENodes immediately logged in. I’ve since discussed the “Warning” message with Cisco and have encouraged them to consider providing a prompt to the user that would ask if they would like to automatically enable the appropriate service policy.
In any case, since the 5548 was added to the January EMC Support Matrix and the 5548 specific information will not be in the EMC FCoE TechBook until February, I wanted to make sure that these new QOS settings were clearly spelled out somewhere by EMC.
Thanks for reading!