Follow this procedure to add member bridge domains to a topology group. Member bridge domains follow the master VLAN protocol states and also no L2 protocol will be running on the bridge domains.
Before adding a bridge domain, you should have created a topology group and configured the master VLAN for that group. The bridge-domain should not be part of any other topology group. All control ports of master VLAN must also be configured for the member bridge-domain.
device# configure terminal device(config)#
device(config)# topology-group 1 device(conf-topo-group-1)#
device(conf-topo-group-1)# master-vlan 100
device(conf-topo-group-1)# member-bridge-domain add 300
Note
The member-bridge-domain remove command removes an existing member bridge-domain from the topology group.device(conf-topo-group-1)# member-bridge-domain remove 1
The example adds 300 as member bridge-domain to the topology group.
device# configure terminal device(config)# topology-group 1 device(conf-topo-group-1)# master-vlan 100 device(conf-topo-group-1)# member-bridge-domain add 300