Page tree

Versions Compared

Key

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

...

Depending on the product family, the InfiNet Infinet Wireless devices support different sources of routing information:

Center
Routing information sourcesInfiLINK 2x2InfiMAN 2x2InfiLINK EvolutionInfiMAN EvolutionInfiLINK XGInfiLINK XG 1000Quanta 5Quanta 6Quanta 70
Operating system routes

+

++++++++
Directly connected networksmanagement traffic+++++++++
data traffic++++-----
Static routesmanagement traffic+++++++++
data traffic++++-----


Dynamic routing protocols

OSPF++++-----
ODR++++-----
RIP++++-----



Table 6 - Comparative analysis of the routing information sources for the InfiNet Infinet devices

Routing table output

Further in this article we will present the tools for displaying and analyzing the routing information. These tools depend on the family of devices and will be shown below.

The routing tables of the InfiLINK 2x2

...

, InfiMAN 2x2, InfiLINK Evolution, InfiMAN Evolution families of devices

The InfiLINK 2x2 and the , InfiMAN 2x2, InfiLINK Evolution, InfiMAN Evolution families of devices support routing settings for the management traffic and for the user traffic,  moreovermoreover, static routes and dynamic routing protocols are supported.

...

Center
Code Block
languagetext
themeEmacs
Unknown node#1> netstat -r
Routing tables
Destination        Gateway            Flags     Refs     Use  Interface
10.10.10.0/24      link#6             UC          0        0  svi1
10.10.10.101       00:0c:29:40:72:d0  UHL         0        1  svi1
10.10.10.254       link#6             UHL         0        0  svi1
10.10.20.0/24      link#2             UC          0        0  eth0
10.10.20.101       00:0c:29:40:72:d0  UHL         1     1307  eth0
127.0.0.1          127.0.0.1          UH          1        0  lo0
224.0.0.0/8        127.0.0.1          UGS         0        0  lo0

Figure 8a - An example of routing information output for the InfiLINK 2x2/, InfiMAN 2x2, InfiLINK Evolution, InfiMAN Evolution families of devices

The routing tables of the InfiLINK XG and InfiLINK XG 1000 families of devices

...

Center
Code Block
languagetext
themeEmacs
#1> netstat -r
Routing tables
Destination        Gateway            Flags     Refs     Use  Interface
10.10.10.0/24      link#2             UC          0        0  mgmt
10.10.10.101       00:0c:29:40:72:d0  UHL         1      512  mgmt
10.10.10.254       link#2             UHL         1        0  mgmt
10.10.20.0/24      10.10.10.254       UGS         0        0  mgmt
127.0.0.1          127.0.0.1          UH          0        0  lo0
224.0.0.0/8        127.0.0.1          UGS         0        0  lo0

Figure 8b -An example of routing information output for the InfiLINK XG/InfiLINK XG 1000 families of devices

The routing tables of the Quanta 5, Quanta 6 and Quanta 70 families of devices

The Quanta 5, Quanta 6 and Quanta 70 families of devices support only routing configurations for the management traffic, allowing to set a default gateway. The routing information can be displayed in two ways:

...

Center
Code Block
languagetext
themeEmacs
#1> netstat -r
Routing tables
Destination        Gateway            Flags     Refs     Use  Interface
10.10.10.0/24      link#2             UC          0        0  eth0
10.10.10.101       00:0c:29:40:72:d0  UHL         5     3222  eth0
127.0.0.1          127.0.0.1          UH          0        0  lo0
224.0.0.0/8        127.0.0.1          UGS         0        0  lo0

Figure 8c - An example of routing information output for the Quanta 5/, Quanta 6, Quanta 70 families of devices

...

  1. InfiNet Wireless R5000 - Web GUI - Technical User Manual
  2. InfiLINK Evolution / InfiMAN Evolution - Technical User Manual
  3. InfiLINK XG / InfiLINK XG 1000 - Technical User Manual
  4. Quanta 5 family - Technical User Manual
  5. netstat command