I Commands

install feature-set fcoe

To install the Fibre Channel over Ethernet (FCoE) feature set, use the install feature-set fcoe command. To disable this feature, use the no form of this command.

install feature-set fcoe

no install feature-set fcoe

Syntax Description

This command has no arguments or keywords.

Command Default

None.

Command Modes


EXEC mode.

Command History

Release

Modification

5.2(1)

This command was introduced on the Cisco Nexus 7000 and MDS 9500 Series Switches.

Usage Guidelines

None.


Note

The feature-set fcoe command is automatically installed and enabled when a FCoE line card is inserted.

Examples

This example shows how to set the install FCoE feature set to its default value:

switch# configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
switch(config)# no install feature-set fcoe
feature set is enabled(0x40aa0012)
switch(config)#

interface vfc

To configure a virtual Fibre Channel (VFC) interface, use the interface vfc command. To return to the default settings, use the no form of this command.

interface vfc vfc-id {bind interface ethernet slot/ port | shutdown | switchport mode E/ F}

nointerface vfc vfc-id {bind interface ethernet slot/ port | shutdown | switchport mode E/ F}

interface vfc slot/ port {shutdown | switchport mode E/ F}

nointerface vfc slot/ port {shutdown | switchport mode E/ F}

Syntax Description

vfc-id

Virtual interface ID. The range is from 1 to 8192.

bind interface ethernet

Specifies that the VFC interface be bound to a specified Ethernet interface.

slot/ port

Ethernet interface slot number and port number. The slot number is from 1 to 255, and the port number is from 1 to 128.

shutdown

Specifies that the interface state be changed to administrative down.

force

(Optional) Specifies that the interface state be forcefully changed to administrative down.

switchport

Specifies the switch port parameters.

mode

Specifies the port mode of the VFC interface.

E

Specifies the E mode.

F

Specifies the F mode.

Command Default

Disabled.

Command Modes


Configuration mode.

Command History

Release

Modification

5.2(1)

This command was introduced on the Cisco Nexus 7000 and MDS 9500 Series Switches.

Usage Guidelines

You can specify a range of interfaces by entering a command with the following example format:


interface vfc 1 - 3 , vfc 5 - 7  

Use the no shutdown command to enable the interface.

The interface vfc slot/port command is used to create a VFC implicitly bound for a particular Ethernet interface x/y.

Examples

This example shows how to enter interface configuration mode for VFC interface 3:

switch# configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
switch(config)# interface vfc 3 
switch(config-if)#

This example shows how to create a VFC (VFC 1/3) which will be implicitly bound to the Ethernet interface 1/3:

switch# configure terminal
switch(config)# interface vfc 1/3 
switch(config-if)# 

This example shows how to create a VFC (vfc-po 3) bound to the Ethernet port channel 3:

switch# configure terminal
switch(config)# interface vfc-port-channel 3

interface vfc-port-channel

To create a virtual Fibre Channel (VFC) implicity bound to a port channel interface, use the interface vfc-port-channel command. To return to the default settings, use the no form of this command.

interface vfc-port-channel interface-id

no interface vfc-port-channel interface-id

Syntax Description

interface-id

Virtual interface ID. The range is from 257 to 4096.

Command Default

None.

Command Modes


Configuration mode.


network-adminvdc-admin

Command History

Release

Modification

5.2(1)

This command was introduced on the Cisco Nexus 7000 and MDS 9500 Series Switches.

Usage Guidelines

None.

Examples

This example shows how to create a virtual FC interface:

switch# configure terminal
switch(config)# interface vfc-port-channel 300
switch(config)#