Users Guide

Table Of Contents
1075| External User Management Dell Networking W-Series ArubaOS 6.5.x| User Guide
XML API Command Description
user_blacklist This command blacklists a user from connecting to your network. This
command uses the default blacklist timeout of 3600 seconds. There is no
corresponding clear command. You can use the controller CLI to clear
the blacklisted clients. Refer the show ap blacklist-clients, stm
remove-blacklist-client, and stm purge-blacklist-clients commands
in the Dell Networking W-Series ArubaOS CLI Reference Guide to clear the
blacklisted clients.
user_query This command fetches the status and details of a user connected to your
network. A dual-stack client can be queried by any of its IPv4 or IPv6
addresses, but only the queried IP address is displayed in the output.
user_logout This command reverts the user to the initial role. This is only applicable
to captive portal users. For dual-stack clients, all user-table entries will
be reverted to the initial role.
Each XML API command requires certain mandatory options to successfully execute the task. The list of all
available options are:
Options Description Range / Defaults
ipaddr IP address of the user in IPv4 or IPv6 format.
macaddr MAC address of the user in aa:bb:cc:dd:ee:ff
format.
Enter MAC address with
colon.
user Name of the user. 64 character string
role The role to apply to a newly created user, or
change of role for an existing user. This option
applies to user_add and user_delete commands
only.
64 character string
password The password of the user for authentication.
session_timeout Session time-out in seconds. User will be
disconnected after this time.
Table 254: XML API Command Options