261
XML Interface Specification
Sample command XML
<?xml version="1.0" ?>
<!DOCTYPE USG "ndxBwDn.dtd">
<USG COMMAND="SET_BANDWIDTH_DOWN" SUBSCRIBER="1A2B3C4D5E6F">
<SET_BANDWIDTH_DOWN>256</SET_BANDWIDTH_DOWN>
</USG>
Response for the Bandwidth Down Command
Standard: As a response to this command, the web server will get an acknowledgement XML message from the
AP-2500 (OK or ERROR, see “Standard OK/ERROR Response” section for DTD definition).
User Delete Command
The User specified by MAC address or username will be deleted from the authorization table.
Sample file name:
UserDelete.htm
This XML command has the following DTD:
Where:
COMMAND
attribute: USER_DELETE
USER attribute
: ID_TYPE (either MAC_ADDR or USER_NAME)
MAC_ADDR
: Subscriber’s MAC address (char [12], optional if username is present)
USER_NAME
: Subscriber’s username (char [96], optional if MAC is present)
Sample command XML
<?xml version="1.0" ?>
<!DOCTYPE USG "ndxDeleteUser.dtd">
<USG COMMAND="USER_DELETE">
<USER ID_TYPE=”MAC_ADDR”>1A2B3C4D5E6F</USER>
</USG>
or
<USG COMMAND="USER_DELETE">
<USER ID_TYPE=”USER_NAME”>jsmith</USER>
</USG>
Response for the User Delete Command
Standard: As a response to this command, the web server will get an acknowledgement XML message from the
AP-2500 (OK or ERROR, see “Standard OK/ERROR Response” section for DTD definition).
User Query
Sample file name:
UserQuery.htm
The current User data is returned.