Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

Заводская конфигурация WLC преднастроена таким образом, чтобы от пользователя потребовалось минимум настроек для получения первой работоспособной Wi-Fi сети. Для быстрого подключения WLC к рабочему стенду необходимо выполнить следующие шаги:

...

The factory configuration of the WLC is preconfigured to require minimal configuration from the user to get the first working Wi-Fi network. To quickly connect the WLC to the workbench, follow these steps:

  1. Ensure that the WLC and the AP to be connected to it are factory reset. If there is any doubt reset them to default by pressing the “F” button located on the front or back panel for 20 seconds. This will reboot the device and it will boot with the factory configuration.
  2. Connect the AP directly into the gi1/0/2 port. If PoE injector is used to power the access point, connect the access point to the gi1/0/2 port via the PoE injector. If aPoE switch is used to power the access point, the point is plugged into the switch's access port, and the switch is plugged into the gi1/0/2 WLC port by another access port.
  3. The gi1/0/1 WLC port should be included in any access port of the higher network where there is Internet access and an IP address is issued from DHCP server. The gi1/0/1 interface is an uplink in the factory configuration and receives an address via DHCP. The interface that receives the DHCP address is used in the WLC for NAT. After connecting the uplink and access point to the WLC, the access point will automatically receive a DHCP address from 192.168.0.1/24 , зарегистрируется на встроенном from the WLC, register with the built-in Wi-Fi контроллере, получит конфигурацию, включая SSID,  построит GRE-туннель до WLC для передачи абонентского трафика и будет готова для подключения enterprise-клиентов.Для успешной авторизации клиента необходимо создать для него учетную запись в БД локального RADIUS-сервера, встроенного в WLC. Создать ее можно следующими командамиcontroller, get the configuration, including SSID, build a GRE-tunnel to the WLC to transfer subscriber traffic and be ready for connecting enterprise-clients.
  4. To successfully authorize a client, it is necessary to create an account for it in the database of the local RADIUS server embedded in the WLC. It can be created using the following commands:

    Блок кода
    languagediff
    ЛогинLogin дляfor авторизацииauthorization вin WLC: "admin", парольpassword: "password".
    ПослеAfter авторизацииauthorization необходимоit поменять парольis necessary to change the password:
    wlc(change-expired-password)# password newpassword
    wlc(change-expired-password)# commit
    wlc(change-expired-password)# confirm
    wlc# configure
    wlc(config)# radius-server local
    wlc(config-radius)# domain default
    
    #Создаем учетную запись пользователя #Create Wi-Fi дляuser подключенияaccount к to connect to the Enterprise SSID:
    wlc(config-radius-domain)# user name1
    wlc(config-radius-user)# password ascii-text password1
    wlc(config-radius-user)# end
    wlc# commit
    wlc# confirm

    После этого можно подключиться к SSID "default_ssid" с логином "name1" и паролем "password1" и получить услугу Интернет.

    Посмотреть статус точки доступа на контроллере можно командой

    After that you can connect to SSID “default_ssid” with login “name1” and password “password1” and get Internet service.

    Status of the access point on the controller can be viewed using the following command:

    Блок кода
    languagevb
    wlc# show wlc ap


Полная конфигурация WLC описана в разделе Настрoйка WLC. Вся приведенная в разделе Настрoйка WLC конфигурация уже содержится в заводской конфигурации WLC, кроме настроек учетной записи пользователя Wi-Fi, которые были приведены выше. Изучение полной конфигурации WLC дает понимание, за что отвечают различные объекты в этой конфигурации и каким образом они между собой связаныThe complete WLC configuration is described in the WLC configuration section. All of the configuration described there is already contained in the factory configuration of the WLC, except for the Wi-Fi user account settings above. Examining the full WLC configuration provides an understanding of what the various objects in the configuration are responsible for and how they relate to each other.

Scroll Pagebreak