Brocade Network Advisor SAN User Manual v12.1.0 User Manual
Page 531
Brocade Network Advisor SAN User Manual
483
53-1002948-01
DCB configuration
16
5. Click Add.
The VLAN Configuration dialog box displays.
6. Enter the VLAN identifier in the VLAN ID field.
7. Click OK on the VLAN Configuration dialog box.
8. Select the VLAN you created and click Edit to convert the VLAN to FCoE VLAN.
9. Select the FCoE check box.
10. Select the DCB interface to carry the FCoE traffic from the Selection List and click Add to add it
to the Selected List.
11. Click OK on the VLAN Configuration dialog box to save your changes.
12. Close the Web Tools application.
Creating and activating VLAN classifiers on the DCB interface
NOTE
You can complete this procedure using the Management application for Fabric OS versions 7.0 and
later. For Fabric OS versions earlier than Fabric OS 7.0, you must use the CLI.
To create and activate the VLAN classifiers on the DCB interface, complete the following steps.
1. Log in to the switch and enter global configuration mode.
switch:
switch#configure terminal
2. Create and apply VLAN classifiers to the DCB interface to classify Ethernet frames on an
untagged interface to VLAN.
switch(config)#vlan classifier rule 1 proto fip encap ethv2
switch(config)#vlan classifier rule 2 proto fcoe encap ethv2
switch(config)#vlan classifier group 1 add rule 1
switch(config)#vlan classifier group 1 add rule 2
3. Apply the VLAN classifier group to the DCB interface.
switch(conf-if-te-0/7)#vlan classifier activate group 1 vlan 1002
4. Save the running-config file to the startup-config file.
switch#copy running-config startup-config