DELL 8024 and 8024F Manuel D’Utilisation

Page de 56
Deploying FCoE (FIP Snooping) on Dell 
PowerConnect
 10G Switches: M8024-k, 8024, and 8024F 
17 
 
Configuring the Cisco 5000 series switch with firmware ver 5.x for a single 
connection from the Dell PowerConnect M8024-k or 8024()(F) 
The CLI commands below are necessary for an un-configured Cisco 5020. The CLI will show additional 
lines that are either default or can’t be changed and are not added for this example. The CLI will also 
show the lines in a different order after they have been entered. 
 will have a copy of the full configuration for a 5548UP for reference. 
Command-Line Interface Method 
 
Sample CLI for Cisco Nexus 5020 (can be copied and pasted) 
Figure 10.
 
 
 
 
 
 
 
 
 
 
feature fcoe 
feature npiv 
feature telnet 
feature lacp 
feature lldp 
 
system default switchport trunk mode auto 
 
vlan 20 
vlan 1000 
  fcoe vsan 2  
 
vsan database 
  vsan 2 
  vsan 2 interface vfc1 
  vsan 2 interface fc2/1 
 
interface vfc1 
  bind interface Ethernet1/1 
  no shutdown 
 
interface fc2/1 
  switchport trunk mode auto 
  no shutdown 
 
interface Ethernet1/1 
  switchport mode trunk 
  switchport trunk native vlan 20 
  switchport trunk allowed vlan 1000 
   
 
zone name blade1  vsan 2 
    member interface fc2/1  
    member pwwn xx:xx:xx:xx:xx:xx:xx:xx 
 
zoneset name set1 vsan 2 
    member blade1 
 
zoneset activate name set1 vsan 2