Tag: cli
Aruba Networks, Configuration Example
Problems provisioning AP324?
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
SMTP Auth testing via CLI
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
NetScaler VPX – upgrade firmware
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
Provision Aruba AP via CLI
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