Page tree

Versions Compared

Key

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

...

The InfiNet product portfolio includes a wide range of accessories, including mounting kits that allow to install devices in various conditions with the possibility of flexible alignment, and the CAB-RV1 alignment tool which allows to perform preliminary device diagnostics.

MINT protocol

Протокол канального уровня Ethernet разрабатывался для проводных сетей и в нём не учитывается специфика беспроводной среды. Производители беспроводных устройств могут использовать стандартные протоколы беспроводной передачи данных, например Wi-Fi, или использовать собственные разработки. Компания Инфинет развивает фирменный протокол передачи данных MINT, предназначенный для обмена данными в беспроводной средеEthernet link layer protocol was developed for wired networks and does not take into account the specifics of the wireless environment. Wireless device manufacturers can use standard wireless protocols, such as Wi-Fi, or use their own developments. InfiNet Wireless company is developing a proprietary data transfer protocol called MINT designed for data exchange in a wireless environment.

MINT (Mesh Interconnection Network Technolohy - технология построения сетей с произвольными связями) - фирменная технология компании "Инфинет", используемая в устройствах семейств InfiLINK 2x2 и InfiMAN 2x2, обеспечивающая передачу данных между устройствами по беспроводным и проводным каналам связи.

Понятие области MINT

Одним из центральных понятий протокола MINT является область MINT. Областью MINT называется множество устройств, являющихся соседями, т.е. обмен данными между которыми осуществляется с помощью кадров MINT (см. урок "Протокол MINT" онлайн-курса "Коммутация в устройствах семейств InfiLINK 2x2 и InfiMAN 2x2").

Рассмотрим описанное выше решение в контексте областей MINT (см. рисунок 4). Между устройствами Master и Slave установлен радиоканал и они образуют область MINT 5. Каждый из секторов БС1, БС2, БС3 и БС4 потенциально готов установить радиоканал с АС, установленной на подвижном объекте, образовав отдельную область MINT с соответствующим идентификатором.

Center

Image Removed

Рисунок 4 - Использование множества областей MINT в схеме организации связи с подвижными объектами

Следует понимать, что протокол MINT предназначен для обмена данными в рамках области MINT. Данные вне области MINT могут быть переданы с помощью других канальных протоколов, например Ethernet, т.е. АС и каждый из секторов БС является шлюзом между MINT и Ethernet. В представленной схеме обмен данными осуществляется между подвижным объектом и центром управления, т.е. кадр в прямом и обратном направлениях пройдёт через несколько Ethernet-сегментов и областей MINT. Таким образом настройка коммутационных групп на каждом из устройств является обязательным условием передачи данных) - InfiNet's proprietary technology used in InfiLINK 2x2 and InfiMAN 2x2 family devices, provides data transfer between devices via wireless and wired links.

MINT area

One of the MINT protocol main concepts is the MINT area. A MINT area consist of many neighboring devices, data exchange between them is carried out using MINT frames (see "MINT protocol" lesson of the InfiLINK 2x2 and InfiMAN 2x2: Switching online course).

Let's look at the solution described above applying MINT areas concept (see Figure 4). A radio link is installed between the Master and Slave devices, they form the MINT 5 area. Each of the BS1, BS2, BS3, and BS4 sectors is potentially ready to establish a radio link with CPE installed on the mobile object, forms a separate MINT area with the corresponding identifier.

Center

Image Added

Figure 4 - Many MINT areas in the scheme with mobile objects

Note that the MINT protocol is intended for data exchange within the MINT area. Data outside the MINT area can be transmitted using other channel protocols, such as Ethernet, i.e. CPE and each of the BS sectors is the gateway between MINT and Ethernet. In the our scheme, data is exchanged between a mobile object and a control center, i.e. the frame will go through several Ethernet segments and MINT areas in the forward and backward directions. Thus, switch groups configuration on each device is a prerequisite for data transfer:

Code Block
languagetext
themeEmacs
titleПример создания группы коммутацииSwitch group configuration example
switch group 1 add eth0 rf5.0
switch group 1 start
switch start

Помимо инкапсуляции кадров Ethernet при их передаче через область MINT, протокол MINT подразумевает обмен служебными сообщениями для заполнения таблицы перенаправления кадров. Таблица перенаправления кадров позволяет выбирать маршрут передачи кадра (см. видеоролик 5) через область MINT в соответствии со значением стоимости, вычисляемой с учётом параметров радиоканала и его загрузки. Данный механизм гарантирует выбор оптимального маршрута с точки зрения радиопараметров и не допускает возникновения петельIn addition to Ethernet frames encapsulation during transmission through the MINT area, the MINT protocol performs an exchange of service messages to fill in the frame redirection table. The frame redirection table allows to select the frame transmission route (see video 5) through the MINT area in accordance with the radio parameters and the link load. This mechanism guarantees the selection of the route with optimal radio parameters and prevents loops.

