Post

Roteamento De Voz Sobre Varios Links

Isso é algo que já sabíamos na pratica esta comentado em alguns lugares mas faltava para convencer algumas pessoas um comentário de um grande fabricante de equipamento de Voz.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Segue um documento da AVAYA sobre o tema:
  

  
http://downloads.avaya.com/css/P8/documents/100016254
  

  

  
Multipath routing
  
Many routing protocols, such as OSPF, install multiple routes for a particular destination into a
  
routing table. Many routers attempt to load-balance across the two paths. There are two
  
methods for load balancing across multiple paths. The first method is per-packet load
  
balancing, where each packet is serviced round-robin fashion across the two links. The second
  
method is per-flow load balancing, where all packets in an identified "flow" (source and
  
destination addresses and ports) take the same path. IP Telephony does not operate well over
  
per-packet load-balanced paths. This type of setup often leads to "choppy" quality voice. Avaya
  
recommends that in situations with multiple active paths, per-flow load balancing is preferable to
  
per-packet load balancing. On Cisco routers, the command for this is "ip route-cache," applied
  
per interface.
Esta postagem está licenciada sob CC BY 4.0 pelo autor.