member (cluster)

Defines the bridge-domains and vlans shared between cluster nodes and extended on the ICL.

Syntax

member { bridge-domain | vlan }

Command Default

The cluster has no member bridge-domains or vlans

Parameters

bridge-domain
Configure the bridge-domain on the cluster
all

(Default) Adds all bridge-domains created on the node to the cluster.

add / remove <range>

Adds a specified range of bridge-domains to the cluster.

except

Adds all bridge-domains to the cluster, except the specified bridge-domain.

none

Removes all bridge-domains from the cluster.

vlan
Configure a vlan on the cluster
all

(Default) Adds all vlans created on the node to the cluster.

add / remove <range>

Adds a specified range of vlans to the cluster.

except

Adds all vlans to the cluster, except the specified vlan.

none

Removes all vlans from the cluster.

Modes

Cluster configuration mode

Usage Guidelines

The all parameter is the default configuration for both member bridge-domain and member vlan.

Examples

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)#