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.
- Timestamp:
-
Jun 26, 2012, 4:32:22 PM (11 years ago)
- Author:
-
Nilanjan Paul
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v12
|
v13
|
|
1 | | = Client Control Services = |
| 1 | = Datapath Control Services = |
2 | 2 | |
3 | 3 | [[TOC(WiMAX/17*, depth=2, heading=WiMAX RF Aggregate Manager)]] |
4 | 4 | |
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 == |
6 | 10 | |
| 11 | == datapath/client/add - Adds client MAC address to ACL == |
7 | 12 | 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. |
| 13 | |
8 | 14 | {{{ |
9 | 15 | <service name='addClient'><info>Add client with specified MAC address to BS access list</info> |
… |
… |
|
18 | 24 | Example usage: |
19 | 25 | {{{ |
20 | | http://localhost:5052/wimaxrf/addClient?macaddr=00:1d:e1:37:11:04&vlanid=1&ipaddress=10.41.18.2 |
| 26 | http://cons-mw-01:5052/wimaxrf/addClient?macaddr=00:1d:e1:37:11:04&vlanid=1&ipaddress=10.41.18.2 |
21 | 27 | }}} |
22 | 28 | |
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 == |
24 | 40 | Removes client with specified macaddr from authorization list. |
25 | 41 | {{{ |