close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 12 and Version 13 of Old/WiMAX/17/14addClient


Ignore:
Timestamp:
Jun 26, 2012, 4:32:22 PM (12 years ago)
Author:
Nilanjan Paul
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/17/14addClient

    v12 v13  
    1 = Client Control Services =
     1= Datapath Control Services =
    22
    33[[TOC(WiMAX/17*, depth=2, heading=WiMAX RF Aggregate Manager)]]
    44
    5 == /addClient - Add client MAC address to ACL database ==
     5== datapath/config/list - Displays list of authorized client profiles ==
     6== datapath/config/load - Loads an authorized client profile from database ==
     7== datapath/config/save - Saves current authorized client as a profile in database ==
     8== datapath/config/delete - Removes authorized client profile from database ==
     9== datapath/config/show - Displays content of authorized client profile ==
    610
     11== datapath/client/add - Adds client MAC address to ACL ==
    712Add 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.
     13
    814{{{
    915<service name='addClient'><info>Add client with specified MAC address to BS access list</info>
     
    1824Example usage:
    1925{{{
    20 http://localhost:5052/wimaxrf/addClient?macaddr=00:1d:e1:37:11:04&vlanid=1&ipaddress=10.41.18.2
     26http://cons-mw-01:5052/wimaxrf/addClient?macaddr=00:1d:e1:37:11:04&vlanid=1&ipaddress=10.41.18.2
    2127}}}
    2228
    23 == /deleteClient - Delete client MAC address from ACL database ==
     29== datapath/client/delete - Delete client MAC address from ACL (Access control list) ==
     30== datapath/client/modify - Displays list of authorized client profiles ==
     31== datapath/client/status - Displays current ACL configuration ==
     32
     33
     34
     35
     36
     37
     38
     39== /deleteClient -  database ==
    2440Removes client with specified macaddr from authorization list.
    2541{{{