bridge-domain-modify
A bridge domain is a set of logical ports that share the same flooding or broadcast characteristics. This command modifies a bridge domain.
Syntax bridge-domain-modify
name name-string |
Specify the name for the bridge domain. |
Specify any of the following options: |
|
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. |
vnet vnet-name |
Specify the vNET for this bridge domain. |
description description-string |
Modify the description for the bridge domain. |
mac-learning|no-mac-learning |
Enable or disable MAC address learning. |
vxlan-inner-packet auto|remove-tags|transparent |
Preserve original Ethernet header inside the VXLAN tunnel |
l2-tunneling none|lldp|stp|lacp|all |
Modify 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 modify a bridge domain.
Examples To modify the reserved vlan to 25 and the description to main for the bridge domain bd200, use the command:
CLI network-admin@switch > bridge-domain-modify name bd200 rsvd-vlan 25 description main