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 [2022/12/11 18:36] – [R2 (ECMP router)] olivierdocumentation:examples:ecmp [2022/12/11 18:39] – [R2 (ECMP router)] olivier
Line 215: Line 215:
 sysrc frr_vtysh_boot="YES" \ sysrc frr_vtysh_boot="YES" \
   frr_enable="YES" \   frr_enable="YES" \
-  frr_daemons="zebra ospfd ospf6d" \+  frr_daemons="zebra staticd ospfd ospf6d" \
   watchfrr_flags=" -d -r /usr/sbin/servicebBfrrbBrestartbB%s -s /usr/sbin/servicebBfrrbBstartbB%s -k /usr/sbin/servicebBfrrbBstopbB%s -b bB -t 30 zebra ospfd ospf6d" \   watchfrr_flags=" -d -r /usr/sbin/servicebBfrrbBrestartbB%s -s /usr/sbin/servicebBfrrbBstartbB%s -k /usr/sbin/servicebBfrrbBstopbB%s -b bB -t 30 zebra ospfd ospf6d" \
   watchfrr_enable="YES"   watchfrr_enable="YES"
Line 223: Line 223:
 frr defaults traditional frr defaults traditional
 hostname R2 hostname R2
 +!
 +ip route 10.0.0.0/16 10.0.34.4
 +ipv6 route 2001:db8::/32 2001:db8:231::4
 ! !
 interface igb0 interface igb0
Line 240: Line 243:
 router ospf router ospf
  ospf router-id 2.2.2.2  ospf router-id 2.2.2.2
 + redistribute static
  network 10.0.34.0/24 area 0  network 10.0.34.0/24 area 0
  network 10.0.231.0/24 area 0  network 10.0.231.0/24 area 0
Line 246: Line 250:
 ! !
 router ospf6 router ospf6
 + redistribute static
 exit exit
 ! !
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