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
documentation:examples:ecmp [2025/01/17 18:49] – [Server] olivierdocumentation:examples:ecmp [2025/01/17 18:53] (current) – [R2 (ECMP router)] olivier
Line 120: Line 120:
   ifconfig_igb2="inet 10.0.232.3/24" \   ifconfig_igb2="inet 10.0.232.3/24" \
   ifconfig_igb2_ipv6="inet6 2001:db8:232::3 prefixlen 64" \   ifconfig_igb2_ipv6="inet6 2001:db8:232::3 prefixlen 64" \
-  static_routes="DST1 DST2 SRC1 SRC2" \ +  static_routes="MPATH1 MPATH2" \ 
-  route_DST1="-net 10.0.0.0/16 10.0.231.4"+  route_MPATH1="-net 10.0.0.0/16 10.0.231.4"
-  route_DST2="-net 10.0.0.0/16 10.0.232.4" \ +  route_MPATH2="-net 10.0.0.0/16 10.0.232.4"
-  route_SRC1="-net 10.0.12.0/24 10.0.231.2"+  ipv6_static_routes="MPATH1 MPATH2" \ 
-  route_SRC2="-net 10.0.12.0/24 10.0.232.2" \ +  ipv6_route_MPATH1="2001:db8:: -prefixlen 32 2001:db8:231::4"
-  ipv6_static_routes="DST1 DST2 SRC1 SRC2" \ +  ipv6_route_MPATH2="2001:db8:: -prefixlen 32 2001:db8:232::4"
-  ipv6_route_DST1="2001:db8:: -prefixlen 32 2001:db8:231::4"+
-  ipv6_route_DST2="2001:db8:: -prefixlen 32 2001:db8:232::4" \ +
-  ipv6_route_SRC1="2001:db8:12:: -prefixlen 64 2001:db8:231::2"+
-  ipv6_route_SRC2="2001:db8:12:: -prefixlen 64 2001:db8:232::2"+
 service hostname restart service hostname restart
 service netif restart service netif restart
documentation/examples/ecmp.txt · Last modified: 2025/01/17 18:53 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