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/09/23 14:56] – [FRR Multipath setup] olivierdocumentation:examples:ecmp [2020/09/23 15:01] – [R1 (ECMP router)] olivier
Line 252: Line 252:
 frr version 7.4 frr version 7.4
 frr defaults traditional frr defaults traditional
-hostname router1+hostname homelab1 
 +
 +interface igb0 
 + ipv6 ospf6 passive
 ! !
 router ospf router ospf
Line 260: Line 263:
  network 10.0.112.0/24 area 0  network 10.0.112.0/24 area 0
  network 10.0.212.0/24 area 0  network 10.0.212.0/24 area 0
 +!
 +router ospf6
 + interface igb0 area 0.0.0.0
 + interface igb1 area 0.0.0.0
 + interface igb2 area 0.0.0.0
 ! !
 line vty line vty
Line 319: Line 327:
 </code> </code>
  
-=== Testing Load balancing ===+===== Test Load balancing IP packets =====
  
 Flows from the client to the server should be "flow-id shared" between the 2 paths. Let's check using multiple sources and destination IP addresses. Flows from the client to the server should be "flow-id shared" between the 2 paths. Let's check using multiple sources and destination IP addresses.
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