Hi this is a step by step on how to configure an SSID in a functional Cisco WLC (8.10) for Guest Authentication and MAC Caching using Aruba Clearpass General Steps (this guide assumes you have correctly configured the Clearpass side) Create an Authentication Server (The secret is the same as the one configured in Clearpass) Create an Accounting Server (The secret is the same as the one configured in Clearpass) Configure the WebAuth login Page (use the configured guets login page in Clearpass) Make sure the Web Auth Certificate points to the virtual IP in the WLC Create the FlexConnect Access List (or IPV4) Make sure WebAuth SecureWeb is enable Configure the SSID with the appropiate settings 1.- Create an Authentication Server 2.- Create an Accounting Server 3.- Configure the WebAuth login Page (in this example is; guest.demo-clearpass.net/cisco_login.php) Note.- In order to avoid the security warnings in the conencting devices, install the appropiate cert...
Hi, today I'm gonna show how to interact with Aruba Clearpass 6.9.X API using postman. My intention is that you know how to construct the request using headers, parameters and the body of the request. The first things to start working with the Clearpass API are: to have administrative access to the device and to see the API documentation inside the Clearpass itself. To access the Clearpass API documentation go to Guest-Adminsitration-API Services-API Explorer Once you click there, you'll be redirected to a page like this. Now, let's do 4 thing so you can use the API: Configure the things needed in Clearpass to access the API form outside systems. Login to the device API Construct a GET request Construct a POST request Configure the things needed in Clearpass to access the API form outside systems. In this post you can find everything you need. Just make SURE the Operator profile has API access or you'll get an error when running the requests https://developer.ar...
Hi, today I'm gonna show how to interact with the Aruba OS Controlleros or Mobility Conductor API using postman. My intention is that you know how to construct the request using headers, parameters and the body of the request. The first things to start working with the MC/MM API are: to have administrative access to the device and to make sure of the MC/MM version so you can look for the appropiate document. Remember, APIs can change form version to version. You can use the command: show version. In my case is 8.6.0.x Then you can make a quick search in google like " Aruba OS 8.6. API " to get the document and find out what are the option provided in the API. In the document you will find examples using curl and that's why i'm writting this in postman, so you have options. Another way to see the available methods and options within the MM/MC API is that after you login to the controller or MM you type API as the URI like this. https://MCorMM-IP:4343/ap...
Comments
Post a Comment