User Tools

Site Tools


documentation:examples:ecmp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
documentation:examples:ecmp [2019/10/30 15:36] – [Testing Load balancing] olivierdocumentation:examples:ecmp [2019/11/01 08:49] – [VM 2 (ECMP router)] olivier
Line 140: Line 140:
 </code> </code>
  
 +And first problem using static route:
 +
 +<code>
 +add net 10.0.56.0: gateway 10.0.23.3 fib 0
 +add net 10.0.35.0: gateway 10.0.23.3 fib 0
 +add net 10.0.56.0: gateway 10.0.24.4 fib 0: route already in table
 +add net 10.0.45.0: gateway 10.0.24.4 fib 0
 +add net 2001:db8:56::: gateway 2001:db8:23::3 fib 0
 +add net 2001:db8:35::: gateway 2001:db8:23::3 fib 0
 +add net 2001:db8:56::: gateway 2001:db8:24::4 fib 0: route already in table
 +add net 2001:db8:45::: gateway 2001:db8:24::4 fib 0
 +[root@VM2]~# route get 10.0.56.0/24
 +   route to: 10.0.56.0
 +destination: 10.0.56.0
 +       mask: 255.255.255.0
 +    gateway: 10.0.23.3
 +        fib: 0
 +  interface: vtnet1
 +      flags: <UP,GATEWAY,DONE,STATIC>
 + recvpipe  sendpipe  ssthresh  rtt,msec    mtu        weight    expire
 +                                    1500                 0
 +</code>
 ==== VM 3 (router) ==== ==== VM 3 (router) ====
  
Line 281: Line 303:
 | 10.0.12.1 | 10.0.45.5 | VM4 | VM3 | | 10.0.12.1 | 10.0.45.5 | VM4 | VM3 |
  
-<note>There is no flow load-balancing with RADIX MPATH on FreeBSD 11, [[https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225792|seems broken with tryforward]], put proposed patch disable tryforward(fastforward) if RADIX_MPATH is enabled.</note>+<note>There is no flow load-balancing with RADIX MPATH since FreeBSD 11, [[https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225792|seems broken with tryforward]], put proposed patch disable tryforward(fastforward) if RADIX_MPATH is enabled.</note>
  
documentation/examples/ecmp.txt · Last modified: 2024/03/28 23:19 by olivier

Except where otherwise noted, content on this wiki is licensed under the following license: BSD 2-Clause
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki