A SERVICE OF

logo

789 | ExternalUser Management DellPowerConnectW-SeriesArubaOS6.2 | User Guide
HTTP/1.1 200 OK
Date: Tue, 03 Aug 2010 23:32:16 GMT
Server:
Connection: close
Content-Type: text/xml
<authresponse>
<status>Ok</status>
<code>0</code>
</authresponse>
View the updated details of the client on the controller
Deleting a Client
This command will delete a client from your network.Deleting a client—request and response
john@linux:/home/john/tools/xml-api# ./auth -i 10.10.10.248 10.11.12.13 delete $abcd$1234$
This command sends the following information in the request to the controller:
l Client IP address: 10.10.10.248
l Authentication server IP address: 10.11.12.13
l Authentication command: delete
l Key to validate authentication request: $abcd$1234$
l Key is sent in cleartext format
Response from the controller
server=10.11.12.13, command=delete, version=1.0, secret=$abcd$1234$sessid=
Message authentication is cleartext ($abcd$1234$)
HTTP/1.1 200 OK
Date: Tue, 03 Aug 2010 23:30:32 GMT
Server:
Content-Length: 56
Connection: close
Content-Type: text/xml
<authresponse>
<status>Ok</status>
<code>0</code>
</authresponse>
Authenticating a Client
This command will authenticate and change the role of a client. To illustrate the authentication command request
process this section displays status of the client before and after the authentication command request.