Dell 6.2 Server User Manual


 
The following options are mandatory when you execute the user_authenticate command:
l IP Address
l Version
l Name
l Password
Blacklisting a User
This XML requests uses the user_blacklist command to blacklist a user 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 following options are mandatory when you execute the user_blacklist command:
l IP Address
l Version
Querying for User Status
This XML requests uses the user_query command to get the status and details of a 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 following options are mandatory when you execute the user_blacklist command:
l IP Address
l Version
XML Response
For every successful XML request the controller will return the processed information as an XML response. There are
two types of responses: Default response and Query response.
Default Response Format
The format of a default XML response from the controller is:
<aruba>
<result>Error | Ok</result>
<code>response_code</code>
<reason>response_message</reason>
DellPowerConnectW-SeriesArubaOS6.2 | User Guide ExternalUser Management | 776