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/09/23 15:01] – [R2 (ECMP router)] olivierdocumentation:examples:ecmp [2020/09/23 15:03] – [Checking routes installed] olivier
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