Brocade Network Advisor SAN User Manual v12.3.0 User Manual

Page 663

Advertising
background image

Brocade Network Advisor SAN User Manual

611

53-1003154-01

DCB configuration

16

The Web Tools application displays. You can also launch Web Tools by clicking the Element
Manager button on the DCB Configuration dialog box.

3. Click the DCB tab.

4. Click the VLAN tab.

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:<userid>>cmsh

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

Advertising