User`s guide

Deploying FCoE (FIP Snooping) on Dell PowerConnect 10G Switches: M8024-k, 8024, and 8024F
33
Configuring the M8024-k,8024, and 8024F for FIP Snooping
This is an example of the necessary CLI commands for 8024 model switches configured with two links in
a LAG or port-channel uplinked to the Cisco 5020. This provides more bandwidth and fail-over
capability which would be more typical in the larger scale infrastructure typically used.
Command-Line Interface Method
Multiple port uplink (LAG) M8024-k configuration (can be copied and pasted) Figure 25.
configure
no mode simple
vlan database
vlan 1000
exit
hostname "mySwitch"
feature fip-snooping
vlan 1,1000
fip-snooping enable
exit
interface out-of-band
ip address 198.18.100.x 255.255.255.0 198.18.255.254
classofservice dot1p-mapping 3 3
exit
interface Te1/0/1
switchport general allowed vlan add 1000 tagged
switchport mode general
lldp dcbx port-role auto-down
exit
interface Te1/0/2
switchport general allowed vlan add 1000 tagged
switchport mode general
lldp dcbx port-role auto-down
exit
interface Te1/0/19
channel-group 1 mode active
lldp dcbx port-role auto-up
exit
interface Te1/0/20
channel-group 1 mode active
lldp dcbx port-role auto-up
exit
interface port-channel 1
switchport general allowed vlan add 1000 tagged
switchport mode general
fip-snooping port-mode fcf
exit