67
<SwitchA> reboot
Start to check configuration with next startup configuration file, please
wait.........DONE!
This command will reboot the device. Continue? [Y/N]:y
Now rebooting, please wait...
# Configure the switch to operate in FCF mode.
<SwitchA> system-view
[SwitchA] fcoe-mode fcf
# Create VSAN 2, and enable the fabric configuration feature in VSAN 2.
[SwitchA] vsan 2
[SwitchA-vsan2] domain configure enable
# Set the domain ID to 1 in VSAN 2.
[SwitchA-vsan2] domain-id 1 static
# Enable FSPF in VSAN 2.
[SwitchA-vsan2] fspf enable
[SwitchA-vsan2] quit
# Create interface VFC 1.
[SwitchA] interface vfc 1
# Configure the mode of VFC 1 as E.
[SwitchA-Vfc1] fc mode e
# Bind VFC 1 to interface Ten-GigabitEthernet 1/0/1.
[SwitchA-Vfc1] bind interface ten-gigabitethernet 1/0/1
# Assign VFC 1 to VSAN 2 as a trunk port.
[SwitchA-Vfc1] port trunk vsan 2
[SwitchA-Vfc1] quit
# Configure Ten-GigabitEthernet 1/0/1 as a trunk port, and assign the port to VLAN 10.
[SwitchA] interface ten-gigabitethernet 1/0/1
[SwitchA-Ten-GigabitEthernet1/0/1] port link-type trunk
[SwitchA-Ten-GigabitEthernet1/0/1] port trunk permit vlan 10
[SwitchA-Ten-GigabitEthernet1/0/1] quit
# Enable FCoE for VLAN 10, and map VLAN 10 to VSAN 2.
[SwitchA] vlan 10
[SwitchA-vlan10] fcoe enable vsan 2
[SwitchA-vlan10] quit
# Enable FSPF for VFC 1.
[SwitchA] interface vfc 1
[SwitchA-Vfc1] undo fspf silent vsan 2
[SwitchA-Vfc1] quit
2. Configure Switch B:
# Configure the switch to operate in advanced mode. (Skip this step if the switch is operating in
advanced mode.)
<SwitchB> system-view
[SwitchB] system-working-mode AdvancedBridge
Do you want to change the system working mode? [Y/N]:y
The system working mode is changed, please save the configuration and reboot the
system to make it effective.