Page tree

Versions Compared

Key

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

...

Description

Changes in the devices routing tables:

  • BS1: without changes.
  • CPE2: without changes.
  • CPE3: three new static entries for LAN-6, LAN-7, LAN-8 networks.
BS1
Code Block
languagetext
themeEmacs
BS_1#1> netstat -r
Routing tables
Destination        Gateway            Flags     Refs     Use  Interface
10.10.10.0/24      link#2             UC          0        0  eth0
10.10.20.0/24      00:04:35:10:9c:c0  ULO         0        0  rf5.0
10.10.30.0/24      00:04:35:13:72:4e  ULO         0        0  rf5.0
127.0.0.1          127.0.0.1          UH          1      473  lo0
172.16.0.0/29      link#3             UC          0        0  rf5.0
224.0.0.0/8        127.0.0.1          UGS         0    15780  lo
CPE2
Code Block
languagetext
themeEmacs
AS_2#2> netstat -r
Routing tables
Destination        Gateway            Flags     Refs     Use  Interface
mintGateway        BS_1                              rf5.0
10.10.20.0/24      link#2             UC          0        0  eth0
127.0.0.1          127.0.0.1          UH          1      432  lo0
172.16.0.0/29      link#3             UC          0        0  rf5.0
224.0.0.0/8        127.0.0.1          UGS         0    18457  lo0
CPE3
Code Block
languagetext
themeEmacs
AS_3#1> netstat -r
Routing tables
Destination        Gateway            Flags     Refs     Use  Interface
mintGateway        BS_1                              rf5.0
10.10.30.0/24      link#2             UC          0        0  eth0
127.0.0.1          127.0.0.1          UH          1      560  lo0
172.16.0.0/29      link#3             UC          0        0  rf5.0
192.168.6.0/28     10.10.30.1         UGS         0        0  eth0
192.168.7.0/28     10.10.30.1         UGS         0        0  eth0
192.168.8.0/28     10.10.30.1         UGS         0        0  eth0
224.0.0.0/8        127.0.0.1          UGS         0    10686  lo0

Static routes export

Для того, чтобы все беспроводные устройства получили маршрутную информацию о In order to transmit routing information about LAN-6, LAN-7 и and LAN-8 необходимо экспортировать статические записи в ODR. Данную операцию можно осуществить с помощью конфигурации АС3, т.к. в таблице маршрутизации этого устройства присутствуют статические записи и интерфейс rf5.0 поддерживает работу ODR.

...

to all wireless devices, it is necessary to export static records to ODR. This operation can be performed using the CPE3 configuration, since the routing table of this device contains static entries and the rf5.0 interface supports the ODR.

DescriptionExport static routes to ODR.
BS1Changes are not required.
CPE2Changes are not required.
CPE3
Code Block
languagetext
themeEmacs
mint rf5.0 -odr spoke kernel
Проанализируем информацию о работе протокола ODR на АС3. В список экспортируемых маршрутов добавились пути к сетям АС3
ОписаниеDescriptionAnalyze the ODR protocol operation at CPE3. Network paths to 192.168.6.0/28, 192.168.7.0/28 и and 192.168.8.0/28.
БС1Изменения не требуются.
АС2Изменения не требуются.
0/28 networks have been added to the list of exported routes.
BS1Changes are not required.
CPE2Changes are not required.
CPE3
Code Block
languagetext
themeEmacs
AS_3#1> mint rf5.0 -odr show
  rf5.0: ODR state - SPOKE
  Preffered HUB: 00043510E5B9 "BS_1"
  List of HUBs:
  00043510E5B9 "BS_1", cost 51, hops 1

  Exported routes:
  10.10.30.3/24
  192.168.6.0/28
  192.168.7.0/28
  192.168.8.0/28

Проанализируем изменения в таблицах маршрутизации устройств:

БС1: в таблицу маршрутизации добавлены три новые записи о сетях БС1
ОписаниеDescription

Analyze changes in the devices routing tables:

  • BS1: three new entries for LAN-6, LAN-7 и , and LAN-8 . В качестве шлюза для этих сетей указан MAC-адрес АС3.АС2: без изменений. Путь от АС2 к любой из сетей have been added to the routing table. The CPE3 MAC address is specified as the gateway for these networks.
  • CPE2: without changes. The path from CPE2 to any of the LAN-6, LAN-7 или or LAN-8 лежит через БС1, поэтому нет необходимости в добавлении этих записей в таблицу маршрутизации. Это соответствует логике протокола ODR, т.к. spoke отправляют маршрутную информацию только устройствам с ролями hub.
  • АС3: без изменений.
  • networks goes through BS1, so there is no need to add these entries to the routing table. In accordance with the ODR protocol logic, spoke send routing information only to devices with hub roles.
  • CPE3: without changes.
