Defines the bridge-domains and vlans shared between cluster nodes and extended on the ICL.
The cluster has no member bridge-domains or vlans
(Default) Adds all bridge-domains created on the node to the cluster.
Adds a specified range of bridge-domains to the cluster.
Adds all bridge-domains to the cluster, except the specified bridge-domain.
Removes all bridge-domains from the cluster.
(Default) Adds all vlans created on the node to the cluster.
Adds a specified range of vlans to the cluster.
Adds all vlans to the cluster, except the specified vlan.
Removes all vlans from the cluster.
Cluster configuration mode
The all
parameter is the default configuration for both member
bridge-domain
and member vlan
.
The following example configures cluster S1-A1 as a member of all vlans, and all bridge-domains except those listed (10, 11, 12).
device# config Entering configuration mode terminal device(config)# cluster S1-A1 device(config-cluster-S1-A1)# member vlan all device(config-cluster-S1-A1)# member bridge-domain except 10,11,12 Snowball-MCT1(config-cluster-S1-A1)#