Versions Compared

Key

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

...

ECMP routes can be created manually, as well as dynamically by any of the dynamic routing protocols (OSPF, BGP, RIP). Multiple equally preferred routes are grouped together automatically and are used for ECMP.

Code Block
languagetext
themeFadeToGrey
[admin@TempTest] /ip/route> print 
Flags: D - dynamic; X - disabled, I - inactive, A - active; C - connect, S - static, r - ri
p, b - bgp, o - ospf, d - dhcp, v - vpn
Columns: DST-ADDRESS, GATEWAY, Distance
#       DST-ADDRESS      GATEWAY       D
0   AS  192.168.2.0/24   10.155.125.1  1
1   AS  192.168.2.0/24   172.16.1.2    1

...