Configuring a master VLAN

Follow this procedure to configure a master VLAN in a topology group.

Before configuring a master VLAN, you should have configured a topology group.
  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
    
    Note

    Note

    The no master-vlan command removes an existing master VLAN from the topology group.