Configuration Guide Vol. 3


25.2.4 Configuring Multipath Routes

Set a multipath static route.

Points to note

Use the ipv6 route command to configure a multipath route by omitting the distance, or by specifying the same distance, for static routes to the same destination.

Command examples

  1. (config)# ipv6 route 2001:db8:ffff:2::/64 2001:db8:2:1::2 noresolve

    Specifies neighboring gateway 2001:db8:2:2::1 as the next hop of the static route 2001:db8:ffff:2::/64.

  2. (config)# ipv6 route 2001:db8:ffff:2::/64 2001:db8:2:2::2 noresolve

    Specifies the neighboring gateway 2001:db8:2:2::2 as the next hop for static route 2001:db8:ffff:2::/64. The static route 2001:db8:ffff:2::/64 is therefore configured as a multipath route through neighboring gateways 2001:db8:2:1::2 and 2001:db8:2:2::2.