Deployment Guide

38 Dell Networking FC Flex IOM: Deployment of FCoE with Dell FC Flex IOM, Brocade FC switches,
and Dell Compellent Storage Array
Deployment/Configuration Guide
Dell MXL Configuration (Fabric B) cont.
/* Create DCB MAP */
> dcb-map SAN_DCB_MAP
> priority-group 0 bandwidth 60 pfc off
> priority-group 1 bandwidth 40 pfc on
> priority-pgid 0 0 0 1 0 0 0 0
> exit
/* Create FCoE VLAN */
> interface vlan 1003
> exit
/* Create FCoE MAP */
> fcoe-map SAN_FABRIC_B
> fabric-id 1003 vlan 1003
> fc-map 0efc03
> exit
/* Apply FCoE MAP to interface */
> interface range fibreChannel 0/41 - 44
> fabric SAN_FABRIC_B
> no shutdown
> exit
/* Apply FCoE MAP and DCB MAP to interface */
> interface tengigabitethernet 0/4
> dcb-map SAN_DCB_MAP
> fcoe-map SAN_FABRIC_B
/* Make server port an edge-port */
> spanning-tree rstp edge-port
> exit
/* Configure Uplink Failiure Detection */
> uplink-state-group 1
> downstream TenGigabitEthernet 0/4
> upstream Port-channel 11
> downstream auto-recover
> end
> write