Configuration Guide Configuring VLAN Group
Verification
Check the configurations of the VLAN group.
Configuration Example
Configuring a VLAN Group
Create VLAN Group 10.
Set the VLAN assignment mode to 802.1X-based mode.
Configure a VLAN list that contains VLAN 1 to VLAN 10.
Set the default VLAN to VLAN 1.
Ruijie# configure terminal
Ruijie(config)# vlan-group 10
Ruijie(config-vlan-group)# vlan-assign-mode dot1x
Ruijie(config-vlan-group)# vlan-list 1-10
Ruijie(config-vlan-group)# default-vlan 1
Ruijie(config-vlan-group)# end
Check whether the configurations of VLAN Group 10 are correct.
Ruijie#show vlan-group 10
vlan-group id mode default-vlan vlan-list
------------- ----------------- ------------ ----------------------------
10 dot1x 1 1-10
Common Errors
A VLAN configured in a VLAN list does not exist.
The default VLAN configured does not exist in the VLAN list.
The ID of a created VLAN group ranges from 1 to 128.
A VLAN group contains a maximum of 128 VLANs.
4.4.2 Configuring WLAN-VLAN Group Mapping
Configuration Effect
Configure the mapping between a WLAN and a VLAN group so that STAs can be associated with the WLAN.
Notes
N/A