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 [2020/01/15 12:40] – [Testing Fail Over] olivierdocumentation:examples:ecmp [2020/01/17 16:11] – [VM 2 (ECMP router)] olivier
Line 110: Line 110:
  
 VM 2 is a router with ECMP: 2 static routes toward the same destination but using 2 different next-hop. VM 2 is a router with ECMP: 2 static routes toward the same destination but using 2 different next-hop.
-Need to disable fastforward by re-enabling ICMP redirect (disabled on BSDRP by default). 
  
 <code> <code>
Line 130: Line 129:
  ipv6_route_VM4VM6="2001:db8:56:: -prefixlen 64 2001:db8:24::4" \  ipv6_route_VM4VM6="2001:db8:56:: -prefixlen 64 2001:db8:24::4" \
  ipv6_route_VM4VM5="2001:db8:45:: -prefixlen 64 2001:db8:24::4"  ipv6_route_VM4VM5="2001:db8:45:: -prefixlen 64 2001:db8:24::4"
-sed -i '' -e '/net.inet.ip.redirect=0/d' /etc/sysctl.conf 
-sed -i '' -e '/net.inet6.ip6.redirect=0/d' /etc/sysctl.conf 
-sysctl net.inet.ip.redirect=1 
-sysctl net.inet6.ip6.redirect=1 
 service hostname restart service hostname restart
 service netif restart service netif restart
Line 285: Line 280:
 ==== Testing Load balancing ==== ==== Testing Load balancing ====
  
-Flows from VM1 to VM6 should be load-balanced by VM2 toward VM3 and VM4. Let's check using multiple sources and destination IP addresses.+Flows from VM1 to VM6 should be "flow-id shared" by VM2 toward VM3 and VM4. Let's check using multiple sources and destination IP addresses.
 Using ping record feature like with this example: Using ping record feature like with this example:
 <code> <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