Configuration of VPLS or VLL for MCT requires the adding of member bridge domains to the MCT cluster and a PW client.
For information on configuring VLL or VPLS bridge domains, refer to the "VPLS and VLL Layer 2 VPN services" chapter.
For information on configuring the MCT cluster and client, refer to Configuring MCT. Their full configuration is provided in the example after the steps.
device# configure terminal
device(config)# cluster leaf1_2
device(config-cluster-leaf1_2)# peer 40.1.1.2
device(config-cluster-leaf1_2)# peer-interface port-channel 40
device(config-cluster-leaf1_2)# client-pw
device(config-cluster-leaf1_2)# member bridge-domain all
device(config-cluster-leaf1_2)# int port-channel 40
device(config-Port-channel-40)# ip address 40.1.1.1/24
device(config-Port-channel-40)# int port-channel 1-2,5
device(config-Port-channel-1-2,5)# cluster-client auto
The following example are the steps in the previous configuration with the additional configuration of the MCT cluster and client.
device# configure terminal device(config)# cluster leaf1_2 device(config-cluster-leaf1_2)# peer 40.1.1.2 device(config-cluster-leaf1_2)# peer-interface port-channel 40 device(config-cluster-leaf1_2)# client-pw device(config-cluster-leaf1_2)# member bridge-domain all device(config-cluster-leaf1_2)# int port-channel 40 device(config-Port-channel-40)# ip address 40.1.1.1/24 device(config-Port-channel-40)# int port-channel 1-2,5 device(config-Port-channel-1-2,5)# cluster-client auto device(config-Port-channel-1-2,5)#