.Part 5 Storage Security Best Practices and Support Information HP SAN Design Reference Guide 785355-001

2408 FCoE Converged Network Switch and DC SAN Director Switch 10/24 FCoE
Blade quick setup
This procedure is intended for users who are familiar with Brocade FC switches and have experience
merging B-series FC switches into an existing FC fabric. Use this procedure to enable servers with
CNAs attached to the 2408 FCoE Converged Network Switch or the DC SAN Director Switch
10/24 FCoE Blade to access devices on the attached B-series FC fabric.
IMPORTANT: If you are not familiar with Brocade FC switches or you do not have experience
merging B-series FC switches into an existing FC fabric, use the detailed instructions found in the
switch user guide to set up your switch.
1. Configure LLDP for FCoE (common to all CEE ports).
switch:admin> cmsh
switch# enable
switch# config terminal
switch(config)# protocol lldp
switch(conf-lldp)# advertise dcbx-fcoe-app-tlv
switch(conf-lldp)# advertise dcbx-fcoe-logical-link-tlv
switch(conf-lldp)# exit
2. Create a CEE map to carry LAN traffic (60%) and SAN traffic (40%) (common to all CEE
ports).
switch(config)# cee-map default
switch(conf-ceemap)# priority-group-table 1 weight 40 pfc
switch(conf-ceemap)# priority-group-table 2 weight 60
switch(conf-ceemap)# priority-table 2 2 2 1 2 2 2 2
switch(conf-ceemap)# exit
3. Create an FCoE VLAN for traffic to and from the FC fabric (required for FCoE).
switch(config)# vlan classifier rule 1 proto fcoe encap ethv2
switch(config)# vlan classifier rule 2 proto fip encap ethv2
switch(config)# vlan classifier group 1 add rule 1
switch(config)# vlan classifier group 1 add rule 2
switch(config)# interface vlan 5 (Can be any VLAN number other than 1)
switch(conf-if-vl-5)# fcf forward
switch(conf-if-vl-5)# exit
4. Configure interfaces (required for each port being configured).
switch(config)# interface tengigabitethernet 0/0 Change Port ID
switch(config-if-te-0/0)# switchport
switch(config-if-te-0/0)# switchport mode converged
1
switch(config-if-te-0/0)# switchport converged allowed vlan add 5
1
FCoE Required (Step 3 VLAN)
switch(config-if-te-0/0)# vlan classifier activate group 1 vlan 5
1
switch(config-if-te-0/0)# cee default
1
switch(config-if-te-0/0)# exit
1
This command allows the port to access the FCoE VLAN. You can omit this command for
non-FCoE ports; however, both FCoE and non-FCoE ports might require a similar command
for access to other VLANs.
5. Repeat Step 4 for each interface you are configuring.
6. Perform a port shutdown/no shutdown operation (required for each port for the configuration
change to be enabled).
switch(config)# interface tengigabitethernet 0/0 Change Port ID
switch(config-if-te-0/0)# shutdown
switch(config-if-te-0/0)# no shutdown
switch(config-if-te-0/0)# exit
7. Repeat Step 6 for each interface you are configuring.
8. Save the running configuration to boot flash.
FCoE switch configuration quick-setup instructions 393