iMC DHCP Agent

Reading Time: 4 minutes iMC is able to display a list of devices and IP addresses in use. To get the hostname of those devices as well, the iMC DHCP agent can grab those from the DHCP server. During my test of this function, I found some obstacles. In this article, I will share my experience and describe the installation … Read more

HowTo Sync AirWave AP’s to iMC

Reading Time: 4 minutes This article describes the steps to sync AirWave AP’s to iMC. This does not consume device licenses in iMC. It makes it a no brainer because you can benefit from the topology views, which include the AP’s. This makes troubleshooting much easier. Why Sync AirWave AP’s to iMC Most of the ArubaOS based switches are … Read more

iMC Operator Login with Radius (ClearPass)

Reading Time: 5 minutes Long ago, I configured my iMC server to use AD based operator login. you can read the post here. After having ClearPass up and running I will do the iMC operator login with radius. This post describes how this works. iMC Operator Login: Prepare ClearPass The first step is to prepare ClearPass. Those are the normal steps … Read more

Migrate ClearPass to a new Server

Reading Time: 3 minutes A question, I hear very often. How to migrate ClearPass to a new server? The reason can be, you have reached the end of the evaluation phase and want to use the evaluation installation for production, but you need to change the specs. Or you need to upgrade the specs of your appliance to meet the … Read more

Install ClearPass on Proxmox

Reading Time: 4 minutes Since ClearPass version 6.6.2, we have support for KVM (Kernal-based Virtual Machine). In this post, I show how to install ClearPass on Proxmox. Proxmox runs KVM based virtual machines but unfortunately do not use the tools from the installation guide of ClearPass. Nevertheless, follow this post to get it running. Running ClearPass on Proxmox is … Read more

CLI based OVA/OVF Deployment for ESXi

Reading Time: 6 minutes I use ESXi in my lab and need to deploy new VM’s on a regular basis. Whenever possible, I use an OVA/OVF deployment as this is very handy and easy. Unfortunately, I have no vSphere license so I use the ESXi embedded host client for administration. This shiny web UI has one drawback. It cannot deploy OVA/OVF … Read more

External SQL Authentication Source with ClearPass

Reading Time: 3 minutes Recently, I had a customer who had all of his user accounts in an external SQL database and we were looking for a way to authenticate against this external SQL authentication source with ClearPass. It is easy, to get this working and the following post demonstrates the configuration. ClearPass supports MSSQL, Oracle and PostgreSQL out … Read more

How To use the ClearPass RestAPI

Reading Time: 7 minutes This article is all about the ClearPass RestAPI. My goal is to give you a short overview of the capabilities of the ClearPass RestAPI and show one possible use case. Maybe you can comment on the article and describe your use case. I’m working on a project with the need to onboard a device with ClearPass. … Read more

MAC Authentication with Username using ClearPass

Reading Time: 5 minutes Ever wondered why you can’t use MAC authentication and get the correct username for monitoring purposes, for example? Actually, with ClearPass you can use MAC authentication with a username. You can return the correct username, not the MAC address so that monitoring applications can use this username instead of the MAC address. Configure the Controller … Read more

Operator Login with Radius Authentication and Authorization

Reading Time: 4 minutes This time is all about radius based operator login, as some devices might not support TACACS+. The post describes the operator login with radius authentication and command authorization. This post covers only the ArubaOS devices which do not support TACACS+ command authorization. Operator Login with Radius on ArubaOS Switches For those ArubaOS switches, which do … Read more