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 15 and Version 16 of Old/WiMAX/07


Ignore:
Timestamp:
Oct 4, 2012, 11:49:14 PM (12 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/WiMAX/07

    v15 v16  
    2929gem install rufus-scheduler data_mapper rparsec dm-sqlite-adapter
    3030}}}
     31
     32Install new wimaxrf:
     33
    3134
    3235Configure the service by editing /etc/omf-aggmgr-5.2/available/wimaxrf.yaml which should look like (with address/OID set based on [wiki:WiMAX/00/01#a1.4WiMAXOIDandIPAddressAssignment campus assignment]):
     
    7174/etc/init.d/omf-aggmgr-5.2 start
    7275}}}
     76
     77Create the first datapath:
     78
     79{{{
     80wget -qO- asngw-host:5052/wimaxrf/datapath/add?vlan=0
     81}}}
     82
     83
     84Add clients:
     85
     86{{{
     87wget -qO- asngw-host:5052/wimaxrf/datapath/clients/add?vlan=0&ipaddress=10.43.0.1&macaddr=00:01:02:03:04:05
     88wget -qO- asngw-host:5052/wimaxrf/datapath/clients/add?vlan=0&ipaddress=10.43.0.2&macaddr=00:01:02:03:04:06
     89}}}