= Client Control Services = [[TOC(WiMAX/17*, depth=2, heading=WiMAX RF Aggregate Manager)]] == /addClient - Add client MAC address to ACL database == Add client with given MAC address to the list of authorized clients and specify the slice to which it belongs. Optionally provide IP address. Depending on the policy setting in the configuration, unauthorized clients will be refused access. {{{ Add client with specified MAC address to BS access list IP address for the client MAC address of the client VLAN ID (slice) that the client belongs to }}} Example usage: {{{ http://localhost:5052/wimaxrf/addClient?macaddr=00:1d:e1:37:11:04&vlanid=1&ipaddress=10.41.18.2 }}} == /deleteClient - Delete client MAC address from ACL database == Removes client with specified macaddr from authorization list. {{{ Delete client with specified MAC address from BS access list MAC address of the client }}} Example usage: {{{ http://localhost:5052/wimaxrf/deleteClient?macaddr=00:1d:e1:36:ff:0a }}} == /listClients - List clients registered in the ACL database == Display the list of authorized clients. {{{ List clients... }}} Example usage: {{{ http://localhost:5052/wimaxrf/listClients }}}