Center

Multimedia
nameMINT_routes.mp4
width50%
height50%

Видеоролик Video 1 - Пример выбора маршрута между узлами J и F в MINT

...

An example of route selection between nodes J and F in MINT

If necessary, you can influence the path selection algorithm by setting the link metrics value manually. This can be done by summing the calculated and additional costs or fixing a certain value (switching in InfiNet devices is detaily described in the online course InfiLINK 2x2 and InfiMAN 2x2: Switching)

Code Block
languagetext
themeEmacs
titleУстановка суммы добавочной и рассчитанной стоимостейSetting the additional and calculated values
mint rf5.0 -extracost 1000
Code Block
languagetext
themeEmacs
titleУстановка фиксированного значения стоимостиSetting the fixed value
mint rf5.0 -fixedcost 1000

Настройка и поддержка передачи данных и QoS на каждом из беспроводных устройств является трудоёмкой задачей, которую можно упростить, расширив область MINT. Ниже будут рассмотрены схемы, позволяющие снизить затраты на настройку и эксплуатацию беспроводных устройств за счёт объединения их в единую область MINTData transfer and QoS configuration on each wireless devices is a time-consuming task that can be simplified by expanding the MINT area. Schemes intended to reduce the wireless devices configuration by combining them into a single MINT area are shown below.

Anchor
unified_mint_mux
unified_mint_mux

...

Главным недостатком представленного выше решения является необходимость конфигурации коммутационных групп на всех беспроводных устройствах. Поскольку группа коммутации является шлюзом между MINT и Ethernet, то можно объединить все БС опорной радиосети в единую область MINT, закрепив функцию шлюза за коммутатором InfiMUX (см. рисунок 5). В этом случае группу коммутации необходимо будет настроить только на InfiMUX. Необходимость объединения устройств в единую область MINT и преимущества такой схемы рассматриваются в онлайн-курсе "Коммутация в устройствах семейств InfiLINK 2x2 и InfiMAN 2x2".

Center

Image Removed

Рисунок 5 - Объединение опорной радиосети в единую область MINT в схеме организации связи с подвижными объектами

Использование протокола MINT в проводной инфраструктуре возможно с помощью псевдорадиоинтерфейса PRF. Это виртуальный интерфейс, являющийся дочерним для проводного интерфейса, выполняющий инкапсуляцию кадров MINT в кадры Ethernet. Настройка через CLI:

...

Joining sectors into one MINT area using InfiMUX

The main disadvantage of the solution above is a necessary switch groups configuration on all wireless devices. Since the switch group is a gateway between MINT and Ethernet, it is possible to combine all the BSs of the radio network into a single MINT area by assigning the gateway function to the InfiMUX switch (see Figure 5). In this case, the switch group is need to be configured only on InfiMUX. Joining devices into a single MINT area and the advantages of such a scheme are described in the InfiLINK 2x2 and InfiMAN 2x2: Switching online course.

Center

Image Added

Figure 5 - Joining the backbone radio network into a single MINT area

Using MINT protocol in a wired infrastructure is possible with PRF (pseudo radio) interface. It is a virtual interface that has a wired interface as a parent and encapsulates MINT frames in Ethernet frames. Configuration via CLI:

  • Create a PRF interface on a wireless device or InfiMUX:

    Code Block
    languagetext
    themeEmacs
    titleСоздание Create PRF -интерфейсаinterface
    ifc prf0 mtu 1500 up
    prf 0 parent eth0 hwmtu 1514
    mint prf0 start
    
  • Объединените Join RF - и PRF-интерфейсов на беспроводном устройствеand PRF interfaces on the wureless device:

    Code Block
    languagetext
    themeEmacs
    titleОбъединение PRF- и RF-интерфейсовRF and PRF interfaces joining
    mint join rf5.0 prf0
    
  • Объединените двух PRF-интерфейсов на Join two PRF interfaces on InfiMUX:

    Code Block
    languagetext
    themeEmacs
    titleОбъединение двух PRF-интерфейсовTwo PRF interfaces joining
    mint join prf0 prf1

К преимуществам такого решения можно отнести упрощение конфигурации QoS, т.к. правила обработки трафика разных классов обслуживания настраиваются только на The advantages of such solution is the simplification of the QoS configuration, as traffic processing rules for different service classes  are configured only on InfiMUX.

Схема с объединением секторов и магистрального канала в одну MINT-область

...