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 [2020/01/15 12:37] – [Testing Load balancing] olivierdocumentation:examples:ecmp [2020/01/15 12:39] – [Testing Load balancing] olivier
Line 348: Line 348:
 1 packets transmitted, 0 packets received, 100.0% packet loss 1 packets transmitted, 0 packets received, 100.0% packet loss
 </code> </code>
 +
 +==== Testing Fail Over ====
 +
 +VM4 is the preferred hop, so shutdown this VM to check behavior:
 +
 +<code>
 +[root@VM4]~# shutdown -p now
 +Shutdown NOW!
 +</code>
 +
 +<code>
 +[root@VM2]~# netstat -4onW
 +Nexthop data
 +
 +Internet:
 +Idx   Type         IFA                Gateway             Flags      Use Mtu         Netif     Addrif Refcnt Prepend
 +4       v4/resolve 10.0.23.2          vtnet1/resolve                     1500     vtnet1               1
 +6       v4/resolve 10.0.24.2          vtnet2/resolve                     1500     vtnet2               1
 +2       v4/resolve 10.0.12.2          vtnet0/resolve                  11   1500     vtnet0               1
 +1       v4/resolve 127.0.0.1          lo0/resolve        HS            6  16384        lo0               1
 +7       v4/resolve 127.0.0.1          lo0/resolve        HS            0  16384        lo0    vtnet2     1
 +5       v4/resolve 127.0.0.1          lo0/resolve        HS            0  16384        lo0    vtnet1     1
 +3       v4/resolve 127.0.0.1          lo0/resolve        HS            0  16384        lo0    vtnet0     1
 +9            v4/gw 10.0.24.2          10.0.24.4          GS           10   1500     vtnet2               2
 +8            v4/gw 10.0.23.2          10.0.23.3          GS            2   1500     vtnet1               2
 +Nexthop groups data
 +BUF: 192
 +
 +Internet:
 +MpIdx NHIdx Weigh Slots            Gateway Netif      Refcnt
 +1      ---- ---- ----              ----      ----    1
 +          9   100              10.0.24.4    vtnet2
 +          8   100              10.0.23.3    vtnet1
 +</code>
 +
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