wlan

interface-config-radio-instance

Enables a WLAN on this radio

Use this command to configure WLAN/BSS mappings for an existing access point deployment. Administrators can assign each WLAN its own BSSID. If using a single-radio access point, there are 8 BSSIDs available. If using a dual-radio access point there are 8 BSSIDs for the 802.11b/g/n radio and 8 BSSIDs for the 802.11a/n radio.

Supported in the following platforms:

Syntax

wlan <WLAN-NAME> {bss|primary}
wlan <WLAN-NAME> {bss <1-16>} {primary}

Parameters

wlan <WLAN-NAME> {bss <1-16>} {primary}
<WLAN-NAME> {bss <1-16> |primary} Specify the WLAN name (it must have been already created and configured)
  • bss <1-16> – Optional. Specifies a BSS for the radio to map the WLAN
    • <1-18> – Specify the BSS number from 1 - 16.
      • primary – Optional. Uses the specified WLAN as the primary WLAN, when multiple WLANs exist on the BSS
  • primary – Optional. Uses the specified WLAN as the primary WLAN, when multiple WLANs exist on the BSS

Example

nx9500-6C8809(config-profile-71xxTestProfile-if-radio1)#wlan TestWLAN primary

nx9500-6C8809(config-profile-71xxTestProfile-if-radio1)#show context
 interface radio1
  rf-mode sensor
  placement outdoor
  mesh client
  rts-threshold 100
  wireless-client tx-power 20
  wlan TestWLAN bss 1 primary
  off-channel-scan channel-list 2.4GHz 1
  guard-interval long
  aggregation ampdu tx-only
  rifs tx-only
  use association-acl-policy test
  sniffer-redirect omnipeek 172.16.10.1 channel 1
  aeroscout forward
  ekahau forward ip 172.16.10.1 port 3
  non-unicast tx-rate bss 1 dynamic-all
  non-unicast tx-rate bss 2 highest-basic

  --More--
nx9500-6C8809(config-profile-71xxTestProfile-if-radio1)#

Related Commands

no (radio-interface-config-command) Disables a WLAN on a radio