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

Ключ

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

...

  • Создадим профиль антенны которая имеет 7 дБм коэффициент усиления антенны и 7 дБм коэффициент потерь на кабеле:
    Блок кода
    wlc# configure 
    wlc(config)# wlc
    wlc(config-wlc)# antenna-profile gain7_loss2
    wlc(config-wlc-antenna-profile)# antenna-gain 7
    wlc(config-wlc-antenna-profile)# cable-loss 2
  • Для привязки профиля к локации нам необходимо создать object-group с указанием необходимых ТД, это можно сделать двумя способами:
    • Object-group c указанием mac адреса ТД:
      Блок кода
      wlc(config)# object-group mac wop_mac
      wlc(config-object-group-mac)# mac address ec:b1:e0:33:ba:10
    • Object-group c указанием модели ТД:
      Блок кода
      wlc(config)# object-group ap-models wop_model
      wlc(config-object-group-ap-models)# ap-model WOP-30L
  • Выполним привязку профиля в локации для 2g с помощью object-group ap-models, и для 5g с помощью object-group mac:
    Блок кода
    wlc(config)# wlc
    wlc(config-wlc)# ap-location default-location 
    wlc(config-wlc-ap-location)# antenna-profile gain7_loss2 band 2g ap-models wop_model 
    wlc(config-wlc-ap-location)# 
    wlc(config-wlc-ap-location)# antenna-profile gain7_loss2 band 5g macs wop_mac
  • После коммита видим, что ТД перешла в статус Active и EIRP c TX-power отображается корректно. 
    Блок кода
    wlc# show wlc ap detailed 
    AP ec:b1:e0:33:ba:10:
        MAC address:              ec:b1:e0:33:ba:10
        Status:                   Active
        Status description:       --
        IP address:               10.11.0.34
        Board type:               WOP-30L
    Radio wlan0:
        Band:                     2g
        MAC address:              ec:b1:e0:33:ba:1f
        Status:                   Enabled
        Channel:                  11
        Frequency:                2462
        Bandwidth:                20
        TX power:                 15
        EIRP:                     20
    Radio wlan1:
        Band:                     5g
        MAC address:              ec:b1:e0:33:ba:18
        Status:                   Enabled
        Channel:                  64
        Frequency:                5320
        Bandwidth:                20
        TX power:                 18
        EIRP:                     23

Если требуется привязать профиль антенны для всех ТД В локации, которые имеют возможность подключения внешней антенны, можно с помощью команды:

Блок кода
wlc-30(config-wlc-ap-location)# antenna-profile gain7_loss2 band 2g all 
wlc-30(config-wlc-ap-location)# antenna-profile gain7_loss2 band 5g all 


Так же выполнить привязку антенны к ТД можно выполнить с помощью индивидуальных настроек ТД:

...

Блок кода
check wlc ap 'ec:b1:e0:33:ba:10': antenna-profile is not supported for board 'WEP-30L'
error - can't commit configuration.
Блок кода
wlc-30(config-wlc-ap-location)# antenna-profile gain7_loss2 band 2g all 
wlc-30(config-wlc-ap-location)# antenna-profile gain7_loss2 band 5g all 




















МодельКод страны2,4 ГГц5 ГГц6 ГГц
minimallowmiddlehighmaximalminimallowmiddlehighmaximalminimallowmiddlehighmaximal
WEP-1LRU361013161113151719-----
WEP-2LRU361013161113151719-----
WEP-3LRU11121415161113151719-----
WEP-200LRU4471016811141719-----
WEP-30LRU048121605101519-----
CN03691305101520-----
US0510152005101520-----
WEP-30L-ZRU048121605101519-----
CN03691305101520-----
US0510152005101520-----
WEP-3axRU681114161012151719-----
WEP-550KRU04812160510151905101519
WOP-2LRU361013161113151719-----
WOP-20LRU8101214161113151719-----
WOP-30LRU048121605101519-----

WOP-30LS

RU

036911036911-----

WOP-30LI

RU

048121605101519-----
WEP-2acRU5811141616101519-----
WEP-2ac SmartRU581114161113151719-----
WOP-2acRU5811141616101519-----
WOP-2ac:rev.BRU5811141616101519-----
WOP-2ac:rev.CRU5811141616101519-----
WOP-3L-EX RU11121415161113151719----

-

WEP-50LRU04812160481317----

-

...