Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Warning
titleAttentionCAUTION

Configurations from the scenarios below are examples that demonstrate the potential capabilities of Infinet the InfiNet Wireless devices. The configuration configurations may change vary depending on the model and firmware version. Do We do not recommend copying the solution data this solutions to the hardware without checking.

Description

Infinet nfiLINK XG/InfiLINK XG 1000 devices do not have software functionality for redundant links. However, you can create two redundant links on them with using third-party devices based on public technologies.
The simplest scheme will be the organization of two links established at the 3 level of OSI via two InfiLINK XG/InfiLINK XG 1000 devices. OSPF protocol excludes loops and allows to increase throughput.
Unfortunately, in this case, the use of one frequency for two pairs of devices is not desirable.

Center

Image Modified

Conceptual scheme


Configuration Example

  • Configure first radio linkMaster 1 and Slave 1 as the main link.

    Code Block
    languagetext
    themeEmacs
    titleMaster 1
    xg -type master
    xg -tdd-sync-src freerun
    xg -cell-id 1
    xg -channel-width 40
    xg -freq-dl 5000
    xg -freq-ul 5000
    xg -short-cp 1
    xg -freq-auto 0
    xg -max-distance 1
    xg -sframelen 5
    xg -tdd-profile-auto-switching 1
    xg -txpwr 0
    xg -ctrl-block-boost 1
    xg -atpc-master-enable 1
    xg -atpc-target-rssi -55
    xg -atpc-rssi-threshold 1

    Code Block
    languagetext
    themeEmacs
    titleSlave 1
    xg -type slave
    xg -tdd-sync-src freerun
    xg -cell-id 1
    xg -channel-width 40
    xg -freq-dl 5000
    xg -freq-ul 5000
    xg -short-cp 1
    xg -freq-auto 0
    xg -max-distance 1
    xg -sframelen 5
    xg -tdd-profile-auto-switching 1
    xg -txpwr 0
    xg -ctrl-block-boost 1
    xg -atpc-master-enable 1
    xg -atpc-target-rssi -55
    xg -atpc-rssi-threshold 1
  • Configure second radio linkMaster 2 and Slave 2 as a backup link.

    Code Block
    languagetext
    themeEmacs
    titleMaster 2
    xg -type master
    xg -tdd-sync-src freerun
    xg -cell-id 2
    xg -channel-width 40
    xg -freq-dl 5100
    xg -freq-ul 5100
    xg -short-cp 1
    xg -freq-auto 0
    xg -max-distance 1
    xg -sframelen 5
    xg -tdd-profile-auto-switching 1
    xg -txpwr 0
    xg -ctrl-block-boost 1
    xg -atpc-master-enable 1
    xg -atpc-target-rssi -55
    xg -atpc-rssi-threshold 1

    Code Block
    languagetext
    themeEmacs
    titleSlave 2
    xg -type slave
    xg -tdd-sync-src freerun
    xg -cell-id 2
    xg -channel-width 40
    xg -freq-dl 5100
    xg -freq-ul 5100
    xg -short-cp 1
    xg -freq-auto 0
    xg -max-distance 1
    xg -sframelen 5
    xg -tdd-profile-auto-switching 1
    xg -txpwr 0
    xg -ctrl-block-boost 1
    xg -atpc-master-enable 1
    xg -atpc-target-rssi -55
    xg -atpc-rssi-threshold 1
  • Configure OSPF (not included in the example).