Adding member VLANs

Follow this procedure to add member VLANs to a topology group. Member VLANs follow the master VLAN protocol states and also no L2 protocol will be running on the member VLANs.

Before adding a member VLAN, you should have created a topology group and configured the master VLAN for that group. The VLAN should not be part of any other topology group. All control ports of master VLAN must also be configured for the member VLAN.

  1. Enter the configure terminal command to access global configuration mode.
    device# configure terminal
    device(config)# 
  2. Enter the topology-group command to create a topology group at the global configuration level.
    device(config)# topology-group 1
    device(conf-topo-group-1)#
    
  3. Enter the master-vlan command to configure a master VLAN in the topology group.
    device(conf-topo-group-1)# master-vlan 100
    
  4. Enter the member-vlan command to add member VLANs to the topology group.
    device(conf-topo-group-1)# member-vlan add 200-201
    
    
    Note

    Note

    The member-vlan remove command removes an existing member VLAN from the topology group.
    device(conf-topo-group-1)# member-vlan remove 200