Brocade Network OS Administrator’s Guide v4.1.1 User Manual
Page 165

Src Src Nbr Nbr
Index Interface Index Interface Nbr-WWN BW Trunk Nbr-Name
----------------------------------------------------------------------------------------------
4 Te 51/0/1 4 Te 53/0/1 10:00:00:05:33:65:3B:50 10G Yes "VCS3-53"
switch(conf-if-te-51/0/1)# do show fabric islports
Name: VCS3-51
Type: 131.4
State: Online
Role: Fabric Principal
VCS Id: 3
Config Mode:Local-Only
Rbridge-id: 51
WWN: 10:00:00:05:33:e5:d0:4b
FCF MAC: 00:05:33:e5:d0:cf
Index Interface State Operational State
===================================================================
0 Fo 51/0/49 Down
1 Fo 51/0/50 Down
2 Fo 51/0/51 Down
3 Fo 51/0/52 Down
4 Te 51/0/1 Up ISL 10:00:00:05:33:65:3B:50 "VCS3-53" (Trunk Primary)
Configuring Distributed Ethernet Fabrics using vLAG
In order to deploy Distributed Ethernet Fabrics using vLAG, create a port-channel interface on the
RBridges that are to be connected. Then add the member interfaces to the port-channel and bring them
online. Configure switchport and add the VLANs that are to be allowed over the port-channel. After the
port-channels on all the RBridges are online, the vLAG forms automatically on the RBridge that
connects to multiple nodes on the other VCS cluster. In the deployment topology shown in
Distributed Ethernet Fabrics using vLAG
on page 163, the vLAG forms on the RBridges that are part of
port-channel Po1 in Data-Centers 1 and 2 that forms VCS 1.
This configuration needs to be applied on RBridges that connect the two VCS instances. Perform the
following task in global configuration mode.
1. Create a port-channel interface on all RBridges that are directly connected to RBridges in other VCS
instances.
NOTE
In logical chassis cluster mode, the port-channel is created only from the principal node and is
applied globally.
switch(config)# interface port-channel 300
2. Verify that the port-channel is created correctly by using the show running-config command.
switch(config-Port-channel-300)# do show running-config interface port-channel 300
interface Port-channel 300
vlag ignore-split
shutdown
3. Configure the port-channel interface for the switchport trunk and add the VLANs to be allowed on the
trunk interface by using the switchport command.
switch(config-Port-channel-300)# switchport
switch(config-Port-channel-300)# switchport mode trunk
switch(config-Port-channel-300)# switchport trunk allowed vlan all
4. Verify the port-channel interface configuration by using the show running-config command.
switch(config-Port-channel-300)# do show running-config interface Port-channel 300
interface Port-channel 300
vlag ignore-split
switchport
switchport mode trunk
switchport trunk allowed vlan all
Configuring Distributed Ethernet Fabrics using vLAG
Network OS Administrator’s Guide
165
53-1003225-04