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, 8:54:53 PM (11 years ago)
- Author:
-
seskar
- Comment:
-
—
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v19
|
v20
|
|
36 | 36 | Default parameter values are shown in []; Bold font indicates mandatory parameters. |
37 | 37 | |
| 38 | {{{ |
| 39 | wimaxrf: |
| 40 | }}} |
| 41 | |
| 42 | === Databasee section === |
| 43 | {{{ |
| 44 | database: |
| 45 | dbFile: '/db/wimaxrf.db' |
| 46 | reset: |
| 47 | file: '/defaults/reset.xml' |
| 48 | }}} |
| 49 | |
| 50 | * '''file''': location of the default configuration [none]. The file is an XML file that containes default BS parameters and is used with '''/default''' wimaxrf service |
| 51 | |
38 | 52 | === asngw: Section === |
39 | 53 | |
… |
… |
|
50 | 64 | |
51 | 65 | === bs: section === |
| 66 | {{{ |
| 67 | bs: |
| 68 | ip: 10.3.0.1 |
| 69 | mask: 255.255.0.0 |
| 70 | bsid: 44:51:DB:00:00:01 |
| 71 | frequency: 2590000 |
| 72 | stats: |
| 73 | localoml: |
| 74 | :omlServer: oml.orbit-lab.org |
| 75 | interval: 10 |
| 76 | globaloml: |
| 77 | :omlServer: oml.orbit-lab.org |
| 78 | }}} |
| 79 | '''localoml''' section is used to specify OML server that will receive client related measurements while '''globaloml''' server section is used to configure parameters that are used by global GENI-wide logging process (should point at '''oml.orbit-lab.org''' until GENI gmoc takes over reporting function). Both are configured with two parameters: |
| 80 | * ''':omlServer:''': value is the hostname of your OML server. If you wish to install the oml2 server on your host[[BR]] locally, please do so by the following commands. |
52 | 81 | {{{ |
| 82 | apt-get install oml2-server |
53 | 83 | }}} |
| 84 | and then point the omlServer value to your localhost. |
| 85 | * '''interval:''': collection itnerval in seconds (defaults: [10] for localoml and [300] for globaloml) |
54 | 86 | |
55 | 87 | === datapath: section === |
56 | 88 | |
57 | | Typical configuration: |
| 89 | Default interface for datapath outside endpoint: |
58 | 90 | |
59 | | {{{ |
| 91 | {{{ |
60 | 92 | datapath: |
61 | | type: simpleclick |
62 | | def_gw: 10.41.0.1 |
63 | | net_mask: 255.255.0.0 |
64 | | def_ip: 10.41.0.254 |
| 93 | datapathif: eth0 |
65 | 94 | }}} |
66 | | |
67 | | These configuration parameters are temporary -> click is supposed to learn them from client DHCP requests. |
68 | | |
69 | | * '''def_gw''': IP address of the default gateway for WiMAX clients [none] |
70 | | * '''net_mask''': Network mask for datapath subnet [none] |
71 | | * '''def_ip''': IP address that will be given to clients that are not assigned IP address (i.e. unknown clients) [none] |
72 | | === auth: Section === |
73 | | {{{ |
74 | | auth: |
75 | | database: /var/spool/asnctrl/wimax-clients.sql |
76 | | allow_unknown: true |
77 | | }}} |
78 | | |
79 | | * '''database''': Location of the SQLite authentication database [/var/spool/asnctrl/wimax-clients.sql] |
80 | | * allow_unknown: If set to true, will allow access for clients that are not registered in the authentication database [false] |
81 | | |
82 | | === Oml: Section === |
83 | | {{{ |
84 | | localoml: |
85 | | omlServer: oml.orbit-lab.org |
86 | | }}} |
87 | | |
88 | | '''omlServer''': value is the hostname of your OML server. Alternatively if you wish to install the oml2 server on your host[[BR]] locally, please do so by the following commands. |
89 | | |
90 | | {{{ |
91 | | apt-get install oml2-server |
92 | | }}} |
93 | | and then point the omlServer value to localhost. |
94 | | === reset: Section === |
95 | | {{{ |
96 | | reset: |
97 | | file: '/defaults/reset.xml' |
98 | | }}} |
99 | | |
100 | | * '''file''': location of the default configuration [none]. The file is an XML file that containes default BS parameters and is used with '''/default''' wimaxrf service |
101 | 95 | |
102 | 96 | Each of the sections in this file should be modified to reflect your deployment configuration (please keep in mind that this is a YAML file and that it depends heavily on spaces and not TABs). Once the configuration file is ready, you have to enable the service by creating the symbolic link in /etc/omf-aggmgr-5.2/enabled: |