| Parameter | Description | Value |
|---|---|---|
| name pool-name | Displays configuration of a specified VLAN pool. | The VLAN pool must exist. |
| all [ verbose ] | Displays configuration of all VLAN pools. List of VLANs in the VLAN pool will be displayed if verbose is specified. | - |
You can run the display vlan pool command to view configuration of VLAN pools, which facilitates VLAN pool management and maintenance.
# Display brief configuration of all VLAN pools.
<HUAWEI> display vlan pool all
--------------------------------------------------------------------------------
Name Assignment VLAN total
--------------------------------------------------------------------------------
name hash 0
test hash 128
marketing hash 2
--------------------------------------------------------------------------------
Total: 3
| Item | Description |
|---|---|
| Name | Name of a VLAN pool. To configure the parameter, run the vlan pool command. |
| Assignment | VLAN assignment algorithm in a VLAN pool:
|
| VLAN total | Number of VLANs in the VLAN pool. |
| Total | Total number of VLAN pools. |
# Display configuration of the VLAN pool marketing.
<HUAWEI> display vlan pool name marketing
--------------------------------------------------------------------------------
Name : marketing
Total : 2
Assignment : hash
VLAN ID : 10 20
--------------------------------------------------------------------------------
| Item | Description |
|---|---|
| Name | Name of the VLAN pool. To configure the parameter, run the vlan pool command. |
| Total | Number of VLANs in the VLAN pool. |
| Assignment | VLAN assignment algorithm in a VLAN pool:
|
| VLAN ID | List of VLANs in the VLAN pool. To configure the parameter, run the vlan command. |