User`s guide

Chapter IX. FCoE Full Offload Initiator
Chelsio T5/T4 Unified Wire For Linux Page 153
i. Following steps will enable FCoE services on a particular VLAN and does a VSAN-VLAN
mapping. Need not do these steps every time, unless a new mapping has to be created.
switch(config)# vlan 2
switch(config-vlan)# fcoe vsan 2
switch(config-vlan)#exit
ii. Following steps help in creating a virtual fibre channel (VFC) and binds that VFC to a
Ethernet interface so that the Ethernet port begins functioning as a FCoE port.
switch(config)# interface vfc 13
switch(config-if)#bind interface ethernet 1/13
switch(config-if)# no shutdown
switch(config-if)#exit
switch(config)#vsan database
switch(config-vsan-db)# vsan 2
switch(config-vsan-db)#vsan 2 interface vfc 13
switch(config-vsan-db)#exit
iii. Assign VLAN ID to the Ethernet port on which FCoE service was enabled in step1.
switch(config)# interface ethernet 1/13
switch(config-if)#switchport mode trunk
switch(config-if)#switchport trunk allowed vlan 2
switch(config-if)#no shutdown
switch(config)#exit
If you are binding the VFC to a MAC address instead of an ethernet port then
make sure the ethernet port is part of both default VLAN and FCoE VLAN.
Note