beautypg.com

Assigning an fcoe map onto an interface, Assigning an fcoe map onto a lag member – Brocade Network OS Administrator’s Guide v4.1.1 User Manual

Page 351

background image

Assigning an FCoE map onto an interface

The FCoE map cannot be edited if it is associated with any interfaces.

The FCoE map can be applied, irrespective of whether or not the interface is in "switchport" mode.
However, the FCoE map cannot be applied on an interface if the same interface already has a CEE
map assigned to it.

To assign the FCoE map onto an interface, perform the following steps in global configuration mode.

1. Activate the interface configuration mode for the interface you wish to modify.

The following example activates the mode for the 10-gigabit Ethernet interface in slot 0/port 1.

switch(config)# interface tengigabitethernet 1/0/1

switch(conf-if-te-0/1)#

2. Apply the current FCoE profile map to the interface by using the fcoeport command.

switch(conf-if-te-1/0/1)# fcoeport default

3. Return to the privileged EXEC mode by using the end command.

switch(conf-if-te-1/0/1)# end

switch#

4. Confirm the changes to the interface by using the show running-config command.

switch# show running-config interface tengigabitethernet 1/0/1

interface TenGigabitEthernet 1/0/1

fcoeport default

no shutdown

5. Use the show fcoe fabric-map default command to confirm the current status of the FCoE map.

switch# show fcoe fabric-map default

============================================================================

Fabric-Map VLAN VFID Pri FCMAP FKA Timeout FCoE-Enodes

============================================================================

default 1002[D] 128[D] 3[D] 0xefc00[D] 8000[D] Enabled[D] 64 [D]

Total number of Fabric Maps = 1

6. Repeat this procedure for any additional interfaces.

Assigning an FCoE map onto a LAG member

The fcoeport default is a command under interface configuration mode used to provision a port to be
an FCoE port. This puts the port in Layer 2 mode, but only for FCoE VLANs. In Network OS 4.0.0 and
later, the fcoeport default command is supported for LAG member ports where FCoE provisioning is
applied to individual 10-gigabit Ethernet ports.

You must apply the fcoeport default command on the LAG member interface. Once this command is
applied, and if the member port of the LAG is CEE-capable, it carries FCoE-traffic only.

To assign the FCoE map onto a LAG member, perform the following steps in global configuration mode.

1. Activate the interface configuration mode for the interface you wish to modify.

The following example activates the mode for a 10-gigabit Ethernet interface.

switch(config)# interface tengigabitethernet 3/0/19

switch(conf-if-te-3/0/19)#

2. Activate the channel-group mode.

switch(conf-if-te-3/0/19)# channel-group 10 mode active type standard

3. Set the LACP timeout to long.

switch(conf-if-te-3/0/19)# lacp timeout long

4. Apply the current FCoE profile map to the interface by using the fcoeport command.

switch(conf-if-te-3/0/19)# fcoeport default

5. Return to privileged EXEC mode by using the end command.

switch(conf-if-te-3/0/19)# end

Assigning an FCoE map onto an interface

Network OS Administrator’s Guide

351

53-1003225-04