| Parameter | Description | Value | 
|---|---|---|
| binding-info | 
 Displays the binding information between BDs and VNIs, VSIs, and EVPN instances.  | 
-  | 
| bdid | 
 Displays information about a BD with a specified ID.  | 
The value is an integer ranging from 1 to 16777215.  | 
| verbose | 
 Displays detailed BD information.  | 
-  | 
| brief | 
 Displays brief BD information.  | 
-  | 
Usage Scenario
After BDs are configured on a device, to view BD information, run the display bridge-domain command. The command output contains bridge domain configurations, including which EVC Layer 2 sub-interfaces are added to a BD. The command output helps verify the configuration and analyze faults.
 The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display bridge-domain binding-info
--------------------------------------------------------------------------------  
BDID     VNI      VSI              EVPN
--------------------------------------------------------------------------------
1        1        vsitest1         vpntest1        
2        2        vsitest2         vpntest2
3        3        vsitest3         vpntest3
<HUAWEI> display bridge-domain 10 brief -------------------------------------------------------------------------------- *down: Administratively down; U:Up; D:Down; -------------------------------------------------------------------------------- BDID State Ports -------------------------------------------------------------------------------- 10 up gigabitethernet 0/1/1.1(D)
<HUAWEI> display bridge-domain 10
--------------------------------------------------------------------------------
MAC_LRN: MAC learning;         STAT: Statistics;         SPLIT: Split-horizon;
BC: Broadcast;                 MC: Unknown multicast;    UC: Unknown unicast;
*down: Administratively down;  FWD: Forward;             DSD: Discard;
U: Up;         D: Down;
--------------------------------------------------------------------------------
BDID         Ports                                                          
--------------------------------------------------------------------------------
10                                                                             
BDID  State MAC-LRN STAT    BC  MC  UC  SPLIT   Description
--------------------------------------------------------------------------------
10    down  enable  disable FWD FWD FWD disable
<HUAWEI> display bridge-domain
The total number of bridge-domains is : 2
--------------------------------------------------------------------------------
MAC_LRN: MAC learning;         STAT: Statistics;         SPLIT: Split-horizon;
BC: Broadcast;                 MC: Unknown multicast;    UC: Unknown unicast;
*down: Administratively down;  FWD: Forward;             DSD: Discard;
--------------------------------------------------------------------------------
BDID  State MAC-LRN STAT    BC  MC  UC  SPLIT   Description
--------------------------------------------------------------------------------
10    up    enable  enable  FWD FWD DSD disable VLAN
20    up    enable  disable FWD FWD FWD disable VLAN
<HUAWEI> display bridge-domain 10 verbose Bridge-domain ID : 10 Description : State : Up MAC Learning : Enable Statistics : Disable Broadcast : Forward Unknown-unicast : Forward Unknown-multicast : Forward Split-horizon : Disable Vxlan Vni : 100 VSI : EVPN : vpntest1 ----------------------------------------- Interface State gigabitethernet 0/1/1.1 up
| Item | Description | 
|---|---|
| BDID | ID of each BD. A BD can be configured using the bridge-domain bd-id command in the system view.  | 
| VNI | VNI bound to a BD. A VNI can be bound to a BD using the vxlan vni vni-id command in the BD view.  | 
| VSI | VSI bound to a BD. A VSI can be bound to a BD using the l2 binding vsi vsi-name command in the BD view.  | 
| EVPN | EVPN instance bound to a BD. An EVPN instance can be bound to a BD using the evpn binding vpn-instance evpn-name command in the BD view.  | 
| State | BD status: 
  | 
| Ports | The status of an EVC Layer 2 sub-interface in a BD can be: 
  | 
| MAC Learning | Whether the MAC address learning function is enabled in a BD: 
  | 
| MAC-LRN | Whether the MAC address learning function is enabled in a BD: 
  | 
| STAT | Whether a device is enabled to collect statistics about packets transmitted in a BD: 
  | 
| BC | Whether a device forwards broadcast packets in a BD: 
  | 
| MC | Whether a device forwards multicast packets in a BD: 
  | 
| UC | Whether a device forwards unknown unicast packets in a BD: 
  | 
| SPLIT | Whether split horizon is enabled in a BD: 
  | 
| Description | Description of a BD. To configure a bridge domain description, run the description command in the BD view.  | 
| The total number of bridge-domains is | Total number of BDs configured on a device.  | 
| Bridge-domain ID | ID of each BD. A BD can be configured using the bridge-domain bd-id command in the system view.  | 
| Statistics | Whether a device is enabled to collect statistics about packets transmitted in a BD: 
  | 
| Broadcast | Whether a device forwards broadcast packets in a BD: 
  | 
| Unknown-unicast | Whether a device forwards unknown unicast packets in a BD: 
  | 
| Unknown-multicast | Whether a device forwards multicast packets in a BD: 
  | 
| Split-horizon | Whether split horizon is enabled in a BD: 
  | 
| Vxlan Vni | VNI bound to a BD.  | 
| Interface | Interface bound to the BD. To add an EVC Layer 2 sub-interface to a BD, run the bridge-domain bd-id command in a specific EVC Layer 2 sub-interface view.  |