This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
wiki:wiki3:faq_general_3.x [2020/07/01 16:25] tda |
wiki:wiki3:faq_general_3.x [2021/06/03 15:39] (current) tda |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== How can I obtain the EUI from the serial number of my station? ===== | ===== How can I obtain the EUI from the serial number of my station? ===== | ||
| - | ^ Product ^ EUI ^ Example | | ||
| - | |Wirnet iBTS |7276FF002E<last 6 characters of the CPU serial number> |''7276FF002E060337''| | ||
| - | |Wirnet Station |7276FF000<last 7 characters of the station barcode> |''7276FF00080E0761''| | ||
| - | |Wirnet iFemtoCell |7276FF00<last 8 characters of the CPU board serial number> |''7276FF003903046C''| | ||
| - | |Wirnet iStation |7076FF00<last 8 characters of the CPU board serial number> |''7076FF005403046C''| | ||
| - | |Wirnet iFemtoCell-evo |7076FF00<last 8 characters of the CPU board serial number> |''7076FF006403046C''| | ||
| - | For instance,for the Wirnet iFemtoCell, you can retrieve the EUI with the following command: | + | ^ Product ^ EUI ^ Example ^ |
| - | <code bash> | + | |Wirnet Station |7276FF00<board_type><last 6 characters of the station barcode> |''7276FF00080E0761''| |
| - | root@klk-wifc-01AAFF:~ # grep EUI /tmp/sys_startup_status.json | + | |Wirnet iBTS |7276FF002E<last 6 characters of the CPU module serial number> |''7276FF002E060337''| |
| - | "EUI64": "7276FF004501AAFF", | + | |Wirnet iFemtoCell |7276FF00<last 8 characters of the CPU serial number> |''7276FF003903046C''| |
| - | </code> | + | |Wirnet iStation |7076FF00<last 8 characters of the CPU serial number> |''7076FF005403046C''| |
| + | |Wirnet iFemtoCell-evo |7076FF00<last 8 characters of the CPU serial number> |''7076FF006403046C''| | ||
| - | If this command does not work, you can try to retrieve the CPU serial number with the following command: | + | For Wirnet Station, the **board_type** can be defined like that: |
| + | |||
| + | ^ board_type ^value ^ | ||
| + | | SOP3 | 08 | | ||
| + | | SOP4 | 0B | | ||
| + | |||
| + | For i-Series products, the 2 first digits of the serial number indicates the region and this region can be defined like that: | ||
| + | |||
| + | ^ Product ^ region ^value | | ||
| + | |Wirnet iBTS | All regions | 2E | | ||
| + | |Wirnet iFemtoCell | EU-868 \\ US-915 \\ AS-923 | 39 \\ 44 \\ 45 | | ||
| + | |Wirnet iStation | EU-868 \\ US-915 \\ AS-923 | 56 \\ 55 \\ 54 | | ||
| + | |Wirnet iFemtoCell-evo | EU-868 \\ US-915 \\ AS-923 | 64 \\ 65 \\ 66 | | ||
| + | |||
| + | You can retrieve the CPU serial number with the following command: | ||
| <code bash> | <code bash> | ||
| root@klk-wifc-01AAFF:~ # grep serial_number /tmp/sys_startup_status.json | root@klk-wifc-01AAFF:~ # grep serial_number /tmp/sys_startup_status.json | ||
| "serial_number": "0x4501aaff", | "serial_number": "0x4501aaff", | ||
| </code> | </code> | ||
| - | Construct the EUI by adding the ''7276FF00'' pattern to obtain''7276FF004501AAFF''. \\ | + | Construct the EUI by adding the ''7276FF00'' pattern and add the serial number to obtain''7276FF004501AAFF''. \\ |
| + | **Care, for Wirnet iStation and Wirnet iFemtoCellEvo, the prefix pattern has changed from ''7276FF00'' to ''7076FF00''.** | ||
| - | **Care, for Wirnet iStation and Wirnet iFemtoCellEvo, the pattern has changed to ''7076FF00''.** | + | To retrieve directly the EUI value, you can retrieve it with the following command: |
| - | + | <code bash> | |
| - | + | root@klk-wifc-01AAFF:~ # grep EUI /tmp/sys_startup_status.json | |
| - | ===== How do I move a gateway from a fleet to another fleet? ===== | + | "EUI64": "7276FF004501AAFF", |
| - | + | </code> | |
| - | You can move a gateway from a fleet to another fleet from: | + | |
| - | - The cart: add one or more gateway to the cart, click on the cart icon and then use the move action to move your gateways. | + | |
| - | - The gateway overview page: go on the main page of the gateway you want to move and click on the floating button to edit the gateway. Select another fleet to move the gateway. | + | |
| ===== How can I put a gateway in two fleets? ===== | ===== How can I put a gateway in two fleets? ===== | ||