The followingopt ions are mandatory when you execute the user_authenticatecommand:
lIP Address
lVersion
lName
lPassword

Blacklisting a User

This XML requests uses theuser_blacklist command to blacklist auser from connecting to your network.
xml=<aruba command="user_blacklist">
<ipaddr>IP-address_of_the_user</ipaddr>
<macaddr>MAC-address_of_the_user</macaddr>
<name>User_Name</name>
<key>Shared_Key</key>
<authentication>MD5|SHA-1|cleartext</authentication> #select any one
<version>1.0</version>
</aruba>
The followingopt ions are mandatory when you execute the user_blacklistcommand:
lIP Address
lVersion

Querying for U ser Status

This XML requests uses theuser_query command to get the status and detailso fa user connected to your
network.
xml=<aruba command="user_query">
<ipaddr>IP-address_of_the_user</ipaddr>
<macaddr>MAC-address_of_the_user</macaddr>
<name>User_Name</name>
<key>Shared_Key</key>
<authentication>MD5|SHA-1|cleartext</authentication> #select any one
<version>1.0</version>
</aruba>
The followingopt ions are mandatory when you execute the user_blacklistcommand:
lIP Address
lVersion
XML Response
For everys uccessfulXML request the controller will returnthe processed information as an XML response. There are
two types of responses: Default response and Queryresponse.

Default Re sponse Format

The format of a default XML response from the controlleris:
<aruba>
<result>Error | Ok</result>
<code>response_code</code>
<reason>response_message</reason>
DellPowerConnect W- Series ArubaOS 6.2 | UserGuide ExternalUser Manageme nt | 77 6