Creates a bridge domain, which represents a switching or inter-connection domain for a wide range of service end-point types.
No bridge domain is configured.
Global configuration mode.
(DNX devices only) VPLS performs any-to-any switching between Ethernet attachment circuits (ACs) and MPLS pseudowires (PWs). VLL performs one-to-one switching between Ethernet AC and MPLS PWs. Use the bridge-domain to specify the related configuration for both VPLS and VLL.
The no version of this command removes the bridge-domain configuration.
The following example shows how to configure bridge domain 1 and specifies a point-to-point cross-connect service for the domain.
device# configure terminal device(config)# bridge-domain 1 p2p
The following example shows the error message that is displayed when the specified bridge-domain ID is out of range.
device# configure terminal device(config)# bridge-domain 10000000 Error: syntax error: "10000000" is out of range.
The following example shows the error message that is displayed when the bridge-domain creation is not successful in the back-end.
device# configure terminal device(config)# bridge-domain 110 Error: bridge-domain: connection instance creation failed.