Category: eWLC

Cisco Option 43 Generator

Option 43 can be used to discover WLC or convert EWC/ME to CAPWAP. This is a really useful feature, and I often need to use it in my tests. But its format conversion is...

Initial Configuration for Embedded Wireless Controller

Product overview Official explanation The Cisco® Embedded Wireless Controller (EWC) on Catalyst® Access Points is a software-based controller integrated into Cisco Catalyst 9100 Access Points. It is a simplified, low-cost, feature-rich Wi-Fi architecture with...

Understanding RESTCONF

Basic Concepts of RESTCONF Derived from Netconf Model definition in YANG The request/response data is XML or JSON Using HTTPS methods(GET / PATCH / POST / DELETE / PUT) RESTCONF URI format: /<api-entry>/<resource-type>/<yang-module:resource> Yang...

Upload Yang Models to the Yang-explorer

In the previous article, we discussed how to install Yang Explorer. Now we need to upload Yang Models to the Yang Explorer. Manage Models – Workspace – Add Select the Yang Models file, then...

Install Yang Explorer on Ubuntu

I am learning DevNet recently, so I installed Yang Explorer on Ubuntu server. The following is the installation process. Install required packages Install Yang Explorer Configure IP address Run Yang Explorer in the background...

Ansible uses ad-hoc to perform tasks

In the previous article I installed Ansible on Ubuntu, in this article I will discuss how to use Ansible. There are two ways for Ansible to perform tasks, ad-hoc and playbook. Here I will...

Configure 802.1X on 9800 series WLC and ISE

1. Configure AAA Add the ISE address to the 9800 WLC. Configure Server Groups (optional, not required). Configure AAA Method (required), If not configured, authentication will fail, which will be discussed in 6. Verification....

Upgrade a Cisco Catalyst 9800 Series Wireless Controller

1. Delete old installation files install remove inactive 2. Copy files from ftp server to flash memory copy ftp://username:password@image flash: 3. Confirm copied file dir flash:*.bin 4. Install to bootflash install add file bootflash:image...