791| External User Management DellPowerConnect W-Series ArubaOS 6.2 | UserGuide
Querying for Client D etails
This command willfetch a all details about a client connected in your network. QueryingClient Information—
requestand response
john@linux:/home/john/tools/xml-api# ./auth -i 10.10.10.249 10.11.12.13 query $abcd$1234$
This commands sendst hefollowing information in the request to the controller:
lClient IP address: 10.10.10.249
lClient username:john
lClient password: password
lAuthentication server IP address: 10.11.12.13
lAuthentication command: query
lKey to validate authentication request: $abcd$1234$
lKey is sent in cleartext format
Responsefrom thecontroller
server=10.11.12.13, command=query, version=1.0, secret=$abcd$1234$sessid=
Message authentication is cleartext ($abcd$1234$)
HTTP/1.1 200 OK
Date: Tue, 03 Aug 2010 23:34:30 GMT
Server:
Connection: close
Content-Type: text/xml
<authresponse>
<status>Ok</status>
<code>0</code>
<macaddr>00:19:d2:01:0b:aa</macaddr>
<name>john</name>
<role>logon</role>
<type>Wireless</type>
<vlan>1</vlan>
<location>N/A</location>
<age>00:00:02</age>
<auth_status>Unauthenticated</auth_status>
<essid></essid>
<bssid>00:00:00:00:00:00</bssid>
<phy_type>b</phy_type>
<mobility_state>Wireless</mobility_state>
<in_packets>0</in_packets>
<in_octets>0</in_octets>
<out_packets>0</out_packets>
<out_octets>0</out_octets>
</authresponse>
The output of the show user command displays the client information.