bridge-domain-show
A bridge domain is a set of logical ports that share the same flooding or broadcast characteristics. This command displays the bridge domain details.
Syntax bridge-domain-show
name name-string |
Specify the name for the bridge domain. |
vnet vnet-name |
Specify the vNET for the bridge domain. |
scope local|cluster|fabric |
Specify the bridge domain scope. |
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. |
hw-vpn hw-vpn-number |
Specify the hardware VPN number. |
hw-mcast-group hw-mcast-group-number |
Specify the hardware multicast group. |
description description-string |
Sepcify the 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. |
net-id 0..12287 |
Specify the bridge domain ID. |
peer-net-id 0..12287 |
Specify the peer network ID. |
active yes|no |
Specify the bridge domain active status. |
ports port-list |
Specify the ports assigned to the bridge domain. |
vxlan-inner-packet auto|remove-tags|transparent |
Preserve original Ethernet header inside the VXLAN tunnel. |
cluster-name cluster-name-string |
Specify the cluster that needs to use the internal VLANs. |
qinq_rsvd_vlan 0..4095 |
Specify the running reserved VLAN for cluster switches for bridge domain. |
mac-learning|no-mac-learning |
Specify if MAC address learning is enabled or disabled. |
l2-tunneling none|lldp|stp|lacp|all |
Specify the status of L2 tunneling on the bridge domain. |
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 display the bridge domain details.
Examples
CLI (network-admin@switch) > bridge-domain-show
name scope ports vxlan-inner-packet mac-learning l2-tunneling
---- ------ ----- ------------------ ------------ ------------
BD1 local auto on none
BD2 local 20 remove-tags on none