
Bridge1#configure terminal  | Enter configuration mode  | 
Bridge1(config)#bridge 1 protocol ieee vlan-bridge  | Specify VLAN for bridge 1.  | 
Bridge1(config)#vlan database  | Enter the VLAN configuration mode.  | 
Bridge1(config-if)#vlan 5 bridge 1 state enable  | Enable VLAN (5) on bridge 1.Specifying the enable state allows forwarding of frames on this VLAN-aware bridge.  | 
Bridge1(config-if)#vlan 10 bridge 1 state enable  | Enable VLAN (10) on bridge 1. Specifying the enable state allows forwarding of frames on this VLAN-aware bridge.  | 
Bridge1(config-if)#commit  | Commit candidate configuration to be running configuration  | 
Bridge1(config-if)#exit  | Exit the VLAN configuration mode.  | 
Bridge1(config)#interface xe1/1  | Enter interface mode.  | 
Bridge1(config-if)#switchport  | Configure port as L2.  | 
Bridge1(config-if)#bridge-group 1  | Associate the interface with bridge group 1.  | 
Bridge1(config-if)#switchport mode trunk  | Set the switching characteristics of this interface to trunk mode.  | 
Bridge1(config-if)#switchport trunk allowed vlan add 5  | Enable VLAN ID 5 on this port.  | 
Bridge1(config-if)#commit  | Commit candidate configuration to be running configuration  | 
Bridge1(config-if)#exit  | Exit from the interface mode and go config mode.  | 
Bridge1(config)#interface xe2/1  | Enter interface mode.  | 
Bridge1(config-if)#switchport  | Configure port as L2.  | 
Bridge1(config-if)#bridge-group 1  | Associate the interface with bridge group 1.  | 
Bridge1(config-if)#switchport mode trunk  | Set the switching characteristics of this  interface to trunk mode.  | 
Bridge1(config-if)#switchport trunk allowed vlan add 10  | Enable VLAN ID 10 on this port.  | 
Bridge1(config-if)#commit  | Commit candidate configuration to be running configuration  | 
Bridge1(config-if)#exit  | Exit from the interface mode and go config mode.  | 
Bridge1(config)#interface xe4/1  | Enter interface mode.  | 
Bridge1(config-if)#switchport  | Configure port as L2.  | 
Bridge1(config-if)#bridge-group 1  | Associate the interface with bridge group 1.  | 
Bridge1(config-if)#switchport mode trunk  | Set the switching characteristics of this interface to trunk mode.  | 
Bridge1(config-if)#switchport trunk allowed vlan add 10  | Enable VLAN ID 10 on this port.  | 
Bridge1(config-if)#commit  | Commit candidate configuration to be running configuration  | 
Bridge1(config-if)#exit  | Exit from the interface mode and go config mode.  | 
Bridge1(config)#interface xe10/1  | Enter interface mode.  | 
Bridge1(config-if)#switchport  | Configure port as L2.  | 
Bridge1(config-if)#bridge-group 1  | Associate the interface with bridge group 1.  | 
Bridge1(config-if)#switchport mode trunk  | Set the switching characteristics of this interface to trunk mode.  | 
Bridge1(config-if)#switchport trunk allowed vlan add 5  | Enable VLAN ID 5 on this port.  | 
Bridge1(config-if)#commit  | Commit candidate configuration to be running configuration  | 
Bridge1(config-if)#exit  | Exit from the interface mode and go config mode.  | 
Bridge2#configure terminal  | Enter configure mode.  | 
Bridge2(config)#bridge 2 protocol ieee vlan-bridge  | Specify VLAN for bridge 2.  | 
Bridge2(config)#vlan database  |  Enter the VLAN configuration mode.  | 
Bridge2(config-vlan)#vlan 5 bridge 2 state enable  | Enable VLAN (5) on bridge 2. Specifying the enable state allows forwarding of frames on this VLAN-aware bridge.  | 
Bridge2(config-vlan)#vlan 10 bridge 2 state enable  |  Specifying the enable state allows forwarding of frames on this VLAN-aware bridge.  | 
Bridge2(config-vlan)#commit  | Commit candidate configuration to be running configuration  | 
Bridge2(config-vlan)#exit  | Exit the VLAN configuration mode.  | 
Bridge2(config)#interface ce10/1  | Enter interface mode.  | 
Bridge2(config-if)#switchport  | |
Bridge2(config-if)#bridge-group 2  | Associate the interface with bridge group 2.  | 
Bridge2(config-if)#switchport mode trunk  | Set the switching characteristics of this interface to trunk mode.  | 
Bridge2(config-if)#switchport access vlan 5  | Enable VLAN port access by specifying the VLAN ID 5 on this interface.  | 
Bridge2(config-if)#switchport trunk allowed vlan add 10  | Enable VLAN ID 10 on this port.  | 
Bridge2(config-if)#switchport  | Configure port as L2.  | 
Bridge2(config-if)#bridge-group 2  | Associate the interface with bridge group 2.  | 
Bridge2(config-if)#switchport mode trunk  | Set the switching characteristics of this interface to trunk mode.  | 
Bridge2(config-if)#switchport trunk allowed vlan add 5  | Enable VLAN ID 5 on this port.  | 
Bridge2(config-if)#switchport trunk allowed vlan add 10  | Enable VLAN ID 10 on this port.  | 
Bridge2(config-if)#commit  | Commit candidate configuration to be running configuration  | 
Bridge2(config-if)#exit  | Exit from the interface mode and go config mode.  | 
Bridge2(config)#interface ce11/1  | Enter interface mode.  | 
Bridge2(config-if)#switchport  | Configure port as L2.  | 
Bridge2(config-if)#bridge-group 2  | Associate the interface with bridge group 2.  | 
Bridge2(config-if)#switchport mode trunk  | Set the switching characteristics of this  interface to trunk mode.  | 
Bridge2(config-if)#switchport trunk allowed vlan add 5  | Enable VLAN ID 5 on this port.  | 
Bridge2(config-if)#switchport trunk allowed vlan add 10  | Enable VLAN ID 10 on this port.  | 
Bridge2(config-if)#commit  | Commit candidate configuration to be running configuration  | 
Bridge2(config-if)#exit  | Exit from the interface mode and go config mode.  | 
Bridge3#configure terminal  | Enter configure mode.  | 
Bridge3(config)#bridge 3 protocol ieee vlan-bridge  | Specify VLAN for bridge 3.  | 
Bridge3(config)#vlan database  | Enter the VLAN configuration mode.  | 
Bridge3(config-vlan)#vlan 5 bridge 3 state enable  | Enable VLAN (5) on bridge 3. Specifying the enable state allows forwarding of frames on this VLAN-aware bridge.  | 
Bridge3(config-vlan)#vlan 10 bridge 3 state enable  | Enable VLAN (10) on bridge 3. Specifying the enable state allows forwarding of frames on this VLAN-aware bridge.  | 
Bridge3(config-vlan)#commit  | Commit candidate configuration to be running configuration  | 
Bridge3(config-vlan)#exit  | Exit the VLAN configuration mode.  | 
Bridge3(config)#interface xe1/1  | Enter interface mode.  | 
Bridge3(config-if)#switchport  | Configure port as L2.  | 
Bridge3(config-if)#bridge-group 3  | Associate the interface with bridge group 3.  | 
Bridge3(config-if)#switchport mode trunk  | Set the switching characteristics of this interface to trunk mode.  | 
Bridge3(config-if)#switchport trunk allowed vlan add 5  | Enable VLAN ID 5 on this port.  | 
Bridge3(config-if)#switchport trunk allowed vlan add 10  | Enable VLAN ID 10 on this port.  | 
Bridge3(config-if)#commit  | Commit candidate configuration to be running configuration  | 
Bridge3(config-if)#exit  | Exit from the interface mode and go config mode.  | 
Bridge3(config)#interface xe2/1  | Enter interface mode.  | 
Bridge3(config-if)#switchport  | Configure port as L2.  | 
Bridge3(config-if)#bridge-group 3  | Associate the interface with bridge group 3.  | 
Bridge3(config-if)#switchport mode trunk  | Set the switching characteristics of this  interface to trunk mode.  | 
Bridge3(config-if)#switchport trunk allowed vlan add 10  | Enable VLAN ID 10 on this port.  | 
Bridge3(config-if)#commit  | Commit candidate configuration to be running configuration  | 
Bridge3(config-if)#exit  | Exit from the interface mode and go config mode.  | 
Bridge3(config)#interface xe11/1  | Enter interface mode.  | 
Bridge3(config-if)#switchport  | Configure port as L2.  | 
Bridge3(config-if)#bridge-group 3  | Associate the interface with bridge group 3.  | 
Bridge3(config-if)#switchport mode trunk  | Set the switching characteristics of this interface to trunk mode.  | 
Bridge3(config-if)#switchport trunk allowed vlan add 5  | Enable VLAN ID 5 on this port.  | 
Bridge3(config-if)#commit  | Commit candidate configuration to be running configuration  | 
Bridge3(config-if)#exit  | Exit from the interface mode and go config mode.  |