Enabling Fcoe; Enabling Fcoe On Ethernet Interfaces - Cisco nexus 5000 series Cli Configuration Manual

Hide thumbs Also See for nexus 5000 series:
Table of Contents

Advertisement

Chapter 1
Configuring FCoE
S e n d f e e d b a c k t o n x 5 0 0 0 - d o c f e e d b a c k @ c i s c o . c o m

Enabling FCoE

You need to enable the FCoE capability after the FC_FEATURES_PKG is installed. To enable FCoE,
perform this task:
Command
Step 1
switch# configure terminal
Step 2
switch(config)# feature fcoe
The following example shows how to enable FCoE on the switch:
switch# configure terminal
switch(config)# feature fcoe
FC license checked out successfully

Enabling FCoE on Ethernet Interfaces

By default, 10-Gigabit Ethernet interfaces negotiate FCoE capability with the adapter. You can override
the negotiation result by force-enabling the FCoE capability. To force-enable the FCoE capability,
perform this task:
Command
Step 1
switch# configure terminal
Step 2
switch(config)# interface type slot/port
Step 3
switch(config-if)# fcoe mode {auto | on}
The following example shows how to force-enable FCoE for an Ethernet interface:
switch# configure terminal
switch(config)# interface ethernet 1/4
switch(config-if)# fcoe mode on
To disable the FCoE capability, perform this task:
Command
switch(config-if)# no fcoe mode [auto |
on]
This example shows how to disable FCoE for an Ethernet interface:
switch# configure terminal
switch(config)# interface ethernet 1/4
switch(config-if)# no fcoe mode auto
OL-16597-01
Purpose
Enters configuration mode.
Enables the FCoE capability.
Purpose
Enters configuration mode.
Enters interface configuration mode for the specified
interface.
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 it to on, the negotiation result is
ignored and FCoE is set to enabled on the interface.
Purpose
Disables FCoE capability for this interface.
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
Configuring FCoE
1-5

Advertisement

Table of Contents
loading

Table of Contents