Versions Compared

Key

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

...

Lets consider basic example where we want to resolve 8.8.8.8 only in routing table named myTable to the gateway 172.16.1.1:

Code Block
languageros
linenumberstrue
/routing table add name=myTable fib
/routing rule add dst-address=8.8.8.8 action=lookup-only-in-table table=myTable
/ip route add dst-address=8.8.8.8@myTable gateway=172.16.1.1@main

...