Resource
S5000
Prerequisites
protocol lldp
dcbx port-role auto-downstream no shut
exit
Following is the prerequisite for S5000.
•Enable Fibre Channel capability and Full Fabric mode.
feature fc
fc switch-mode fabric-services
•Enable FC ports connecting to Compellent storage array and FC ports connecting to other S5000 switch via ISL links.
interface range fi 0/0 - 7 no shut
•Create DCB Map.
•Create a FCoE VLAN.
NOTE: Following is the process of generating the FC MAP.
For generating the
| Here VLAN ID is FCoE VLAN ID. |
| fc_map = |
| vlanid.to_i.to_s(16).upcase[0..1] |
| fc_map.length == 1 ? fc_map = |
| "0EFC0#{fc_map}" : fc_map = |
| "0EFC#{fc_map}" |
Compellent | Fault domain need to be created as per |
| Compellent best practices. |
12