Adding a lag – Brocade Network Advisor SAN + IP User Manual v12.3.0 User Manual

Page 879

Advertising
background image

Brocade Network Advisor SAN + IP User Manual

807

53-1003155-01

DCB configuration

20

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

Adding a LAG

Link aggregation, based on the IEEE 802.3ad protocol, is a mechanism to bundle several physical
ports together to form a single logical channel or trunk. The collection of ports is called a link
aggregation group (LAG).

NOTE

An internal port cannot be part of a LAG. You can create LAGs with external ports only.

Advertising