49 
[SwitchA-Vfc4] fc mode e 
# Bind VFC 4 to interface Ten-GigabitEthernet 1/0/4.  
[SwitchA-Vfc4] bind interface ten-gigabitethernet 1/0/4 
# Assign VFC 4 to VSANs 10 and 20 as a trunk port.  
[SwitchA-Vfc4] port trunk vsan 10 20 
[SwitchA-Vfc4] quit 
# Configure Ten-GigabitEthernet 1/0/4 as a trunk port, and assign the port to VLANs 10 and 20.  
[SwitchA] interface ten-gigabitethernet 1/0/4 
[SwitchA-Ten-GigabitEthernet1/0/4] port link-type trunk 
[SwitchA-Ten-GigabitEthernet1/0/4] port trunk permit vlan 10 20 
[SwitchA-Ten-GigabitEthernet1/0/4] quit 
# Enable FCoE for VLAN 10, and map VLAN 10 to VSAN 10.  
[SwitchA] vlan 10 
[SwitchA-vlan10] fcoe enable vsan 10 
[SwitchA-vlan10] quit 
# Enable FCoE for VLAN 20, and map VLAN 20 to VSAN 20.  
[SwitchA] vlan 20 
[SwitchA-vlan20] fcoe enable vsan 20 
[SwitchA-vlan20] quit 
2.  Configure Switch B in the same way Switch A is configured.  
Verifying the configuration 
1.  Verify the configuration on Switch A by displaying member interfaces of each VSAN. 
[SwitchA] display vsan port-member 
VSAN 1: 
  Access Ports: 
  Trunk Ports: 
 
VSAN 10: 
  Access Ports: 
  Trunk Ports: 
    Vfc1 
    Vfc4 
 
VSAN 20: 
  Access Ports: 
  Trunk Ports: 
    Vfc2 
    Vfc4 
2.  Verify the configuration on Switch B in the same way as you verify the configuration on Switch A.