bridge-domain-create
A bridge domain is a set of logical ports that share the same flooding or broadcast characteristics. This command creates a bridge domain.
Syntax bridge-domain-create
| name name-string | Specify the name for the bridge domain. | 
| scope local|cluster|fabric | Specify the bridge domain scope. | 
| Specify any of the following options: |  | 
| vnet vnet name | vNET for this Bridge Domain. | 
| vxlan 0..16777215 | Specify the VXLAN identifier for the tunnel. | 
| auto-vxlan|no-auto-vxlan | Specify the options to automatically assign VXLAN, and/or assign to VTEPs. | 
| description description-string | Add a bridge domain description. | 
| rsvd-vlan 1..4093 | Specify the fabric reserved VLAN for cluster switches for bridge domain. | 
| local-rsvd-vlan 1..4093 | Specify the local reserved VLAN for cluster switches for bridge domain. | 
| vxlan-inner-packet auto|remove-tags|transparent | Preserve original Ethernet header inside the VXLAN tunnel. | 
| mac-learning|no-mac-learning | Specify if you want to enable or disable MAC address learning. | 
| l2-tunneling none|lldp|stp|lacp|all | Enable L2 tunneling on this bridge domain. You can tunnel LLDP, STP, and LACP packets by specifying the corresponding keywords. | 
Defaults None
History
| Version 5.2.0 | Command introduced. | 
| Version 6.0.0 | The parameter mac-learning added. | 
| Version 6.1.1 | The parameter l2-tunneling added. | 
Usage Use this command to create a bridge domain.
Examples To create a bridge domain with the name bd100, and cluster scope, use the command:
CLI (network-admin@switch) > bridge-domain-create name bd100 scope cluster
