Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

set routing nexthop-group <group-name> nexthop-vrf <vrf-name> nexthop <ip-address>

delete routing nexthop-group <group-name> nexthop-vrf <vrf-name> nexthop

...

  • Multi-VRF configurations: Where different services or customers have separate routing tables, but you want to manage next-hop forwarding for specific traffic.

  • Load balancing: By defining a group of next-hops, you can balance traffic across multiple paths to improve network performance.

  • Traffic engineering: In some cases, you might want to steer traffic through particular routers or paths within the network for optimization, redundancy, or policy enforcement.

When multiple next-hop IP addresses exist, the device performs redirection and forwarding of packets using load balancing. The device distributes the load based on the packet's 4-tuple: source/destination IP address and source/destination port, to select the next-hop.

Example

  • Configure next-hop group addresses to direct traffic to a set of next-hops that reside in the default VRF for policy-based routing.

...