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

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

Ключ

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

...

Блок кода
languagevb
themeEclipse
wlc(config-radius)# virtual-server default
wlc(config-radius-vserver)# enable
wlc(config-radius-vserver)# proxy-mode
wlc(config-radius-vserver)# upstream-server eltex
wlc(config-radius-upstream-server)# host 10.10.10.12
wlc(config-radius-upstream-server)# server-type all
wlc(config-radius-upstream-server)# key ascii-text password
wlc(config-radius-vserver)# exit

Настраиваем NAS eltex, где eltex – имя внешнего сервера. Используется при обращении WLC к внешнему RADIUS-серверу:


Блок кода
languagevb
themeEclipse
wlc(config-radius)# nasenable
eltex
wlc(config-radius-nas)# key ascii-text password
wlc(config-radius-nas)# network 10.10.10.0/24
wlc(config-radius-nas)# exit
Блок кода
languagevb
themeEclipse
wlc(config-radius)# enable
wlc(config)# exitexit

Scroll Pagebreak
Переходим к настройкам модуля управления конфигурацией точек доступа:

...

Подсказка

Для настройки внешнего RADIUS-сервера , необходимо записать в таблицу NAS внешнего RADIUS-сервера адрес и ключ локального RADIUS-сервера WLC-30.

Scroll Pagebreak

Пример конфигурации:

Раскрыть


Блок кода
languagetext
themeEclipse
 radius-server local
  nas ap
    key ascii-text encrypted 8CB5107EA7005AFF
    network 192.168.1.0/24
  exit
  nas eltex
    key ascii-text encrypted 8CB5107EA7005AFF
    network 10.10.10.0/24
  exit
  virtual-server default
    proxy-mode
    upstream-server eltex
      host 10.10.10.12
      server-type all
      key ascii-text encrypted 8CB5107EA7005AFF
    exit
    enable
  exit
  enable
exit



wlc
 radius-profile default-radius
	auth-address 192.168.1.1
	auth-password ascii-text encrypted 8CB5107EA7005AFF
	acct-enable
	acct-address 192.168.1.1
	acct-password ascii-text encrypted 8CB5107EA7005AFF
exit

Scroll Pagebreak