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 5 Next »

Table of content

Dynamic routing

Static routing which was described in the Static routing article has the following critical disadvantages:

  • scalability: adding a new router in the network requires changing the configuration of all existing nodes;
  • operation: changes in the network will require updating the routing information on all network nodes;
  • speed: device or link failures require changes to the routing tables of the devices, which must be performed manually.

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

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

Dynamic routing protocols exchange routing information and update it automatically. Despite their basic functionality being similar, the protocols can be classified in the 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 only with 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 entire scheme (for example, OSPF).

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

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

Figure 1 - Internal architecture of the dynamic routing modules in the InfiLINK 2x2 and InfiMAN 2x2 devices

Description of the dynamic routing protocols

The attached documents contain a description of the dynamic routing protocols: ODR, RIP, OSPF. There are child pages with device configuration examples for each protocol:

Additional materials

Online courses

  1. InfiLINK 2x2 / InfiMAN 2x2: Initial Link Configuration and Installation.
  2. InfiLINK 2x2 and InfiMAN 2x2: Switching

Webinars

  1. Typical scenario of routing setting using Infinet Wireless devices. Part I.
  2. Typical scenario of routing setting using Infinet Wireless devices. Part II

Other

  1. Network configuration via web interface for InfiLINK 2x2, InfiMAN 2x2.

  2. Ifconfig command (interfaces configuration)
  3. route command (static routes configuration)
  4. mint command (MINT version)
  5. mint command (TDMA version)
  6. ARDA (Aqua Router Daemon)
  • No labels