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 15:01] – [R2 (ECMP router)] olivierdocumentation:examples:ecmp [2020/10/05 10:45] – [Equal-cost multi-path routing (ECMP)] olivier
Line 1: Line 1:
 ====== Equal-cost multi-path routing (ECMP) ====== ====== Equal-cost multi-path routing (ECMP) ======
  
-This lab is testing new ECMP routing code from [[https://reviews.freebsd.org/D26449|FreeBSD's review D26449]]+This lab need a FreeBSD 13-head r366390 minimum ([[https://reviews.freebsd.org/D26449|new ECMP routing code ]])
 ===== Presentation ===== ===== Presentation =====
  
Line 322: Line 322:
 Copyright 1996-2005 Kunihiro Ishiguro, et al. Copyright 1996-2005 Kunihiro Ishiguro, et al.
  
-homelab1# sh ip route 10.0.24.0/24+router1# sh ip route 10.0.24.0/24
 Routing entry for 10.0.24.0/24 Routing entry for 10.0.24.0/24
   Known via "ospf", distance 110, metric 20, best   Known via "ospf", distance 110, metric 20, best
Line 328: Line 328:
   * 10.0.112.2, via igb1, weight 1   * 10.0.112.2, via igb1, weight 1
   * 10.0.212.2, via igb2, weight 1   * 10.0.212.2, via igb2, weight 1
 +
 +route1# sh ipv6 route 2001:db8:24::/64
 +Routing entry for 2001:db8:24::/64
 +  Known via "ospf6", distance 110, metric 20, best
 +  Last update 00:02:42 ago
 +  * fe80::20d:b9ff:fe45:7ad5, via igb1, weight 1
 +  * fe80::20d:b9ff:fe45:7ad6, via igb2, weight 1
 +
  
 router1# exit router1# exit
 +
 [root@router1]~# netstat -rn4 | grep 10.0.24.0/24 [root@router1]~# netstat -rn4 | grep 10.0.24.0/24
 10.0.24.0/24       10.0.212.2         UG1        igb2 10.0.24.0/24       10.0.212.2         UG1        igb2
 10.0.24.0/24       10.0.112.2         UG1        igb1 10.0.24.0/24       10.0.112.2         UG1        igb1
 +
 +[root@router1]~# netstat -rn6 | grep 2001:db8:24::/64
 +2001:db8:24::/64                  fe80::20d:b9ff:fe45:7ad6%igb2 UG1        igb2
 +2001:db8:24::/64                  fe80::20d:b9ff:fe45:7ad5%igb1 UG1        igb1
 +
 </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