Versions Compared

Key

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

...

Typically home router routing table contains only connected networks and one default route to forward all outgoing traffic to ISPs gateway:

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

...


   DAd 0.0.0.0/0       10.155.125.1 1

...


   DAC 10.155.125.0/24 ether12      0

...


   DAC 192.168.1.0/24  vlan2        0

Multipath (ECMP) routes

To implement some setups, such as load balancing, it might be necessary to use more than one path to a given destination.

...