Brocade Network Advisor SAN User Manual v11.1x (53-1002167-01, May 2011)

Brocade Network Advisor SAN User Manual 343
53-1002167-01
Switch policies
14
7. Cl ic k OK on the VLAN Configuration dialog box.
The VLAN Configuration dialog box displays.
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 Web Tools.
Creating VLAN classifiers and activating on the DCB interface
NOTE
This procedure is completed using the CLI. This procedure is applicable for FOS versions lower than
FOS 7.0.
To create and activate the VLAN classifiers on the DCB interface, complete the following steps.
1. Log into the switch and enter global configuration mode.
Example
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.
Example
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.
Example of activating VLAN classifier on the interface Te 0/7
switch(conf-if-te-0/7)#vlan classifier activate group 1 vlan 1002
4. Save the running-config file to the startup-config file.
Example
switch#copy running-config startup-config