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 Initial Version and Version 1 of Old/WiMAX/17/14addClient


Ignore:
Timestamp:
Jul 12, 2011, 4:43:05 AM (13 years ago)
Author:
seskar
Comment:

Legend:

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

    v1 v1  
     1=== addClient
     2
     3Add 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 poloicy setting in the configuration, unauthorized clients will be refused access.
     4{{{
     5<service name='addClient'><info>Add client with specified MAC address to BS access list</info>
     6  <args>
     7    <arg name='ipaddress' isRequired='false' value='[ipaddress]'><info>IP address for the client</info></arg>
     8    <arg name='macaddr' isRequired='true' value='macaddr'><info>MAC address of the client</info></arg>
     9    <arg name='vlanid' isRequired='true' value='vlanid'><info>VLAN ID (slice) that the client belongs to</info></arg>
     10  </args>
     11</service>
     12}}}