Note
Configuration of a VLAN pool overrides the 'vlan' configuration.vlan-pool-member <WORD> {limit <0-8192>}
vlan-pool-member <WORD> {limit <0-8192>}
vlan-pool-member | Adds a member VLAN to a WLAN's VLAN pool Since users belonging to separate VLANs can share the same WLAN, it is not necessary to create a new WLAN for every VLAN in the network. |
<WORD> | Define the VLANs available to this WLAN. It is either a single index, or a list of VLAN IDs (for example, 1,3,7), or a range (for example, 1-10) |
limit <0-8192> | Optional. Is ignored if the number of clients are limited and well
within the limits of the DHCP pool on the VLAN
|
nx9500-6C8809(config-wlan-test)#vlan-pool-member 1-10 limit 1
nx9500-6C8809(config-wlan-test)#show context wlan test ssid testWLAN1 vlan-pool-member 1 limit 1 vlan-pool-member 2 limit 1 vlan-pool-member 3 limit 1 vlan-pool-member 4 limit 1 vlan-pool-member 5 limit 1 vlan-pool-member 6 limit 1 vlan-pool-member 7 limit 1 vlan-pool-member 8 limit 1 vlan-pool-member 9 limit 1 vlan-pool-member 10 limit 1 bridging-mode local encryption-type none authentication-type none protected-mgmt-frames mandatory radius vlan-assignment time-based-access days weekdays start 10:00 end 16:30 --More-- nx9500-6C8809(config-wlan-test)#
no (wlan-config-mode) | Removes the list of VLANs mapped to a WLAN |