User`s guide

Deploying FCoE (FIP Snooping) on Dell PowerConnect 10G Switches: M8024-k, 8024, and 8024F
31
Configuring the Cisco Nexus 5000 series switch with firmware ver 5.x for a
multiple link LAG (link aggregation) connection at the Top-of-Rack.
The typical scenario in a business environment consists of more than one connection or uplink. The
following illustrations and examples describe a two link LAG from an M8024-k to the Cisco Nexus 5020.
Command-Line Interface Method
Multiple port link (LAG) Cisco 5020 configuration (can be copied and pasted) Figure 24.
feature fcoe
system default switchport trunk mode auto
feature telnet
feature npiv
feature lacp
vlan 20
vlan 1000
fcoe vsan 2
vsan database
vsan 2
vsan 2 interface vfc1
vsan 2 interface fc2/1
vsan 2 interface fc2/2
interface port-channel1
switchport mode trunk
switchport trunk native vlan 20
switchport trunk allowed vlan 1000
interface vfc1
bind interface port-channel1
no shutdown
interface fc2/1
no shutdown
interface fc2/2
no shutdown
interface Ethernet1/1
switchport mode trunk
switchport trunk native vlan 20
switchport trunk allowed vlan 1000
channel-group 1 mode active
interface Ethernet1/2
switchport mode trunk
switchport trunk native vlan 20
switchport trunk allowed vlan 1000
channel-group 1 mode active
zone name blade1 vsan 2
member interface fc2/1
member pwwn xx:xx:xx:xx:xx:xx:xx:xx
zone name blade2 vsan 2
member interface fc2/2
member pwwn xx:xx:xx:xx:xx:xx:xx:xx
zoneset name set1 vsan 2
member blade1
member blade2
zoneset activate name set1 vsan 2