< Home

display vlan pool

Function

The display vlan pool command displays configuration of VLAN pools.

Format

display vlan pool { name pool-name | all [ verbose ] }

Parameters

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. -

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

You can run the display vlan pool command to view configuration of VLAN pools, which facilitates VLAN pool management and maintenance.

Example

# 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                                                                                                                            
Table 1 Description of the display vlan pool all command output
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:
  • even
  • hash
To configure the parameter, run the assignment command.
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                                                                                                              
--------------------------------------------------------------------------------                                                    
Table 2 Description of the display vlan pool name pool-name command output
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:
  • even: The VLAN assignment algorithm is even.
  • hash: The VLAN assignment algorithm is hash.
To configure the parameter, run the assignment command.
VLAN ID List of VLANs in the VLAN pool. To configure the parameter, run the vlan command.
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >