< Home

display bridge-domain

Function

The display bridge-domain command displays the BD configuration.

Format

display bridge-domain [ bd-id [ brief | verbose ] ]

Parameters

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.

-

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

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.

Example

# 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   
# Display the detailed configuration of BD 10.
<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                                    
--------------------------------------------------------------------------------
Table 1 Description of the display bridge-domain command output

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:
  • up: The BD is bound to a Layer 2 sub-interface, VLAN, or VNI, and at least one of the bound Layer 2 sub-interface, VLAN, and VNI is Up.
  • down: The BD is not bound to a Layer 2 sub-interface, VLAN, or VNI; alternatively, the BD is bound to a Layer 2 sub-interface, VLAN, or VNI and the bound Layer 2 sub-interface, VLAN, and VNI are Down.

STAT/Statistics

Whether traffic statistics collection is enabled for the BD:
  • disable
  • enable

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.
  • up: The link layer protocol of the interface is in the Up state.
  • down: The link layer protocol of the interface is Down.

VLAN State

Status of the VLAN associated with the BD.
  • up
  • down
The status of a VLAN is determined by the status of member interfaces in the VLAN. A VLAN is Up only when at least one member interface in the VLAN is Up.
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >