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

It is easy to fully reserve a connection by combining two radio channels into one MINT domain. If you configure the aggregation of channels, you can increase the maximum throughput of the entire radio link.



Center

Image Modified

Conceptual scheme



Configuration Example

A management is VLAN 100 inside a in switch group 100#100. A transport of user data is inside in switch groups 1 #1 and 2#2.

  • Create first radio linkConfigure Master 1 and Slave 1 as the main link.

    Code Block
    languagetext
    themeEmacs
    titleMaster 1
    rf rf5.0 band 40
    rf rf5.0 mimo
    rf rf5.0 freq 5000 bitr 300000 sid 10101010 burst
    rf rf5.0 txpwr 25 pwrctl distance auto
    dfs rf5.0 dfsoff
    mint rf5.0 -roaming leader
    mint rf5.0 -type master
    mint rf5.0 -name "Master 1"
    mint rf5.0 -key "123456789"
    mint rf5.0 poll start
    ifc svi100 up
    ifc vlan100 vlan 100 vlandev eth0 up
    sw group 100 add vlan100 rf5.0
    svi 100 group 100
    ifc svi100 192.168.1.1/24
    sw group 100 stp on
    sw group 100 start
    Code Block
    languagetext
    themeEmacs
    titleSlave 1
    rf rf5.0 band 40
    rf rf5.0 mimo
    rf rf5.0 burst
    dfs rf5.0 dfsoff
    mint rf5.0 prof 1 -band 40 -freq 5000 -bitr 300000 -sid 10101010 -nodeid 00020 -type slave -netid 0 -minbitr 30000 -autobitr -mimo -key "123456789"
    mint rf5.0 -name "Slave 1"
    ifc svi100 up
    ifc vlan100 vlan 100 vlandev eth0 up
    sw group 100 add vlan100 rf5.0
    svi 100 group 100
    ifc svi100 192.168.1.2/24
    switch group 100 order 1
    sw group 100 stp on
    sw group 100 start
  • Configure second radio linkMaster 2 and Slave 2 as a backup link.

    Code Block
    languagetext
    themeEmacs
    titleMaster 2
    rf rf5.0 band 40
    rf rf5.0 mimo
    rf rf5.0 freq 5100 bitr 300000 sid 10101010 burst
    rf rf5.0 txpwr 25 pwrctl distance auto
    dfs rf5.0 dfsoff
    mint rf5.0 -roaming leader
    mint rf5.0 -type master
    mint rf5.0 -name "Master 2"
    mint rf5.0 -key "123456789"
    mint rf5.0 poll start
    ifc svi100 up
    ifc vlan100 vlan 100 vlandev eth0 up
    sw group 100 add vlan100 rf5.0
    svi 100 group 100
    ifc svi100 192.168.1.3/24
    switch group 100 order 1
    sw group 100 stp on
    sw group 100 start
    Code Block
    languagetext
    themeEmacs
    titleSlave 2
    rf rf5.0 band 40
    rf rf5.0 mimo
    rf rf5.0 burst
    dfs rf5.0 dfsoff
    mint rf5.0 prof 1 -band 40 -freq 5100 -bitr 300000 -sid 10101010 -nodeid 00040 -type slave -netid 0 -minbitr 30000 -autobitr -mimo -key "123456789"
    mint rf5.0 -name "Slave 2"
    ifc svi100 up
    ifc vlan100 vlan 100 vlandev eth0 up
    sw group 100 add vlan100 rf5.0
    svi 100 group 100
    ifc svi100 192.168.1.4/24
    switch group 100 order 1
    sw group 100 stp on
    sw group 100 start 
  • Configure switches (. Switch configuration is not included in this example).

  • Configure switch groups.

    Warning
    titleAttentionCAUTION

    The number of the switching group number for the data transmission transmission on Master 2 and Slave 2 devicesmust differ from the group number of such a group on the devices Master1 and Slave 1, or it might cause the loop.


    Code Block
    languagetext
    themeEmacs
    titleMaster 1
    switch group 1 add eth0 rf5.0
    sw group 1 repeater on
    switch group 1 start 

    Code Block
    languagetext
    themeEmacs
    titleSlave 1
    switch group 1 add eth0 rf5.0
    sw group 1 repeater on
    switch group 1 start
    

    Code Block
    languagetext
    themeEmacs
    titleMaster 2
    switch group 2 add eth0 rf5.0
    sw group 2 repeater on
    switch group 2 start
    

    Code Block
    languagetext
    themeEmacs
    titleSlave 2
    switch group 2 add eth0 rf5.0
    sw group 2 repeater on
    switch group 2 start