Deploying FCoE (FIP Snooping) on Dell Force 10 MXL
57
CLI configuration example: configuring Dell Force10 MXL (MXL-1) for uplinking into
Figure 48.
Cisco vPC(can be copied and pasted)
Key Items:
·
Both MXL switches (MXL-1 and MXL-2 from our example) will have the basic default
settings for downlink (server facing ports) unless regular VLAN configurations are done
at this point for Ethernet traffic.
·
The 4 uplinks (te 0/49-52) to the Cisco Nexus switches will all be configured for the
same PortChannel even though 2 of these will be split off to go to the secondary Cisco
Nexus.
·
Note also that the portmode hybrid and switchport settings are not configured on the
individual uplink ports but only on the PortChannel. If these configurations are done on
the individual ports they will have to be removed for later configuration.
configure
default vlan-id 20
interface TenGigabitEthernet 0/1
no shutdown
exit
interface Port-channel 5
portmode hybrid
switchport
no shutdown
interface TenGigabitEthernet 0/49
port-channel-protocol LACP
port-channel 5 mode active
no shutdown
exit
interface TenGigabitEthernet 0/50
port-channel-protocol LACP
port-channel 5 mode active
no shutdown
exit
interface TenGigabitEthernet 0/51
port-channel-protocol LACP
port-channel 5 mode active
no shutdown
exit
interface TenGigabitEthernet 0/52
port-channel-protocol LACP
port-channel 5 mode active
no shutdown
exit