BS1
Code Block
languagetext
themeEmacs
BS_1#1> netstat -r
Routing tables
Destination        Gateway            Flags     Refs     Use  Interface
10.10.10.0/24      link#2             UC          0        0  eth0
10.10.20.0/24      00:04:35:10:9c:c0  ULO         0        0  rf5.0
10.10.30.0/24      00:04:35:13:72:4e  ULO         0        0  rf5.0
127.0.0.1          127.0.0.1          UH          1      473  lo0
172.16.0.0/29      link#3             UC          0        0  rf5.0
192.168.6.0/28     00:04:35:13:72:4e  ULO         0        0  rf5.0
192.168.7.0/28     00:04:35:13:72:4e  ULO         0        0  rf5.0
192.168.8.0/28     00:04:35:13:72:4e  ULO         0        0  rf5.0
224.0.0.0/8        127.0.0.1          UGS         0    15780  lo
АС2CPE2
Code Block
languagetext
themeEmacs
AS_2#2> netstat -r
Routing tables
Destination        Gateway            Flags     Refs     Use  Interface
mintGateway        BS_1                              rf5.0
10.10.20.0/24      link#2             UC          0        0  eth0
127.0.0.1          127.0.0.1          UH          1      432  lo0
172.16.0.0/29      link#3             UC          0        0  rf5.0
224.0.0.0/8        127.0.0.1          UGS         0    18457  lo
АС3CPE3
Code Block
languagetext
themeEmacs
AS_3#1> netstat -r
Routing tables
Destination        Gateway            Flags     Refs     Use  Interface
mintGateway        BS_1                              rf5.0
10.10.30.0/24      link#2             UC          0        0  eth0
127.0.0.1          127.0.0.1          UH          1      560  lo0
172.16.0.0/29      link#3             UC          0        0  rf5.0
192.168.6.0/28     10.10.30.1         UGS         0        0  eth0
192.168.7.0/28     10.10.30.1         UGS         0        0  eth0
192.168.8.0/28     10.10.30.1         UGS         0        0  eth0
224.0.0.0/8        127.0.0.1          UGS         0    10686  lo

...

ACL

...

К маршрутной информации, которую экспортируют устройства с ролью spoke, могут быть применены фильтры. Рассмотрим примеры фильтрации экспортируемой информации.

...

application

Filters can be applied to the routing information exported by spoke devices. Let's look at the examples of filtering exported information.

Изменения не требуютсяИзменения не требуются
DescriptionConfigure the routing information filtering on the CPE3 to allow the device to export only a static route to the 192.168.6.0/28 network.БС1
BS1Changes are not required.
АС2
CPE2Changes are not required.
АС3CPE3
Code Block
languagetext
themeEmacs
acl add $ODR net 192.168.6.0/28
mint rf5.0 -odr spoke kernel $ODR
Проанализируем информацию о работе протокола ODR на АС3. Из списка экспортируемых маршрутов удалены записи о сетях Изменения не требуютсяИзменения не требуются
ОписаниеDescription

Analyze the ODR protocol operation at CPE3. The entries about the 192.168.7.0/28 и and 192.168.8.0/28 , т.к. они попали под фильтр.Информация о сети networks have been removed from the exported routes list due to the filter.

The information about the 10.10.30.0/24 экспортируется, т.к. созданный фильтр был применён только к статическим маршрутам (тип kernel), а сеть network is exported because the created filter was applied only to static routes (kernel), and the network 10.10.30.0/24 является непосредственно подключеннойis directly connected.

БС1
BS1Changes are not required.
АС2
CPE2Changes are not required.
АС3CPE3
Code Block
languagetext
themeEmacs
AS_3#1> mint rf5.0 -odr show
  rf5.0: ODR state - SPOKE
  Preffered HUB: 00043510E5B9 "BS_1"
  List of HUBs:
  00043510E5B9 "BS_1", cost 51, hops 1

  Exported routes:
  10.10.30.3/24
  192.168.6.0/28

Проанализируем изменения в таблицах маршрутизации устройств:

БС1: из таблицы маршрутизации удалены маршруты к сетям
ОписаниеDescription

Analyze changes in the devices routing tables:

  • BS1: the routes to networks 192.168.7.0/28 и and 192.168.8.0/28 were removed from the routing table.
  • АС2: без измененийCPE2: without changes.АС3: без изменений
  • CPE3: without changes.
БС1BS1
Code Block
languagetext
themeEmacs
BS_1#1> netstat -r
Routing tables
Destination        Gateway            Flags     Refs     Use  Interface
10.10.10.0/24      link#2             UC          0        0  eth0
10.10.20.0/24      00:04:35:10:9c:c0  ULO         0        0  rf5.0
10.10.30.0/24      00:04:35:13:72:4e  ULO         0        0  rf5.0
127.0.0.1          127.0.0.1          UH          1      473  lo0
172.16.0.0/29      link#3             UC          0        0  rf5.0
192.168.6.0/28     00:04:35:13:72:4e  ULO         0        0  rf5.0
224.0.0.0/8        127.0.0.1          UGS         0    15780  lo
АС2CPE2
Code Block
languagetext
themeEmacs
AS_2#2> netstat -r
Routing tables
Destination        Gateway            Flags     Refs     Use  Interface
mintGateway        BS_1                              rf5.0
10.10.20.0/24      link#2             UC          0        0  eth0
127.0.0.1          127.0.0.1          UH          1      432  lo0
172.16.0.0/29      link#3             UC          0        0  rf5.0
224.0.0.0/8        127.0.0.1          UGS         0    18457  lo
АС3CPE3
Code Block
languagetext
themeEmacs
AS_3#1> netstat -r
Routing tables
Destination        Gateway            Flags     Refs     Use  Interface
mintGateway        BS_1                              rf5.0
10.10.30.0/24      link#2             UC          0        0  eth0
127.0.0.1          127.0.0.1          UH          1      560  lo0
172.16.0.0/29      link#3             UC          0        0  rf5.0
192.168.6.0/28     10.10.30.1         UGS         0        0  eth0
192.168.7.0/28     10.10.30.1         UGS         0        0  eth0
192.168.8.0/28     10.10.30.1         UGS         0        0  eth0
224.0.0.0/8        127.0.0.1          UGS         0    10686  lo

