Cisco Nexus 5000 Series Command Reference Release 4.0(1a)N2(1) (OL-16599-01, March 2009)

Send comments to nx5000-docfeedback@cisco.com
5-3
Cisco Nexus 5000 Series Command Reference
OL-16599-01
Chapter 5 Quality of Service Commands
fcoe mode
fcoe mode
To force-enable the FCoE mode on an interface, use the fcoe mode command. To disable FCoE mode
on the interface, use the no form of this command.
fcoe mode {auto | on}
no fcoe mode [auto | on]
Syntax Description
Command Default Auto.
Command Modes Interface configuration mode
Command History
Usage Guidelines By default, 10-Gigabit Ethernet interfaces negotiate FCoE capability with the adapter. You can override
the negotiation result by force-enabling the FCoE capability.
When you set the FCoE parameter to auto, the interface negotiates the setting with the connected
adapter. FCoE will not be enabled on the interface if the adapter does not support FCoE. If the mode is
set to on, the FCoE negotiation result is ignored and FCoE is set to enabled on the interface.
Examples This example shows how to configure an interface to force-enable the FCoE mode:
switch)# configure terminal
switch(config)# interface ethernet 1/1
switch(config-if)# fcoe mode on
This example shows how to disable FCoE for an Ethernet interface:
switch)# configure terminal
switch(config)# interface ethernet 1/1
switch(config-if)# no fcoe mode
Related Commands
auto The interface negotiates the setting with the connected adapter.
on FCoE negotiation result is ignored and FCoE is set to enabled on the
interface.
Release Modification
4.0(0)N1(1a) This command was introduced.
Command Description
show fcoe Displays information about FCoE.