Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Table of content

Dynamic routing

Static routing described at the Static routing article has a following critical disadvantages:

  • scalability: the appearance of each new router in the network requires changing the configuration of all existing nodes;
  • operation: changes in the network will require updating routing information on all network nodes;
  • rapidity: devices or links failure requires changes to the device routing tables, which must be done manually.

Dynamic routing protocols are free from all mentioned disadvantages of static routing. Besides that, some of them have the following functions:

  • traffic balancing: if there are several paths for traffic, the router distributes the transmitted data between communication channels, ensuring an even distribution of the devices and channels utilization;
  • fault tolerance: automatic transition to the backup infrastructure in case of failure the main one.

Dynamic routing protocols exchange routing information and update it automatically and, despite their basic functionality is similar, the protocols can be classified in a following way:

  • By the application area:
    • internal: dynamic routing protocols used within an autonomous system, i.e. a set of devices and communication channels under common management (for example, ODR, RIP, OSPF);
    • external: dynamic routing protocols used to exchange routing information between autonomous systems (for example, BGP).
  • By the operational principles:
    • distance-vector: exchange the routing tables, network nodes operate only with information about their direct neighbors and routing information received from them (for example RIP, ODR);
    • link state: exchange the whole topology tables, each network node operates with information about the structure of the entire network and can reproduce the whole scheme (for example, OSPF).

Dynamic routing protocols are supported by the Infinet devices of the InfiLINK 2x2 and InfiMAN 2x2 families. All further examples will be provided for devices of these families.

A separate module in the device architecture is responsible for the operation of each dynamic routing protocol, however, for operation of RIP and OSPF modules an ARDA module has been added (см. ARDA (Aqua Router Daemon)), which performs a coordination function and integration to the to the general system (Figure 1). OSPF and RIP configuration is performed via ARDA.

Рисунок 1 - Внутренняя архитектура модулей динамической маршрутизации в устройствах InfiLINK 2x2, InfiMAN 2x2

Описание протоколов динамической маршрутизации

Вложенные документы содержат описание протоколов динамической маршрутизации ODR, RIP, OSPF. Для каждого из протоколов предусмотрены дочерние страницы с примера практической настройки устройств:

Дополнительные материалы

Онлайн-курсы

  1. Предварительная настройка и установка устройств семейств InfiLINK 2x2 и InfiMAN 2x2.
  2. Коммутация в устройствах семейств InfiLINK 2x2 и InfiMAN 2x2.

Вебинары

  1. Типовые сценарии настройки маршрутизации в устройствах "Инфинет", часть 1.
  2. Типовые сценарии настройки маршрутизации в устройствах "Инфинет", часть 2.

Прочее

  1. Настройка сети через Web-интерфейс в устройствах семейств InfiLINK 2x2, InfiMAN 2x2.

  2. Команда ifconfig (настройка интерфейсов)
  3. Команда route (статические маршруты)
  4. Команда mint в версии MINT
  5. Команда mint в версии TDMA
  6. Команда ARDA
  • No labels