Рассмотрим обратную ситуацию.

Настроим фильтрацию маршрутной информации на АС3 таким образом, чтобы устройство экспортировало все статические маршруты, кроме маршрута к сети Изменения не требуютсяИзменения не требуются
ОписаниеDescription

Let's look at the opposite situation.

Configure filtering of routing information on CPE3 to allow the device to export all static routes, except for the route to the 192.168.6.0/28 network.

БС1
BS1Changes are not required.
АС2
CPE2Changes are not required.
АС3CPE3
Code Block
languagetext
themeEmacs
mint rf5.0 -odr spoke -kernel $ODR
Проанализируем информацию о работе протокола ODR на АС3. АС3 экспортирует статические маршруты о сетях Изменения не требуютсяИзменения не требуются
ОписаниеDescriptionAnalyze the ODR protocol operation at CPE3. The CPE3 exports static routes to the 192.168.7.0/28 и and 192.168.8.0/28 и фильтрует маршрутную информацию о networks and filters the route information about 192.168.6.0/28.БС1
BS1Changes are not required.
АС2
CPE2Changes are not required.
АС3CPE3
Code Block
languagetext
themeEmacs
AS_3#1> mint rf5.0 -odr show
  rf5.0: ODR state - SPOKE
  Preffered HUB: 00043510E5B9 "BS_1"
  List of HUBs:
  00043510E5B9 "BS_1", cost 51, hops 1

  Exported routes:
  10.10.30.3/24
  192.168.7.0/28
  192.168.8.0/28

Проанализируем изменения в таблицах маршрутизации устройств:

БС1: из таблицы маршрутизации удален маршрут к сетям
ОписаниеDescription

Analyze changes in the devices routing tables:

  • BS1: the route to the 192.168.6.0/28 и добавлены маршруты к сетям networks was removed from the routing table, routes to the 192.168.7.0/28 и and 192.168.8.0/28 networks were added.
  • АС2: без измененийCPE2: without changes.АС3: без изменений
  • CPE3: without changes.
БС1BS1
Code Block
languagetext
themeEmacs
BS_1#1> netstat -r
Routing tables
Destination        Gateway            Flags     Refs     Use  Interface
10.10.10.0/24      link#2             UC          0        0  eth0
10.10.20.0/24      00:04:35:10:9c:c0  ULO         0        0  rf5.0
10.10.30.0/24      00:04:35:13:72:4e  ULO         0        0  rf5.0
127.0.0.1          127.0.0.1          UH          1      473  lo0
172.16.0.0/29      link#3             UC          0        0  rf5.0
192.168.7.0/28     00:04:35:13:72:4e  ULO         0        0  rf5.0
192.168.8.0/28     00:04:35:13:72:4e  ULO         0        0  rf5.0
224.0.0.0/8        127.0.0.1          UGS         0    15780  lo0
АС2CPE2
Code Block
languagetext
themeEmacs
AS_2#2> netstat -r
Routing tables
Destination        Gateway            Flags     Refs     Use  Interface
mintGateway        BS_1                              rf5.0
10.10.20.0/24      link#2             UC          0        0  eth0
127.0.0.1          127.0.0.1          UH          1      432  lo0
172.16.0.0/29      link#3             UC          0        0  rf5.0
224.0.0.0/8        127.0.0.1          UGS         0    18457  lo0
АС3CPE3
Code Block
languagetext
themeEmacs
AS_3#1> netstat -r
Routing tables
Destination        Gateway            Flags     Refs     Use  Interface
mintGateway        BS_1                              rf5.0
10.10.30.0/24      link#2             UC          0        0  eth0
127.0.0.1          127.0.0.1          UH          1      560  lo0
172.16.0.0/29      link#3             UC          0        0  rf5.0
192.168.6.0/28     10.10.30.1         UGS         0        0  eth0
192.168.7.0/28     10.10.30.1         UGS         0        0  eth0
192.168.8.0/28     10.10.30.1         UGS         0        0  eth0
224.0.0.0/8        127.0.0.1          UGS         0    10686  lo0

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

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

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

Вебинары

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

Прочее

...

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.

Other

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

  2. Команда ifconfig (настройка интерфейсовIfconfig command (interfaces configuration)
  3. Команда route command (статические маршрутыstatic routes configuration)
  4. Команда mint в версии command (MINT version)Команда
  5. mint в версии command (TDMA version)