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 revisionBoth sides next revision
documentation:examples:ecmp [2019/10/30 15:40] – [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) ====
  
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