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] – [Checking routes installed] olivierdocumentation:examples:ecmp [2020/09/23 15:03] – [Checking routes installed] 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 281: Line 289:
 frr version 7.4 frr version 7.4
 frr defaults traditional frr defaults traditional
-hostname router2+hostname labhome2 
 +
 +interface igb0 
 + ipv6 ospf6 passive
 ! !
 router ospf router ospf
Line 289: Line 300:
  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 306: 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 312: 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