Hello,
We are using the VLAN pool, the VLAN is dynamically allocated to the users now. But we cannot control the VLANs allocated to users accord to the users' mac by VLAN pool. The DHCP server allocate the incorrect IP address to the users. For example, the users request IP address in VLAN20, but the DHCP server allocate an IP address belongs to VLAN10.
#
vlan pool WDWLANGROUP
vlan 10 20 30
#
vap-profile name WDWLAN
service-vlan vlan-pool WDWLANGROUP
permit-vlan vlan-id 10 20 30
ssid-profile WDWLAN
traffic-profile WDWLAN
authentication-profile WDWLAN
dhcp centralized-control enable
ip source check user-bind enable
arp anti-attack check user-bind enable
dhcp option82 insert enable
nd trust port
anti-attack flood other-broadcast blacklist enable
layer3-roam disable
learn-client-address ipv6 disable
learn-client-address dhcp-strict blacklist enable
This is my problem, can anyone help me? Thank you!