Aruba Networks, Configuration Example

Problems provisioning AP324?

René Jorissen on January 19, 2018 0 Comments • Tags: #ap324 #cli #provisioning

I had to provision some AP324 APs on a standalone Aruba Mobility Controller. The controller runs AOS 8.2.0.2 code and functions as standalone controller. So what could be a problem when provisioning an AP324 via the GUI??? Well during the provisioning I couldn’t choose the desired custom AP group. I can only choose from both … Read More

Mail relaying

SMTP Auth testing via CLI

René Jorissen on June 30, 2016 0 Comments • Tags: #auth #cli #commandline #smtp

Just a quick note to describe the procedure for SMTP auth testing via the command-line. At first you need to encode username and password in Base64. This can be done in several ways. The easiest way would be via https://www.base64encode.org/. Next you can use the following commando’s via telnet to test SMTP AUTH. I always use … Read More

Management

NetScaler VPX – upgrade firmware

René Jorissen on October 13, 2015 0 Comments • Tags: #cli #firmware #netscaler #upgrade #vpx

I am fairly new to NetScaler to I tried to upgrade the software via CLI. This is what I if done. Download the upgrade firmware via MyCitrix.com Backup the configuration Upgrade the software to the NetScaler appliance (I used pscp.exe on a Windows machine to upload the software to the directory /var/nsinstall/11.0/63.16. I created the … Read More

Other stuff...

Provision Aruba AP via CLI

René Jorissen on March 26, 2015 2 Comments • Tags: #ap #aruba #cli #provsion

Below you will find the necessary commands to provision an Aruba access-point via CLI. The commands add the access-point to the AP whitelist and provision the AP in the correct ap-group. Adding the AP to the whitelist is necessary when using control-plane security. whitelist-db cpsec add mac-address “94:b4:0f:c4:7e:98” description “ap01” whitelist-db cpsec modify mac-address “94:b4:0f:c4:7e:98” … Read More