Administrator Guide

Table Of Contents
1115 | External User Management Dell Networking W-Series ArubaOS 6.4.x| User Guide
Response
Code
Description
in_octets Displays the incoming packets (in bytes) received by the client.
out_packets Displays the total number of outgoing packets received by the client.
out_octets Displays the outgoing packets (in bytes) received by the client.
Using the XML API Server
Follow the steps below to use the XML API:
1. Configure an external XML API server.
2. Associate the XML API server to an appropriate AAA profile.
3. Configure a user role to direct un-authenticated users to the external captive portal server.
4. Configure Captive Portal profile and associate that to an initial role (example logon).
5. Create an XML request with the appropriate API call.
6. Process XML response appropriately.
The default logon role of a client or user must have captive-portal enabled.
Configuring the XML API Server
Configure an external XML API server in your AAA infrastructure. In this example, 10.11.12.13 is your server.
The XML API interface on the controller will receive requests from this server.
l Define the XML API server and specify the key for verifying requests from your server
(host) (config) #aaa xml-api server 10.11.12.13
l Verify the XML API server configuration
(host) (config) #show aaa xml-api server
Associating the XML API Server to a AAA profile
After you define the XML API server profile associate it to the appropriate AAA profile. If the XML API server is
not correctly configured in the appropriate profile, the controller will respond with the client not authorized
error message. You can add XML API server references to the following AAA profile depending on your
requirement:
l For wireless users associate the XML API server to the AAA profile of the virtual AP profile.
(host) (config) #aaa profile wirelessusers
(host) (AAA Profile "wirelessusers") #xml-api-server 10.11.12.13
(host) (XML API Server "10.11.12.13") #key Dell123
(host) (config) #show aaa profile wirelessusers
AAA Profile "wirelessusers"
---------------------------
Parameter Value
--------- -----
Initial role logon
MAC Authentication Profile N/A
MAC Authentication Default Role guest