cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
510
Views
1
Helpful
2
Replies

Is there support for Cisco Mobility Express 8.7 (WLC) in Cisco AireOS NED

juacosta
Cisco Employee
Cisco Employee

Everyone,

Do you know if the NED for Cisco AireOS is capable of managing the Cisco Mobility Express Wireless Controller (WLC) module that can be loaded into an AireOS AP.

The current version for Cisco Mobility Express is 8.7, https://www.cisco.com/c/en/us/td/docs/wireless/access_point/mob_exp/87/user_guide/b_ME_User_Guide_87/getg_started.html

2 Replies 2

fzeisig
Cisco Employee
Cisco Employee

Hi,


Yes, the current Aireos NED supports WLC module.


Regards,

Fredric

Frederic, can you please point me where to get the package. I downloaded  cisco-aireos-3.3.2 from "earth.tail-f.com" and looking at the model I did not find the mappings to several commands such as:


  • config 802.11h powerconstraint
  • config ap next-preferred-master <AP Name>


For example, I only see config 802.11h channelswich :


    container "eight02.11h" {

      tailf:ncs-device-type "cli-ned";

      tailf:display-when "not(../../ncs:module) or ../../ncs:module[ncs:name='tailf-ned-cisco-aireos']";

      tailf:info

        "Configures 802.11h parameters.";

      tailf:alt-name "802.11h";

      tailf:cli-compact-syntax;

      container channelswitch {

        tailf:info

          "Configures the 802.11h channel switch announcement.";

        tailf:cli-compact-syntax;

        tailf:meta-data "handle-802.11a-disable";

        tailf:ned-data "/eight02.11a/enable-disable" {

          tailf:xpath-root 3;

          tailf:transaction from;

        }

        choice enable-disable {

          container enable {

            tailf:info

              "Enables the 802.11h channel switch announcement.";

            tailf:cli-compact-syntax;

            leaf enable-type {

              tailf:cli-drop-node-name;

              type enumeration {

                enum "loud" {

                  tailf:info

                    "Enables the 802.11h channel switch announcement in the loud

                     mode. The 802.11h-enabled clients can send packets while

                     switching channel.";

                }

                enum "quiet" {

                  tailf:info

                    "Enables 802.11h-enabled clients to stop transmitting packets

                     immediately because the AP has detected radar and client devices

                     should also quit transmitting to reduce interference.";

                }

              }

            }

          }

          leaf disable {

            tailf:info

              "Disables the 802.11h channel switch announcement.";

            type empty;

          }

        }

      }

    }

Here the CLI reference guide for CME 8.7

in https://www.cisco.com/c/en/us/td/docs/wireless/access_point/mob_exp/83/cmd-ref/me_cr_book/me_controller_cli.html

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the NSO Developer community: