Parameter | Description | Value |
---|---|---|
bd-id | Displays the configuration of a specified BD. If this parameter is not specified, the device displays the configuration of all BDs. |
The value is an integer that ranges from 1 to 16777215. |
brief | Displays brief BD configuration. |
- |
verbose | Displays detailed BD configuration. |
- |
After BDs are created on a device, you can run the display bridge-domain command to view the configuration of a specified BD or all BDs.
# Display the configuration of all BDs.
<HUAWEI> display bridge-domain
STAT: Statistics;
--------------------------------------------------------------------------------
BDID State STAT Description
--------------------------------------------------------------------------------
10 down disable vxlan
20 up disable vxlan
--------------------------------------------------------------------------------
The total number of bridge-domains is : 2
<HUAWEI> display bridge-domain 10 verbose
Bridge-domain ID :10
Description :vxlan
State :Down
Statistics :Disable
Broadcast-suppression CIR(kbit/s) :- CBS(byte) :-
Multicast-suppression CIR(kbit/s) :10000000 CBS(byte) :4294967295
Unknown-unicast-suppression CIR(kbit/s) :0 CBS(byte) :655355
--------------------------------------------------------------------------------
Interface State
--------------------------------------------------------------------------------
GigabitEthernet1/0/1.1 down
--------------------------------------------------------------------------------
VLAN State
--------------------------------------------------------------------------------
2 down
3 down
10 down
--------------------------------------------------------------------------------
Item |
Description |
---|---|
BDID/Bridge-domain ID |
ID of a BD. To set the BD ID, run the bridge-domain command in the system view. |
State |
BD status:
|
STAT/Statistics |
Whether traffic statistics collection is enabled for the BD:
|
Description |
BD description. To configure the description of a BD, run the description (BD view) command. |
The total number of bridge-domains is |
Total number of BDs on the device. |
Broadcast-suppression CIR(kbit/s) CBS(byte) |
CIR and CBS in a BD specified by the broadcast suppression function. The unit is kbit/s and byte, respectively. |
Multicast-suppression CIR(kbit/s) CBS(byte) |
CIR and CBS in a BD specified by the multicast suppression function. The unit is kbit/s and byte, respectively. |
Unknown-unicast-suppression CIR(kbit/s) CBS(byte) |
CIR and CBS in a BD specified by the unknown unicast suppression function. The unit is kbit/s and byte, respectively. |
Interface State |
Member interface in a BD and its status.
|
VLAN State |
Status of the VLAN associated with the BD.
|